diff --git a/DBC_FIELDS.md b/DBC_FIELDS.md index 414a1ad..5605643 100644 --- a/DBC_FIELDS.md +++ b/DBC_FIELDS.md @@ -75,6 +75,7 @@ Related structs live in `nampower/game.hpp` (notably `SpellRec` and `ItemStats_C - `castingTimeIndex` - `channelInterruptFlags` - `dispel` +- `description` (string, defaults to current language) - `dmgClass` - `durationIndex` - `equippedItemClass` @@ -87,6 +88,7 @@ Related structs live in `nampower/game.hpp` (notably `SpellRec` and `ItemStats_C - `manaCostPerlevel` - `manaPerSecond` - `manaPerSecondPerLevel` +- `name` (string, defaults to current language) - `maxAffectedTargets` - `maxLevel` - `maxTargetLevel` @@ -100,6 +102,7 @@ Related structs live in `nampower/game.hpp` (notably `SpellRec` and `ItemStats_C - `procCharges` - `procFlags` - `rangeIndex` +- `rank` (string, defaults to current language) - `recoveryTime` - `requiredAuraVision` - `school` @@ -118,8 +121,10 @@ Related structs live in `nampower/game.hpp` (notably `SpellRec` and `ItemStats_C - `targetAuraState` - `targetCreatureType` - `targets` +- `tooltip` (string, defaults to current language) ### SpellRec Array Fields (alphabetical) +- `description` (char* x8, one per language) - `dmgMultiplier` - `effect` - `effectAmplitude` @@ -139,6 +144,9 @@ Related structs live in `nampower/game.hpp` (notably `SpellRec` and `ItemStats_C - `effectRadiusIndex` - `effectRealPointsPerLevel` - `effectTriggerSpell` +- `name` (char* x8, one per language) +- `rank` (char* x8, one per language) - `reagent` - `reagentCount` +- `tooltip` (char* x8, one per language) - `totem` diff --git a/SCRIPTS.md b/SCRIPTS.md index 93c1991..9c3c15f 100644 --- a/SCRIPTS.md +++ b/SCRIPTS.md @@ -26,6 +26,8 @@ For installation, configuration, and general usage information, see the main [RE - [GetSpellSlotTypeIdForName](#getspellslottypeidfornamenspellname) - [GetNampowerVersion](#getnampowerversion) - [GetItemLevel](#getitemlevelitemid) + - [GetItemTexture](#getitemtexturedisplayinfoid) + - [GetSpellTexture](#getspelltexturespelliconid) - [Spell Casting and Queuing](#spell-casting-and-queuing) - [QueueSpellByName](#queuespellbynamespellname) - [CastSpellByNameNoQueue](#castspellbynamenoqueuespellname) @@ -929,6 +931,48 @@ Examples: should print 90 for atiesh ``` +#### GetItemTexture(displayInfoId) +Returns the texture path for an item given its display info ID. Returns nil if the texture is not found or is the question mark placeholder texture. + +**Parameters:** +- `displayInfoId` (number): The item's display info ID (can be obtained from `GetItemStatsField(itemId, "displayInfoID")`) + +**Returns:** +- The texture path string (e.g., "Interface\\Icons\\INV_Sword_04"), or nil if not found + +**Examples:** +```lua +-- Get texture for an item +local displayInfoId = GetItemStatsField(19019, "displayInfoID") +local texture = GetItemTexture(displayInfoId) +if texture then + print("Texture: " .. texture) +else + print("No texture found") +end +``` + +#### GetSpellTexture(spellIconId) +Returns the texture path for a spell given its spell icon ID. Returns nil if the texture is not found or is the question mark placeholder texture. + +**Parameters:** +- `spellIconId` (number): The spell's icon ID (can be obtained from `GetSpellRecField(spellId, "spellIconID")`) + +**Returns:** +- The texture path string with `Interface\Icons\` prefix (e.g., "Interface\\Icons\\Spell_Frost_FrostBolt02"), or nil if not found + +**Examples:** +```lua +-- Get texture for Frostbolt +local spellIconId = GetSpellRecField(116, "spellIconID") +local texture = GetSpellTexture(spellIconId) +if texture then + print("Texture: " .. texture) +else + print("No texture found") +end +``` + #### ChannelStopCastingNextTick() Will stop channeling early on the next tick if you have queue channeling spells enabled and try to cast a spell before the next tick (didn't know how to cancel channels without casting another spell). Uses your ChannelLatencyReductionPercentage to determine when to stop the channel. diff --git a/nampower.map b/nampower.map index 7316f42..366003b 100644 --- a/nampower.map +++ b/nampower.map @@ -1,14 +1,14 @@ nampower - Timestamp is 69702de6 (Tue Jan 20 17:37:42 2026) + Timestamp is 6980d531 (Mon Feb 2 08:47:45 2026) Preferred load address is 10000000 Start Length Name Class 0001:00000000 00000990H .text$di CODE - 0001:00000990 0007d610H .text$mn CODE - 0001:0007dfa0 000051c0H .text$x CODE - 0001:00083160 000009deH .text$yd CODE + 0001:00000990 0007dc90H .text$mn CODE + 0001:0007e620 000051b0H .text$x CODE + 0001:000837d0 000009deH .text$yd CODE 0002:00000000 000001e0H .idata$5 DATA 0002:000001e0 00000008H .00cfg DATA 0002:000001e8 00000004H .CRT$XCA DATA @@ -28,27 +28,27 @@ 0002:00000354 00000004H .CRT$XTA DATA 0002:00000358 00000008H .CRT$XTZ DATA 0002:0000035c 00000000H .gfids$y DATA - 0002:00000360 000179a0H .rdata DATA - 0002:00017d00 00000000H .rdata$CastGuardVftablesA DATA - 0002:00017d00 00000000H .rdata$CastGuardVftablesC DATA - 0002:00017d00 00000018H .rdata$T DATA - 0002:00017d18 00002c84H .rdata$r DATA - 0002:0001a99c 000003acH .rdata$sxdata DATA - 0002:0001ad48 00000110H .rdata$voltmd DATA - 0002:0001ae58 00000398H .rdata$zzzdbg DATA - 0002:0001b1f0 00000004H .rtc$IAA DATA - 0002:0001b1f4 00000004H .rtc$IZZ DATA - 0002:0001b1f8 00000004H .rtc$TAA DATA - 0002:0001b1fc 00000004H .rtc$TZZ DATA - 0002:0001b200 00000004H .tls DATA - 0002:0001b204 0000000cH .tls$ DATA - 0002:0001b210 00000008H .tls$ZZZ DATA - 0002:0001b218 00005fd8H .xdata$x DATA - 0002:000211f0 00000044H .edata DATA - 0002:00021234 00000028H .idata$2 DATA - 0002:0002125c 00000014H .idata$3 DATA - 0002:00021270 000001e0H .idata$4 DATA - 0002:00021450 000008e0H .idata$6 DATA + 0002:00000360 00017a20H .rdata DATA + 0002:00017d80 00000000H .rdata$CastGuardVftablesA DATA + 0002:00017d80 00000000H .rdata$CastGuardVftablesC DATA + 0002:00017d80 00000018H .rdata$T DATA + 0002:00017d98 00002c84H .rdata$r DATA + 0002:0001aa1c 000003acH .rdata$sxdata DATA + 0002:0001adc8 00000118H .rdata$voltmd DATA + 0002:0001aee0 00000398H .rdata$zzzdbg DATA + 0002:0001b278 00000004H .rtc$IAA DATA + 0002:0001b27c 00000004H .rtc$IZZ DATA + 0002:0001b280 00000004H .rtc$TAA DATA + 0002:0001b284 00000004H .rtc$TZZ DATA + 0002:0001b288 00000004H .tls DATA + 0002:0001b28c 0000000cH .tls$ DATA + 0002:0001b298 00000008H .tls$ZZZ DATA + 0002:0001b2a0 00005fe0H .xdata$x DATA + 0002:00021280 00000044H .edata DATA + 0002:000212c4 00000028H .idata$2 DATA + 0002:000212ec 00000014H .idata$3 DATA + 0002:00021300 000001e0H .idata$4 DATA + 0002:000214e0 000008e0H .idata$6 DATA 0003:00000000 000138a0H .data DATA 0003:000138a0 00001108H .data$r DATA 0003:000149a8 00002240H .data$rs DATA @@ -1164,6017 +1164,6028 @@ 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:000324a0 ?LuaCall@Nampower@@YAXPBD@Z 100334a0 f main.cpp.obj - 0001:000324b0 ?OnSpriteRightClickHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@_K@Z 100334b0 f main.cpp.obj - 0001:00032550 ?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 10033550 f i main.cpp.obj - 0001:00032660 ?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 10033660 f i main.cpp.obj - 0001:00032770 ?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10033770 f i main.cpp.obj - 0001:00032b60 ?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10033b60 f i main.cpp.obj - 0001:00032c70 ?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 10033c70 f main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032da0 ?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10033da0 f i main.cpp.obj - 0001:00032e30 ?RemovePatch@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10033e30 f i main.cpp.obj - 0001:00032e70 ?RemovePatch@?$PatchDetour@P6GXXZPAX@hadesmem@@MAEXXZ 10033e70 f i main.cpp.obj - 0001:00032eb0 ?RemovePatch@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10033eb0 f i main.cpp.obj - 0001:00032ef0 ?RemovePatch@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MAEXXZ 10033ef0 f i main.cpp.obj - 0001:00032f30 ?RemovePatch@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MAEXXZ 10033f30 f i main.cpp.obj - 0001:00032f70 ?RemovePatch@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MAEXXZ 10033f70 f i main.cpp.obj - 0001:00032fb0 ?RemovePatch@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MAEXXZ 10033fb0 f i main.cpp.obj - 0001:00032ff0 ?RemovePatch@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MAEXXZ 10033ff0 f i main.cpp.obj - 0001:00033030 ?RemovePatch@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MAEXXZ 10034030 f i main.cpp.obj - 0001:00033070 ?RemovePatch@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MAEXXZ 10034070 f i main.cpp.obj - 0001:000330b0 ?RemovePatch@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MAEXXZ 100340b0 f i main.cpp.obj - 0001:000330f0 ?RemovePatch@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MAEXXZ 100340f0 f i main.cpp.obj - 0001:00033130 ?RemovePatch@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MAEXXZ 10034130 f i main.cpp.obj - 0001:00033170 ?RemovePatch@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MAEXXZ 10034170 f i main.cpp.obj - 0001:000331b0 ?RemovePatch@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MAEXXZ 100341b0 f i main.cpp.obj - 0001:000331f0 ?RemovePatch@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MAEXXZ 100341f0 f i main.cpp.obj - 0001:00033230 ?RemovePatch@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MAEXXZ 10034230 f i main.cpp.obj - 0001:00033270 ?RemovePatch@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MAEXXZ 10034270 f i main.cpp.obj - 0001:000332b0 ?RemovePatch@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 100342b0 f i main.cpp.obj - 0001:000332f0 ?RemovePatch@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MAEXXZ 100342f0 f i main.cpp.obj - 0001:00033330 ?RemovePatch@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10034330 f i main.cpp.obj - 0001:00033370 ?RemovePatch@?$PatchDetour@P6IXXZPAX@hadesmem@@MAEXXZ 10034370 f i main.cpp.obj - 0001:000333b0 ?RemovePatch@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MAEXXZ 100343b0 f i main.cpp.obj - 0001:000333f0 ?RemovePatch@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MAEXXZ 100343f0 f i main.cpp.obj - 0001:00033430 ?RemovePatch@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MAEXXZ 10034430 f i main.cpp.obj - 0001:00033470 ?RemovePatch@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MAEXXZ 10034470 f i main.cpp.obj - 0001:000334b0 ?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100344b0 f i main.cpp.obj - 0001:00033590 ?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10034590 f i main.cpp.obj - 0001:00033670 ?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10034670 f i main.cpp.obj - 0001:00033750 ?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10034750 f i main.cpp.obj - 0001:00033830 ?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10034830 f i main.cpp.obj - 0001:00033910 ?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10034910 f i main.cpp.obj - 0001:000339f0 ?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100349f0 f i main.cpp.obj - 0001:00033ad0 ?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10034ad0 f i main.cpp.obj - 0001:00033bb0 ?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10034bb0 f i main.cpp.obj - 0001:00033c90 ?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10034c90 f i main.cpp.obj - 0001:00033d70 ?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10034d70 f i main.cpp.obj - 0001:00033e50 ?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10034e50 f i main.cpp.obj - 0001:00033f40 ?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10034f40 f i main.cpp.obj - 0001:00034020 ?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10035020 f i main.cpp.obj - 0001:00034100 ?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 10035100 f i main.cpp.obj - 0001:000341e0 ?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100351e0 f i main.cpp.obj - 0001:000342c0 ?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100352c0 f i main.cpp.obj - 0001:000343a0 ?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100353a0 f i main.cpp.obj - 0001:00034480 ?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035480 f i main.cpp.obj - 0001:00034560 ?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10035560 f i main.cpp.obj - 0001:00034640 ?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035640 f i main.cpp.obj - 0001:00034720 ?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10035720 f i main.cpp.obj - 0001:00034800 ?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10035800 f i main.cpp.obj - 0001:000348e0 ?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100358e0 f i main.cpp.obj - 0001:000349c0 ?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100359c0 f i main.cpp.obj - 0001:00034aa0 ?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10035aa0 f i main.cpp.obj - 0001:00034b80 ?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 10035b80 f i main.cpp.obj - 0001:00034cb0 ?ResetCastFlags@Nampower@@YAXXZ 10035cb0 f main.cpp.obj - 0001:00034d10 ?ResetChannelingFlags@Nampower@@YAXXZ 10035d10 f main.cpp.obj - 0001:00034d50 ?ResetDisenchantState@Nampower@@YAXXZ 10035d50 f main.cpp.obj - 0001:00034d80 ?ResetOnSwingFlags@Nampower@@YAXXZ 10035d80 f main.cpp.obj - 0001:00034da0 ?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 10035da0 f i main.cpp.obj - 0001:00034e60 ?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 10035e60 f i main.cpp.obj - 0001:00034fa0 ?Script_SetCVarHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAI@Z 10035fa0 f main.cpp.obj - 0001:00035010 ?SetSelectionTarget@Nampower@@YAX_K@Z 10036010 f main.cpp.obj - 0001:00035130 ?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 10036130 f i main.cpp.obj - 0001:000351e0 ?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100361e0 f i main.cpp.obj - 0001:000351e0 ?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100361e0 f i main.cpp.obj - 0001:00035280 ?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 10036280 f i main.cpp.obj - 0001:00035340 ?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 10036340 f i main.cpp.obj - 0001:00035340 ?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 10036340 f i main.cpp.obj - 0001:00035340 ?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 10036340 f i main.cpp.obj - 0001:00035340 ?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 10036340 f i main.cpp.obj - 0001:000353e0 ?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 100363e0 f i main.cpp.obj - 0001:00035490 ?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 10036490 f i main.cpp.obj - 0001:00035550 ?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 10036550 f i main.cpp.obj - 0001:00035550 ?Stub@?$PatchDetourStub@P6IXPAIH@Z@detail@hadesmem@@SIXPAIH@Z 10036550 f i main.cpp.obj - 0001:00035600 ?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 10036600 f i main.cpp.obj - 0001:000356a0 ?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 100366a0 f i main.cpp.obj - 0001:000356a0 ?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 100366a0 f i main.cpp.obj - 0001:000356a0 ?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 100366a0 f i main.cpp.obj - 0001:000356a0 ?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 100366a0 f i main.cpp.obj - 0001:00035760 ?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 10036760 f i main.cpp.obj - 0001:00035820 ?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 10036820 f i main.cpp.obj - 0001:000358f0 ?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 100368f0 f i main.cpp.obj - 0001:000358f0 ?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 100368f0 f i main.cpp.obj - 0001:000359b0 ?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 100369b0 f i main.cpp.obj - 0001:00035a60 ?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 10036a60 f i main.cpp.obj - 0001:00035b10 ?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 10036b10 f i main.cpp.obj - 0001:00035bd0 ?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 10036bd0 f i main.cpp.obj - 0001:00035ca0 ?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 10036ca0 f i main.cpp.obj - 0001:00035d70 ?SuspendThread@hadesmem@@YAKABVThread@1@@Z 10036d70 f i main.cpp.obj - 0001:00035e90 ?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10036e90 f main.cpp.obj - 0001:00035f30 ?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 10036f30 f i main.cpp.obj - 0001:00036030 ?TraceFormatImpl@@YAXPBDABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 10037030 f i main.cpp.obj - 0001:00036120 ?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 10037120 f i main.cpp.obj - 0001:000362d0 ?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 100372d0 f i main.cpp.obj - 0001:00036430 ?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10037430 f i main.cpp.obj - 0001:00036790 ?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 10037790 f i main.cpp.obj - 0001:000368f0 ?WritePatch@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 100378f0 f i main.cpp.obj - 0001:00036930 ?WritePatch@?$PatchDetour@P6GXXZPAX@hadesmem@@MAEXXZ 10037930 f i main.cpp.obj - 0001:00036970 ?WritePatch@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10037970 f i main.cpp.obj - 0001:000369b0 ?WritePatch@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MAEXXZ 100379b0 f i main.cpp.obj - 0001:000369f0 ?WritePatch@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MAEXXZ 100379f0 f i main.cpp.obj - 0001:00036a30 ?WritePatch@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MAEXXZ 10037a30 f i main.cpp.obj - 0001:00036a70 ?WritePatch@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MAEXXZ 10037a70 f i main.cpp.obj - 0001:00036ab0 ?WritePatch@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MAEXXZ 10037ab0 f i main.cpp.obj - 0001:00036af0 ?WritePatch@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MAEXXZ 10037af0 f i main.cpp.obj - 0001:00036b30 ?WritePatch@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MAEXXZ 10037b30 f i main.cpp.obj - 0001:00036b70 ?WritePatch@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MAEXXZ 10037b70 f i main.cpp.obj - 0001:00036bb0 ?WritePatch@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MAEXXZ 10037bb0 f i main.cpp.obj - 0001:00036bf0 ?WritePatch@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MAEXXZ 10037bf0 f i main.cpp.obj - 0001:00036c30 ?WritePatch@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MAEXXZ 10037c30 f i main.cpp.obj - 0001:00036c70 ?WritePatch@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MAEXXZ 10037c70 f i main.cpp.obj - 0001:00036cb0 ?WritePatch@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MAEXXZ 10037cb0 f i main.cpp.obj - 0001:00036cf0 ?WritePatch@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MAEXXZ 10037cf0 f i main.cpp.obj - 0001:00036d30 ?WritePatch@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MAEXXZ 10037d30 f i main.cpp.obj - 0001:00036d70 ?WritePatch@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10037d70 f i main.cpp.obj - 0001:00036db0 ?WritePatch@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MAEXXZ 10037db0 f i main.cpp.obj - 0001:00036df0 ?WritePatch@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10037df0 f i main.cpp.obj - 0001:00036e30 ?WritePatch@?$PatchDetour@P6IXXZPAX@hadesmem@@MAEXXZ 10037e30 f i main.cpp.obj - 0001:00036e70 ?WritePatch@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MAEXXZ 10037e70 f i main.cpp.obj - 0001:00036eb0 ?WritePatch@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MAEXXZ 10037eb0 f i main.cpp.obj - 0001:00036ef0 ?WritePatch@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MAEXXZ 10037ef0 f i main.cpp.obj - 0001:00036f30 ?WritePatch@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MAEXXZ 10037f30 f i main.cpp.obj - 0001:00036f70 ?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10037f70 f i main.cpp.obj - 0001:00037080 ?_Buy_nonzero@?$vector@DV?$allocator@D@std@@@std@@AAEXI@Z 10038080 f i main.cpp.obj - 0001:00037080 ?_Buy_nonzero@?$vector@EV?$allocator@E@std@@@std@@AAEXI@Z 10038080 f i main.cpp.obj - 0001:00037110 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@2@PAX@Z 10038110 f i main.cpp.obj - 0001:00037110 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@2@PAX@Z 10038110 f i main.cpp.obj - 0001:00037130 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10038130 f i main.cpp.obj - 0001:00037130 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10038130 f i main.cpp.obj - 0001:00037150 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@2@PAX@Z 10038150 f i main.cpp.obj - 0001:00037150 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@2@PAX@Z 10038150 f i main.cpp.obj - 0001:00037170 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10038170 f i main.cpp.obj - 0001:00037170 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10038170 f i main.cpp.obj - 0001:00037190 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@2@PAX@Z 10038190 f i main.cpp.obj - 0001:00037190 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@2@PAX@Z 10038190 f i main.cpp.obj - 0001:000371b0 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 100381b0 f i main.cpp.obj - 0001:000371b0 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 100381b0 f i main.cpp.obj - 0001:000371d0 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@2@PAX@Z 100381d0 f i main.cpp.obj - 0001:000371d0 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@2@PAX@Z 100381d0 f i main.cpp.obj - 0001:000371f0 ?_Copy@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEPAV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 100381f0 f i main.cpp.obj - 0001:000371f0 ?_Move@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEPAV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 100381f0 f i main.cpp.obj - 0001:00037210 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@2@PAX@Z 10038210 f i main.cpp.obj - 0001:00037210 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@2@PAX@Z 10038210 f i main.cpp.obj - 0001:00037230 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@2@PAX@Z 10038230 f i main.cpp.obj - 0001:00037230 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@2@PAX@Z 10038230 f i main.cpp.obj - 0001:00037250 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@2@PAX@Z 10038250 f i main.cpp.obj - 0001:00037250 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@2@PAX@Z 10038250 f i main.cpp.obj - 0001:00037270 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@2@PAX@Z 10038270 f i main.cpp.obj - 0001:00037270 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@2@PAX@Z 10038270 f i main.cpp.obj - 0001:00037290 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@2@PAX@Z 10038290 f i main.cpp.obj - 0001:00037290 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@2@PAX@Z 10038290 f i main.cpp.obj - 0001:000372b0 ?_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 100382b0 f i main.cpp.obj - 0001:000372b0 ?_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 100382b0 f i main.cpp.obj - 0001:000372d0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIH@2@PAX@Z 100382d0 f i main.cpp.obj - 0001:000372d0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIH@2@PAX@Z 100382d0 f i main.cpp.obj - 0001:000372f0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@2@PAX@Z 100382f0 f i main.cpp.obj - 0001:000372f0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@2@PAX@Z 100382f0 f i main.cpp.obj - 0001:00037310 ?_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 10038310 f i main.cpp.obj - 0001:00037310 ?_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 10038310 f i main.cpp.obj - 0001:00037330 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@2@PAX@Z 10038330 f i main.cpp.obj - 0001:00037330 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@2@PAX@Z 10038330 f i main.cpp.obj - 0001:00037350 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@2@PAX@Z 10038350 f i main.cpp.obj - 0001:00037350 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@2@PAX@Z 10038350 f i main.cpp.obj - 0001:00037370 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@2@PAX@Z 10038370 f i main.cpp.obj - 0001:00037370 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@2@PAX@Z 10038370 f i main.cpp.obj - 0001:00037390 ?_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 10038390 f i main.cpp.obj - 0001:00037390 ?_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 10038390 f i main.cpp.obj - 0001:000373b0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 100383b0 f i main.cpp.obj - 0001:000373b0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 100383b0 f i main.cpp.obj - 0001:000373d0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@2@PAX@Z 100383d0 f i main.cpp.obj - 0001:000373d0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@2@PAX@Z 100383d0 f i main.cpp.obj - 0001:000373f0 ?_Copy@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@2@PAX@Z 100383f0 f i main.cpp.obj - 0001:000373f0 ?_Move@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@2@PAX@Z 100383f0 f i main.cpp.obj - 0001:00037410 ?_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 10038410 f i main.cpp.obj - 0001:00037410 ?_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 10038410 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037430 ?_Delete_this@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EAEX_N@Z 10038430 f i main.cpp.obj - 0001:00037450 ?_Delete_this@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10038450 f i main.cpp.obj - 0001:00037450 ?_Delete_this@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10038450 f i main.cpp.obj - 0001:00037460 ?_Destroy@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10038460 f i main.cpp.obj - 0001:00037460 ?_Destroy@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10038460 f i main.cpp.obj - 0001:00037480 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAI11$$QAPAVCDataStore@Nampower@@@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAX$$QAI3@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_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 10038480 f i main.cpp.obj - 0001:000374b0 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 100384b0 f i main.cpp.obj - 0001:000374b0 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 100384b0 f i main.cpp.obj - 0001:000374b0 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAPAUCTerrainClickEvent@game@@@Z 100384b0 f i main.cpp.obj - 0001:000374b0 ?_Do_call@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEPAH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 100384b0 f i main.cpp.obj - 0001:000374b0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI@Z 100384b0 f i main.cpp.obj - 0001:000374d0 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAVCDataStore@Nampower@@@Z 100384d0 f i main.cpp.obj - 0001:000374d0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAH$$QAI@Z 100384d0 f i main.cpp.obj - 0001:000374d0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAH@Z 100384d0 f i main.cpp.obj - 0001:000374f0 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QA_K@Z 100384f0 f i main.cpp.obj - 0001:000374f0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QA_K@Z 100384f0 f i main.cpp.obj - 0001:00037510 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAH$$QAPAI2@Z 10038510 f i main.cpp.obj - 0001:00037510 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAH2@Z 10038510 f i main.cpp.obj - 0001:00037510 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX1$$QAI@Z 10038510 f i main.cpp.obj - 0001:00037510 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX1$$QAPAVCDataStore@Nampower@@@Z 10038510 f i main.cpp.obj - 0001:00037510 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX$$QAH2@Z 10038510 f i main.cpp.obj - 0001:00037540 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@@Z 10038540 f i main.cpp.obj - 0001:00037550 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAH$$QA_K@Z 10038550 f i main.cpp.obj - 0001:00037580 ?_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 10038580 f i main.cpp.obj - 0001:000375c0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAUSpellCast@game@@$$QAD@Z 100385c0 f i main.cpp.obj - 0001:000375e0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QA_N1$$QAW4SpellCastResult@game@@@Z 100385e0 f i main.cpp.obj - 0001:00037610 ?_Do_call@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAE_N$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI1$$QAI$$QAM@Z 10038610 f i main.cpp.obj - 0001:00037650 ?_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 10038650 f i main.cpp.obj - 0001:00037680 ?_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 10038680 f i main.cpp.obj - 0001:00037990 ?_Ffmt@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAPADPADDH@Z 10038990 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a50 ?_Get@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEPBXXZ 10038a50 f i main.cpp.obj - 0001:00037a60 ?_Get_deleter@_Ref_count_base@std@@UBEPAXABVtype_info@@@Z 10038a60 f i main.cpp.obj - 0001:00037a60 ?get_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038a60 f i main.cpp.obj - 0001:00037a60 ?get_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038a60 f i main.cpp.obj - 0001:00037a60 ?get_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038a60 f i main.cpp.obj - 0001:00037a60 ?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 10038a60 f i main.cpp.obj - 0001:00037a60 ?get_deleter@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038a60 f i main.cpp.obj - 0001:00037a60 ?get_local_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038a60 f i main.cpp.obj - 0001:00037a60 ?get_local_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038a60 f i main.cpp.obj - 0001:00037a60 ?get_local_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038a60 f i main.cpp.obj - 0001:00037a60 ?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 10038a60 f i main.cpp.obj - 0001:00037a60 ?get_local_deleter@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038a60 f i main.cpp.obj - 0001:00037a70 ?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 10038a70 f i main.cpp.obj - 0001:00037bf0 ?_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 10038bf0 f i spell_scripts.cpp.obj - 0001:00037bf0 ?_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 10038bf0 f i main.cpp.obj - 0001:00037bf0 ?_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 10038bf0 f i main.cpp.obj - 0001:00037de0 ?_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 10038de0 f i main.cpp.obj - 0001:00038160 ?_Lrotate@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXPAU?$_Tree_node@KPAX@2@@Z 10039160 f i main.cpp.obj - 0001:000381b0 ?_Min@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@SAPAU?$_Tree_node@KPAX@2@PAU32@@Z 100391b0 f i main.cpp.obj - 0001:000381d0 ?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100391d0 f i main.cpp.obj - 0001:000382b0 ?_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 100392b0 f i main.cpp.obj - 0001:00038320 ?_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 10039320 f i main.cpp.obj - 0001:00038390 ?_Rrotate@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXPAU?$_Tree_node@KPAX@2@@Z 10039390 f i main.cpp.obj - 0001:000383f0 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEABVtype_info@@XZ 100393f0 f i main.cpp.obj - 0001:00038400 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEABVtype_info@@XZ 10039400 f i main.cpp.obj - 0001:00038410 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEABVtype_info@@XZ 10039410 f i main.cpp.obj - 0001:00038420 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEABVtype_info@@XZ 10039420 f i main.cpp.obj - 0001:00038430 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEABVtype_info@@XZ 10039430 f i main.cpp.obj - 0001:00038440 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEABVtype_info@@XZ 10039440 f i main.cpp.obj - 0001:00038450 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEABVtype_info@@XZ 10039450 f i main.cpp.obj - 0001:00038460 ?_Target_type@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEABVtype_info@@XZ 10039460 f i main.cpp.obj - 0001:00038470 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEABVtype_info@@XZ 10039470 f i main.cpp.obj - 0001:00038480 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEABVtype_info@@XZ 10039480 f i main.cpp.obj - 0001:00038490 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEABVtype_info@@XZ 10039490 f i main.cpp.obj - 0001:000384a0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEABVtype_info@@XZ 100394a0 f i main.cpp.obj - 0001:000384b0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEABVtype_info@@XZ 100394b0 f i main.cpp.obj - 0001:000384c0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEABVtype_info@@XZ 100394c0 f i main.cpp.obj - 0001:000384d0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EBEABVtype_info@@XZ 100394d0 f i main.cpp.obj - 0001:000384e0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEABVtype_info@@XZ 100394e0 f i main.cpp.obj - 0001:000384f0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEABVtype_info@@XZ 100394f0 f i main.cpp.obj - 0001:00038500 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEABVtype_info@@XZ 10039500 f i main.cpp.obj - 0001:00038510 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEABVtype_info@@XZ 10039510 f i main.cpp.obj - 0001:00038520 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEABVtype_info@@XZ 10039520 f i main.cpp.obj - 0001:00038530 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEABVtype_info@@XZ 10039530 f i main.cpp.obj - 0001:00038540 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEABVtype_info@@XZ 10039540 f i main.cpp.obj - 0001:00038550 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEABVtype_info@@XZ 10039550 f i main.cpp.obj - 0001:00038560 ?_Target_type@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEABVtype_info@@XZ 10039560 f i main.cpp.obj - 0001:00038570 ?_Target_type@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEABVtype_info@@XZ 10039570 f i main.cpp.obj - 0001:00038580 ?_Throw_tree_length_error@std@@YAXXZ 10039580 f i main.cpp.obj - 0001:00038590 ?_Tidy@?$vector@UCastSpellParams@@V?$allocator@UCastSpellParams@@@std@@@std@@AAEXXZ 10039590 f i main.cpp.obj - 0001:00038600 ?_Tidy@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEXXZ 10039600 f i main.cpp.obj - 0001:00038660 ?_Xlength@?$vector@DV?$allocator@D@std@@@std@@CAXXZ 10039660 f i main.cpp.obj - 0001:00038660 ?_Xlength@?$vector@EV?$allocator@E@std@@@std@@CAXXZ 10039660 f i main.cpp.obj - 0001:00038660 ?_Xlength@?$vector@PAHV?$allocator@PAH@std@@@std@@CAXXZ 10039660 f i lua_refs.cpp.obj - 0001:00038660 ?_Xlength@?$vector@UCastSpellParams@@V?$allocator@UCastSpellParams@@@std@@@std@@CAXXZ 10039660 f i main.cpp.obj - 0001:00038660 ?_Xlength@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@CAXXZ 10039660 f i main.cpp.obj - 0001:00038670 ?addCustomEvent@Nampower@@YAXIPAD@Z 10039670 f main.cpp.obj - 0001:00038790 ?add_ref@error_info_container_impl@exception_detail@boost@@EBEXXZ 10039790 f i main.cpp.obj - 0001:000387a0 ?append@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@ID@Z 100397a0 f i main.cpp.obj - 0001:00038900 ?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@QBDI@Z 10039900 f i main.cpp.obj - 0001:000389f0 ?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100399f0 f i main.cpp.obj - 0001:00038b90 ?checkForStopChanneling@Nampower@@YAXXZ 10039b90 f main.cpp.obj - 0001:00038ea0 ?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 10039ea0 f i main.cpp.obj - 0001:00038ebe ?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEPBVclone_base@23@XZ 10039ebe f i main.cpp.obj - 0001:00038ed0 ?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 10039ed0 f i main.cpp.obj - 0001:00038faa ?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEPBVclone_base@23@XZ 10039faa f i main.cpp.obj - 0001:00038fc0 ?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 10039fc0 f i main.cpp.obj - 0001:000390a0 ?clone@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 1003a0a0 f i main.cpp.obj - 0001:000390d0 ?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 1003a0d0 f i main.cpp.obj - 0001:00039150 ?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 1003a150 f i main.cpp.obj - 0001:000391f0 ?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 1003a1f0 f i main.cpp.obj - 0001:000394b0 ?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 1003a4b0 f i main.cpp.obj - 0001:00039580 ?current_exception_diagnostic_information@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z 1003a580 f i main.cpp.obj - 0001:00039620 ?deallocate@?$allocator@VSuspendedThread@hadesmem@@@std@@QAEXQAVSuspendedThread@hadesmem@@I@Z 1003a620 f i main.cpp.obj - 0001:00039660 ?dec@std@@YAAAVios_base@1@AAV21@@Z 1003a660 f i main.cpp.obj - 0001:00039680 ?destroy@sp_counted_base@detail@boost@@UAEXXZ 1003a680 f i main.cpp.obj - 0001:00039690 ?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 1003a690 f i main.cpp.obj - 0001:000398d0 ?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 1003a8d0 f i main.cpp.obj - 0001:00039d30 ?dispose@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEXXZ 1003ad30 f i main.cpp.obj - 0001:00039d30 ?dispose@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEXXZ 1003ad30 f i main.cpp.obj - 0001:00039d40 ?dispose@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEXXZ 1003ad40 f i main.cpp.obj - 0001:00039d40 ?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 1003ad40 f i main.cpp.obj - 0001:00039d40 ?dispose@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEXXZ 1003ad40 f i main.cpp.obj - 0001:00039d50 ?do_falsename@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003ad50 f i main.cpp.obj - 0001:00039d90 ?do_grouping@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003ad90 f i main.cpp.obj - 0001:00039dd0 ?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 1003add0 f i main.cpp.obj - 0001:00039ea0 ?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 1003aea0 f i main.cpp.obj - 0001:00039f70 ?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 1003af70 f i main.cpp.obj - 0001:0003a170 ?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 1003b170 f i main.cpp.obj - 0001:0003a370 ?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 1003b370 f i main.cpp.obj - 0001:0003a3e0 ?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 1003b3e0 f i main.cpp.obj - 0001:0003a4c0 ?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 1003b4c0 f i main.cpp.obj - 0001:0003a5a0 ?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 1003b5a0 f i main.cpp.obj - 0001:0003a7a0 ?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 1003b7a0 f i main.cpp.obj - 0001:0003ab40 ?do_thousands_sep@?$numpunct@D@std@@MBEDXZ 1003bb40 f i main.cpp.obj - 0001:0003ab50 ?do_truename@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003bb50 f i main.cpp.obj - 0001:0003ab90 ?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 1003bb90 f i main.cpp.obj - 0001:0003abd0 ?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 1003bbd0 f i main.cpp.obj - 0001:0003ad20 ?get@error_info_container_impl@exception_detail@boost@@UBE?AV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 1003bd20 f i main.cpp.obj - 0001:0003ada0 ?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 1003bda0 f i main.cpp.obj - 0001:0003ae60 ?hex@std@@YAAAVios_base@1@AAV21@@Z 1003be60 f i main.cpp.obj - 0001:0003ae80 ?initCustomEvents@Nampower@@YAXXZ 1003be80 f main.cpp.obj - 0001:0003b590 ?initHooks@Nampower@@YAXXZ 1003c590 f main.cpp.obj - 0001:0003c090 ?insert@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@IID@Z 1003d090 f i main.cpp.obj - 0001:0003c240 ?loadConfig@Nampower@@YAXXZ 1003d240 f main.cpp.obj - 0001:0003d6f0 ?loadUserVar@Nampower@@YAXPBD@Z 1003e6f0 f main.cpp.obj - 0001:0003d880 ?name_value_string@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@EBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 1003e880 f i main.cpp.obj - 0001:0003d8a0 ?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 1003e8a0 f i main.cpp.obj - 0001:0003d8c0 ?now@steady_clock@chrono@std@@SA?AV?$time_point@Usteady_clock@chrono@std@@V?$duration@_JU?$ratio@$00$0DLJKMKAA@@std@@@23@@23@XZ 1003e8c0 f i main.cpp.obj - 0001:0003d9c0 ?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 1003e9c0 f i main.cpp.obj - 0001:0003db40 ?overflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 1003eb40 f i main.cpp.obj - 0001:0003dc90 ?pbackfail@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 1003ec90 f i main.cpp.obj - 0001:0003dce0 ?pop@CastQueue@Nampower@@QAE?AUCastSpellParams@@XZ 1003ece0 f i main.cpp.obj - 0001:0003dd80 ?processQueues@Nampower@@YA_NXZ 1003ed80 f main.cpp.obj - 0001:0003e080 ?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 1003f080 f i main.cpp.obj - 0001:0003e200 ?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 1003f200 f i main.cpp.obj - 0001:0003e470 ?release@error_info_container_impl@exception_detail@boost@@EBE_NXZ 1003f470 f i main.cpp.obj - 0001:0003e510 ?reset@?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@QAEXPAVAllocator@hadesmem@@@Z 1003f510 f i main.cpp.obj - 0001:0003e533 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 1003f533 f i main.cpp.obj - 0001:0003e540 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 1003f540 f i main.cpp.obj - 0001:0003e561 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 1003f561 f i main.cpp.obj - 0001:0003e570 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 1003f570 f i main.cpp.obj - 0001:0003e5a0 ?rethrow@?$wrapexcept@VError@hadesmem@@@boost@@UBEXXZ 1003f5a0 f i main.cpp.obj - 0001:0003e5c0 ?safeRename@Nampower@@YA_NPBD0@Z 1003f5c0 f main.cpp.obj - 0001:0003e650 ?seekoff@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@_JHH@Z 1003f650 f i main.cpp.obj - 0001:0003e840 ?seekpos@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@V32@H@Z 1003f840 f i main.cpp.obj - 0001:0003e9b0 ?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 1003f9b0 f i main.cpp.obj - 0001:0003eaf0 ?stof@std@@YAMABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@PAI@Z 1003faf0 f i main.cpp.obj - 0001:0003eb60 ?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 1003fb60 f i main.cpp.obj - 0001:0003ec40 ?underflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHXZ 1003fc40 f i main.cpp.obj - 0001:0003eca0 ?updateFromCvar@Nampower@@YAXPBD0@Z 1003fca0 f main.cpp.obj - 0001:0003fca0 _Load 10040ca0 f main.cpp.obj - 0001:0003fe20 __scprintf 10040e20 f i main.cpp.obj - 0001:0003fe50 __snprintf 10040e50 f i main.cpp.obj - 0001:0003fe90 _sprintf_s 10040e90 f i main.cpp.obj - 0001:0003fec0 ??$?R_K@?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@QBEIAB_K@Z 10040ec0 f i helper.cpp.obj - 0001:0003ff30 ??$_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 10040f30 f misc_scripts.cpp.obj - 0001:0003ff30 ??$_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 10040f30 f misc_scripts.cpp.obj - 0001:00040020 ??$_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 10041020 f i helper.cpp.obj - 0001:000402d0 ??$_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 100412d0 f i helper.cpp.obj - 0001:000404a0 ??$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 100414a0 f items.cpp.obj - 0001:000404a0 ??$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 100414a0 f items.cpp.obj - 0001:000404a0 ??$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 100414a0 f misc_scripts.cpp.obj - 0001:000404a0 ??$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 100414a0 f items.cpp.obj - 0001:000404a0 ??$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 100414a0 f helper.cpp.obj - 0001:00040520 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 10041520 f i helper.cpp.obj - 0001:00040520 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 10041520 f i helper.cpp.obj - 0001:000405a0 ??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 100415a0 f i helper.cpp.obj - 0001:00040630 ??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 10041630 f items.cpp.obj - 0001:00040630 ??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 10041630 f items.cpp.obj - 0001:00040630 ??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 10041630 f misc_scripts.cpp.obj - 0001:00040630 ??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 10041630 f items.cpp.obj - 0001:00040630 ??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 10041630 f helper.cpp.obj - 0001:00040710 ??1?$list@U?$pair@$$CB_KI@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@@std@@QAE@XZ 10041710 f i helper.cpp.obj - 0001:000408d0 ?ConvertGuidToString@Nampower@@YAPAD_K@Z 100418d0 f helper.cpp.obj - 0001:00040900 ?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 10041900 f helper.cpp.obj - 0001:00040af0 ?GetGcdOrCooldownForSpell@Nampower@@YAII@Z 10041af0 f helper.cpp.obj - 0001:00040b30 ?GetNameplateDistance@Nampower@@YAMXZ 10041b30 f helper.cpp.obj - 0001:00040b80 ?GetRemainingCooldownForSpell@Nampower@@YAII@Z 10041b80 f helper.cpp.obj - 0001:00040bf0 ?GetSpellIdFromSpellName@Nampower@@YAIPBD@Z 10041bf0 f helper.cpp.obj - 0001:00040c30 ?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 10041c30 f helper.cpp.obj - 0001:00040fb0 ?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 10041fb0 f helper.cpp.obj - 0001:00041160 ?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 10042160 f helper.cpp.obj - 0001:000412b0 ?IsSpellOnCooldown@Nampower@@YA_NI@Z 100422b0 f helper.cpp.obj - 0001:00041310 ?IsTargetingTerrainSpell@Nampower@@YA_NXZ 10042310 f helper.cpp.obj - 0001:00041320 ?SetNameplateDistance@Nampower@@YAXM@Z 10042320 f helper.cpp.obj - 0001:00041340 ?SpellIsAttackTradeskillOrEnchant@Nampower@@YA_NPBUSpellRec@game@@@Z 10042340 f helper.cpp.obj - 0001:00041380 ?SpellIsChanneling@Nampower@@YA_NPBUSpellRec@game@@@Z 10042380 f helper.cpp.obj - 0001:00041390 ?SpellIsMounting@Nampower@@YA_NPBUSpellRec@game@@@Z 10042390 f helper.cpp.obj - 0001:000413c0 ?SpellIsOnGcd@Nampower@@YA_NPBUSpellRec@game@@@Z 100423c0 f helper.cpp.obj - 0001:000413e0 ?SpellIsOnSwing@Nampower@@YA_NPBUSpellRec@game@@@Z 100423e0 f helper.cpp.obj - 0001:000413f0 ?SpellIsTargeting@Nampower@@YA_NPBUSpellRec@game@@@Z 100423f0 f helper.cpp.obj - 0001:000414f0 ?_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 100424f0 f i items.cpp.obj - 0001:000414f0 ?_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 100424f0 f i items.cpp.obj - 0001:000414f0 ?_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 100424f0 f i misc_scripts.cpp.obj - 0001:000414f0 ?_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 100424f0 f i items.cpp.obj - 0001:000414f0 ?_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 100424f0 f i helper.cpp.obj - 0001:000418a0 ?_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 100428a0 f i helper.cpp.obj - 0001:000419e0 _snprintf 100429e0 f i helper.cpp.obj - 0001:00041a20 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 10042a20 f i spellcast.cpp.obj - 0001:00041bd0 ?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 10042bd0 f spellcast.cpp.obj - 0001:000421f0 ?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 100431f0 f spellcast.cpp.obj - 0001:00042370 ?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 10043370 f spellcast.cpp.obj - 0001:000424f0 ?CGWorldFrame_OnLayerTrackTerrainHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAXHH@Z 100434f0 f spellcast.cpp.obj - 0001:00042560 ?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 10043560 f spellcast.cpp.obj - 0001:00042720 ?CastQueuedNonGcdSpell@Nampower@@YAXXZ 10043720 f spellcast.cpp.obj - 0001:00042910 ?CastQueuedNormalSpell@Nampower@@YAXXZ 10043910 f spellcast.cpp.obj - 0001:00042b00 ?SendCastHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z 10043b00 f spellcast.cpp.obj - 0001:00042b30 ?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 10043b30 f spellcast.cpp.obj - 0001:00044200 ?Spell_C_HandleTerrainClickHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z 10045200 f spellcast.cpp.obj - 0001:00044220 ?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 10045220 f spellcast.cpp.obj - 0001:000443a0 ?TriggerQuickcast@Nampower@@YAXXZ 100453a0 f spellcast.cpp.obj - 0001:00044500 ?TriggerSpellCastEvent@Nampower@@YAX_NIW4CastType@@_KI@Z 10045500 f spellcast.cpp.obj - 0001:00044550 ?TriggerSpellQueuedEvent@Nampower@@YAXW4QueueEvents@@I@Z 10045550 f spellcast.cpp.obj - 0001:00044570 ?findSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 10045570 f i spellcast.cpp.obj - 0001:000445b0 ?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100455b0 f i spellcast.cpp.obj - 0001:00044790 ?pushFront@CastQueue@Nampower@@QAEXABUCastSpellParams@@@Z 10045790 f i spellcast.cpp.obj - 0001:000448b0 ??$Get@H@CDataStore@Nampower@@QAEXAAH@Z 100458b0 f i spellevents.cpp.obj - 0001:000448b0 ??$Get@I@CDataStore@Nampower@@QAEXAAI@Z 100458b0 f i spellchannel.cpp.obj - 0001:00044910 ?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10045910 f spellchannel.cpp.obj - 0001:00044f20 ?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10045f20 f spellchannel.cpp.obj - 0001:000451d0 ??$Get@F@CDataStore@Nampower@@QAEXAAF@Z 100461d0 f i spellevents.cpp.obj - 0001:00045230 ??$Get@_K@CDataStore@Nampower@@QAEXAA_K@Z 10046230 f i spellevents.cpp.obj - 0001:000452a0 ?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100462a0 f spellevents.cpp.obj - 0001:000457d0 ?PeriodicAuraLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100467d0 f spellevents.cpp.obj - 0001:000459e0 ?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100469e0 f spellevents.cpp.obj - 0001:00045b50 ?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10046b50 f spellevents.cpp.obj - 0001:00045d50 ?SpellEnergizeLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10046d50 f spellevents.cpp.obj - 0001:00045df0 ?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 10046df0 f spellevents.cpp.obj - 0001:00046490 ?SpellHealingLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10047490 f spellevents.cpp.obj - 0001:00046530 ?SpellNonMeleeDmgLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 10047530 f spellevents.cpp.obj - 0001:00046630 ?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 10047630 f spellevents.cpp.obj - 0001:00046b60 ?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 10047b60 f spellevents.cpp.obj - 0001:000477d0 ?TriggerAuraCastEvent@Nampower@@YAXPBUSpellRec@game@@_KQA_KE1_N@Z 100487d0 f spellevents.cpp.obj - 0001:00047aa0 ?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 10048aa0 f spellevents.cpp.obj - 0001:00047e20 ?TriggerSpellEnergizeEvent@Nampower@@YAX_K0IIIE@Z 10048e20 f spellevents.cpp.obj - 0001:00047ee0 ?TriggerSpellHealEvent@Nampower@@YAX_K0IIEE@Z 10048ee0 f spellevents.cpp.obj - 0001:00047fa0 ?findOldestWaitingForServerSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 10048fa0 f i spellevents.cpp.obj - 0001:00047ff0 ?triggerAuraCastEventOnTarget@Nampower@@YAXPBUSpellRec@game@@HPAD1_K2II@Z 10048ff0 f spellevents.cpp.obj - 0001:000480e0 ??$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 100490e0 f i misc_scripts.cpp.obj - 0001:000480e0 ??$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 100490e0 f i spell_scripts.cpp.obj - 0001:000480e0 ??$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 100490e0 f i misc_scripts.cpp.obj - 0001:00048350 ??$_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 10049350 f i misc_scripts.cpp.obj - 0001:00048350 ??$_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 10049350 f i items.cpp.obj - 0001:000483d0 ??$_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 100493d0 f i misc_scripts.cpp.obj - 0001:000483d0 ??$_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 100493d0 f i dbc_fields.cpp.obj - 0001:00048610 ??$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 10049610 f i misc_scripts.cpp.obj - 0001:00048610 ??$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 10049610 f i items.cpp.obj - 0001:00048660 ??$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 10049660 f i misc_scripts.cpp.obj - 0001:00048760 ??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 10049760 f i misc_scripts.cpp.obj - 0001:00048760 ??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 10049760 f i items.cpp.obj - 0001:00048810 ??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 10049810 f i misc_scripts.cpp.obj - 0001:00048810 ??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 10049810 f i items.cpp.obj - 0001:00048830 ??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 10049830 f i misc_scripts.cpp.obj - 0001:00048830 ??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 10049830 f i items.cpp.obj - 0001:000488a0 ??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 100498a0 f i misc_scripts.cpp.obj - 0001:000488a0 ??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 100498a0 f i items.cpp.obj - 0001:000488d0 ??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 100498d0 f i misc_scripts.cpp.obj - 0001:000488d0 ??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 100498d0 f i items.cpp.obj - 0001:000488f0 ?PushTableValue@Nampower@@YAXPAIPADI@Z 100498f0 f i misc_scripts.cpp.obj - 0001:00048940 ?RunQueuedScript@Nampower@@YA_NH@Z 10049940 f misc_scripts.cpp.obj - 0001:00048a80 ?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 10049a80 f misc_scripts.cpp.obj - 0001:00048b80 ?Script_DisenchantAll@Nampower@@YAIPAI@Z 10049b80 f misc_scripts.cpp.obj - 0001:00048f70 ?Script_GetCastInfo@Nampower@@YAIPAI@Z 10049f70 f misc_scripts.cpp.obj - 0001:000492d0 ?Script_GetCurrentCastingInfo@Nampower@@YAIPAI@Z 1004a2d0 f misc_scripts.cpp.obj - 0001:00049420 ?Script_GetItemLevel@Nampower@@YAIPAI@Z 1004a420 f misc_scripts.cpp.obj - 0001:000494d0 ?Script_GetItemStats@Nampower@@YAIPAI@Z 1004a4d0 f misc_scripts.cpp.obj - 0001:00049880 ?Script_GetItemStatsField@Nampower@@YAIPAI@Z 1004a880 f misc_scripts.cpp.obj - 0001:00049ce0 ?Script_GetNampowerVersion@Nampower@@YAIPAI@Z 1004ace0 f misc_scripts.cpp.obj - 0001:00049d40 ?Script_GetUnitData@Nampower@@YAIPAI@Z 1004ad40 f misc_scripts.cpp.obj - 0001:0004a0b0 ?Script_GetUnitField@Nampower@@YAIPAI@Z 1004b0b0 f misc_scripts.cpp.obj - 0001:0004a400 ?Script_QueueScript@Nampower@@YAIPAI@Z 1004b400 f misc_scripts.cpp.obj - 0001:0004a700 ?Script_StartItemExport@Nampower@@YAIPAI@Z 1004b700 f misc_scripts.cpp.obj - 0001:0004a710 ?TryDisenchant@Nampower@@YA_NXZ 1004b710 f misc_scripts.cpp.obj - 0001:0004aaa0 ?_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 1004baa0 f i misc_scripts.cpp.obj - 0001:0004aaa0 ?_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 1004baa0 f i items.cpp.obj - 0001:0004ad60 ??$_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 1004bd60 f i spell_scripts.cpp.obj - 0001:0004afa0 ??$_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 1004bfa0 f i spell_scripts.cpp.obj - 0001:0004aff0 ?GetSpellSlotFromLuaHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@HPAI1@Z 1004bff0 f spell_scripts.cpp.obj - 0001:0004b140 ?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 1004c140 f spell_scripts.cpp.obj - 0001:0004b250 ?Script_GetSpellIdForName@Nampower@@YAIPAI@Z 1004c250 f spell_scripts.cpp.obj - 0001:0004b2c0 ?Script_GetSpellModifiers@Nampower@@YAIPAI@Z 1004c2c0 f spell_scripts.cpp.obj - 0001:0004b440 ?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 1004c440 f spell_scripts.cpp.obj - 0001:0004b590 ?Script_GetSpellRec@Nampower@@YAIPAI@Z 1004c590 f spell_scripts.cpp.obj - 0001:0004b950 ?Script_GetSpellRecField@Nampower@@YAIPAI@Z 1004c950 f spell_scripts.cpp.obj - 0001:0004bdc0 ?Script_GetSpellSlotTypeIdForName@Nampower@@YAIPAI@Z 1004cdc0 f spell_scripts.cpp.obj - 0001:0004bf40 ?Script_IsSpellInRange@Nampower@@YAIPAI@Z 1004cf40 f spell_scripts.cpp.obj - 0001:0004c200 ?Script_IsSpellUsable@Nampower@@YAIPAI@Z 1004d200 f spell_scripts.cpp.obj - 0001:0004c340 ?Script_QueueSpellByName@Nampower@@YAIPAI@Z 1004d340 f spell_scripts.cpp.obj - 0001:0004c450 ?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1004d450 f spell_scripts.cpp.obj - 0001:0004c570 ?GetCooldownFromSpellHistory@Nampower@@YA?AUCooldownDetail@1@III@Z 1004d570 f cooldown_scripts.cpp.obj - 0001:0004c830 ?GetItemCooldownDetail@Nampower@@YA?AUCooldownDetail@1@I@Z 1004d830 f cooldown_scripts.cpp.obj - 0001:0004c9d0 ?PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@1@@Z 1004d9d0 f cooldown_scripts.cpp.obj - 0001:0004cf00 ?Script_GetItemIdCooldown@Nampower@@YAIPAI@Z 1004df00 f cooldown_scripts.cpp.obj - 0001:0004cfe0 ?Script_GetSpellIdCooldown@Nampower@@YAIPAI@Z 1004dfe0 f cooldown_scripts.cpp.obj - 0001:0004d0a0 ?Script_GetTrinketCooldown@Nampower@@YAIPAI@Z 1004e0a0 f cooldown_scripts.cpp.obj - 0001:0004d2c0 ??0CachedItemData@Nampower@@QAE@XZ 1004e2c0 f i item_scripts.cpp.obj - 0001:0004d730 ?ClearBagSlot@Nampower@@YAXPAIHI@Z 1004e730 f item_scripts.cpp.obj - 0001:0004d810 ?CreateBasicItemInfoTable@Nampower@@YAXPAIPAUCGItem@game@@@Z 1004e810 f item_scripts.cpp.obj - 0001:0004d900 ?CreateItemInfoTable@Nampower@@YAXPAIPAUCGItem_C@game@@@Z 1004e900 f item_scripts.cpp.obj - 0001:0004dbb0 ?GetSingleBagItems@Nampower@@YAIPAIH@Z 1004ebb0 f item_scripts.cpp.obj - 0001:0004dfa0 ?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 1004efa0 f item_scripts.cpp.obj - 0001:0004e4d0 ?Script_FindPlayerItemSlot@Nampower@@YAIPAI@Z 1004f4d0 f item_scripts.cpp.obj - 0001:0004e640 ?Script_GetBagItem@Nampower@@YAIPAI@Z 1004f640 f item_scripts.cpp.obj - 0001:0004e910 ?Script_GetBagItems@Nampower@@YAIPAI@Z 1004f910 f item_scripts.cpp.obj - 0001:0004eab0 ?Script_GetEquippedItem@Nampower@@YAIPAI@Z 1004fab0 f item_scripts.cpp.obj - 0001:0004ec30 ?Script_GetEquippedItems@Nampower@@YAIPAI@Z 1004fc30 f item_scripts.cpp.obj - 0001:0004edb0 ?Script_GetTrinkets@Nampower@@YAIPAI@Z 1004fdb0 f item_scripts.cpp.obj - 0001:0004f260 ?Script_UseItemIdOrName@Nampower@@YAIPAI@Z 10050260 f item_scripts.cpp.obj - 0001:0004f3e0 ?Script_UseTrinket@Nampower@@YAIPAI@Z 100503e0 f item_scripts.cpp.obj - 0001:0004f610 ??$_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 10050610 f i items.cpp.obj - 0001:0004f610 ??$_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 10050610 f i items.cpp.obj - 0001:0004f680 ??$_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 10050680 f i items.cpp.obj - 0001:0004f880 ??$_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 10050880 f i items.cpp.obj - 0001:0004fa70 ??$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 10050a70 f i items.cpp.obj - 0001:0004fc60 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 10050c60 f i items.cpp.obj - 0001:0004fc60 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 10050c60 f i items.cpp.obj - 0001:0004fc80 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10050c80 f i items.cpp.obj - 0001:0004fc80 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10050c80 f i items.cpp.obj - 0001:0004fca0 ??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 10050ca0 f i items.cpp.obj - 0001:0004fd30 ??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 10050d30 f i items.cpp.obj - 0001:0004fdc0 ??1?$list@IV?$allocator@I@std@@@std@@QAE@XZ 10050dc0 f i items.cpp.obj - 0001:0004fe00 ??1?$list@U?$pair@$$CBIPAUItemStats_C@game@@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@2@@std@@QAE@XZ 10050e00 f i items.cpp.obj - 0001:0004fe40 ??_H@YGXPAXIIP6EPAX0@Z@Z 10050e40 f i items.cpp.obj - 0001:0004fe70 ?CacheItemNameToId@Nampower@@YAXPBDI@Z 10050e70 f items.cpp.obj - 0001:0004ff00 ?ClearItemCaches@Nampower@@YAXXZ 10050f00 f items.cpp.obj - 0001:00050060 ?DoesItemMatch@Nampower@@YA_NIIPBD@Z 10051060 f items.cpp.obj - 0001:00050130 ?FindPlayerDisenchantItem@Nampower@@YA?AUPlayerItemSearchResult@1@I_N@Z 10051130 f items.cpp.obj - 0001:00050340 ?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 10051340 f items.cpp.obj - 0001:00050980 ?GetBagPtrFromContainer@Nampower@@YAPAIPAI@Z 10051980 f items.cpp.obj - 0001:000509a0 ?GetItemIdFromCache@Nampower@@YAIPBD@Z 100519a0 f items.cpp.obj - 0001:00050a90 ?GetItemStats@Nampower@@YAPAUItemStats_C@game@@I@Z 10051a90 f items.cpp.obj - 0001:00050b10 ?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 10051b10 f items.cpp.obj - 0001:00050d30 ?LoadItem@Nampower@@YA_NI@Z 10051d30 f items.cpp.obj - 0001:00050e00 ?StartItemExport@Nampower@@YAXXZ 10051e00 f items.cpp.obj - 0001:00050e20 ?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 10051e20 f items.cpp.obj - 0001:00050ff0 ?_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 10051ff0 f i items.cpp.obj - 0001:00051150 ?_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 10052150 f i items.cpp.obj - 0001:000512b0 ?_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 100522b0 f i items.cpp.obj - 0001:00051460 ?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 10052460 f i items.cpp.obj - 0001:000514e0 ?InitializeFieldMaps@Nampower@@YAXXZ 100524e0 f dbc_fields.cpp.obj - 0001:000517e0 ?InitializeUnitFieldMaps@Nampower@@YAXXZ 100527e0 f unit_fields.cpp.obj - 0001:00051990 ?CGUnit_C_OnAuraAddedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 10052990 f auras.cpp.obj - 0001:000519d0 ?CGUnit_C_OnAuraAddedStackHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIH@Z 100529d0 f auras.cpp.obj - 0001:00051a10 ?CGUnit_C_OnAuraRemovedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 10052a10 f auras.cpp.obj - 0001:00051a50 ?TriggerAuraEvent@Nampower@@YAXPAIII_N@Z 10052a50 f auras.cpp.obj - 0001:00051c80 ?UnitCombatLogUnitDeadHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_K@Z 10052c80 f auras.cpp.obj - 0001:00051cd0 ??$_Emplace_reallocate@ABQAH@?$vector@PAHV?$allocator@PAH@std@@@std@@AAEPAPAHQAPAHABQAH@Z 10052cd0 f i lua_refs.cpp.obj - 0001:00051e30 ?CleanupAllLuaTableRefs@Nampower@@YAXXZ 10052e30 f lua_refs.cpp.obj - 0001:00051fa0 ?GetTableRef@Nampower@@YAXPAIAAH@Z 10052fa0 f lua_refs.cpp.obj - 0001:00052020 ?AttackRoundInfo_ReadPacketHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@1@@Z 10053020 f autoattack.cpp.obj - 0001:000523d8 __get_purecall_handler 100533d8 f libvcruntime:purevirt.obj - 0001:000523df __purecall 100533df f libvcruntime:purevirt.obj - 0001:000523fb ___DestructExceptionObject 100533fb f libvcruntime:ehhelpers.obj - 0001:0005249c ?_CallMemberFunction0@@YGXQAX0@Z 1005349c f i libvcruntime:ehhelpers.obj - 0001:00052501 __IsExceptionObjectToBeDestroyed 10053501 f libvcruntime:ehhelpers.obj - 0001:00052527 ___AdjustPointer 10053527 f libvcruntime:ehhelpers.obj - 0001:0005254c ___FrameUnwindFilter 1005354c f libvcruntime:ehhelpers.obj - 0001:000525a2 ___std_terminate 100535a2 f libvcruntime:ehhelpers.obj - 0001:000525a7 ___std_exception_copy 100535a7 f libvcruntime:std_exception.obj - 0001:0005260a ___std_exception_destroy 1005360a f libvcruntime:std_exception.obj - 0001:00052629 __CxxThrowException@8 10053629 f libvcruntime:throw.obj - 0001:00052695 ?GetRangeOfTrysToCheck@__FrameHandler3@@SA?AU?$pair@Viterator@TryBlockMap@__FrameHandler3@@V123@@std@@AAVTryBlockMap@1@HPAXPBU_s_FuncInfo@@H@Z 10053695 f libvcruntime:trnsctrl.obj - 0001:00052704 ?_CallCatchBlock2@@YAPAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@PAXHK@Z 10053704 f libvcruntime:trnsctrl.obj - 0001:00052761 ?_CallSETranslator@@YAHPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAX2PBU_s_FuncInfo@@H1@Z 10053761 f libvcruntime:trnsctrl.obj - 0001:00052851 ?_JumpToContinuation@@YGXPAXPAUEHRegistrationNode@@@Z 10053851 f libvcruntime:trnsctrl.obj - 0001:00052881 ?_UnwindNestedFrames@@YGXPAUEHRegistrationNode@@PAUEHExceptionRecord@@@Z 10053881 f libvcruntime:trnsctrl.obj - 0001:000528d5 __CatchGuardHandler 100538d5 f libvcruntime:trnsctrl.obj - 0001:00052906 __CreateFrameInfo 10053906 f libvcruntime:trnsctrl.obj - 0001:0005292a __FindAndUnlinkFrame 1005392a f libvcruntime:trnsctrl.obj - 0001:00052972 __TranslatorGuardHandler 10053972 f libvcruntime:trnsctrl.obj - 0001:00052a11 ___CxxFrameHandler3 10053a11 f libvcruntime:trnsctrl.obj - 0001:00052a50 _memcpy 10053a50 f libvcruntime:memcpy.obj - 0001:00052a50 _memmove 10053a50 f libvcruntime:memmove.obj - 0001:00052fd0 ??0__non_rtti_object@std@@QAE@ABV01@@Z 10053fd0 f i libvcruntime:rtti.obj - 0001:00052feb ??0bad_typeid@std@@QAE@ABV01@@Z 10053feb f i libvcruntime:rtti.obj - 0001:00053006 ??_E__non_rtti_object@std@@UAEPAXI@Z 10054006 f i libvcruntime:rtti.obj - 0001:00053006 ??_Ebad_function_call@std@@UAEPAXI@Z 10054006 f i libcpmt:xthrow.obj - 0001:00053006 ??_Ebad_typeid@std@@UAEPAXI@Z 10054006 f i libvcruntime:rtti.obj - 0001:00053006 ??_Einvalid_argument@std@@UAEPAXI@Z 10054006 f i libcpmt:xthrow.obj - 0001:00053006 ??_Elength_error@std@@UAEPAXI@Z 10054006 f i libcpmt:xthrow.obj - 0001:00053006 ??_Elogic_error@std@@UAEPAXI@Z 10054006 f i libcpmt:xthrow.obj - 0001:00053006 ??_Eout_of_range@std@@UAEPAXI@Z 10054006 f i libcpmt:xthrow.obj - 0001:00053006 ??_G__non_rtti_object@std@@UAEPAXI@Z 10054006 f i libvcruntime:rtti.obj - 0001:00053006 ??_Gbad_function_call@std@@UAEPAXI@Z 10054006 f i libcpmt:xthrow.obj - 0001:00053006 ??_Gbad_typeid@std@@UAEPAXI@Z 10054006 f i libvcruntime:rtti.obj - 0001:00053006 ??_Ginvalid_argument@std@@UAEPAXI@Z 10054006 f i libcpmt:xthrow.obj - 0001:00053006 ??_Glength_error@std@@UAEPAXI@Z 10054006 f i libcpmt:xthrow.obj - 0001:00053006 ??_Glogic_error@std@@UAEPAXI@Z 10054006 f i libcpmt:xthrow.obj - 0001:00053006 ??_Gout_of_range@std@@UAEPAXI@Z 10054006 f i libcpmt:xthrow.obj - 0001:000533d7 ?__construct_from_string_literal@__non_rtti_object@std@@SA?AV12@QBD@Z 100543d7 f i libvcruntime:rtti.obj - 0001:000533f3 ?__construct_from_string_literal@bad_cast@std@@SA?AV12@QBD@Z 100543f3 f i libvcruntime:rtti.obj - 0001:0005340f ?__construct_from_string_literal@bad_typeid@std@@SA?AV12@QBD@Z 1005440f f i libvcruntime:rtti.obj - 0001:0005342b ___RTDynamicCast 1005442b f libvcruntime:rtti.obj - 0001:0005351e ___RTtypeid 1005451e f libvcruntime:rtti.obj - 0001:000535b4 ??3@YAXPAX@Z 100545b4 f LIBCMT:delete_scalar.obj - 0001:000535b9 ___std_type_info_compare 100545b9 f libvcruntime:std_type_info.obj - 0001:000535f5 ___std_type_info_destroy_list 100545f5 f libvcruntime:std_type_info.obj - 0001:00053618 ___std_type_info_name 10054618 f libvcruntime:std_type_info.obj - 0001:000536e0 _memset 100546e0 f libvcruntime:memset.obj - 0001:00053840 _memchr 10054840 f libvcruntime:memchr.obj - 0001:000538ed ___vcrt_freefls@4 100548ed f libvcruntime:per_thread_data.obj - 0001:00053909 ___vcrt_freeptd_for_this_thread 10054909 f libvcruntime:per_thread_data.obj - 0001:00053934 ___vcrt_getptd 10054934 f libvcruntime:per_thread_data.obj - 0001:00053942 ___vcrt_getptd_noexit 10054942 f libvcruntime:per_thread_data.obj - 0001:000539d4 ___vcrt_getptd_noinit 100549d4 f libvcruntime:per_thread_data.obj - 0001:00053a0b ___vcrt_initialize_ptd 10054a0b f libvcruntime:per_thread_data.obj - 0001:00053a3e ___vcrt_uninitialize_ptd 10054a3e f libvcruntime:per_thread_data.obj - 0001:00053aa0 __except_handler4 10054aa0 f libvcruntime:chandler4.obj - 0001:00054330 ??$TypeMatchHelper@V__FrameHandler3@@@@YAHPBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_ThrowInfo@@@Z 10055330 f i libvcruntime:frame.obj - 0001:000543be ??$__InternalCxxFrameHandler@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 100553be f i libvcruntime:frame.obj - 0001:000544c0 ??$__InternalCxxFrameHandlerWrapper@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 100554c0 f i libvcruntime:frame.obj - 0001:00054721 ?FrameUnwindToEmptyState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 10055721 f libvcruntime:frame.obj - 0001:00054739 ?FrameUnwindToState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@H@Z 10055739 f libvcruntime:frame.obj - 0001:000548bb ?_CallMemberFunction1@@YGXQAX00@Z 100558bb f i libvcruntime:frame.obj - 0001:000548cb ?_CallMemberFunction2@@YGXQAX00H@Z 100558cb f i libvcruntime:frame.obj - 0001:000548de ?getESTypes@__FrameHandler3@@SAPBU_s_ESTypeList@@PBU_s_FuncInfo@@@Z 100558de f i libvcruntime:frame.obj - 0001:000548f0 __CallSettingFrame@12 100558f0 f libvcruntime:lowhelpr.obj - 0001:00054917 __NLG_Return 10055917 libvcruntime:lowhelpr.obj - 0001:0005493c ___except_validate_context_record 1005593c f libvcruntime:jbcxrval.obj - 0001:0005496c ??$?0$00@DName@@QAE@PBDU?$StringLifeSelector@$00@@@Z 1005596c f i libvcruntime:undname.obj - 0001:0005499f ??$?0$01@DName@@QAE@PBDU?$StringLifeSelector@$01@@@Z 1005599f f i libvcruntime:undname.obj - 0001:0005499f ??$?0$0A@@DName@@QAE@PBDU?$StringLifeSelector@$0A@@@@Z 1005599f f i libvcruntime:undname.obj - 0001:000549d2 ??$?0$01@pcharNode@@QAE@PBDHU?$StringLifeSelector@$01@@@Z 100559d2 f i libvcruntime:undname.obj - 0001:000549d2 ??$?0$0A@@pcharNode@@QAE@PBDHU?$StringLifeSelector@$0A@@@@Z 100559d2 f i libvcruntime:undname.obj - 0001:00054a12 ??$append@VDNameNode@@@DName@@AAEXPBVDNameNode@@@Z 10055a12 f i libvcruntime:undname.obj - 0001:00054a12 ??$append@VDNameStatusNode@@@DName@@AAEXPBVDNameStatusNode@@@Z 10055a12 f i libvcruntime:undname.obj - 0001:00054a12 ??$append@VcharNode@@@DName@@AAEXPBVcharNode@@@Z 10055a12 f i libvcruntime:undname.obj - 0001:00054a12 ??$append@VpcharNode@@@DName@@AAEXPBVpcharNode@@@Z 10055a12 f i libvcruntime:undname.obj - 0001:00054a53 ??$doPchar@$00@DName@@AAEXPBDH@Z 10055a53 f i libvcruntime:undname.obj - 0001:00054abf ??$doPchar@$01@DName@@AAEXPBDH@Z 10055abf f i libvcruntime:undname.obj - 0001:00054abf ??$doPchar@$0A@@DName@@AAEXPBDH@Z 10055abf f i libvcruntime:undname.obj - 0001:00054bec ??0DName@@QAE@AAPBDD@Z 10055bec f libvcruntime:undname.obj - 0001:00054c75 ??0DName@@QAE@ABUStringLiteral@@@Z 10055c75 f libvcruntime:undname.obj - 0001:00054c9c ??0DName@@QAE@PAV0@@Z 10055c9c f libvcruntime:undname.obj - 0001:00054ce3 ??0DName@@QAE@W4DNameStatus@@@Z 10055ce3 f libvcruntime:undname.obj - 0001:00054d23 ??0DName@@QAE@_J@Z 10055d23 f libvcruntime:undname.obj - 0001:00054dad ??0DName@@QAE@_K@Z 10055dad f libvcruntime:undname.obj - 0001:00054e11 ??0DNameNode@@IAE@XZ 10055e11 f i libvcruntime:undname.obj - 0001:00054e1a ??0UnDecorator@@QAE@PBDP6APADJ@ZK@Z 10055e1a f i libvcruntime:undname.obj - 0001:00054e7e ??0pDNameNode@@QAE@PAVDName@@@Z 10055e7e f libvcruntime:undname.obj - 0001:00054ea6 ??0pairNode@@QAE@PBVDNameNode@@0@Z 10055ea6 f i libvcruntime:undname.obj - 0001:00054ecc ??2@YAPAXIAAV_HeapManager@@H@Z 10055ecc f libvcruntime:undname.obj - 0001:00054eeb ??4DName@@QAEAAV0@ABUStringLiteral@@@Z 10055eeb f libvcruntime:undname.obj - 0001:00054f0c ??4DName@@QAEAAV0@W4DNameStatus@@@Z 10055f0c f libvcruntime:undname.obj - 0001:00054f3e ??AReplicator@@QBE?AVDName@@H@Z 10055f3e f libvcruntime:undname.obj - 0001:00054f7a ??H@YA?AVDName@@ABUStringLiteral@@ABV0@@Z 10055f7a f i libvcruntime:undname.obj - 0001:00054f9c ??H@YA?AVDName@@DABV0@@Z 10055f9c f i libvcruntime:undname.obj - 0001:00054fc7 ??H@YA?AVDName@@W4DNameStatus@@ABV0@@Z 10055fc7 f i libvcruntime:undname.obj - 0001:00054fe9 ??HDName@@QBE?AV0@ABUStringLiteral@@@Z 10055fe9 f libvcruntime:undname.obj - 0001:0005500b ??HDName@@QBE?AV0@ABV0@@Z 1005600b f libvcruntime:undname.obj - 0001:0005502d ??HDName@@QBE?AV0@D@Z 1005602d f libvcruntime:undname.obj - 0001:0005504f ??HDName@@QBE?AV0@W4DNameStatus@@@Z 1005604f f libvcruntime:undname.obj - 0001:00055071 ??YDName@@QAEAAV0@ABUStringLiteral@@@Z 10056071 f libvcruntime:undname.obj - 0001:000550c9 ??YDName@@QAEAAV0@ABV0@@Z 100560c9 f libvcruntime:undname.obj - 0001:00055120 ??YDName@@QAEAAV0@D@Z 10056120 f libvcruntime:undname.obj - 0001:00055175 ??YDName@@QAEAAV0@W4DNameStatus@@@Z 10056175 f libvcruntime:undname.obj - 0001:000551b5 ??YReplicator@@QAEAAV0@ABVDName@@@Z 100561b5 f libvcruntime:undname.obj - 0001:000551f5 ??_5DName@@QAEAAV0@ABV0@@Z 100561f5 f libvcruntime:undname.obj - 0001:00055214 ?Destructor@_HeapManager@@QAEXXZ 10056214 f i libvcruntime:undname.obj - 0001:00055249 ?UScore@UnDecorator@@SA?AUStringLiteral@@W4Tokens@@@Z 10056249 f libvcruntime:undname.obj - 0001:00055270 ?composeDeclaration@UnDecorator@@CA?AVDName@@ABV2@@Z 10056270 f i libvcruntime:undname.obj - 0001:00055ff6 ?doPchar@DName@@AAEXD@Z 10056ff6 f libvcruntime:undname.obj - 0001:0005602e ?getAddressOf@UnDecorator@@CA?AVDName@@XZ 1005702e f libvcruntime:undname.obj - 0001:00056096 ?getArgumentList@UnDecorator@@CA?AVDName@@XZ 10057096 f libvcruntime:undname.obj - 0001:000561a3 ?getArgumentTypes@UnDecorator@@CA?AVDName@@XZ 100571a3 f libvcruntime:undname.obj - 0001:000562ab ?getArrayAccess@UnDecorator@@CA?AVDName@@XZ 100572ab f libvcruntime:undname.obj - 0001:0005631f ?getArrayObject@UnDecorator@@CA?AVDName@@XZ 1005731f f libvcruntime:undname.obj - 0001:000563bd ?getArrayType@UnDecorator@@CA?AVDName@@ABV2@@Z 100573bd f i libvcruntime:undname.obj - 0001:0005655a ?getBasedType@UnDecorator@@CA?AVDName@@XZ 1005755a f libvcruntime:undname.obj - 0001:00056609 ?getBasicDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 10057609 f libvcruntime:undname.obj - 0001:00056b65 ?getCallingConvention@UnDecorator@@CA?AVDName@@XZ 10057b65 f libvcruntime:undname.obj - 0001:00056c2f ?getDataIndirectType@UnDecorator@@CA?AVDName@@ABV2@W4IndirectionKind@@0H@Z 10057c2f f libvcruntime:undname.obj - 0001:000572ee ?getDataIndirectType@UnDecorator@@CA?AVDName@@XZ 100582ee f i libvcruntime:undname.obj - 0001:0005731c ?getDataType@UnDecorator@@CA?AVDName@@PAV2@@Z 1005831c f libvcruntime:undname.obj - 0001:000573f3 ?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100583f3 f libvcruntime:undname.obj - 0001:00057647 ?getDimension@UnDecorator@@CA?AVDName@@_N@Z 10058647 f libvcruntime:undname.obj - 0001:0005774e ?getDispatchTarget@UnDecorator@@CA?AVDName@@XZ 1005874e f libvcruntime:undname.obj - 0001:0005779f ?getECSUDataType@UnDecorator@@CA?AVDName@@XZ 1005879f f libvcruntime:undname.obj - 0001:00057949 ?getEnumType@UnDecorator@@CA?AVDName@@XZ 10058949 f i libvcruntime:undname.obj - 0001:00057a5d ?getExtendedDataIndirectType@UnDecorator@@CA?AVDName@@AAW4IndirectionKind@@AA_NH@Z 10058a5d f libvcruntime:undname.obj - 0001:00057c60 ?getExternalDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 10058c60 f i libvcruntime:undname.obj - 0001:00057cc5 ?getFloatingPoint@UnDecorator@@CA?AVDName@@H@Z 10058cc5 f libvcruntime:undname.obj - 0001:00057d88 ?getFunctionIndirectType@UnDecorator@@CA?AVDName@@ABV2@@Z 10058d88 f libvcruntime:undname.obj - 0001:00058132 ?getLastChar@DName@@QBEDXZ 10059132 f i libvcruntime:undname.obj - 0001:00058152 ?getLastChar@DNameStatusNode@@UBEDXZ 10059152 f i libvcruntime:undname.obj - 0001:0005815e ?getLastChar@charNode@@UBEDXZ 1005915e f i libvcruntime:undname.obj - 0001:00058162 ?getLastChar@pDNameNode@@UBEDXZ 10059162 f i libvcruntime:undname.obj - 0001:00058170 ?getLastChar@pairNode@@UBEDXZ 10059170 f i libvcruntime:undname.obj - 0001:000581a5 ?getLastChar@pcharNode@@UBEDXZ 100591a5 f i libvcruntime:undname.obj - 0001:000581b7 ?getLexicalFrame@UnDecorator@@CA?AVDName@@XZ 100591b7 f i libvcruntime:undname.obj - 0001:000581e8 ?getMemberAccess@UnDecorator@@CA?AVDName@@XZ 100591e8 f libvcruntime:undname.obj - 0001:00058258 ?getMemoryWithBuffer@_HeapManager@@QAEPAXI@Z 10059258 f libvcruntime:undname.obj - 0001:000582c2 ?getMemoryWithoutBuffer@_HeapManager@@QAEPAXI@Z 100592c2 f libvcruntime:undname.obj - 0001:000582e2 ?getNoexcept@UnDecorator@@CA?AVDName@@XZ 100592e2 f libvcruntime:undname.obj - 0001:0005832a ?getNumberOfDimensions@UnDecorator@@CAHXZ 1005932a f libvcruntime:undname.obj - 0001:00058384 ?getOperatorName@UnDecorator@@CA?AVDName@@_NPA_N@Z 10059384 f i libvcruntime:undname.obj - 0001:00058c4a ?getPointerToMember@UnDecorator@@CA?AVDName@@XZ 10059c4a f libvcruntime:undname.obj - 0001:00058d06 ?getPrimaryDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 10059d06 f libvcruntime:undname.obj - 0001:00058f56 ?getPtrRefDataType@UnDecorator@@CA?AVDName@@ABV2@H@Z 10059f56 f libvcruntime:undname.obj - 0001:000590c3 ?getPtrRefType@UnDecorator@@CA?AVDName@@ABV2@0W4IndirectionKind@@@Z 1005a0c3 f libvcruntime:undname.obj - 0001:000591d4 ?getRestrictionSpec@UnDecorator@@CA?AVDName@@XZ 1005a1d4 f libvcruntime:undname.obj - 0001:000592ed ?getReturnType@UnDecorator@@CA?AVDName@@PAV2@@Z 1005a2ed f libvcruntime:undname.obj - 0001:0005931c ?getScope@UnDecorator@@CA?AVDName@@XZ 1005a31c f libvcruntime:undname.obj - 0001:000596da ?getScopedName@UnDecorator@@CA?AVDName@@XZ 1005a6da f libvcruntime:undname.obj - 0001:000597cf ?getSignedDimension@UnDecorator@@CA?AVDName@@XZ 1005a7cf f libvcruntime:undname.obj - 0001:00059820 ?getString@DName@@QBEPADPAD0@Z 1005a820 f i libvcruntime:undname.obj - 0001:0005984d ?getString@DName@@QBEPADPADH@Z 1005a84d f i libvcruntime:undname.obj - 0001:000598a2 ?getString@DNameStatusNode@@UBEPADPAD0@Z 1005a8a2 f i libvcruntime:undname.obj - 0001:000598e9 ?getString@charNode@@UBEPADPAD0@Z 1005a8e9 f i libvcruntime:undname.obj - 0001:000598fe ?getString@pDNameNode@@UBEPADPAD0@Z 1005a8fe f i libvcruntime:undname.obj - 0001:00059915 ?getString@pairNode@@UBEPADPAD0@Z 1005a915 f i libvcruntime:undname.obj - 0001:0005995b ?getString@pcharNode@@UBEPADPAD0@Z 1005a95b f i libvcruntime:undname.obj - 0001:00059976 ?getStringEncoding@UnDecorator@@CA?AVDName@@W4PrefixKind@@H@Z 1005a976 f libvcruntime:undname.obj - 0001:00059a09 ?getStringHelper@@YAPADPADPBD1H@Z 1005aa09 f i libvcruntime:undname.obj - 0001:00059a33 ?getStringObject@UnDecorator@@CA?AVDName@@XZ 1005aa33 f libvcruntime:undname.obj - 0001:00059a9f ?getSymbolName@UnDecorator@@CA?AVDName@@XZ 1005aa9f f i libvcruntime:undname.obj - 0001:00059ae7 ?getTemplateArgumentList@UnDecorator@@CA?AVDName@@XZ 1005aae7 f libvcruntime:undname.obj - 0001:00059c97 ?getTemplateName@UnDecorator@@CA?AVDName@@_N@Z 1005ac97 f libvcruntime:undname.obj - 0001:00059e12 ?getTemplateNonTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005ae12 f libvcruntime:undname.obj - 0001:0005a1da ?getTemplateTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005b1da f libvcruntime:undname.obj - 0001:0005a2eb ?getThisType@UnDecorator@@CA?AVDName@@XZ 1005b2eb f i libvcruntime:undname.obj - 0001:0005a31a ?getThrowTypes@UnDecorator@@CA?AVDName@@XZ 1005b31a f libvcruntime:undname.obj - 0001:0005a339 ?getTypeEncoding@UnDecorator@@CAHXZ 1005b339 f i libvcruntime:undname.obj - 0001:0005a675 ?getUndecoratedName@UnDecorator@@QAEPADPADH@Z 1005b675 f i libvcruntime:undname.obj - 0001:0005a796 ?getUnionObject@UnDecorator@@CA?AVDName@@XZ 1005b796 f libvcruntime:undname.obj - 0001:0005a83d ?getVCallThunkType@UnDecorator@@CA?AVDName@@XZ 1005b83d f i libvcruntime:undname.obj - 0001:0005a887 ?getValue@UnDecorator@@CA?AV?$optional@_K@std@@XZ 1005b887 f libvcruntime:undname.obj - 0001:0005a8d7 ?getValueObject@UnDecorator@@CA?AVDName@@XZ 1005b8d7 f libvcruntime:undname.obj - 0001:0005aa03 ?getVdispMapType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005ba03 f i libvcruntime:undname.obj - 0001:0005aa64 ?getVfTableType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005ba64 f i libvcruntime:undname.obj - 0001:0005abb8 ?getZName@UnDecorator@@CA?AVDName@@_N0@Z 1005bbb8 f libvcruntime:undname.obj - 0001:0005add1 ?get_current_character_and_increment_buffer@UnDecorator@@CADXZ 1005bdd1 f i libvcruntime:undname.obj - 0001:0005ade5 ?increment_buffer@UnDecorator@@CA_NI@Z 1005bde5 f i libvcruntime:undname.obj - 0001:0005ae0d ?isEmpty@DName@@QBEHXZ 1005be0d f i libvcruntime:undname.obj - 0001:0005ae15 ?isValid@DName@@QBEHXZ 1005be15 f i libvcruntime:undname.obj - 0001:0005ae1f ?length@DName@@QBEHXZ 1005be1f f i libvcruntime:undname.obj - 0001:0005ae3e ?length@DNameStatusNode@@UBEHXZ 1005be3e f i libvcruntime:undname.obj - 0001:0005ae3e ?length@pcharNode@@UBEHXZ 1005be3e f i libvcruntime:undname.obj - 0001:0005ae3e ?raw_length@DNameStatusNode@@UBEHXZ 1005be3e f i libvcruntime:undname.obj - 0001:0005ae3e ?raw_length@pcharNode@@UBEHXZ 1005be3e f i libvcruntime:undname.obj - 0001:0005ae42 ?length@charNode@@UBEHXZ 1005be42 f i libvcruntime:undname.obj - 0001:0005ae42 ?raw_length@charNode@@UBEHXZ 1005be42 f i libvcruntime:undname.obj - 0001:0005ae42 __get_startup_argv_mode 1005be42 f i LIBCMT:argv_mode.obj - 0001:0005ae46 ?length@pDNameNode@@UBEHXZ 1005be46 f i libvcruntime:undname.obj - 0001:0005ae54 ?length@pairNode@@UBEHXZ 1005be54 f i libvcruntime:undname.obj - 0001:0005ae9d ?make@DNameStatusNode@@SAPBV1@W4DNameStatus@@@Z 1005be9d f i libvcruntime:undname.obj - 0001:0005aeb9 ?parseDecoratedName@UnDecorator@@CA?AVDName@@XZ 1005beb9 f libvcruntime:undname.obj - 0001:0005afb4 ?raw_length@pairNode@@UBEHXZ 1005bfb4 f i libvcruntime:undname.obj - 0001:0005b00a ___unDName 1005c00a f libvcruntime:undname.obj - 0001:0005b02d ___unDNameEx 1005c02d f libvcruntime:undname.obj - 0001:0005b1b7 ___vcrt_FlsAlloc 1005c1b7 f libvcruntime:winapi_downlevel.obj - 0001:0005b1f2 ___vcrt_FlsFree 1005c1f2 f libvcruntime:winapi_downlevel.obj - 0001:0005b22d ___vcrt_FlsGetValue 1005c22d f libvcruntime:winapi_downlevel.obj - 0001:0005b268 ___vcrt_FlsSetValue 1005c268 f libvcruntime:winapi_downlevel.obj - 0001:0005b2a6 ___vcrt_InitializeCriticalSectionEx 1005c2a6 f libvcruntime:winapi_downlevel.obj - 0001:0005b2f0 __local_unwind4 1005c2f0 f libvcruntime:exsup4.obj - 0001:0005b3e0 @_EH4_CallFilterFunc@8 1005c3e0 f libvcruntime:exsup4.obj - 0001:0005b400 @_EH4_TransferToHandler@8 1005c400 f libvcruntime:exsup4.obj - 0001:0005b420 @_EH4_GlobalUnwind2@8 1005c420 f libvcruntime:exsup4.obj - 0001:0005b440 @_EH4_LocalUnwind@16 1005c440 f libvcruntime:exsup4.obj - 0001:0005b457 _unexpected 1005c457 f libvcruntime:unexpected.obj - 0001:0005b474 ?GetCurrentState@__FrameHandler3@@SAHPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 1005c474 f libvcruntime:ehstate.obj - 0001:0005b491 ?SetState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@H@Z 1005c491 f libvcruntime:ehstate.obj - 0001:0005b4a0 __NLG_Notify1 1005c4a0 f libvcruntime:exsup.obj - 0001:0005b4b0 __NLG_Notify 1005c4b0 f libvcruntime:exsup.obj - 0001:0005b4c7 __NLG_Dispatch 1005c4c7 libvcruntime:exsup.obj - 0001:0005b4c7 __NLG_Dispatch2 1005c4c7 libvcruntime:exsup.obj - 0001:0005b4d0 __NLG_Call 1005c4d0 f libvcruntime:exsup.obj - 0001:0005b4d2 __NLG_Return2 1005c4d2 libvcruntime:exsup.obj - 0001:0005b4d3 ___vcrt_initialize_locks 1005c4d3 f libvcruntime:locks.obj - 0001:0005b50f ___vcrt_lock 1005c50f f libvcruntime:locks.obj - 0001:0005b524 ___vcrt_uninitialize_locks 1005c524 f libvcruntime:locks.obj - 0001:0005b553 ___vcrt_unlock 1005c553 f libvcruntime:locks.obj - 0001:0005b568 ??0__crt_cached_ptd_host@@QAE@QAU__crt_locale_pointers@@@Z 1005c568 f i libucrt:invalid_parameter.obj - 0001:0005b5b0 ??1__crt_cached_ptd_host@@QAE@XZ 1005c5b0 f i libucrt:invalid_parameter.obj - 0001:0005b5ec ?check_synchronize_global_state_index@__crt_cached_ptd_host@@AAEIXZ 1005c5ec f i libucrt:invalid_parameter.obj - 0001:0005b615 ?force_synchronize_per_thread_data@__crt_cached_ptd_host@@AAEPAU__acrt_ptd@@XZ 1005c615 f i libucrt:invalid_parameter.obj - 0001:0005b65b ?get_raw_ptd@__crt_cached_ptd_host@@QAEPAU__acrt_ptd@@XZ 1005c65b f i libucrt:invalid_parameter.obj - 0001:0005b678 ___acrt_call_reportfault 1005c678 f libucrt:invalid_parameter.obj - 0001:0005b7b1 ___acrt_initialize_invalid_parameter_handler 1005c7b1 f libucrt:invalid_parameter.obj - 0001:0005b7c0 __invalid_parameter 1005c7c0 f libucrt:invalid_parameter.obj - 0001:0005b7f7 __invalid_parameter_internal 1005c7f7 f libucrt:invalid_parameter.obj - 0001:0005b874 __invalid_parameter_noinfo 1005c874 f libucrt:invalid_parameter.obj - 0001:0005b884 __invalid_parameter_noinfo_noreturn 1005c884 f libucrt:invalid_parameter.obj - 0001:0005b8a1 __invoke_watson 1005c8a1 f libucrt:invalid_parameter.obj - 0001:0005b8d5 ___acrt_initialize_stdio 1005c8d5 f libucrt:_file.obj - 0001:0005b99d ___acrt_iob_func 1005c99d f libucrt:_file.obj - 0001:0005b9ad ___acrt_uninitialize_stdio 1005c9ad f libucrt:_file.obj - 0001:0005b9f9 __get_stream_buffer_pointers 1005c9f9 f libucrt:_file.obj - 0001:0005ba3f __lock_file 1005ca3f f libucrt:_file.obj - 0001:0005ba53 __unlock_file 1005ca53 f libucrt:_file.obj - 0001:0005bb8c _fclose 1005cb8c f libucrt:fclose.obj - 0001:0005bdf5 ___acrt_stdio_flush_nolock 1005cdf5 f libucrt:fflush.obj - 0001:0005be5e __fflush_nolock 1005ce5e f libucrt:fflush.obj - 0001:0005bec3 __flushall 1005cec3 f libucrt:fflush.obj - 0001:0005becc _fflush 1005cecc f libucrt:fflush.obj - 0001:0005bf1f __fgetc_nolock 1005cf1f f libucrt:fgetc.obj - 0001:0005bf5b _fgetc 1005cf5b f libucrt:fgetc.obj - 0001:0005c074 _fgetpos 1005d074 f libucrt:fgetpos.obj - 0001:0005c203 __fputc_nolock_internal 1005d203 f libucrt:fputc.obj - 0001:0005c230 _fputc 1005d230 f libucrt:fputc.obj - 0001:0005c264 __fread_nolock_s 1005d264 f libucrt:fread.obj - 0001:0005c43d _fread 1005d43d f libucrt:fread.obj - 0001:0005c45a _fread_s 1005d45a f libucrt:fread.obj - 0001:0005c578 _fsetpos 1005d578 f libucrt:fsetpos.obj - 0001:0005c5b3 ?LongLongSub@@YAJ_J0PA_J@Z 1005d5b3 f i libucrt:fseek.obj - 0001:0005c89c __fseeki64 1005d89c f libucrt:fseek.obj - 0001:0005c8d6 _fseek 1005d8d6 f libucrt:fseek.obj - 0001:0005c9b7 __fwrite_internal 1005d9b7 f libucrt:fwrite.obj - 0001:0005ca2e __fwrite_nolock_internal 1005da2e f libucrt:fwrite.obj - 0001:0005cbd5 _fwrite 1005dbd5 f libucrt:fwrite.obj - 0001:0005cdd3 _setvbuf 1005ddd3 f libucrt:setvbuf.obj - 0001:0005ce0d __ungetc_nolock 1005de0d f libucrt:ungetc.obj - 0001:0005cf01 _ungetc 1005df01 f libucrt:ungetc.obj - 0001:0005cf74 _free 1005df74 f libucrt:free.obj - 0001:0005cf8f ??$__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 1005df8f f i libucrt:rename.obj - 0001:0005d041 ??$__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 1005e041 f i libucrt:rename.obj - 0001:0005d05e ??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z 1005e05e f i libucrt:rename.obj - 0001:0005d0e0 ?__acrt_get_utf8_acp_compatibility_codepage@@YAIXZ 1005e0e0 f i libucrt:rename.obj - 0001:0005d11f ?_deallocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 1005e11f f i libucrt:argv_wildcards.obj - 0001:0005d11f ?_deallocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 1005e11f f i libucrt:rename.obj - 0001:0005d139 ?allocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 1005e139 f i libucrt:rename.obj - 0001:0005d178 ?allocate@__crt_win32_buffer_internal_dynamic_resizing@@SAHQAPAXIABV__crt_win32_buffer_empty_debug_info@@@Z 1005e178 f i libucrt:rename.obj - 0001:0005d197 _rename 1005e197 f libucrt:rename.obj - 0001:0005d5cc ??$count@D@formatting_buffer@__crt_stdio_output@@QBEIXZ 1005e5cc f i libucrt:output.obj - 0001:0005d5e4 ??$ensure_buffer_is_big_enough@D@formatting_buffer@__crt_stdio_output@@QAE_NIAAV__crt_cached_ptd_host@@@Z 1005e5e4 f i libucrt:output.obj - 0001:0005d665 ??$is_overflow_condition@K@__crt_strtox@@YA_NIK@Z 1005e665 f i libucrt:output.obj - 0001:0005d699 ??$is_wide_character_specifier@D@__crt_stdio_output@@YA_N_KDW4length_modifier@0@@Z 1005e699 f i libucrt:output.obj - 0001:0005d6ca ??$make_c_string_character_source@DPAPAD@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBDQAPAD@Z 1005e6ca f i libucrt:output.obj - 0001:0005d6ca ??$make_c_string_character_source@_WPAPA_W@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_WQAPA_W@Z 1005e6ca f i libucrt:output.obj - 0001:0005d6e5 ??$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 1005e6e5 f i libucrt:output.obj - 0001:0005d8f4 ??$scratch_data@D@formatting_buffer@__crt_stdio_output@@QAEPADXZ 1005e8f4 f i libucrt:output.obj - 0001:0005d912 ??$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 1005e912 f i libucrt:output.obj - 0001:0005d912 ??$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 1005e912 f i libucrt:output.obj - 0001:0005da9f ??$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 1005ea9f f i libucrt:output.obj - 0001:0005da9f ??$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 1005ea9f f i libucrt:output.obj - 0001:0005dc2c ??$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 1005ec2c f i libucrt:output.obj - 0001:0005dc2c ??$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 1005ec2c f i libucrt:output.obj - 0001:0005ddb9 ??$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 1005edb9 f i libucrt:output.obj - 0001:0005ddb9 ??$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 1005edb9 f i libucrt:output.obj - 0001:0005de1c ??$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 1005ee1c f i libucrt:output.obj - 0001:0005de1c ??$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 1005ee1c f i libucrt:output.obj - 0001:0005dea3 ??$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 1005eea3 f i libucrt:output.obj - 0001:0005dea3 ??$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 1005eea3 f i libucrt:output.obj - 0001:0005df20 ??$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 1005ef20 f i libucrt:output.obj - 0001:0005df20 ??$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 1005ef20 f i libucrt:output.obj - 0001:0005df98 ??$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 1005ef98 f i libucrt:output.obj - 0001:0005df98 ??$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 1005ef98 f i libucrt:output.obj - 0001:0005e03f ??$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 1005f03f f i libucrt:output.obj - 0001:0005e03f ??$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 1005f03f f i libucrt:output.obj - 0001:0005e0c9 ??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 1005f0c9 f i libucrt:output.obj - 0001:0005e130 ??1formatting_buffer@__crt_stdio_output@@QAE@XZ 1005f130 f i libucrt:output.obj - 0001:0005e14a ??4?$__crt_unique_heap_ptr@DU__crt_internal_free_policy@@@@QAEAAV0@$$QAV0@@Z 1005f14a f i libucrt:output.obj - 0001:0005e16e ?crop_zeroes@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 1005f16e f i libucrt:output.obj - 0001:0005e1ce ?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 1005f1ce f i libucrt:output.obj - 0001:0005e20b ?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 1005f20b f i libucrt:output.obj - 0001:0005e246 ?force_decimal_point@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 1005f246 f i libucrt:output.obj - 0001:0005e2a2 ?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 1005f2a2 f i libucrt:output.obj - 0001:0005e2a2 ?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 1005f2a2 f i libucrt:output.obj - 0001:0005e31a ?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 1005f31a f i libucrt:output.obj - 0001:0005e5fe ?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 1005f5fe f i libucrt:output.obj - 0001:0005e8d2 ?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 1005f8d2 f i libucrt:output.obj - 0001:0005e8d2 ?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 1005f8d2 f i libucrt:output.obj - 0001:0005ea2b ?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 1005fa2b f i libucrt:output.obj - 0001:0005ea2b ?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 1005fa2b f i libucrt:output.obj - 0001:0005ed8a ?to_integer_size@__crt_stdio_output@@YAIW4length_modifier@1@@Z 1005fd8a f i libucrt:output.obj - 0001:0005edde ?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 1005fdde f i libucrt:output.obj - 0001:0005edde ?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 1005fdde f i libucrt:output.obj - 0001:0005ee41 ?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 1005fe41 f i libucrt:output.obj - 0001:0005ee41 ?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 1005fe41 f i libucrt:output.obj - 0001:0005efd2 ?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 1005ffd2 f i libucrt:output.obj - 0001:0005efd2 ?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 1005ffd2 f i libucrt:output.obj - 0001:0005f067 ?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 10060067 f i libucrt:output.obj - 0001:0005f067 ?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 10060067 f i libucrt:output.obj - 0001:0005f0ec ?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 100600ec f i libucrt:output.obj - 0001:0005f0ec ?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 100600ec f i libucrt:output.obj - 0001:0005f109 ?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 10060109 f i libucrt:output.obj - 0001:0005f109 ?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 10060109 f i libucrt:output.obj - 0001:0005f11f ?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 1006011f f i libucrt:output.obj - 0001:0005f11f ?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 1006011f f i libucrt:output.obj - 0001:0005f191 ?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z 10060191 f i libucrt:output.obj - 0001:0005f1ba ?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z 100601ba f i libucrt:output.obj - 0001:0005f1f0 ?update_locale_slow@__crt_cached_ptd_host@@AAEXXZ 100601f0 f i libucrt:output.obj - 0001:0005f24b ?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ 1006024b f i libucrt:output.obj - 0001:0005f24b ?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ 1006024b f i libucrt:output.obj - 0001:0005f266 ?validate@?$string_output_adapter@D@__crt_stdio_output@@QBE_NAAV__crt_cached_ptd_host@@@Z 10060266 f i libucrt:output.obj - 0001:0005f297 ?write_string@?$string_output_adapter@D@__crt_stdio_output@@QBEXQBDHQAHAAV__crt_cached_ptd_host@@@Z 10060297 f i libucrt:output.obj - 0001:0005f2fe ___acrt_locale_get_ctype_array_value 100602fe f i libucrt:output.obj - 0001:0005f320 ___stdio_common_vsprintf 10060320 f libucrt:output.obj - 0001:0005f361 ___stdio_common_vsprintf_s 10060361 f libucrt:output.obj - 0001:0005f3a2 ___acrt_errno_from_os_error 100603a2 f libucrt:errno.obj - 0001:0005f3e5 ___acrt_errno_map_os_error 100603e5 f libucrt:errno.obj - 0001:0005f408 ___acrt_errno_map_os_error_ptd 10060408 f libucrt:errno.obj - 0001:0005f42c ___doserrno 1006042c f libucrt:errno.obj - 0001:0005f43f __errno 1006043f f libucrt:errno.obj - 0001:0005f452 _frexp 10060452 f libucrt:frexp.obj - 0001:0005f54c _calloc 1006054c f libucrt:calloc.obj - 0001:0005f557 _abort 10060557 f libucrt:abort.obj - 0001:0005f59b ??$is_overflow_condition@_K@__crt_strtox@@YA_NI_K@Z 1006059b f i libucrt:atox.obj - 0001:0005f5dc ??$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 100605dc f i libucrt:atox.obj - 0001:0005f823 ??$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 10060823 f i libucrt:atox.obj - 0001:0005fe31 ??$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 10060e31 f i libucrt:atox.obj - 0001:000600f9 __ischartype_l 100610f9 f i libucrt:atox.obj - 0001:00060150 __wtol 10061150 f libucrt:atox.obj - 0001:0006018f _atoi 1006118f f libucrt:atox.obj - 0001:0006018f _atol 1006118f f libucrt:atox.obj - 0001:000601ce ??$assemble_floating_point_value_t@M@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAM@Z 100611ce f i libucrt:strtod.obj - 0001:000601fe ??$assemble_floating_point_value_t@N@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAN@Z 100611fe f i libucrt:strtod.obj - 0001:000602cf ??$convert_decimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 100612cf f i libucrt:strtod.obj - 0001:000602f0 ??$convert_hexadecimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 100612f0 f i libucrt:strtod.obj - 0001:00060311 ??$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 10061311 f i libucrt:strtod.obj - 0001:00060391 ??$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 10061391 f i libucrt:strtod.obj - 0001:000607a9 ??$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 100617a9 f i libucrt:strtod.obj - 0001:0006085c ??$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 1006185c f i libucrt:strtod.obj - 0001:00060960 ??$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 10061960 f i libucrt:strtod.obj - 0001:0006099c ??$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 1006199c f i libucrt:strtod.obj - 0001:000609d8 ??$parse_floating_point_write_result@M@__crt_strtox@@YA?AW4SLD_STATUS@@W4floating_point_parse_result@0@ABUfloating_point_string@0@QAM@Z 100619d8 f i libucrt:strtod.obj - 0001:00060b44 ??R@@QBE@XZ 10061b44 f i libucrt:strtod.obj - 0001:00060b44 ??R@@QBE@XZ 10061b44 f i libucrt:strtod.obj - 0001:00060b44 ??R@@QBE@XZ 10061b44 f i libucrt:strtod.obj - 0001:00060b6a ?as_double@floating_point_value@__crt_strtox@@QBEAANXZ 10061b6a f i libucrt:strtod.obj - 0001:00060b8f ?as_float@floating_point_value@__crt_strtox@@QBEAAMXZ 10061b8f f i libucrt:strtod.obj - 0001:00060bb4 ?assemble_floating_point_infinity@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 10061bb4 f i libucrt:strtod.obj - 0001:00060bf4 ?assemble_floating_point_value@__crt_strtox@@YA?AW4SLD_STATUS@@_KH_N1ABVfloating_point_value@1@@Z 10061bf4 f i libucrt:strtod.obj - 0001:00060f4d ?assemble_floating_point_value_from_big_integer@__crt_strtox@@YA?AW4SLD_STATUS@@ABUbig_integer@1@I_N1ABVfloating_point_value@1@@Z 10061f4d f i libucrt:strtod.obj - 0001:000610df ?assemble_floating_point_zero@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 100620df f i libucrt:strtod.obj - 0001:00061114 ?convert_decimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 10062114 f i libucrt:strtod.obj - 0001:00062eba ?convert_hexadecimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 10063eba f i libucrt:strtod.obj - 0001:00062f60 ?denormal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 10063f60 f i libucrt:strtod.obj - 0001:00062f80 ?divide@__crt_strtox@@YA_KAAUbig_integer@1@ABU21@@Z 10063f80 f i libucrt:strtod.obj - 0001:0006342b ?normal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 1006442b f i libucrt:strtod.obj - 0001:00063442 _strtof 10064442 f libucrt:strtod.obj - 0001:00063460 _strcspn 10064460 f libucrt:strcspn.obj - 0001:000634b0 _strncmp 100644b0 f libucrt:strncmp.obj - 0001:000637b9 __localtime64_s 100647b9 f libucrt:localtime.obj - 0001:000637c4 _localeconv 100647c4 f libucrt:localeconv.obj - 0001:000637ec ??$__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 100647ec f i libucrt:strftime.obj - 0001:000638ae ??$__acrt_wcs_to_mbs_cp@U__crt_win32_buffer_no_resizing@@@@YAHQB_WAAV?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@I@Z 100648ae f i libucrt:strftime.obj - 0001:000638cb ??R@@QBE@IQB_WQADI@Z 100648cb f i libucrt:strftime.obj - 0001:000638cb ??R@@QBE@IQB_WQADI@Z 100648cb f i libucrt:argv_wildcards.obj - 0001:000638ef ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEHI@Z 100648ef f i libucrt:strftime.obj - 0001:00063916 ?set_to_nullptr@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEXXZ 10064916 f i libucrt:strftime.obj - 0001:0006392a __Gettnames 1006492a f libucrt:strftime.obj - 0001:0006392f __Strftime 1006492f f libucrt:strftime.obj - 0001:0006394f __Strftime_l 1006494f f libucrt:strftime.obj - 0001:00063a4a __dclass 10064a4a f libucrt:nan.obj - 0001:00063a5b __dsign 10064a5b f libucrt:nan.obj - 0001:00063a6b __ldclass 10064a6b f libucrt:nanl.obj - 0001:00063a7c ___ascii_stricmp 10064a7c f libucrt:stricmp.obj - 0001:00063ab5 __strcmpi 10064ab5 f libucrt:stricmp.obj - 0001:00063ab5 __stricmp 10064ab5 f libucrt:stricmp.obj - 0001:00063afe __stricmp_l 10064afe f libucrt:stricmp.obj - 0001:00063b8e _strtoull 10064b8e f libucrt:strtox.obj - 0001:00063bda _wcstol 10064bda f libucrt:strtox.obj - 0001:00063c20 __tolower_l 10064c20 f libucrt:tolower_toupper.obj - 0001:00063d1e _tolower 10064d1e f libucrt:tolower_toupper.obj - 0001:00063d50 __libm_sse2_sqrt_precise 10064d50 f libucrt:sqrt_sse2_precise.obj - 0001:00063e50 _ceil 10064e50 f libucrt:ceil_pentium4.obj - 0001:00063e90 __ceil_pentium4 10064e90 f libucrt:ceil_pentium4.obj - 0001:00063f6d __strnicmp 10064f6d f libucrt:strnicmp.obj - 0001:00063fda __strnicmp_l 10064fda f libucrt:strnicmp.obj - 0001:000640a5 _terminate 100650a5 f libucrt:terminate.obj - 0001:000640e1 _malloc 100650e1 f libucrt:malloc.obj - 0001:000640ec _strcpy_s 100650ec f libucrt:strcpy_s.obj - 0001:00064146 _wcsncmp 10065146 f libucrt:wcsncmp.obj - 0001:000644be ___acrt_freeptd 100654be f libucrt:per_thread_data.obj - 0001:000644ea ___acrt_getptd 100654ea f libucrt:per_thread_data.obj - 0001:000645a5 ___acrt_getptd_head 100655a5 f libucrt:per_thread_data.obj - 0001:0006463b ___acrt_getptd_noexit 1006563b f libucrt:per_thread_data.obj - 0001:000646ec ___acrt_getptd_noexit_explicit 100656ec f libucrt:per_thread_data.obj - 0001:0006478f ___acrt_initialize_ptd 1006578f f libucrt:per_thread_data.obj - 0001:000647bb ___acrt_uninitialize_ptd 100657bb f libucrt:per_thread_data.obj - 0001:000648d5 ??0_expandlocale_locale_name_cache@@QAE@QA_WIQAU__crt_qualified_locale_data@@@Z 100658d5 f i libucrt:wsetlocale.obj - 0001:0006491f ??1_expandlocale_locale_name_cache@@QAE@XZ 1006591f f i libucrt:wsetlocale.obj - 0001:00064ab7 ?commit_locale_name@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 10065ab7 f i libucrt:wsetlocale.obj - 0001:00064afb ?commit_locale_name_cache_already_updated@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 10065afb f i libucrt:wsetlocale.obj - 0001:00064b30 ___acrt_copy_locale_name 10065b30 f libucrt:wsetlocale.obj - 0001:00064b90 ___acrt_set_locale_changed 10065b90 f libucrt:wsetlocale.obj - 0001:00064b9b ___acrt_uninitialize_locale 10065b9b f libucrt:wsetlocale.obj - 0001:00064bc2 ___lc_lctowcs 10065bc2 f libucrt:wsetlocale.obj - 0001:00064c32 ___lc_wcstolc 10065c32 f libucrt:wsetlocale.obj - 0001:00065164 __wcscats 10066164 f libucrt:wsetlocale.obj - 0001:000651a5 __wsetlocale 100661a5 f libucrt:wsetlocale.obj - 0001:00065e9a __calloc_base 10066e9a f libucrt:calloc_base.obj - 0001:00065ef7 __free_base 10066ef7 f libucrt:free_base.obj - 0001:00065fba ??$__crt_fast_encode_pointer@P6AHXZ@@YAP6AHXZQ6AHXZ@Z 10066fba f i libucrt:onexit.obj - 0001:00065fba ??$__crt_fast_encode_pointer@P6GHPA_WKJ@Z@@YAP6GHPA_WKJ@ZQ6GH0KJ@Z@Z 10066fba f i libucrt:winapi_thunks.obj - 0001:00065fba ??$__crt_fast_encode_pointer@PAP6AXXZ@@YAPAP6AXXZQAP6AXXZ@Z 10066fba f i libucrt:onexit.obj - 0001:00065fba ??$__crt_fast_encode_pointer@PAX@@YAPAXQAX@Z 10066fba f i libucrt:winapi_thunks.obj - 0001:0006627a ___acrt_AppPolicyGetProcessTerminationMethodInternal@4 1006727a f libucrt:winapi_thunks.obj - 0001:000662ba ___acrt_AreFileApisANSI@0 100672ba f libucrt:winapi_thunks.obj - 0001:000662d9 ___acrt_CompareStringEx@36 100672d9 f libucrt:winapi_thunks.obj - 0001:00066336 ___acrt_EnumSystemLocalesEx@16 10067336 f libucrt:winapi_thunks.obj - 0001:0006638a ___acrt_FlsAlloc@4 1006738a f libucrt:winapi_thunks.obj - 0001:000663c9 ___acrt_FlsFree@4 100673c9 f libucrt:winapi_thunks.obj - 0001:00066408 ___acrt_FlsGetValue@4 10067408 f libucrt:winapi_thunks.obj - 0001:00066447 ___acrt_FlsSetValue@8 10067447 f libucrt:winapi_thunks.obj - 0001:00066489 ___acrt_GetDateFormatEx@28 10067489 f libucrt:winapi_thunks.obj - 0001:000664e0 ___acrt_GetLocaleInfoEx@16 100674e0 f libucrt:winapi_thunks.obj - 0001:0006651f ___acrt_GetTimeFormatEx@24 1006751f f libucrt:winapi_thunks.obj - 0001:00066564 ___acrt_GetUserDefaultLocaleName@8 10067564 f libucrt:winapi_thunks.obj - 0001:000665a0 ___acrt_InitializeCriticalSectionEx@12 100675a0 f libucrt:winapi_thunks.obj - 0001:000665eb ___acrt_IsValidLocaleName@4 100675eb f libucrt:winapi_thunks.obj - 0001:00066623 ___acrt_LCIDToLocaleName@16 10067623 f libucrt:winapi_thunks.obj - 0001:00066662 ___acrt_LCMapStringEx@36 10067662 f libucrt:winapi_thunks.obj - 0001:000666bf ___acrt_LocaleNameToLCID@8 100676bf f libucrt:winapi_thunks.obj - 0001:000666f0 ___acrt_can_use_vista_locale_apis 100676f0 f libucrt:winapi_thunks.obj - 0001:000666fb ___acrt_eagerly_load_locale_apis 100676fb f libucrt:winapi_thunks.obj - 0001:00066732 ___acrt_initialize_winapi_thunks 10067732 f libucrt:winapi_thunks.obj - 0001:00066746 ___acrt_uninitialize_winapi_thunks 10067746 f libucrt:winapi_thunks.obj - 0001:0006677c __fcloseall 1006777c f libucrt:closeall.obj - 0001:00066827 ___acrt_stdio_free_buffer_nolock 10067827 f libucrt:_freebuf.obj - 0001:000669cd ___acrt_initialize_lowio 100679cd f libucrt:ioinit.obj - 0001:00066a2d ___acrt_uninitialize_lowio 10067a2d f libucrt:ioinit.obj - 0001:00066a59 __fileno 10067a59 f libucrt:fileno.obj - 0001:00066b11 __close_internal 10067b11 f libucrt:close.obj - 0001:00066bb4 __close_nolock 10067bb4 f libucrt:close.obj - 0001:00066be4 __close_nolock_internal 10067be4 f libucrt:close.obj - 0001:00066c84 ?__acrt_stdio_allocate_stream@@YA?AV__crt_stdio_stream@@XZ 10067c84 f libucrt:stream.obj - 0001:00066ced ?__acrt_stdio_free_stream@@YAXV__crt_stdio_stream@@@Z 10067ced f libucrt:stream.obj - 0001:00066dea ___acrt_initialize_locks 10067dea f libucrt:locks.obj - 0001:00066e2b ___acrt_lock 10067e2b f libucrt:locks.obj - 0001:00066e42 ___acrt_uninitialize_locks 10067e42 f libucrt:locks.obj - 0001:00066e73 ___acrt_unlock 10067e73 f libucrt:locks.obj - 0001:00066e8a __lock_locales 10067e8a f libucrt:locks.obj - 0001:00066e98 __unlock_locales 10067e98 f libucrt:locks.obj - 0001:00066f43 __commit 10067f43 f libucrt:commit.obj - 0001:00067762 __write 10068762 f libucrt:write.obj - 0001:00067799 __write_internal 10068799 f libucrt:write.obj - 0001:000678aa __write_nolock 100688aa f libucrt:write.obj - 0001:00067c55 ___acrt_stdio_refill_and_read_narrow_nolock 10068c55 f libucrt:_filbuf.obj - 0001:00068257 __ftelli64 10069257 f libucrt:ftell.obj - 0001:0006828d __ftelli64_nolock_internal 1006928d f libucrt:ftell.obj - 0001:000684e5 ___acrt_stdio_flush_and_write_narrow_nolock 100694e5 f libucrt:_flsbuf.obj - 0001:000689cc __read 100699cc f libucrt:read.obj - 0001:00068ae5 __read_nolock 10069ae5 f libucrt:read.obj - 0001:00069018 __lseeki64 1006a018 f libucrt:lseek.obj - 0001:00069058 __lseeki64_internal 1006a058 f libucrt:lseek.obj - 0001:00069076 __lseeki64_nolock 1006a076 f libucrt:lseek.obj - 0001:000690b6 __lseeki64_nolock_internal 1006a0b6 f libucrt:lseek.obj - 0001:000690d4 ___acrt_should_use_temporary_buffer 1006a0d4 f libucrt:_sftbuf.obj - 0001:00069112 ___acrt_stdio_begin_temporary_buffering_nolock 1006a112 f libucrt:_sftbuf.obj - 0001:000691bd ___acrt_stdio_end_temporary_buffering_nolock 1006a1bd f libucrt:_sftbuf.obj - 0001:000691fb ___acrt_stdio_allocate_buffer_nolock 1006a1fb f libucrt:_getbuf.obj - 0001:00069257 __malloc_base 1006a257 f libucrt:malloc_base.obj - 0001:0006933d ___acrt_MultiByteToWideChar 1006a33d f libucrt:multibytetowidechar.obj - 0001:00069367 ___acrt_update_locale_info 1006a367 f libucrt:locale_update.obj - 0001:00069394 ___acrt_update_locale_info_explicit 1006a394 f libucrt:locale_update.obj - 0001:000693c5 ___acrt_update_multibyte_info 1006a3c5 f libucrt:locale_update.obj - 0001:000693f2 ___acrt_update_multibyte_info_explicit 1006a3f2 f libucrt:locale_update.obj - 0001:00069423 __wrename 1006a423 f libucrt:wrename.obj - 0001:00069450 _strnlen 1006a450 f libucrt:strnlen.obj - 0001:00069572 _wcsnlen 1006a572 f libucrt:strnlen.obj - 0001:00069722 ?__acrt_fp_classify@@YA?AW4__acrt_fp_class@@ABN@Z 1006a722 f i libucrt:cvt.obj - 0001:0006a0fa ___acrt_fp_format 1006b0fa f libucrt:cvt.obj - 0001:0006a27b __wctomb_internal 1006b27b f libucrt:wctomb.obj - 0001:0006a3e5 __mbtowc_internal 1006b3e5 f libucrt:mbtowc.obj - 0001:0006a518 __get_printf_count_output 1006b518 f libucrt:printf_count_output.obj - 0001:0006a52d __errcode 1006b52d f libucrt:fpexcept.obj - 0001:0006a561 __except1 1006b561 f libucrt:fpexcept.obj - 0001:0006a62f __handle_exc 1006b62f f libucrt:fpexcept.obj - 0001:0006a8af __raise_exc 1006b8af f libucrt:fpexcept.obj - 0001:0006a8d2 __raise_exc_ex 1006b8d2 f libucrt:fpexcept.obj - 0001:0006abc3 __set_errno_from_matherr 1006bbc3 f libucrt:fpexcept.obj - 0001:0006abf4 __umatherr 1006bbf4 f libucrt:fpexcept.obj - 0001:0006ac94 __decomp 1006bc94 f libucrt:util.obj - 0001:0006ad66 __set_exp 1006bd66 f libucrt:util.obj - 0001:0006ad93 __sptype 1006bd93 f libucrt:util.obj - 0001:0006adf6 ___set_fpsr_sse2 1006bdf6 f libucrt:fpctrl.obj - 0001:0006ae76 __clrfp 1006be76 f libucrt:fpctrl.obj - 0001:0006ae87 __ctrlfp 1006be87 f libucrt:fpctrl.obj - 0001:0006aeb1 __set_statfp 1006beb1 f libucrt:fpctrl.obj - 0001:0006af0a __statfp 1006bf0a f libucrt:fpctrl.obj - 0001:0006af67 ??$__crt_fast_decode_pointer@P6AHI@Z@@YAP6AHI@ZQ6AHI@Z@Z 1006bf67 f i libucrt:new_handler.obj - 0001:0006af67 ??$__crt_fast_decode_pointer@P6AXH@Z@@YAP6AXH@ZQ6AXH@Z@Z 1006bf67 f i libucrt:signal.obj - 0001:0006af67 ??$__crt_fast_decode_pointer@P6GXPAXK0@Z@@YAP6GXPAXK0@ZQ6GX0K0@Z@Z 1006bf67 f i libucrt:exit.obj - 0001:0006b20f ___acrt_initialize_thread_local_exit_callback 1006c20f f libucrt:exit.obj - 0001:0006b21e __cexit 1006c21e f libucrt:exit.obj - 0001:0006b22d __exit 1006c22d f libucrt:exit.obj - 0001:0006b243 __is_c_termination_complete 1006c243 f libucrt:exit.obj - 0001:0006b31c ___acrt_get_sigabrt_handler 1006c31c f libucrt:signal.obj - 0001:0006b343 ___acrt_initialize_signal_handlers 1006c343 f libucrt:signal.obj - 0001:0006b361 _raise 1006c361 f libucrt:signal.obj - 0001:0006b553 ___pctype_func 1006c553 f libucrt:ctype.obj - 0001:0006b577 _iswctype 1006c577 f libucrt:iswctype.obj - 0001:0006b5e0 __isctype_l 1006c5e0 f libucrt:isctype.obj - 0001:0006b6ab _fegetround 1006c6ab f libucrt:fegetround.obj - 0001:0006b6b8 ___acrt_initialize_timeset 1006c6b8 f libucrt:timeset.obj - 0001:0006b6ed ___daylight 1006c6ed f libucrt:timeset.obj - 0001:0006b6f3 ___dstbias 1006c6f3 f libucrt:timeset.obj - 0001:0006b6f9 ___timezone 1006c6f9 f libucrt:timeset.obj - 0001:0006b6ff ___tzname 1006c6ff f libucrt:timeset.obj - 0001:0006b705 ___wide_tzname 1006c705 f libucrt:timeset.obj - 0001:0006b70b __get_daylight 1006c70b f libucrt:timeset.obj - 0001:0006b737 __get_dstbias 1006c737 f libucrt:timeset.obj - 0001:0006b763 __get_timezone 1006c763 f libucrt:timeset.obj - 0001:0006b78f ??$__crt_time_elapsed_leap_years@H@@YAHH@Z 1006c78f f i libucrt:gmtime.obj - 0001:0006b7c9 ??$__crt_time_is_leap_year@H@@YA_NH@Z 1006c7c9 f i libucrt:gmtime.obj - 0001:0006ba0f __gmtime64_s 1006ca0f f libucrt:gmtime.obj - 0001:0006c2d9 ___tzset 1006d2d9 f libucrt:tzset.obj - 0001:0006c336 __isindst 1006d336 f libucrt:tzset.obj - 0001:0006c41a ___acrt_WideCharToMultiByte 1006d41a f libucrt:widechartomultibyte.obj - 0001:0006c486 ??1?$__crt_scoped_stack_ptr@_W@@QAE@XZ 1006d486 f i libucrt:wcsftime.obj - 0001:0006d4ea __W_Gettnames 1006e4ea f libucrt:wcsftime.obj - 0001:0006dbe6 __Wcsftime_l 1006ebe6 f libucrt:wcsftime.obj - 0001:0006dd46 __freea_crt 1006ed46 f i libucrt:wcsftime.obj - 0001:0006dd66 __dtest 1006ed66 f libucrt:_test.obj - 0001:0006ddca __ldtest 1006edca f libucrt:_test.obj - 0001:0006dfc4 ___acrt_LCMapStringA 1006efc4 f libucrt:lcmapstringa.obj - 0001:0006e00d ___libm_error_support 1006f00d f libucrt:libm_error.obj - 0001:0006e210 _sqrt 1006f210 f libucrt:sqrt.obj - 0001:0006e21e ___acrt_initialize_sse2 1006f21e f libucrt:mathfcns.obj - 0001:0006e22e __ceil_default 1006f22e f libucrt:ceil.obj - 0001:0006e2f0 ___ascii_strnicmp 1006f2f0 f libucrt:_strnicm.obj - 0001:0006e351 ___acrt_add_locale_ref 1006f351 f libucrt:locale_refcounting.obj - 0001:0006e3ce ___acrt_free_locale 1006f3ce f libucrt:locale_refcounting.obj - 0001:0006e516 ___acrt_locale_add_lc_time_reference 1006f516 f libucrt:locale_refcounting.obj - 0001:0006e53f ___acrt_locale_free_lc_time_if_unreferenced 1006f53f f libucrt:locale_refcounting.obj - 0001:0006e570 ___acrt_locale_release_lc_time_reference 1006f570 f libucrt:locale_refcounting.obj - 0001:0006e599 ___acrt_release_locale_ref 1006f599 f libucrt:locale_refcounting.obj - 0001:0006e61a ___acrt_update_thread_locale_data 1006f61a f libucrt:locale_refcounting.obj - 0001:0006e69b __updatetlocinfoEx_nolock 1006f69b f libucrt:locale_refcounting.obj - 0001:0006ec67 ___acrt_initialize_multibyte 1006fc67 f libucrt:mbctype.obj - 0001:0006ecaf ___acrt_update_thread_multibyte_data 1006fcaf f libucrt:mbctype.obj - 0001:0006ecc2 __setmbcp_nolock 1006fcc2 f libucrt:mbctype.obj - 0001:0006eec7 __seh_filter_dll 1006fec7 f libucrt:exception_filter.obj - 0001:0006eee7 __seh_filter_exe 1006fee7 f libucrt:exception_filter.obj - 0001:0006f02d ____lc_codepage_func 1007002d f libucrt:initctype.obj - 0001:0006f052 ____lc_locale_name_func 10070052 f libucrt:initctype.obj - 0001:0006f079 ____mb_cur_max_func 10070079 f libucrt:initctype.obj - 0001:0006f09e ___acrt_locale_initialize_ctype 1007009e f libucrt:initctype.obj - 0001:0006f4fb ___acrt_locale_free_monetary 100704fb f libucrt:initmon.obj - 0001:0006f5f9 ___acrt_locale_initialize_monetary 100705f9 f libucrt:initmon.obj - 0001:0006f95a ___acrt_locale_free_numeric 1007095a f libucrt:initnum.obj - 0001:0006f9c3 ___acrt_locale_initialize_numeric 100709c3 f libucrt:initnum.obj - 0001:0006fe81 ___acrt_locale_free_time 10070e81 f libucrt:inittime.obj - 0001:0006ff65 ___acrt_locale_initialize_time 10070f65 f libucrt:inittime.obj - 0001:0006ffe0 _wcscat_s 10070fe0 f libucrt:wcscat_s.obj - 0001:0007004f _wcscpy_s 1007104f f libucrt:wcscpy_s.obj - 0001:0007019b _wcsncat_s 1007119b f libucrt:wcsncat_s.obj - 0001:00070274 _wcsncpy_s 10071274 f libucrt:wcsncpy_s.obj - 0001:0007027f _wcscspn 1007127f f libucrt:wcscspn.obj - 0001:000702d8 _wcspbrk 100712d8 f libucrt:wcspbrk.obj - 0001:00070326 ___acrt_GetStringTypeA 10071326 f libucrt:getstringtypea.obj - 0001:00070b1e ___acrt_get_qualified_locale 10071b1e f libucrt:get_qualified_locale.obj - 0001:00071493 ___acrt_get_qualified_locale_downlevel 10072493 f libucrt:getqloc_downlevel.obj - 0001:00071683 ___acrt_initialize_new_handler 10072683 f libucrt:new_handler.obj - 0001:00071692 __callnewh 10072692 f libucrt:new_handler.obj - 0001:000716be __query_new_handler 100726be f libucrt:new_handler.obj - 0001:00071715 __query_new_mode 10072715 f libucrt:new_mode.obj - 0001:0007171c ___acrt_initialize_heap 1007271c f libucrt:heap_handle.obj - 0001:0007172d ___acrt_uninitialize_heap 1007272d f libucrt:heap_handle.obj - 0001:00071787 ___acrt_DownlevelLCIDToLocaleName 10072787 f libucrt:lcidtoname_downlevel.obj - 0001:0007182a ___acrt_DownlevelLocaleNameToLCID 1007282a f libucrt:lcidtoname_downlevel.obj - 0001:00071856 ___acrt_get_process_end_policy 10072856 f libucrt:win_policies.obj - 0001:0007187d ___acrt_lowio_create_handle_array 1007287d f libucrt:osfinfo.obj - 0001:000718f8 ___acrt_lowio_destroy_handle_array 100728f8 f libucrt:osfinfo.obj - 0001:0007192d ___acrt_lowio_ensure_fh_exists 1007292d f libucrt:osfinfo.obj - 0001:000719cb ___acrt_lowio_lock_fh 100729cb f libucrt:osfinfo.obj - 0001:000719ee ___acrt_lowio_set_os_handle 100729ee f libucrt:osfinfo.obj - 0001:00071a80 ___acrt_lowio_unlock_fh 10072a80 f libucrt:osfinfo.obj - 0001:00071aa3 __alloc_osfhnd 10072aa3 f libucrt:osfinfo.obj - 0001:00071bb6 __free_osfhnd 10072bb6 f libucrt:osfinfo.obj - 0001:00071c47 __get_osfhandle 10072c47 f libucrt:osfinfo.obj - 0001:00071cb1 __isatty 10072cb1 f libucrt:isatty.obj - 0001:00071d33 ?__mbrtowc_utf8@__crt_mbstring@@YAIPA_WPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10072d33 f libucrt:mbrtowc.obj - 0001:00071d76 ?__mbsrtowcs_utf8@__crt_mbstring@@YAIPA_WPAPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10072d76 f libucrt:mbrtowc.obj - 0001:00071e7e __putwch_nolock 10072e7e f libucrt:putwch.obj - 0001:00071f61 ___acrt_fp_strflt_to_string 10072f61 f libucrt:_fptostr.obj - 0001:0007205b ___acrt_fltout 1007305b f libucrt:cfout.obj - 0001:00073643 ?__c32rtomb_utf8@__crt_mbstring@@YAIPAD_UPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10074643 f libucrt:c32rtomb.obj - 0001:000736f3 ___acrt_has_user_matherr 100746f3 f libucrt:matherr.obj - 0001:00073710 ___acrt_initialize_user_matherr 10074710 f libucrt:matherr.obj - 0001:0007371f ___acrt_invoke_user_matherr 1007471f f libucrt:matherr.obj - 0001:00073755 __initterm 10074755 f libucrt:initterm.obj - 0001:00073780 __initterm_e 10074780 f libucrt:initterm.obj - 0001:00073a40 __crt_atexit 10074a40 f libucrt:onexit.obj - 0001:00073a56 __execute_onexit_table 10074a56 f libucrt:onexit.obj - 0001:00073a94 __initialize_onexit_table 10074a94 f libucrt:onexit.obj - 0001:00073abd __register_onexit_function 10074abd f libucrt:onexit.obj - 0001:00073af0 ___acrt_app_verifier_enabled 10074af0 f libucrt:peb_access.obj - 0001:00073b02 ___acrt_is_secure_process 10074b02 f libucrt:peb_access.obj - 0001:00073b15 ___acrt_GetStringTypeW 10074b15 f libucrt:getstringtypew.obj - 0001:00073df7 ___acrt_fenv_get_common_round_control 10074df7 f libucrt:_fenvutils.obj - 0001:00073e19 ___acrt_fenv_get_control 10074e19 f libucrt:_fenvutils.obj - 0001:00073e99 ___acrt_fenv_get_status 10074e99 f libucrt:_fenvutils.obj - 0001:00073f43 ___acrt_fenv_set_control 10074f43 f libucrt:_fenvutils.obj - 0001:00073fbe ___acrt_fenv_set_status 10074fbe f libucrt:_fenvutils.obj - 0001:0007424b __wgetenv_s 1007524b f libucrt:getenv.obj - 0001:00074256 ___ascii_wcsicmp 10075256 f libucrt:wcsicmp.obj - 0001:00074293 __towlower_internal 10075293 f i libucrt:wcsicmp.obj - 0001:000742d2 __wcsicmp 100752d2 f libucrt:wcsicmp.obj - 0001:0007431b __wcsicmp_l 1007531b f libucrt:wcsicmp.obj - 0001:000743d3 ___strncnt 100753d3 f libucrt:strncnt.obj - 0001:000743f0 __twoToTOS 100753f0 f libucrt:common.obj - 0001:00074405 __load_CW 10075405 f libucrt:common.obj - 0001:0007441c __convertTOStoQNaN 1007541c f libucrt:common.obj - 0001:00074435 __fload_withFB 10075435 f libucrt:common.obj - 0001:00074478 __checkTOS_withFB 10075478 f libucrt:common.obj - 0001:0007448e __fast_exit 1007548e f libucrt:common.obj - 0001:0007449b __math_exit 1007549b f libucrt:common.obj - 0001:000744c5 __check_overflow_exit 100754c5 f libucrt:common.obj - 0001:000744d9 __check_range_exit 100754d9 f libucrt:common.obj - 0001:00074580 __CIsqrt 10075580 f libucrt:sqrt_impl.obj - 0001:00074594 __sqrt_common 10075594 libucrt:sqrt_impl.obj - 0001:00074631 __frnd 10075631 f libucrt:frnd.obj - 0001:00074733 ___acrt_GetLocaleInfoA 10075733 f libucrt:getlocaleinfoa.obj - 0001:00074a11 __itow_s 10075a11 f libucrt:xtoa.obj - 0001:00074a44 ___ascii_wcsnicmp 10075a44 f libucrt:wcsnicmp.obj - 0001:00074a93 __wcsnicmp 10075a93 f libucrt:wcsnicmp.obj - 0001:00074adf __wcsnicmp_l 10075adf f libucrt:wcsnicmp.obj - 0001:00074bb2 __query_app_type 10075bb2 f libucrt:report_runtime_error.obj - 0001:00074bb8 ?__mbrtoc32_utf8@__crt_mbstring@@YAIPA_UPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10075bb8 f libucrt:mbrtoc32.obj - 0001:00074d88 ___dcrt_lowio_ensure_console_output_initialized 10075d88 f libucrt:initcon.obj - 0001:00074da7 ___dcrt_terminate_console_output 10075da7 f libucrt:initcon.obj - 0001:00074dbe ___dcrt_write_console 10075dbe f libucrt:initcon.obj - 0001:00074e13 __controlfp_s 10075e13 f libucrt:contrlfp.obj - 0001:00074e72 _fegetenv 10075e72 f libucrt:fegetenv.obj - 0001:00074e8f _fesetenv 10075e8f f libucrt:fesetenv.obj - 0001:00074edb _feholdexcept 10075edb f libucrt:feholdexcept.obj - 0001:00074f30 __CIlog10 10075f30 f libucrt:log10_impl.obj - 0001:00074f6b __CIlog10_default 10075f6b f libucrt:log10_impl.obj - 0001:00074f7f __log10_default 10075f7f libucrt:log10_impl.obj - 0001:00075040 ?reset_and_return@__crt_mbstring@@YAIIPAU_Mbstatet@@@Z 10076040 f libucrt:common_utf8.obj - 0001:00075054 ?return_illegal_sequence@__crt_mbstring@@YAIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10076054 f libucrt:common_utf8.obj - 0001:00075076 __recalloc_base 10076076 f libucrt:recalloc.obj - 0001:000750e3 __wcsnicoll 100760e3 f libucrt:wcsnicol.obj - 0001:00075150 __wcsnicoll_l 10076150 f libucrt:wcsnicol.obj - 0001:000755d1 ___dcrt_get_or_create_wide_environment_nolock 100765d1 f libucrt:environment_initialization.obj - 0001:000755d6 ___dcrt_uninitialize_environments_nolock 100765d6 f libucrt:environment_initialization.obj - 0001:00075627 __initialize_narrow_environment 10076627 f libucrt:environment_initialization.obj - 0001:0007562c __towlower_l 1007662c f libucrt:towlower.obj - 0001:00075700 __startTwoArgErrorHandling 10076700 f libucrt:genexcep.obj - 0001:00075717 __startOneArgErrorHandling 10076717 f libucrt:genexcep.obj - 0001:00075760 __trandisp1 10076760 f libucrt:87disp.obj - 0001:000757d5 __trandisp2 100767d5 f libucrt:87disp.obj - 0001:0007586f __rttospopde 1007686f libucrt:87disp.obj - 0001:00075874 __rttospop 10076874 libucrt:87disp.obj - 0001:00075880 __rtnospop 10076880 f libucrt:87disp.obj - 0001:00075890 __rttosnpop 10076890 f libucrt:87disp.obj - 0001:00075891 __rtnospopde 10076891 libucrt:87disp.obj - 0001:00075898 __rtzeropop 10076898 libucrt:87disp.obj - 0001:0007589a __rtzeronpop 1007689a libucrt:87disp.obj - 0001:000758a0 __rtzerospop 100768a0 f libucrt:87disp.obj - 0001:000758ad __rtonepop 100768ad libucrt:87disp.obj - 0001:000758b0 __rtonenpop 100768b0 f libucrt:87disp.obj - 0001:000758c0 __tosnan1 100768c0 f libucrt:87disp.obj - 0001:000758f0 __nosnan2 100768f0 f libucrt:87disp.obj - 0001:00075900 __tosnan2 10076900 f libucrt:87disp.obj - 0001:00075930 __nan2 10076930 f libucrt:87disp.obj - 0001:00075970 __rtindfpop 10076970 f libucrt:87disp.obj - 0001:00075972 __rtindfnpop 10076972 libucrt:87disp.obj - 0001:00075983 __rttosnpopde 10076983 libucrt:87disp.obj - 0001:00075990 __rtatan2inf 10076990 f libucrt:87disp.obj - 0001:000759ad __rtchsifneg 100769ad libucrt:87disp.obj - 0001:00075a6b _strncpy_s 10076a6b f libucrt:strncpy_s.obj - 0001:00075b1d __clearfp 10076b1d f libucrt:ieee87.obj - 0001:00075bfb __control87 10076bfb f libucrt:ieee87.obj - 0001:00075fa0 __CIlog10_pentium4 10076fa0 f libucrt:log10_pentium4.obj - 0001:00075fb8 __log10_pentium4 10076fb8 libucrt:log10_pentium4.obj - 0001:00076250 __fFEXP 10077250 f libucrt:87tran.obj - 0001:000762a7 __rtinfpopse 100772a7 libucrt:87tran.obj - 0001:000762a9 __rtinfnpopse 100772a9 libucrt:87tran.obj - 0001:000762b9 __fFLN 100772b9 libucrt:87tran.obj - 0001:0007636e __rtinfpop 1007736e libucrt:87tran.obj - 0001:00076370 __rtinfnpop 10077370 libucrt:87tran.obj - 0001:00076380 __rtforexpinf 10077380 f libucrt:87tran.obj - 0001:0007638d __ffexpm1 1007738d libucrt:87tran.obj - 0001:00076436 __msize_base 10077436 f libucrt:msize.obj - 0001:00076469 __realloc_base 10077469 f libucrt:realloc_base.obj - 0001:000764d2 ___acrt_CompareStringW 100774d2 f libucrt:comparestringw.obj - 0001:0007656e ___dcrt_get_narrow_environment_from_os 1007756e f libucrt:get_environment_from_os.obj - 0001:0007660e ___dcrt_get_wide_environment_from_os 1007760e f libucrt:get_environment_from_os.obj - 0001:00076a17 ___dcrt_set_variable_in_wide_environment_nolock 10077a17 f libucrt:setenv.obj - 0001:00076a22 ___acrt_LCMapStringW 10077a22 f libucrt:lcmapstringw.obj - 0001:00076a60 __87except 10077a60 f libucrt:87except.obj - 0001:00076b70 __d_inttype 10077b70 f libucrt:powhlp.obj - 0001:00076bd8 __powhlp 10077bd8 f libucrt:powhlp.obj - 0001:00076fa6 _mbstowcs_s 10077fa6 f libucrt:mbstowcs.obj - 0001:00076fe3 __fpclass 10077fe3 f libucrt:ieeemisc.obj - 0001:00077087 _CreateToolhelp32Snapshot@8 10078087 f kernel32:KERNEL32.dll - 0001:0007708d _Thread32First@8 1007808d f kernel32:KERNEL32.dll - 0001:00077093 _Thread32Next@8 10078093 f kernel32:KERNEL32.dll - 0001:00077099 ??0_Init_locks@std@@QAE@XZ 10078099 f libcpmt:xlock.obj - 0001:000770c6 ??0_Lockit@std@@QAE@H@Z 100780c6 f libcpmt:xlock.obj - 0001:000770f7 ??1_Init_locks@std@@QAE@XZ 100780f7 f libcpmt:xlock.obj - 0001:0007711e ??1_Lockit@std@@QAE@XZ 1007811e f libcpmt:xlock.obj - 0001:0007713d ??0bad_function_call@std@@QAE@ABV01@@Z 1007813d f i libcpmt:xthrow.obj - 0001:00077158 ??0bad_function_call@std@@QAE@XZ 10078158 f i libcpmt:xthrow.obj - 0001:00077169 ??0invalid_argument@std@@QAE@ABV01@@Z 10078169 f i libcpmt:xthrow.obj - 0001:00077184 ??0invalid_argument@std@@QAE@PBD@Z 10078184 f i libcpmt:xthrow.obj - 0001:000771a3 ??0length_error@std@@QAE@ABV01@@Z 100781a3 f i libcpmt:xthrow.obj - 0001:000771be ??0length_error@std@@QAE@PBD@Z 100781be f i libcpmt:xthrow.obj - 0001:000771dd ??0logic_error@std@@QAE@ABV01@@Z 100781dd f i libcpmt:xthrow.obj - 0001:000771f8 ??0out_of_range@std@@QAE@ABV01@@Z 100781f8 f i libcpmt:xthrow.obj - 0001:00077213 ??0out_of_range@std@@QAE@PBD@Z 10078213 f i libcpmt:xthrow.obj - 0001:00077232 ??0runtime_error@std@@QAE@PBD@Z 10078232 f i libcpmt:xthrow.obj - 0001:00077251 ?_Xbad_alloc@std@@YAXXZ 10078251 f libcpmt:xthrow.obj - 0001:00077251 ?__scrt_throw_std_bad_alloc@@YAXXZ 10078251 f LIBCMT:throw_bad_alloc.obj - 0001:0007726e ?_Xbad_function_call@std@@YAXXZ 1007826e f libcpmt:xthrow.obj - 0001:0007728b ?_Xinvalid_argument@std@@YAXPBD@Z 1007828b f libcpmt:xthrow.obj - 0001:000772ab ?_Xlength_error@std@@YAXPBD@Z 100782ab f libcpmt:xthrow.obj - 0001:000772cb ?_Xout_of_range@std@@YAXPBD@Z 100782cb f libcpmt:xthrow.obj - 0001:000772eb ?_Xruntime_error@std@@YAXPBD@Z 100782eb f libcpmt:xthrow.obj - 0001:0007730b ?what@bad_function_call@std@@UBEPBDXZ 1007830b f i libcpmt:xthrow.obj - 0001:00077311 ?_Syserror_map@std@@YAPBDH@Z 10078311 f libcpmt:syserror.obj - 0001:00077336 ??0_Locimp@locale@std@@AAE@_N@Z 10078336 f i libcpmt:locale0.obj - 0001:00077377 ??1_Fac_node@std@@QAE@XZ 10078377 f i libcpmt:locale0.obj - 0001:000773a8 ??1_Fac_tidy_reg_t@std@@QAE@XZ 100783a8 f i libcpmt:locale0.obj - 0001:000773cf ??1_Locimp@locale@std@@MAE@XZ 100783cf f i libcpmt:locale0.obj - 0001:000773fa ??4?$_Yarn@D@std@@QAEAAV01@PBD@Z 100783fa f i libcpmt:locale0.obj - 0001:0007744e ??_E_Locimp@locale@std@@MAEPAXI@Z 1007844e f i libcpmt:locale0.obj - 0001:0007744e ??_G_Locimp@locale@std@@MAEPAXI@Z 1007844e f i libcpmt:locale0.obj - 0001:00077470 ?_Facet_Register@std@@YAXPAV_Facet_base@1@@Z 10078470 f libcpmt:locale0.obj - 0001:0007749c ?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ 1007849c f libcpmt:locale0.obj - 0001:000774a2 ?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 100784a2 f libcpmt:locale0.obj - 0001:0007752f ?_Locimp_dtor@_Locimp@locale@std@@CAXPAV123@@Z 1007852f f libcpmt:locale0.obj - 0001:000775a0 ?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z 100785a0 f libcpmt:locale0.obj - 0001:000775eb ?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z 100785eb f libcpmt:locale0.obj - 0001:00077605 ?_New_Locimp@_Locimp@locale@std@@CAPAV123@_N@Z 10078605 f libcpmt:locale0.obj - 0001:00077628 ?_Setgloballocale@locale@std@@CAXPAX@Z 10078628 f libcpmt:locale0.obj - 0001:00077650 __Deletegloballocale 10078650 f libcpmt:locale0.obj - 0001:000776b5 __Getctype 100786b5 f libcpmt:_tolower.obj - 0001:00077720 __Tolower 10078720 f libcpmt:_tolower.obj - 0001:0007782c __Toupper 1007882c f libcpmt:_toupper.obj - 0001:00077938 ?_Addstd@ios_base@std@@SAXPAV12@@Z 10078938 f libcpmt:ios.obj - 0001:00077984 ?_Callfns@ios_base@std@@AAEXW4event@12@@Z 10078984 f i libcpmt:ios.obj - 0001:000779b7 ?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z 100789b7 f libcpmt:ios.obj - 0001:000779f7 ?_Tidy@ios_base@std@@AAEXXZ 100789f7 f i libcpmt:ios.obj - 0001:00077a72 ?uncaught_exception@std@@YA_NXZ 10078a72 f libcpmt:uncaught_exception.obj - 0001:00077a77 ___std_init_once_link_alternate_names_and_abort@0 10078a77 f libcpmt:xonce2.obj - 0001:00077a7c __Query_perf_counter 10078a7c f libcpmt:xtime.obj - 0001:00077a93 __Query_perf_frequency 10078a93 f libcpmt:xtime.obj - 0001:00077ad0 __Xtime_get_ticks 10078ad0 f libcpmt:xtime.obj - 0001:00077af7 __Getcvt 10078af7 f libcpmt:xwctomb.obj - 0001:00077be7 ?_Fiopen@std@@YAPAU_iobuf@@PBDHH@Z 10078be7 f libcpmt:fiopen.obj - 0001:00077bf0 ?setw@std@@YA?AU?$_Smanip@_J@1@_J@Z 10078bf0 f libcpmt:iomanip.obj - 0001:00077c1e __Mtxdst 10078c1e f libcpmt:xmtx.obj - 0001:00077c2c __Mtxinit 10078c2c f libcpmt:xmtx.obj - 0001:00077c41 __Mtxlock 10078c41 f libcpmt:xmtx.obj - 0001:00077c4f __Mtxunlock 10078c4f f libcpmt:xmtx.obj - 0001:00077c5d ??1_Init_atexit@@QAE@XZ 10078c5d f i libcpmt:iosptrs.obj - 0001:00077cc5 ?_Atexit@@YAXP6AXXZ@Z 10078cc5 f libcpmt:iosptrs.obj - 0001:00077cf4 ___crtLCMapStringA 10078cf4 f libcpmt:StlLCMapStringA.obj - 0001:00077f05 ___crtGetSystemTimePreciseAsFileTime 10078f05 f libcpmt:winapisupp.obj - 0001:00077f5a ??2@YAPAXI@Z 10078f5a f LIBCMT:new_scalar.obj - 0001:00077f8a ??3@YAXPAXI@Z 10078f8a f LIBCMT:delete_scalar_size.obj - 0001:00077f98 ??_V@YAXPAX@Z 10078f98 f LIBCMT:delete_array.obj - 0001:00077fe1 ___scrt_acquire_startup_lock 10078fe1 f LIBCMT:utility.obj - 0001:00078013 ___scrt_dllmain_after_initialize_c 10079013 f LIBCMT:utility.obj - 0001:0007803e ___scrt_dllmain_before_initialize_c 1007903e f LIBCMT:utility.obj - 0001:0007804c ___scrt_dllmain_crt_thread_attach 1007904c f LIBCMT:utility.obj - 0001:0007806b ___scrt_dllmain_crt_thread_detach 1007906b f LIBCMT:utility.obj - 0001:00078078 ___scrt_dllmain_exception_filter 10079078 f LIBCMT:utility.obj - 0001:000780ac ___scrt_dllmain_uninitialize_c 100790ac f LIBCMT:utility.obj - 0001:000780cf ___scrt_dllmain_uninitialize_critical 100790cf f LIBCMT:utility.obj - 0001:000780dc ___scrt_initialize_crt 100790dc f LIBCMT:utility.obj - 0001:00078115 ___scrt_initialize_onexit_tables 10079115 f LIBCMT:utility.obj - 0001:0007819c ___scrt_is_nonwritable_in_current_image 1007919c f LIBCMT:utility.obj - 0001:00078230 ___scrt_release_startup_lock 10079230 f LIBCMT:utility.obj - 0001:0007824d ___scrt_uninitialize_crt 1007924d f LIBCMT:utility.obj - 0001:00078275 __onexit 10079275 f LIBCMT:utility.obj - 0001:000782a2 _atexit 100792a2 f LIBCMT:utility.obj - 0001:000782b7 @__security_check_cookie@4 100792b7 f LIBCMT:secchk.obj - 0001:000782c5 ??_Etype_info@@UAEPAXI@Z 100792c5 f i LIBCMT:std_type_info_static.obj - 0001:000782c5 ??_Gtype_info@@UAEPAXI@Z 100792c5 f i LIBCMT:std_type_info_static.obj - 0001:000782e8 ??_U@YAPAXI@Z 100792e8 f LIBCMT:new_array.obj - 0001:00078300 __allshl 10079300 f LIBCMT:llshl.obj - 0001:00078320 __aullshr 10079320 f LIBCMT:ullshr.obj - 0001:0007833f __Init_thread_abort 1007933f f LIBCMT:thread_safe_statics.obj - 0001:0007836a __Init_thread_footer 1007936a f LIBCMT:thread_safe_statics.obj - 0001:000783bb __Init_thread_header 100793bb f LIBCMT:thread_safe_statics.obj - 0001:0007840a __Init_thread_wait_v2 1007940a f LIBCMT:thread_safe_statics.obj - 0001:00078420 __alldiv 10079420 f LIBCMT:lldiv.obj - 0001:000784d0 __alldvrm 100794d0 f LIBCMT:lldvrm.obj - 0001:000785b0 __allmul 100795b0 f LIBCMT:llmul.obj - 0001:000785f0 __allrem 100795f0 f LIBCMT:llrem.obj - 0001:000786a2 ?__scrt_initialize_type_info@@YAXXZ 100796a2 f LIBCMT:tncleanup.obj - 0001:000786ae ?__scrt_uninitialize_type_info@@YAXXZ 100796ae f LIBCMT:tncleanup.obj - 0001:000786c0 __ftol3 100796c0 f LIBCMT:ftol3.obj - 0001:00078730 __dtoul3 10079730 f LIBCMT:ftol3.obj - 0001:000787e0 __dtoul3_legacy 100797e0 f LIBCMT:ftol3.obj - 0001:00078810 __dtol3 10079810 f LIBCMT:ftol3.obj - 0001:000788c0 __ultod3 100798c0 f LIBCMT:ftol3.obj - 0001:00078910 __ltod3 10079910 f LIBCMT:ftol3.obj - 0001:00078c92 __DllMainCRTStartup@12 10079c92 f LIBCMT:dll_dllmain.obj - 0001:00078cc0 __SEH_prolog4 10079cc0 f LIBCMT:sehprolg4.obj - 0001:00078d05 @_guard_check_icall@4 10079d05 f i LIBCMT:checkcfg.obj - 0001:00078d0b ___isa_available_init 10079d0b f LIBCMT:cpu_disp.obj - 0001:00079040 __FindPESection 1007a040 f LIBCMT:pesect.obj - 0001:00079090 __IsNonwritableInCurrentImage 1007a090 f LIBCMT:pesect.obj - 0001:00079150 __ValidateImageBase 1007a150 f LIBCMT:pesect.obj - 0001:00079181 __EH_epilog3 1007a181 f LIBCMT:ehprolg3.obj - 0001:00079195 __EH_prolog3 1007a195 f LIBCMT:ehprolg3.obj - 0001:000791c8 __EH_prolog3_catch 1007a1c8 f LIBCMT:ehprolg3.obj - 0001:00079200 __aulldvrm 1007a200 f LIBCMT:ulldvrm.obj - 0001:00079295 ___scrt_fastfail 1007a295 f LIBCMT:utility_desktop.obj - 0001:000793aa __crt_debugger_hook 1007a3aa f LIBCMT:utility_desktop.obj - 0001:000793c0 __aulldiv 1007a3c0 f LIBCMT:ulldiv.obj - 0001:00079430 __aullrem 1007a430 f LIBCMT:ullrem.obj - 0001:000794a5 ___raise_securityfailure 1007a4a5 f LIBCMT:gs_report.obj - 0001:000794cd ___report_gsfailure 1007a4cd f LIBCMT:gs_report.obj - 0001:000795c8 ___report_rangecheckfailure 1007a5c8 f LIBCMT:gs_report.obj - 0001:000795d5 ___report_securityfailure 1007a5d5 f LIBCMT:gs_report.obj - 0001:000796b0 __alloca_probe 1007a6b0 f LIBCMT:chkstk.obj - 0001:000796b0 __chkstk 1007a6b0 f LIBCMT:chkstk.obj - 0001:000796e0 __alloca_probe_16 1007a6e0 f LIBCMT:alloca16.obj - 0001:000796f6 __alloca_probe_8 1007a6f6 LIBCMT:alloca16.obj - 0001:00079710 __ftol2_sse 1007a710 f LIBCMT:ftol2.obj - 0001:00079720 __ftoi2 1007a720 f LIBCMT:ftol2.obj - 0001:0007979c ?__scrt_throw_std_bad_array_new_length@@YAXXZ 1007a79c f LIBCMT:throw_bad_alloc.obj - 0001:000797b9 ___scrt_is_ucrt_dll_in_use 1007a7b9 f LIBCMT:ucrt_detection.obj - 0001:00079812 ___security_init_cookie 1007a812 f LIBCMT:gs_support.obj - 0001:0007985d _DllMain@12 1007a85d f LIBCMT:dll_dllmain_stub.obj - 0001:00079863 ___local_stdio_scanf_options 1007a863 f i LIBCMT:default_local_stdio_options.obj - 0001:00079869 ___scrt_initialize_default_local_stdio_options 1007a869 f LIBCMT:default_local_stdio_options.obj - 0001:00079886 ___scrt_get_dyn_tls_init_callback 1007a886 f LIBCMT:dyn_tls_init.obj - 0001:0007988c __RTC_Initialize 1007a88c f LIBCMT:initsect.obj - 0001:000798b8 __RTC_Terminate 1007a8b8 f LIBCMT:initsect.obj - 0001:000798e4 _memcmp 1007a8e4 f libvcruntime:memcmp.obj - 0001:0007af70 _strrchr 1007bf70 f libvcruntime:strrchr.obj - 0001:0007b0a7 _wcschr 1007c0a7 f libvcruntime:wcschr.obj - 0001:0007b150 ___uncaught_exception 1007c150 f libvcruntime:uncaught_exception.obj - 0001:0007b164 ___vcrt_initialize 1007c164 f libvcruntime:initialization.obj - 0001:0007b183 ___vcrt_thread_attach 1007c183 f libvcruntime:initialization.obj - 0001:0007b18e ___vcrt_thread_detach 1007c18e f libvcruntime:initialization.obj - 0001:0007b196 ___vcrt_uninitialize 1007c196 f libvcruntime:initialization.obj - 0001:0007b1ad ___vcrt_uninitialize_critical 1007c1ad f libvcruntime:initialization.obj - 0001:0007b40a _setlocale 1007c40a f libucrt:setlocale.obj - 0001:0007b450 _islower 1007c450 f libucrt:_ctype.obj - 0001:0007b4e0 _isupper 1007c4e0 f libucrt:_ctype.obj - 0001:0007b564 __wcsdup 1007c564 f libucrt:wcsdup.obj - 0001:0007b67a __fsopen 1007c67a f libucrt:fopen.obj - 0001:0007b936 ___acrt_allocate_buffer_for_argv 1007c936 f libucrt:argv_parsing.obj - 0001:0007b985 __configure_narrow_argv 1007c985 f libucrt:argv_parsing.obj - 0001:0007ba8b ___acrt_initialize 1007ca8b f libucrt:initialization.obj - 0001:0007ba9d ___acrt_thread_attach 1007ca9d f libucrt:initialization.obj - 0001:0007baa8 ___acrt_thread_detach 1007caa8 f libucrt:initialization.obj - 0001:0007bab0 ___acrt_uninitialize 1007cab0 f libucrt:initialization.obj - 0001:0007bae0 ___acrt_uninitialize_critical 1007cae0 f libucrt:initialization.obj - 0001:0007be6e __wcstombs_s_l 1007ce6e f libucrt:wcstombs.obj - 0001:0007beac ??$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z 1007ceac f i libucrt:openfile.obj - 0001:0007c159 ?__acrt_stdio_parse_mode_D@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007d159 f i libucrt:openfile.obj - 0001:0007c174 ?__acrt_stdio_parse_mode_T@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007d174 f i libucrt:openfile.obj - 0001:0007c193 ?__acrt_stdio_parse_mode_b@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007d193 f i libucrt:openfile.obj - 0001:0007c1b3 ?__acrt_stdio_parse_mode_c@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007d1b3 f i libucrt:openfile.obj - 0001:0007c1d5 ?__acrt_stdio_parse_mode_n@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007d1d5 f i libucrt:openfile.obj - 0001:0007c1f7 ?__acrt_stdio_parse_mode_plus@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007d1f7 f i libucrt:openfile.obj - 0001:0007c22d ?__acrt_stdio_parse_mode_t@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007d22d f i libucrt:openfile.obj - 0001:0007c24d ?__acrt_stdio_parse_mode_x@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007d24d f i libucrt:openfile.obj - 0001:0007c26d __openfile 1007d26d f libucrt:openfile.obj - 0001:0007c290 ??$__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 1007d290 f i libucrt:argv_wildcards.obj - 0001:0007c82e ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 1007d82e f i libucrt:argv_wildcards.obj - 0001:0007c8f1 ___acrt_expand_narrow_argv_wildcards 1007d8f1 f libucrt:argv_wildcards.obj - 0001:0007c8fc ___acrt_GetModuleFileNameA 1007d8fc f libucrt:getmodulefilenamea.obj - 0001:0007c9ed __ismbblead 1007d9ed f libucrt:ismbbyte.obj - 0001:0007ca05 ___acrt_initialize_command_line 1007da05 f libucrt:argv_data.obj - 0001:0007ca1e ___acrt_execute_initializers 1007da1e f libucrt:shared_initialization.obj - 0001:0007ca86 ___acrt_execute_uninitializers 1007da86 f libucrt:shared_initialization.obj - 0001:0007cab7 ?__wcsrtombs_utf8@__crt_mbstring@@YAIPADPAPB_WIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 1007dab7 f libucrt:wcrtomb.obj - 0001:0007d1b0 __sopen_nolock 1007e1b0 f libucrt:open.obj - 0001:0007d21e __sopen_s 1007e21e f libucrt:open.obj - 0001:0007d23e __wsopen_nolock 1007e23e f libucrt:open.obj - 0001:0007d570 _qsort 1007e570 f libucrt:qsort.obj - 0001:0007da60 _strpbrk 1007ea60 f libucrt:strpbrk.obj - 0001:0007daa0 __mbsdec 1007eaa0 f libucrt:mbsdec.obj - 0001:0007dab7 __mbsdec_l 1007eab7 f libucrt:mbsdec.obj - 0001:0007db44 ?__c16rtomb_utf8@__crt_mbstring@@YAIPAD_SPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 1007eb44 f libucrt:c16rtomb.obj - 0001:0007dbee __get_fmode 1007ebee f libucrt:setmode.obj - 0001:0007dc1b __setmode_nolock 1007ec1b f libucrt:setmode.obj - 0001:0007dcea ??0__crt_seek_guard@@QAE@H_J@Z 1007ecea f i libucrt:chsize.obj - 0001:0007dd37 __chsize_nolock 1007ed37 f libucrt:chsize.obj - 0001:0007dd6e __chsize_nolock_internal 1007ed6e f libucrt:chsize.obj - 0001:0007df05 ___acrt_initialize_fmode 1007ef05 f libucrt:txtmode.obj - 0001:0007df1b __filter_x86_sse2_floating_point_exception 1007ef1b f LIBCMT:x86_exception_filter.obj - 0001:0007df1b __filter_x86_sse2_floating_point_exception_default 1007ef1b f LIBCMT:x86_exception_filter.obj - 0002:00000000 __imp__CreateDirectoryA@8 10085000 kernel32:KERNEL32.dll - 0002:00000004 __imp__CreateFileA@28 10085004 kernel32:KERNEL32.dll - 0002:00000008 __imp__DeleteFileA@4 10085008 kernel32:KERNEL32.dll - 0002:0000000c __imp__GetFileAttributesA@4 1008500c kernel32:KERNEL32.dll - 0002:00000010 __imp__SetFileAttributesA@8 10085010 kernel32:KERNEL32.dll - 0002:00000014 __imp__OutputDebugStringA@4 10085014 kernel32:KERNEL32.dll - 0002:00000018 __imp__CloseHandle@4 10085018 kernel32:KERNEL32.dll - 0002:0000001c __imp__DuplicateHandle@28 1008501c kernel32:KERNEL32.dll - 0002:00000020 __imp__GetLastError@0 10085020 kernel32:KERNEL32.dll - 0002:00000024 __imp__Sleep@4 10085024 kernel32:KERNEL32.dll - 0002:00000028 __imp__GetCurrentProcess@0 10085028 kernel32:KERNEL32.dll - 0002:0000002c __imp__GetCurrentProcessId@0 1008502c kernel32:KERNEL32.dll - 0002:00000030 __imp__GetCurrentThread@0 10085030 kernel32:KERNEL32.dll - 0002:00000034 __imp__GetCurrentThreadId@0 10085034 kernel32:KERNEL32.dll - 0002:00000038 __imp__OpenThread@12 10085038 kernel32:KERNEL32.dll - 0002:0000003c __imp__SuspendThread@4 1008503c kernel32:KERNEL32.dll - 0002:00000040 __imp__ResumeThread@4 10085040 kernel32:KERNEL32.dll - 0002:00000044 __imp__GetProcessIdOfThread@4 10085044 kernel32:KERNEL32.dll - 0002:00000048 __imp__GetThreadContext@8 10085048 kernel32:KERNEL32.dll - 0002:0000004c __imp__FlushInstructionCache@12 1008504c kernel32:KERNEL32.dll - 0002:00000050 __imp__OpenProcess@12 10085050 kernel32:KERNEL32.dll - 0002:00000054 __imp__GetSystemInfo@4 10085054 kernel32:KERNEL32.dll - 0002:00000058 __imp__VirtualQuery@12 10085058 kernel32:KERNEL32.dll - 0002:0000005c __imp__VirtualAllocEx@20 1008505c kernel32:KERNEL32.dll - 0002:00000060 __imp__VirtualProtectEx@20 10085060 kernel32:KERNEL32.dll - 0002:00000064 __imp__VirtualQueryEx@16 10085064 kernel32:KERNEL32.dll - 0002:00000068 __imp__ReadProcessMemory@20 10085068 kernel32:KERNEL32.dll - 0002:0000006c __imp__WriteProcessMemory@20 1008506c kernel32:KERNEL32.dll - 0002:00000070 __imp__VirtualFreeEx@16 10085070 kernel32:KERNEL32.dll - 0002:00000074 __imp__IsWow64Process@8 10085074 kernel32:KERNEL32.dll - 0002:00000078 __imp__CreateToolhelp32Snapshot@8 10085078 kernel32:KERNEL32.dll - 0002:0000007c __imp__Thread32First@8 1008507c kernel32:KERNEL32.dll - 0002:00000080 __imp__Thread32Next@8 10085080 kernel32:KERNEL32.dll - 0002:00000084 __imp__RaiseException@16 10085084 kernel32:KERNEL32.dll - 0002:00000088 __imp__RtlUnwind@16 10085088 kernel32:KERNEL32.dll - 0002:0000008c __imp__InterlockedPushEntrySList@8 1008508c kernel32:KERNEL32.dll - 0002:00000090 __imp__InterlockedFlushSList@4 10085090 kernel32:KERNEL32.dll - 0002:00000094 __imp__SetLastError@4 10085094 kernel32:KERNEL32.dll - 0002:00000098 __imp__EncodePointer@4 10085098 kernel32:KERNEL32.dll - 0002:0000009c __imp__InitializeCriticalSectionAndSpinCount@8 1008509c kernel32:KERNEL32.dll - 0002:000000a0 __imp__TlsAlloc@0 100850a0 kernel32:KERNEL32.dll - 0002:000000a4 __imp__TlsGetValue@4 100850a4 kernel32:KERNEL32.dll - 0002:000000a8 __imp__TlsSetValue@8 100850a8 kernel32:KERNEL32.dll - 0002:000000ac __imp__TlsFree@4 100850ac kernel32:KERNEL32.dll - 0002:000000b0 __imp__FreeLibrary@4 100850b0 kernel32:KERNEL32.dll - 0002:000000b4 __imp__GetProcAddress@8 100850b4 kernel32:KERNEL32.dll - 0002:000000b8 __imp__LoadLibraryExW@12 100850b8 kernel32:KERNEL32.dll - 0002:000000bc __imp__EnterCriticalSection@4 100850bc kernel32:KERNEL32.dll - 0002:000000c0 __imp__LeaveCriticalSection@4 100850c0 kernel32:KERNEL32.dll - 0002:000000c4 __imp__DeleteCriticalSection@4 100850c4 kernel32:KERNEL32.dll - 0002:000000c8 __imp__IsDebuggerPresent@0 100850c8 kernel32:KERNEL32.dll - 0002:000000cc __imp__UnhandledExceptionFilter@4 100850cc kernel32:KERNEL32.dll - 0002:000000d0 __imp__SetUnhandledExceptionFilter@4 100850d0 kernel32:KERNEL32.dll - 0002:000000d4 __imp__TerminateProcess@8 100850d4 kernel32:KERNEL32.dll - 0002:000000d8 __imp__IsProcessorFeaturePresent@4 100850d8 kernel32:KERNEL32.dll - 0002:000000dc __imp__HeapAlloc@12 100850dc kernel32:KERNEL32.dll - 0002:000000e0 __imp__HeapFree@12 100850e0 kernel32:KERNEL32.dll - 0002:000000e4 __imp__GetSystemTimeAsFileTime@4 100850e4 kernel32:KERNEL32.dll - 0002:000000e8 __imp__GetDateFormatW@24 100850e8 kernel32:KERNEL32.dll - 0002:000000ec __imp__GetTimeFormatW@24 100850ec kernel32:KERNEL32.dll - 0002:000000f0 __imp__CompareStringW@24 100850f0 kernel32:KERNEL32.dll - 0002:000000f4 __imp__LCMapStringW@24 100850f4 kernel32:KERNEL32.dll - 0002:000000f8 __imp__GetLocaleInfoW@16 100850f8 kernel32:KERNEL32.dll - 0002:000000fc __imp__IsValidLocale@8 100850fc kernel32:KERNEL32.dll - 0002:00000100 __imp__GetUserDefaultLCID@0 10085100 kernel32:KERNEL32.dll - 0002:00000104 __imp__EnumSystemLocalesW@8 10085104 kernel32:KERNEL32.dll - 0002:00000108 __imp__GetStdHandle@4 10085108 kernel32:KERNEL32.dll - 0002:0000010c __imp__GetFileType@4 1008510c kernel32:KERNEL32.dll - 0002:00000110 __imp__GetStartupInfoW@4 10085110 kernel32:KERNEL32.dll - 0002:00000114 __imp__FlushFileBuffers@4 10085114 kernel32:KERNEL32.dll - 0002:00000118 __imp__WriteFile@20 10085118 kernel32:KERNEL32.dll - 0002:0000011c __imp__GetConsoleOutputCP@0 1008511c kernel32:KERNEL32.dll - 0002:00000120 __imp__GetConsoleMode@8 10085120 kernel32:KERNEL32.dll - 0002:00000124 __imp__ReadFile@20 10085124 kernel32:KERNEL32.dll - 0002:00000128 __imp__GetFileSizeEx@8 10085128 kernel32:KERNEL32.dll - 0002:0000012c __imp__SetFilePointerEx@20 1008512c kernel32:KERNEL32.dll - 0002:00000130 __imp__ReadConsoleW@20 10085130 kernel32:KERNEL32.dll - 0002:00000134 __imp__MultiByteToWideChar@24 10085134 kernel32:KERNEL32.dll - 0002:00000138 __imp__MoveFileExW@12 10085138 kernel32:KERNEL32.dll - 0002:0000013c __imp__ExitProcess@4 1008513c kernel32:KERNEL32.dll - 0002:00000140 __imp__GetModuleHandleW@4 10085140 kernel32:KERNEL32.dll - 0002:00000144 __imp__GetModuleHandleExW@12 10085144 kernel32:KERNEL32.dll - 0002:00000148 __imp__GetTimeZoneInformation@4 10085148 kernel32:KERNEL32.dll - 0002:0000014c __imp__WideCharToMultiByte@32 1008514c kernel32:KERNEL32.dll - 0002:00000150 __imp__DecodePointer@4 10085150 kernel32:KERNEL32.dll - 0002:00000154 __imp__IsValidCodePage@4 10085154 kernel32:KERNEL32.dll - 0002:00000158 __imp__GetACP@0 10085158 kernel32:KERNEL32.dll - 0002:0000015c __imp__GetOEMCP@0 1008515c kernel32:KERNEL32.dll - 0002:00000160 __imp__GetCPInfo@8 10085160 kernel32:KERNEL32.dll - 0002:00000164 __imp__GetStringTypeW@16 10085164 kernel32:KERNEL32.dll - 0002:00000168 __imp__GetProcessHeap@0 10085168 kernel32:KERNEL32.dll - 0002:0000016c __imp__SetStdHandle@8 1008516c kernel32:KERNEL32.dll - 0002:00000170 __imp__GetModuleFileNameW@12 10085170 kernel32:KERNEL32.dll - 0002:00000174 __imp__CreateFileW@28 10085174 kernel32:KERNEL32.dll - 0002:00000178 __imp__WriteConsoleW@20 10085178 kernel32:KERNEL32.dll - 0002:0000017c __imp__HeapSize@12 1008517c kernel32:KERNEL32.dll - 0002:00000180 __imp__HeapReAlloc@16 10085180 kernel32:KERNEL32.dll - 0002:00000184 __imp__GetEnvironmentStringsW@0 10085184 kernel32:KERNEL32.dll - 0002:00000188 __imp__FreeEnvironmentStringsW@4 10085188 kernel32:KERNEL32.dll - 0002:0000018c __imp__SetEnvironmentVariableW@8 1008518c kernel32:KERNEL32.dll - 0002:00000190 __imp__GetCommandLineW@0 10085190 kernel32:KERNEL32.dll - 0002:00000194 __imp__GetCommandLineA@0 10085194 kernel32:KERNEL32.dll - 0002:00000198 __imp__FindNextFileW@8 10085198 kernel32:KERNEL32.dll - 0002:0000019c __imp__InitOnceBeginInitialize@16 1008519c kernel32:KERNEL32.dll - 0002:0000019c __imp____std_init_once_begin_initialize@16 1008519c kernel32:KERNEL32.dll - 0002:000001a0 __imp__InitOnceComplete@12 100851a0 kernel32:KERNEL32.dll - 0002:000001a0 __imp____std_init_once_complete@12 100851a0 kernel32:KERNEL32.dll - 0002:000001a4 __imp__QueryPerformanceCounter@4 100851a4 kernel32:KERNEL32.dll - 0002:000001a8 __imp__QueryPerformanceFrequency@4 100851a8 kernel32:KERNEL32.dll - 0002:000001ac __imp__InitializeCriticalSectionEx@12 100851ac kernel32:KERNEL32.dll - 0002:000001b0 __imp__LCMapStringEx@36 100851b0 kernel32:KERNEL32.dll - 0002:000001b4 __imp__ReleaseSRWLockExclusive@4 100851b4 kernel32:KERNEL32.dll - 0002:000001b8 __imp__AcquireSRWLockExclusive@4 100851b8 kernel32:KERNEL32.dll - 0002:000001bc __imp__WakeAllConditionVariable@4 100851bc kernel32:KERNEL32.dll - 0002:000001c0 __imp__SleepConditionVariableSRW@16 100851c0 kernel32:KERNEL32.dll - 0002:000001c4 __imp__InitializeSListHead@4 100851c4 kernel32:KERNEL32.dll - 0002:000001c8 __imp__FindClose@4 100851c8 kernel32:KERNEL32.dll - 0002:000001cc __imp__FindFirstFileExW@24 100851cc kernel32:KERNEL32.dll - 0002:000001d0 __imp__SetEndOfFile@4 100851d0 kernel32:KERNEL32.dll - 0002:000001d4 \177KERNEL32_NULL_THUNK_DATA 100851d4 kernel32:KERNEL32.dll - 0002:000001d8 __imp__MessageBoxA@16 100851d8 user32:USER32.dll - 0002:000001dc \177USER32_NULL_THUNK_DATA 100851dc user32:USER32.dll - 0002:000001e0 ___guard_check_icall_fptr 100851e0 libucrt:guard_support.obj - 0002:000001e4 ___castguard_check_failure_os_handled_fptr 100851e4 libucrt:guard_support.obj - 0002:000001e8 ___xc_a 100851e8 LIBCMT:initializers.obj - 0002:00000314 ___xc_z 10085314 LIBCMT:initializers.obj - 0002:00000318 ___xi_a 10085318 LIBCMT:initializers.obj - 0002:0000031c ___acrt_stdio_initializer 1008531c libucrt:stdio_initializer.obj - 0002:00000320 ___acrt_timeset_initializer 10085320 libucrt:timeset_initializer.obj - 0002:00000324 ___acrt_tran_sse2_initializer 10085324 libucrt:sse2_initializer.obj - 0002:00000328 ___acrt_multibyte_initializer 10085328 libucrt:multibyte_initializer.obj - 0002:00000330 ___acrt_fmode_initializer 10085330 libucrt:fmode_initializer.obj - 0002:00000334 ___xi_z 10085334 LIBCMT:initializers.obj - 0002:00000338 ___xl_a 10085338 LIBCMT:tlssup.obj - 0002:0000033c ___xl_z 1008533c LIBCMT:tlssup.obj - 0002:00000340 ___xp_a 10085340 LIBCMT:initializers.obj - 0002:00000344 ___acrt_locale_terminator 10085344 libucrt:locale_initializer.obj - 0002:00000348 ___dcrt_console_output_terminator 10085348 libucrt:console_output_initializer.obj - 0002:0000034c ___acrt_stdio_terminator 1008534c libucrt:stdio_initializer.obj - 0002:00000350 ___xp_z 10085350 LIBCMT:initializers.obj - 0002:00000354 ___xt_a 10085354 LIBCMT:initializers.obj - 0002:00000358 ___xt_z 10085358 LIBCMT:initializers.obj - 0002:00000368 ??_7exception@std@@6B@ 10085368 logging.cpp.obj - 0002:00000370 ??_C@_0BC@EOODALEL@Unknown?5exception@ 10085370 logging.cpp.obj - 0002:00000388 ??_7bad_alloc@std@@6B@ 10085388 logging.cpp.obj - 0002:00000394 ??_7bad_array_new_length@std@@6B@ 10085394 logging.cpp.obj - 0002:0000039c ??_C@_0BF@KINCDENJ@bad?5array?5new?5length@ 1008539c logging.cpp.obj - 0002:000003b4 ??_C@_0BA@JFNIOLAK@string?5too?5long@ 100853b4 logging.cpp.obj - 0002:000003c8 ??_7runtime_error@std@@6B@ 100853c8 logging.cpp.obj - 0002:000003d4 ??_7_System_error@std@@6B@ 100853d4 logging.cpp.obj - 0002:000003dc ??_C@_02LMMGGCAJ@?3?5@ 100853dc logging.cpp.obj - 0002:000003e4 ??_7system_error@std@@6B@ 100853e4 logging.cpp.obj - 0002:000003f0 ??_7_Iostream_error_category2@std@@6B@ 100853f0 logging.cpp.obj - 0002:00000408 ??_C@_08LLGCOLLL@iostream@ 10085408 logging.cpp.obj - 0002:00000414 ?_Iostream_error@?4??message@_Iostream_error_category2@std@@UBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z@4QBDB 10085414 logging.cpp.obj - 0002:00000430 ??_7bad_cast@std@@6B@ 10085430 logging.cpp.obj - 0002:00000438 ??_C@_08EPJLHIJG@bad?5cast@ 10085438 logging.cpp.obj - 0002:00000448 ??_7_Facet_base@std@@6B@ 10085448 logging.cpp.obj - 0002:00000454 ??_C@_0BA@ELKIONDK@bad?5locale?5name@ 10085454 logging.cpp.obj - 0002:00000464 ??_C@_00CNPNBAHC@@ 10085464 logging.cpp.obj - 0002:0000046c ??_7?$ctype@D@std@@6B@ 1008546c logging.cpp.obj - 0002:0000049c ??_7failure@ios_base@std@@6B@ 1008549c logging.cpp.obj - 0002:000004a8 ??_7ios_base@std@@6B@ 100854a8 logging.cpp.obj - 0002:000004ac ??_C@_0BF@PHHKMMFD@ios_base?3?3badbit?5set@ 100854ac logging.cpp.obj - 0002:000004c4 ??_C@_0BG@FMKFHCIL@ios_base?3?3failbit?5set@ 100854c4 logging.cpp.obj - 0002:000004dc ??_C@_0BF@OOHOMBOF@ios_base?3?3eofbit?5set@ 100854dc logging.cpp.obj - 0002:000004f8 ??_7?$basic_ios@DU?$char_traits@D@std@@@std@@6B@ 100854f8 logging.cpp.obj - 0002:00000500 ??_7?$basic_ostream@DU?$char_traits@D@std@@@std@@6B@ 10085500 logging.cpp.obj - 0002:00000504 ??_8?$basic_ostream@DU?$char_traits@D@std@@@std@@7B@ 10085504 logging.cpp.obj - 0002:00000510 ??_7?$basic_streambuf@DU?$char_traits@D@std@@@std@@6B@ 10085510 logging.cpp.obj - 0002:00000550 ??_7?$basic_filebuf@DU?$char_traits@D@std@@@std@@6B@ 10085550 logging.cpp.obj - 0002:00000590 ??_7?$basic_ofstream@DU?$char_traits@D@std@@@std@@6B@ 10085590 logging.cpp.obj - 0002:00000594 ??_8?$basic_ofstream@DU?$char_traits@D@std@@@std@@7B@ 10085594 logging.cpp.obj - 0002:000005a0 ??_7?$codecvt@DDU_Mbstatet@@@std@@6B@ 100855a0 logging.cpp.obj - 0002:000005c8 ??_C@_0BI@CFPLBAOH@invalid?5string?5position@ 100855c8 logging.cpp.obj - 0002:000005e8 ??_7bad_exception@std@@6B@ 100855e8 main.cpp.obj - 0002:000005f0 ??_C@_0O@DPKOEFFH@bad?5exception@ 100855f0 main.cpp.obj - 0002:00000600 ??_C@_0P@GHFPNOJB@bad?5allocation@ 10085600 main.cpp.obj - 0002:00000610 ??_C@_05LAPONLG@false@ 10085610 main.cpp.obj - 0002:00000618 ??_C@_04LOAJBDKD@true@ 10085618 main.cpp.obj - 0002:00000620 ??_C@_0BG@OFLLLHIE@invalid?5stof?5argument@ 10085620 main.cpp.obj - 0002:00000638 ??_C@_0BL@CGEIMNKL@stof?5argument?5out?5of?5range@ 10085638 main.cpp.obj - 0002:00000654 ??_C@_02NJPGOMH@?$CFf@ 10085654 main.cpp.obj - 0002:0000065c ??_7error_info_container@exception_detail@boost@@6B@ 1008565c main.cpp.obj - 0002:00000678 ??_7exception@boost@@6B@ 10085678 main.cpp.obj - 0002:00000680 ??_7clone_base@exception_detail@boost@@6B@ 10085680 main.cpp.obj - 0002:00000690 ??_7error_info_base@exception_detail@boost@@6B@ 10085690 main.cpp.obj - 0002:000006a0 ??_7sp_counted_base@detail@boost@@6B@ 100856a0 main.cpp.obj - 0002:000006b8 ??_C@_0BB@GCADKGJO@map?1set?5too?5long@ 100856b8 main.cpp.obj - 0002:000006d0 ??_7error_info_container_impl@exception_detail@boost@@6B@ 100856d0 main.cpp.obj - 0002:000006ec ??_7?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 100856ec main.cpp.obj - 0002:0000072c ??_7?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 1008572c main.cpp.obj - 0002:00000730 ??_8?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@7B@ 10085730 main.cpp.obj - 0002:00000738 ??_C@_0CF@CFFMGBAP@No?5diagnostic?5information?5avail@ 10085738 main.cpp.obj - 0002:00000760 ??_C@_0BD@OKEHHCDP@Unknown?5exception?4@ 10085760 main.cpp.obj - 0002:00000774 ??_C@_0DP@GHFCDMCB@Throw?5location?5unknown?5?$CIconside@ 10085774 main.cpp.obj - 0002:000007b4 ??_C@_03LPPJIELD@?$CJ?3?5@ 100857b4 main.cpp.obj - 0002:000007b8 ??_C@_0BD@FCCHBKHG@Throw?5in?5function?5@ 100857b8 main.cpp.obj - 0002:000007cc ??_C@_09GPGAJHPD@?$CIunknown?$CJ@ 100857cc main.cpp.obj - 0002:000007d8 ??_C@_0BJ@GCNBPHBB@Dynamic?5exception?5type?3?5@ 100857d8 main.cpp.obj - 0002:000007f4 ??_C@_06OJHGLDPL@?$CInull?$CJ@ 100857f4 main.cpp.obj - 0002:000007fc ??_C@_0BH@IJDPHMMC@std?3?3exception?3?3what?3?5@ 100857fc main.cpp.obj - 0002:00000814 ??_C@_04OAFLPOMH@?$FN?5?$DN?5@ 10085814 main.cpp.obj - 0002:00000820 ??_7bad_alloc_@exception_detail@boost@@6Bexception@2@@ 10085820 main.cpp.obj - 0002:00000828 ??_7bad_alloc_@exception_detail@boost@@6Bbad_alloc@std@@@ 10085828 main.cpp.obj - 0002:00000834 ??_7bad_exception_@exception_detail@boost@@6Bexception@2@@ 10085834 main.cpp.obj - 0002:0000083c ??_7bad_exception_@exception_detail@boost@@6Bbad_exception@std@@@ 1008583c main.cpp.obj - 0002:00000848 ??_7Error@hadesmem@@6Bexception@std@@@ 10085848 main.cpp.obj - 0002:00000854 ??_7Error@hadesmem@@6Bexception@boost@@@ 10085854 main.cpp.obj - 0002:00000858 ??_8Error@hadesmem@@7B@ 10085858 main.cpp.obj - 0002:00000868 ??_7?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@6B@ 10085868 main.cpp.obj - 0002:00000878 ??_7?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@6B@ 10085878 main.cpp.obj - 0002:00000884 ??_C@_0O@LHJCBCAJ@?$FL?$CFlu?$FN?5?$CFs?3?5?$CFs?6@ 10085884 main.cpp.obj - 0002:00000894 ??_C@_0P@DMJNBGBJ@IsWoW64Process@ 10085894 main.cpp.obj - 0002:000008a8 ??_C@_0FC@HMKIBJE@C?3?2software?2hadesmem?9v142?9Relea@ 100858a8 main.cpp.obj - 0002:000008fc ??_C@_0BH@CAHPBGBP@IsWoW64Process?5failed?4@ 100858fc main.cpp.obj - 0002:00000914 ??_C@_0M@MMCMKPDL@OpenProcess@ 10085914 main.cpp.obj - 0002:00000920 ??_C@_0BE@LHGDOJMK@OpenProcess?5failed?4@ 10085920 main.cpp.obj - 0002:00000934 ??_C@_0L@EHKLHJ@OpenThread@ 10085934 main.cpp.obj - 0002:00000940 ??_C@_0BD@GGECPCAK@OpenThread?5failed?4@ 10085940 main.cpp.obj - 0002:00000954 ??_C@_0BA@KKBHKMMH@DuplicateHandle@ 10085954 main.cpp.obj - 0002:00000964 ??_C@_0BI@FGIAIHNB@DuplicateHandle?5failed?4@ 10085964 main.cpp.obj - 0002:0000097c ??_C@_0L@BPDMILMI@CheckWoW64@ 1008597c main.cpp.obj - 0002:00000988 ??_C@_0EM@FPGLKILF@C?3?2software?2hadesmem?9v142?9Relea@ 10085988 main.cpp.obj - 0002:000009d4 ??_C@_0CN@CIONBDMF@x86?5?9?$DO?5x64?5process?5modification@ 100859d4 main.cpp.obj - 0002:00000a04 ??_C@_02DKCKIIND@?$CFs@ 10085a04 main.cpp.obj - 0002:00000a08 ??_C@_0CE@NLAKHOBH@hadesmem?3?3Process?3?3CleanupUnche@ 10085a08 main.cpp.obj - 0002:00000a2c ??_C@_05KKFAOBBL@Alloc@ 10085a2c main.cpp.obj - 0002:00000a38 ??_C@_0EK@ILAEBCGD@C?3?2software?2hadesmem?9v142?9Relea@ 10085a38 main.cpp.obj - 0002:00000a84 ??_C@_0BH@PKAGPCAJ@VirtualAllocEx?5failed?4@ 10085a84 main.cpp.obj - 0002:00000a9c ??_C@_04HJMOFLDF@Free@ 10085a9c main.cpp.obj - 0002:00000aa4 ??_C@_0BG@MMIHDGBH@VirtualFreeEx?5failed?4@ 10085aa4 main.cpp.obj - 0002:00000abc ??_C@_0CD@GFAOAFIL@hadesmem?3?3Allocator?3?3FreeUnchec@ 10085abc main.cpp.obj - 0002:00000ae0 ??_C@_0CD@LNPEPGDL@hadesmem?3?3Thread?3?3CleanupUnchec@ 10085ae0 main.cpp.obj - 0002:00000b04 ??_C@_0BJ@JEFKDHMD@CreateToolhelp32Snapshot@ 10085b04 main.cpp.obj - 0002:00000b20 ??_C@_0FE@PMPDGIMA@C?3?2software?2hadesmem?9v142?9Relea@ 10085b20 main.cpp.obj - 0002:00000b74 ??_C@_0CB@JCNCLELI@CreateToolhelp32Snapshot?5failed@ 10085b74 main.cpp.obj - 0002:00000b98 ??_C@_0BG@CIDIKHKO@Thread32First?5failed?4@ 10085b98 main.cpp.obj - 0002:00000bb0 ??_C@_0BF@OOLHIKFH@Thread32Next?5failed?4@ 10085bb0 main.cpp.obj - 0002:00000bc8 ??_C@_0BB@MBPKHMON@GetThreadContext@ 10085bc8 main.cpp.obj - 0002:00000be0 ??_C@_0FD@GFMGBNPP@C?3?2software?2hadesmem?9v142?9Relea@ 10085be0 main.cpp.obj - 0002:00000c34 ??_C@_0CM@PMFHKMCF@GetThreadContext?5called?5for?5cur@ 10085c34 main.cpp.obj - 0002:00000c60 ??_C@_0BJ@NBMNLEAK@GetThreadContext?5failed?4@ 10085c60 main.cpp.obj - 0002:00000c7c ??_C@_0O@HMJOGGOE@SuspendThread@ 10085c7c main.cpp.obj - 0002:00000c8c ??_C@_0BG@HGBOONEI@SuspendThread?5failed?4@ 10085c8c main.cpp.obj - 0002:00000ca4 ??_C@_0N@JPHIGJOE@ResumeThread@ 10085ca4 main.cpp.obj - 0002:00000cb4 ??_C@_0BF@CPDPNIDB@ResumeThread?5failed?4@ 10085cb4 main.cpp.obj - 0002:00000ccc ??_C@_0CL@NOFNLPJH@hadesmem?3?3SuspendedThread?3?3Resu@ 10085ccc main.cpp.obj - 0002:00000cf8 ??_C@_0EB@CHHFMIFP@WARNING?$CB?5Error?5while?5suspending@ 10085cf8 main.cpp.obj - 0002:00000d3c ??_C@_0CN@OAFEMMLD@hadesmem?3?3SuspendedProcess?3?3Sus@ 10085d3c main.cpp.obj - 0002:00000d6c ??_C@_0BB@CEKDJBHG@SuspendedProcess@ 10085d6c main.cpp.obj - 0002:00000d80 ??_C@_0DN@FMFFEHNA@Failed?5to?5suspend?5all?5threads?5i@ 10085d80 main.cpp.obj - 0002:00000dc0 ??_C@_09OJCFAFOB@VerifyPid@ 10085dc0 main.cpp.obj - 0002:00000dcc ??_C@_0BN@EEJAIICA@GetProcessIdOfThread?5failed?4@ 10085dcc main.cpp.obj - 0002:00000dec ??_C@_0BJ@PHFJBNAN@PID?5verification?5failed?4@ 10085dec main.cpp.obj - 0002:00000e08 ??_C@_0BG@JNMEKNNO@FlushInstructionCache@ 10085e08 main.cpp.obj - 0002:00000e20 ??_C@_0EK@MAJFCFGD@C?3?2software?2hadesmem?9v142?9Relea@ 10085e20 main.cpp.obj - 0002:00000e6c ??_C@_0BO@BEKIKMHC@FlushInstructionCache?5failed?4@ 10085e6c main.cpp.obj - 0002:00000e8c ??_C@_07EMMGCHGI@Protect@ 10085e8c main.cpp.obj - 0002:00000e98 ??_C@_0FK@CJDMOKGD@C?3?2software?2hadesmem?9v142?9Relea@ 10085e98 main.cpp.obj - 0002:00000ef4 ??_C@_0BJ@GOHMJHGO@VirtualProtectEx?5failed?4@ 10085ef4 main.cpp.obj - 0002:00000f10 ??_C@_05BNKNJDAB@Query@ 10085f10 main.cpp.obj - 0002:00000f18 ??_C@_0FI@NAPLGFGJ@C?3?2software?2hadesmem?9v142?9Relea@ 10085f18 main.cpp.obj - 0002:00000f70 ??_C@_0BH@JFGDHIMO@VirtualQueryEx?5failed?4@ 10085f70 main.cpp.obj - 0002:00000f88 ??_C@_0N@KLFIJGGA@ProtectGuard@ 10085f88 main.cpp.obj - 0002:00000f98 ??_C@_0FJ@OFKJBOII@C?3?2software?2hadesmem?9v142?9Relea@ 10085f98 main.cpp.obj - 0002:00000ff4 ??_C@_0DF@BAHJNPFD@Attempt?5to?5access?5page?5with?5a?5?8@ 10085ff4 main.cpp.obj - 0002:0000102c ??_C@_0DB@CGKFDJFG@hadesmem?3?3detail?3?3ProtectGuard?3@ 1008602c main.cpp.obj - 0002:00001060 ??_C@_0O@KAKHNDGG@ReadUnchecked@ 10086060 main.cpp.obj - 0002:00001070 ??_C@_0FF@IFPHEENA@C?3?2software?2hadesmem?9v142?9Relea@ 10086070 main.cpp.obj - 0002:000010c8 ??_C@_0BK@NFNEHIDL@ReadProcessMemory?5failed?4@ 100860c8 main.cpp.obj - 0002:000010e4 ??_C@_0P@LBLMMGGB@WriteUnchecked@ 100860e4 main.cpp.obj - 0002:000010f8 ??_C@_0FG@HKAAFBIF@C?3?2software?2hadesmem?9v142?9Relea@ 100860f8 main.cpp.obj - 0002:00001150 ??_C@_0BL@BKBINFBA@WriteProcessMemory?5failed?4@ 10086150 main.cpp.obj - 0002:0000116c ??_C@_0DD@NEDPJGDL@Address?5?$DN?5?$CFp?0?5Target?5?$DN?5?$CFp?0?5Push@ 1008616c main.cpp.obj - 0002:000011a0 ??_C@_0BM@BLAEMDDL@hadesmem?3?3detail?3?3WriteJump@ 100861a0 main.cpp.obj - 0002:000011bc ??_C@_0BF@NLCMJOPD@Using?5relative?5jump?4@ 100861bc main.cpp.obj - 0002:000011d4 ??_C@_0BK@FPNCDMKG@Address?5?$DN?5?$CFp?0?5Target?5?$DN?5?$CFp@ 100861d4 main.cpp.obj - 0002:000011f0 ??_C@_0BM@CONKFGOI@hadesmem?3?3detail?3?3WriteCall@ 100861f0 main.cpp.obj - 0002:0000120c ??_C@_0BF@MEMDMDAI@Using?5relative?5call?4@ 1008620c main.cpp.obj - 0002:00001224 ??_C@_0BD@KKJJLKB@VerifyPatchThreads@ 10086224 main.cpp.obj - 0002:00001238 ??_C@_0FH@FDDALOBI@C?3?2software?2hadesmem?9v142?9Relea@ 10086238 main.cpp.obj - 0002:00001290 ??_C@_0CM@OJCIIPGE@Thread?5is?5currently?5executing?5p@ 10086290 main.cpp.obj - 0002:000012c0 ??_7?$basic_istream@DU?$char_traits@D@std@@@std@@6B@ 100862c0 main.cpp.obj - 0002:000012c8 ??_7?$basic_iostream@DU?$char_traits@D@std@@@std@@6B@ 100862c8 main.cpp.obj - 0002:000012cc ??_8?$basic_iostream@DU?$char_traits@D@std@@@std@@7B?$basic_istream@DU?$char_traits@D@std@@@1@@ 100862cc main.cpp.obj - 0002:000012d4 ??_8?$basic_iostream@DU?$char_traits@D@std@@@std@@7B?$basic_ostream@DU?$char_traits@D@std@@@1@@ 100862d4 main.cpp.obj - 0002:000012dc ??_C@_0CE@GCLPNIIO@hadesmem?3?3PatchRaw?3?3RemoveUnche@ 100862dc main.cpp.obj - 0002:00001300 ??_C@_07NJGAEJFG@?$FLDEBUG?$FN@ 10086300 main.cpp.obj - 0002:0000130c ??_7CDataStore@Nampower@@6B@ 1008630c main.cpp.obj - 0002:00001338 ??_7?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 10086338 main.cpp.obj - 0002:0000133c ??_8?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@7B?$basic_istream@DU?$char_traits@D@std@@@1@@ 1008633c main.cpp.obj - 0002:00001344 ??_8?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@7B?$basic_ostream@DU?$char_traits@D@std@@@1@@ 10086344 main.cpp.obj - 0002:0000134c ??_C@_0M@EHAPGNAC@?$CFY?9?$CFm?9?$CFd?5?$CFX@ 1008634c main.cpp.obj - 0002:00001358 ??_C@_06CGLFEPBO@Unused@ 10086358 main.cpp.obj - 0002:00001360 ??_C@_04MKEOLIJC@?5to?5@ 10086360 main.cpp.obj - 0002:00001368 ??_C@_0N@JECGEPKH@Registering?5@ 10086368 main.cpp.obj - 0002:00001378 ??_C@_0BK@ECMBPKJF@?5triggering?5queued?5spells@ 10086378 main.cpp.obj - 0002:00001394 ??_C@_01LBDDMOBJ@?$FN@ 10086394 main.cpp.obj - 0002:00001398 ??_C@_0BE@DJPHGBFK@?5latency?5reduction?5@ 10086398 main.cpp.obj - 0002:000013ac ??_C@_0BE@MCKMMINL@?5original?5duration?5@ 100863ac main.cpp.obj - 0002:000013c0 ??_C@_0M@GDEDPOEP@?5elapsed?5?$DO?5@ 100863c0 main.cpp.obj - 0002:000013cc ??_C@_0BB@CLMMGHMA@Ending?5channel?5?$FL@ 100863cc main.cpp.obj - 0002:000013e0 ??_C@_0BF@PLCENIP@?5latency?5reduction?3?5@ 100863e0 main.cpp.obj - 0002:000013f8 ??_C@_0BG@BKKFKINO@Remaining?5tick?5time?3?5@ 100863f8 main.cpp.obj - 0002:00001410 ??_C@_0CO@EPCFCBPN@Ending?5channel?5due?5to?5cancelCha@ 10086410 main.cpp.obj - 0002:00001440 ??_C@_0DA@KGIDDBKC@Non?5gcd?5spell?5cooldown?5up?0?5cast@ 10086440 main.cpp.obj - 0002:00001470 ??_C@_0CB@OKGJLKOH@?5due?5to?5max?5time?5since?5last?5cas@ 10086470 main.cpp.obj - 0002:00001494 ??_C@_0BJ@MOIJJLEH@Ignoring?5queued?5cast?5of?5@ 10086494 main.cpp.obj - 0002:000014b0 ??_C@_0CI@DLDOLJJB@Spell?5cooldown?5up?0?5casting?5queu@ 100864b0 main.cpp.obj - 0002:000014d8 ??_C@_06BALNJMNP@player@ 100864d8 main.cpp.obj - 0002:000014e0 ??_C@_0BH@JFBHEHPE@NP_QueueCastTimeSpells@ 100864e0 main.cpp.obj - 0002:000014f8 ??_C@_0BP@PICLLELH@Set?5NP_QueueCastTimeSpells?5to?5@ 100864f8 main.cpp.obj - 0002:00001518 ??_C@_0BG@EPNAOJED@NP_QueueInstantSpells@ 10086518 main.cpp.obj - 0002:00001530 ??_C@_0BO@FGKHFEMB@Set?5NP_QueueInstantSpells?5to?5@ 10086530 main.cpp.obj - 0002:00001550 ??_C@_0BG@NHCCGJDA@NP_QueueOnSwingSpells@ 10086550 main.cpp.obj - 0002:00001568 ??_C@_0BO@BGEGNIHK@Set?5NP_QueueOnSwingSpells?5to?5@ 10086568 main.cpp.obj - 0002:00001588 ??_C@_0BJ@KIPOCKFK@NP_QueueChannelingSpells@ 10086588 main.cpp.obj - 0002:000015a4 ??_C@_0CB@OBNLDPCK@Set?5NP_QueueChannelingSpells?5to@ 100865a4 main.cpp.obj - 0002:000015c8 ??_C@_0BI@OGLIEAGM@NP_QueueTargetingSpells@ 100865c8 main.cpp.obj - 0002:000015e0 ??_C@_0CA@DMKPKEFC@Set?5NP_QueueTargetingSpells?5to?5@ 100865e0 main.cpp.obj - 0002:00001600 ??_C@_0BJ@EEBEGJJE@NP_QueueSpellsOnCooldown@ 10086600 main.cpp.obj - 0002:0000161c ??_C@_0CB@ILICALD@Set?5NP_QueueSpellsOnCooldown?5to@ 1008661c main.cpp.obj - 0002:00001640 ??_C@_0CH@NKILOBGJ@NP_InterruptChannelsOutsideQueu@ 10086640 main.cpp.obj - 0002:00001668 ??_C@_0CP@CBMJDLLE@Set?5NP_InterruptChannelsOutside@ 10086668 main.cpp.obj - 0002:00001698 ??_C@_0BN@BPHINGMM@NP_RetryServerRejectedSpells@ 10086698 main.cpp.obj - 0002:000016b8 ??_C@_0CF@GJMGHEJL@Set?5NP_RetryServerRejectedSpell@ 100866b8 main.cpp.obj - 0002:000016e0 ??_C@_0BM@KAAEKKLI@NP_QuickcastTargetingSpells@ 100866e0 main.cpp.obj - 0002:000016fc ??_C@_0CE@LGHOMBHC@Set?5NP_QuickcastTargetingSpells@ 100866fc main.cpp.obj - 0002:00001720 ??_C@_0CB@HPGIFMMF@NP_ReplaceMatchingNonGcdCategor@ 10086720 main.cpp.obj - 0002:00001744 ??_C@_0CJ@BKCNDEIE@Set?5NP_ReplaceMatchingNonGcdCat@ 10086744 main.cpp.obj - 0002:00001770 ??_C@_0CE@HNEFELI@NP_OptimizeBufferUsingPacketTim@ 10086770 main.cpp.obj - 0002:00001794 ??_C@_0CM@IFFMCJBG@Set?5NP_OptimizeBufferUsingPacke@ 10086794 main.cpp.obj - 0002:000017c0 ??_C@_0CB@PAPCHMPF@NP_PreventRightClickTargetChang@ 100867c0 main.cpp.obj - 0002:000017e4 ??_C@_0CJ@CEOCHGOE@Set?5NP_PreventRightClickTargetC@ 100867e4 main.cpp.obj - 0002:00001810 ??_C@_0BO@IJCJBII@NP_PreventRightClickPvPAttack@ 10086810 main.cpp.obj - 0002:00001830 ??_C@_0CG@OFCDCGBE@Set?5NP_PreventRightClickPvPAtta@ 10086830 main.cpp.obj - 0002:00001858 ??_C@_0BP@COIIKABN@NP_DoubleCastToEndChannelEarly@ 10086858 main.cpp.obj - 0002:00001878 ??_C@_0CH@FPPJPDAN@Set?5NP_DoubleCastToEndChannelEa@ 10086878 main.cpp.obj - 0002:000018a0 ??_C@_0BJ@OGGMANCP@NP_QuickcastOnDoubleCast@ 100868a0 main.cpp.obj - 0002:000018bc ??_C@_0CB@FCCLLLOO@Set?5NP_QuickcastOnDoubleCast?5to@ 100868bc main.cpp.obj - 0002:000018e0 ??_C@_0BJ@BNCLKABI@NP_SpamProtectionEnabled@ 100868e0 main.cpp.obj - 0002:000018fc ??_C@_0CB@HLCAEHJD@Set?5NP_SpamProtectionEnabled?5to@ 100868fc main.cpp.obj - 0002:00001920 ??_C@_0BI@OFECCKJA@NP_EnableAuraCastEvents@ 10086920 main.cpp.obj - 0002:00001938 ??_C@_0CA@MCAFBLDG@Set?5NP_EnableAuraCastEvents?5to?5@ 10086938 main.cpp.obj - 0002:00001958 ??_C@_0BK@MBLEOKAE@NP_EnableAutoAttackEvents@ 10086958 main.cpp.obj - 0002:00001974 ??_C@_0CC@FLEKOLKF@Set?5NP_EnableAutoAttackEvents?5t@ 10086974 main.cpp.obj - 0002:00001998 ??_C@_0BK@HPKDDDJN@NP_EnableSpellStartEvents@ 10086998 main.cpp.obj - 0002:000019b4 ??_C@_0CC@DAAAFBCJ@Set?5NP_EnableSpellStartEvents?5t@ 100869b4 main.cpp.obj - 0002:000019d8 ??_C@_0BH@DBJNDJCK@NP_EnableSpellGoEvents@ 100869d8 main.cpp.obj - 0002:000019f0 ??_C@_0BP@HABICIHH@Set?5NP_EnableSpellGoEvents?5to?5@ 100869f0 main.cpp.obj - 0002:00001a10 ??_C@_0BJ@OPDINFN@NP_EnableSpellHealEvents@ 10086a10 main.cpp.obj - 0002:00001a2c ??_C@_0CB@CKCADEOG@Set?5NP_EnableSpellHealEvents?5to@ 10086a2c main.cpp.obj - 0002:00001a50 ??_C@_0BN@DLFLANCE@NP_EnableSpellEnergizeEvents@ 10086a50 main.cpp.obj - 0002:00001a70 ??_C@_0CF@HJHLFECN@Set?5NP_EnableSpellEnergizeEvent@ 10086a70 main.cpp.obj - 0002:00001a98 ??_C@_0CB@CLDKJOLH@NP_PreventMountingWhenBuffCappe@ 10086a98 main.cpp.obj - 0002:00001abc ??_C@_0CJ@KNLLLEIG@Set?5NP_PreventMountingWhenBuffC@ 10086abc main.cpp.obj - 0002:00001ae8 ??_C@_0BD@KEENKIJP@NP_MinBufferTimeMs@ 10086ae8 main.cpp.obj - 0002:00001afc ??_C@_0CO@NIJCIBCJ@Set?5NP_MinBufferTimeMs?5and?5curr@ 10086afc main.cpp.obj - 0002:00001b2c ??_C@_0BG@LLHBJGHN@NP_NonGcdBufferTimeMs@ 10086b2c main.cpp.obj - 0002:00001b44 ??_C@_0BO@BEDCEPJD@Set?5NP_NonGcdBufferTimeMs?5to?5@ 10086b44 main.cpp.obj - 0002:00001b64 ??_C@_0BH@MKMOFKHN@NP_MaxBufferIncreaseMs@ 10086b64 main.cpp.obj - 0002:00001b7c ??_C@_0BP@NHKKEPBG@Set?5NP_MaxBufferIncreaseMs?5to?5@ 10086b7c main.cpp.obj - 0002:00001b9c ??_C@_0BG@HPCNJHHL@NP_SpellQueueWindowMs@ 10086b9c main.cpp.obj - 0002:00001bb4 ??_C@_0BO@LKJMGOIJ@Set?5NP_SpellQueueWindowMs?5to?5@ 10086bb4 main.cpp.obj - 0002:00001bd4 ??_C@_0BL@KOCNOCFF@NP_OnSwingBufferCooldownMs@ 10086bd4 main.cpp.obj - 0002:00001bf0 ??_C@_0CD@BOIHNHHB@Set?5NP_OnSwingBufferCooldownMs?5@ 10086bf0 main.cpp.obj - 0002:00001c14 ??_C@_0BI@LPMHBLBF@NP_ChannelQueueWindowMs@ 10086c14 main.cpp.obj - 0002:00001c2c ??_C@_0CA@PAGBAGHM@Set?5NP_ChannelQueueWindowMs?5to?5@ 10086c2c main.cpp.obj - 0002:00001c4c ??_C@_0BK@KEKPPKMD@NP_TargetingQueueWindowMs@ 10086c4c main.cpp.obj - 0002:00001c68 ??_C@_0CC@DIBIMACH@Set?5NP_TargetingQueueWindowMs?5t@ 10086c68 main.cpp.obj - 0002:00001c8c ??_C@_0BJ@EPEDEFB@NP_CooldownQueueWindowMs@ 10086c8c main.cpp.obj - 0002:00001ca8 ??_C@_0CB@FONDBBI@Set?5NP_CooldownQueueWindowMs?5to@ 10086ca8 main.cpp.obj - 0002:00001ccc ??_C@_0CF@LNIPLOJI@NP_ChannelLatencyReductionPerce@ 10086ccc main.cpp.obj - 0002:00001cf4 ??_C@_0CN@EINCDKGL@Set?5NP_ChannelLatencyReductionP@ 10086cf4 main.cpp.obj - 0002:00001d24 ??_C@_0BF@NPNCLNJG@NP_NameplateDistance@ 10086d24 main.cpp.obj - 0002:00001d3c ??_C@_0BN@EGLOHIBD@Set?5NP_NameplateDistance?5to?5@ 10086d3c main.cpp.obj - 0002:00001d60 ??_7?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@6B@ 10086d60 main.cpp.obj - 0002:00001db0 ??_C@_03PEOPGAMG@NP_@ 10086db0 main.cpp.obj - 0002:00001db4 ??_C@_0BJ@HNOEHODG@Using?5default?5value?5for?5@ 10086db4 main.cpp.obj - 0002:00001dd0 ??_C@_04IOBBKNGP@Logs@ 10086dd0 main.cpp.obj - 0002:00001dd8 ??_C@_0BD@FEPMOMFL@nampower_debug?4log@ 10086dd8 main.cpp.obj - 0002:00001dec ??_C@_0BI@LDBODINK@Logs?2nampower_debug?4log@ 10086dec main.cpp.obj - 0002:00001e04 ??_C@_0BF@EHNBCGI@nampower_debug?4log?41@ 10086e04 main.cpp.obj - 0002:00001e1c ??_C@_0BK@KHFLEKEN@Logs?2nampower_debug?4log?41@ 10086e1c main.cpp.obj - 0002:00001e38 ??_C@_0BF@CPFAEBKL@nampower_debug?4log?42@ 10086e38 main.cpp.obj - 0002:00001e50 ??_C@_0BK@IMHGBJIO@Logs?2nampower_debug?4log?42@ 10086e50 main.cpp.obj - 0002:00001e6c ??_C@_0BF@DGELHAOK@nampower_debug?4log?43@ 10086e6c main.cpp.obj - 0002:00001e84 ??_C@_0BK@JFGNCIMP@Logs?2nampower_debug?4log?43@ 10086e84 main.cpp.obj - 0002:00001ea0 ??_C@_01LFCBOECM@?4@ 10086ea0 main.cpp.obj - 0002:00001ea4 ??_C@_0BD@BPOEFIKN@Loading?5nampower?5v@ 10086ea4 main.cpp.obj - 0002:00001eb8 ??_C@_0BK@INOGODLN@Registering?1Loading?5CVars@ 10086eb8 main.cpp.obj - 0002:00001ed4 ??_C@_0CF@IALCIHCG@?$DN?$DN?$DN?5Starting?5hook?5initializatio@ 10086ed4 main.cpp.obj - 0002:00001efc ??_C@_0CL@MJPJAFAM@?$DN?$DN?$DN?5All?5hooks?5initialized?5succe@ 10086efc main.cpp.obj - 0002:00001f28 ??_C@_01CLKCMJKC@?5@ 10086f28 main.cpp.obj - 0002:00001f2c ??_C@_0BJ@DDBOIFAJ@Added?5custom?5event?5code?3@ 10086f2c main.cpp.obj - 0002:00001f48 ??_C@_0BC@IIJKILOC@SPELL_QUEUE_EVENT@ 10086f48 main.cpp.obj - 0002:00001f5c ??_C@_0BB@INAPBEKM@SPELL_CAST_EVENT@ 10086f5c main.cpp.obj - 0002:00001f70 ??_C@_0BI@IIEOEKLK@SPELL_DAMAGE_EVENT_SELF@ 10086f70 main.cpp.obj - 0002:00001f88 ??_C@_0BJ@HABHONC@SPELL_DAMAGE_EVENT_OTHER@ 10086f88 main.cpp.obj - 0002:00001fa4 ??_C@_0BC@FNMHDFMM@DEBUFF_ADDED_SELF@ 10086fa4 main.cpp.obj - 0002:00001fb8 ??_C@_0BE@IPCENOKC@DEBUFF_REMOVED_SELF@ 10086fb8 main.cpp.obj - 0002:00001fcc ??_C@_0BD@LOLCCDKE@DEBUFF_ADDED_OTHER@ 10086fcc main.cpp.obj - 0002:00001fe0 ??_C@_0BF@BEGKIMBA@DEBUFF_REMOVED_OTHER@ 10086fe0 main.cpp.obj - 0002:00001ff8 ??_C@_0BA@MOKKJPMK@BUFF_ADDED_SELF@ 10086ff8 main.cpp.obj - 0002:00002008 ??_C@_0BC@OPHNKALP@BUFF_REMOVED_SELF@ 10087008 main.cpp.obj - 0002:0000201c ??_C@_0BB@FHECOLDL@BUFF_ADDED_OTHER@ 1008701c main.cpp.obj - 0002:00002030 ??_C@_0BD@HHAMLJLH@BUFF_REMOVED_OTHER@ 10087030 main.cpp.obj - 0002:00002044 ??_C@_09OAKDIAEE@UNIT_DIED@ 10087044 main.cpp.obj - 0002:00002050 ??_C@_0BC@HMKGCEPB@AURA_CAST_ON_SELF@ 10087050 main.cpp.obj - 0002:00002064 ??_C@_0BD@OGPLAOKE@AURA_CAST_ON_OTHER@ 10087064 main.cpp.obj - 0002:00002078 ??_C@_0BB@GJGJCOEG@AUTO_ATTACK_SELF@ 10087078 main.cpp.obj - 0002:0000208c ??_C@_0BC@LDOLOHIB@AUTO_ATTACK_OTHER@ 1008708c main.cpp.obj - 0002:000020a0 ??_C@_0BB@LFPNKHHB@SPELL_START_SELF@ 100870a0 main.cpp.obj - 0002:000020b4 ??_C@_0BC@LIKNGAH@SPELL_START_OTHER@ 100870b4 main.cpp.obj - 0002:000020c8 ??_C@_0O@EBECIIDL@SPELL_GO_SELF@ 100870c8 main.cpp.obj - 0002:000020d8 ??_C@_0P@JNHHMBKG@SPELL_GO_OTHER@ 100870d8 main.cpp.obj - 0002:000020e8 ??_C@_0BC@IAGOOOHI@SPELL_FAILED_SELF@ 100870e8 main.cpp.obj - 0002:000020fc ??_C@_0BD@HCGDPNOK@SPELL_FAILED_OTHER@ 100870fc main.cpp.obj - 0002:00002110 ??_C@_0BD@BEPEMHGP@SPELL_DELAYED_SELF@ 10087110 main.cpp.obj - 0002:00002124 ??_C@_0BE@PBCEOCAE@SPELL_DELAYED_OTHER@ 10087124 main.cpp.obj - 0002:00002138 ??_C@_0BE@IOCKMDKP@SPELL_CHANNEL_START@ 10087138 main.cpp.obj - 0002:0000214c ??_C@_0BF@LJOECPNH@SPELL_CHANNEL_UPDATE@ 1008714c main.cpp.obj - 0002:00002164 ??_C@_0BD@MPPCDFLO@SPELL_HEAL_BY_SELF@ 10087164 main.cpp.obj - 0002:00002178 ??_C@_0BE@CLAGLE@SPELL_HEAL_BY_OTHER@ 10087178 main.cpp.obj - 0002:0000218c ??_C@_0BD@PGIOICCP@SPELL_HEAL_ON_SELF@ 1008718c main.cpp.obj - 0002:000021a0 ??_C@_0BH@FKIAPLHB@SPELL_ENERGIZE_BY_SELF@ 100871a0 main.cpp.obj - 0002:000021b8 ??_C@_0BI@LGFKLFL@SPELL_ENERGIZE_BY_OTHER@ 100871b8 main.cpp.obj - 0002:000021d0 ??_C@_0BH@GDPMEMOA@SPELL_ENERGIZE_ON_SELF@ 100871d0 main.cpp.obj - 0002:000021e8 ??_C@_07NFDODHAI@?5to?5700@ 100871e8 main.cpp.obj - 0002:000021f0 ??_C@_0BN@PFEPHOAH@Increasing?5event?5count?5from?5@ 100871f0 main.cpp.obj - 0002:00002210 ??_C@_0CB@KNPGGJME@Registering?5Custom?5Lua?5function@ 10087210 main.cpp.obj - 0002:00002234 ??_C@_0BB@COEIEDHD@QueueSpellByName@ 10087234 main.cpp.obj - 0002:00002248 ??_C@_0BH@EFPAODGH@CastSpellByNameNoQueue@ 10087248 main.cpp.obj - 0002:00002260 ??_C@_0M@PPLDGHGJ@QueueScript@ 10087260 main.cpp.obj - 0002:0000226c ??_C@_0P@EEAKKLOD@IsSpellInRange@ 1008726c main.cpp.obj - 0002:0000227c ??_C@_0O@OJOODJBA@IsSpellUsable@ 1008727c main.cpp.obj - 0002:0000228c ??_C@_0BG@LHDLCFEE@GetCurrentCastingInfo@ 1008728c main.cpp.obj - 0002:000022a4 ??_C@_0BC@NFIAGJCO@GetSpellIdForName@ 100872a4 main.cpp.obj - 0002:000022b8 ??_C@_0BJ@OIEGKLKO@GetSpellNameAndRankForId@ 100872b8 main.cpp.obj - 0002:000022d4 ??_C@_0BK@PJJFEGPC@GetSpellSlotTypeIdForName@ 100872d4 main.cpp.obj - 0002:000022f0 ??_C@_0BL@MFCJKIGL@ChannelStopCastingNextTick@ 100872f0 main.cpp.obj - 0002:0000230c ??_C@_0BD@GKGGEBFB@GetNampowerVersion@ 1008730c main.cpp.obj - 0002:00002320 ??_C@_0N@JDLNMJKE@GetItemLevel@ 10087320 main.cpp.obj - 0002:00002330 ??_C@_0N@CBMNGPCH@GetItemStats@ 10087330 main.cpp.obj - 0002:00002340 ??_C@_0BA@OKINMLMF@StartItemExport@ 10087340 main.cpp.obj - 0002:00002350 ??_C@_0M@GCMNFEPN@GetSpellRec@ 10087350 main.cpp.obj - 0002:0000235c ??_C@_0BC@EMLGDCK@GetItemStatsField@ 1008735c main.cpp.obj - 0002:00002370 ??_C@_0BB@DLPAGHLE@GetSpellRecField@ 10087370 main.cpp.obj - 0002:00002384 ??_C@_0M@GMDOHMKD@GetUnitData@ 10087384 main.cpp.obj - 0002:00002390 ??_C@_0N@NDOHCLOO@GetUnitField@ 10087390 main.cpp.obj - 0002:000023a0 ??_C@_0BC@OJJLHCMM@GetSpellModifiers@ 100873a0 main.cpp.obj - 0002:000023b4 ??_C@_0BD@JFAGNKGG@FindPlayerItemSlot@ 100873b4 main.cpp.obj - 0002:000023c8 ??_C@_0BB@DMAMHCNP@GetEquippedItems@ 100873c8 main.cpp.obj - 0002:000023dc ??_C@_0BA@MGJKCOKC@GetEquippedItem@ 100873dc main.cpp.obj - 0002:000023ec ??_C@_0M@NACEOJGE@GetBagItems@ 100873ec main.cpp.obj - 0002:000023f8 ??_C@_0L@INPDLDGD@GetBagItem@ 100873f8 main.cpp.obj - 0002:00002404 ??_C@_0M@IILIBIAD@GetCastInfo@ 10087404 main.cpp.obj - 0002:00002410 ??_C@_0BD@FMMMOHBG@GetSpellIdCooldown@ 10087410 main.cpp.obj - 0002:00002424 ??_C@_0BC@JJBCKJPB@GetItemIdCooldown@ 10087424 main.cpp.obj - 0002:00002438 ??_C@_0BD@JMKKPPOD@GetTrinketCooldown@ 10087438 main.cpp.obj - 0002:0000244c ??_C@_0BA@EIDAGHKD@UseItemIdOrName@ 1008744c main.cpp.obj - 0002:0000245c ??_C@_0L@NMBBKLLO@UseTrinket@ 1008745c main.cpp.obj - 0002:00002468 ??_C@_0M@EGBLDCCI@GetTrinkets@ 10087468 main.cpp.obj - 0002:00002474 ??_C@_0O@JMOODDHF@DisenchantAll@ 10087474 main.cpp.obj - 0002:00002488 ??_7?$PatchDetour@P6IXXZPAX@hadesmem@@6B@ 10087488 main.cpp.obj - 0002:000024d8 ??_C@_0CA@CBNOLNBD@Exception?5in?5Nampower?3?3load?$CI?$CJ?3?5@ 100874d8 main.cpp.obj - 0002:000024f8 ??_C@_0P@NAFFIKBA@Nampower?5Error@ 100874f8 main.cpp.obj - 0002:00002508 ??_C@_0CG@PNCMOHNE@Unknown?5exception?5in?5Nampower?3?3@ 10087508 main.cpp.obj - 0002:00002530 ??_C@_0BK@DKOOEMML@Restoring?5original?5bytes?4@ 10087530 main.cpp.obj - 0002:00002550 ??_C@_0EE@CMAMOMOO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10087550 main.cpp.obj - 0002:00002594 ??_C@_0BG@LCAOCHAL@Writing?5jump?5to?5stub?4@ 10087594 main.cpp.obj - 0002:000025b0 ??_C@_0ED@FNJJIMJO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100875b0 main.cpp.obj - 0002:000025f4 ??_C@_0L@NBAFHLHH@Stub?5near?4@ 100875f4 main.cpp.obj - 0002:00002600 ??_C@_0EF@HPLFPOCH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10087600 main.cpp.obj - 0002:00002648 ??_C@_0EI@IEHKJNFE@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10087648 main.cpp.obj - 0002:00002690 ??_C@_0M@GFKJMBMN@operator?5?$CI?$CJ@ 10087690 main.cpp.obj - 0002:000026a0 ??_C@_0FH@PGJHJNK@C?3?2software?2hadesmem?9v142?9Relea@ 100876a0 main.cpp.obj - 0002:000026f8 ??_C@_0BK@NOAOGKJA@Unknown?5instruction?5size?4@ 100876f8 main.cpp.obj - 0002:00002714 ??_C@_0DG@JEMBOIJP@This?5?$DN?5?$CFp?0?5Target?5?$DN?5?$CFp?0?5Detour?5@ 10087714 main.cpp.obj - 0002:0000274c ??_C@_0DO@BDGDLPLM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008774c main.cpp.obj - 0002:0000278c ??_C@_05KHOEDHDN@Apply@ 1008778c main.cpp.obj - 0002:00002794 ??_C@_0BE@FPCEIMCK@Disassembly?5failed?4@ 10087794 main.cpp.obj - 0002:000027a8 ??_C@_08LMIDJNHP@Invalid?4@ 100877a8 main.cpp.obj - 0002:000027b4 ??_C@_09CGOPAKAI@?$CFs?4?5?$FL?$CFs?$FN?4@ 100877b4 main.cpp.obj - 0002:000027c0 ??_C@_0BM@LBDNLCLP@Operand?1offset?5size?5is?5?$CFhu?4@ 100877c0 main.cpp.obj - 0002:000027dc ??_C@_0BH@BFFFOFOC@Jump?1call?5target?5?$DN?5?$CFp?4@ 100877dc main.cpp.obj - 0002:000027f4 ??_C@_0BH@LEKNPHHB@Writing?5resolved?5jump?4@ 100877f4 main.cpp.obj - 0002:0000280c ??_C@_0BH@KLECKKIK@Writing?5resolved?5call?4@ 1008780c main.cpp.obj - 0002:00002824 ??_C@_0CE@JLFHLNDK@Writing?5jump?5back?5to?5original?5c@ 10087824 main.cpp.obj - 0002:00002848 ??_C@_0EN@DGGOEDLL@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 10087848 main.cpp.obj - 0002:00002898 ??_C@_0EM@OFOCKEIK@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 10087898 main.cpp.obj - 0002:000028e8 ??_C@_0EO@GEKODJPD@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 100878e8 main.cpp.obj - 0002:00002938 ??_C@_0FB@CEIIMG@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 10087938 main.cpp.obj - 0002:00002990 ??_C@_0EH@NEPCCDBP@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 10087990 main.cpp.obj - 0002:000029d8 ??_C@_07CLEOFAGA@Cleanup@ 100879d8 main.cpp.obj - 0002:000029e0 ??_C@_0FI@HFJICEID@C?3?2software?2hadesmem?9v142?9Relea@ 100879e0 main.cpp.obj - 0002:00002a38 ??_C@_0BM@KIILNFBE@SmartHandle?5cleanup?5failed?4@ 10087a38 main.cpp.obj - 0002:00002a58 ??_7?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 10087a58 main.cpp.obj - 0002:00002a84 ??_C@_02BBAHNLBA@?$CFp@ 10087a84 main.cpp.obj - 0002:00002a8c ??_7?$numpunct@D@std@@6B@ 10087a8c main.cpp.obj - 0002:00002ab0 ??_7?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@6B@ 10087ab0 main.cpp.obj - 0002:00002b04 ??_7?$PatchDetour@P6IXI@ZPAX@hadesmem@@6B@ 10087b04 main.cpp.obj - 0002:00002b58 ??_7?$PatchDetour@P6IX_K@ZPAX@hadesmem@@6B@ 10087b58 main.cpp.obj - 0002:00002bac ??_7?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@6B@ 10087bac main.cpp.obj - 0002:00002c00 ??_7?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@6B@ 10087c00 main.cpp.obj - 0002:00002c54 ??_7?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@6B@ 10087c54 main.cpp.obj - 0002:00002ca8 ??_7?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 10087ca8 main.cpp.obj - 0002:00002cfc ??_7?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 10087cfc main.cpp.obj - 0002:00002d50 ??_7?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 10087d50 main.cpp.obj - 0002:00002da4 ??_7?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@6B@ 10087da4 main.cpp.obj - 0002:00002df8 ??_7?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@6B@ 10087df8 main.cpp.obj - 0002:00002e4c ??_7?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@6B@ 10087e4c main.cpp.obj - 0002:00002ea0 ??_7?$PatchDetour@P6IH_K@ZPAX@hadesmem@@6B@ 10087ea0 main.cpp.obj - 0002:00002ef4 ??_7?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@6B@ 10087ef4 main.cpp.obj - 0002:00002f48 ??_7?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 10087f48 main.cpp.obj - 0002:00002f9c ??_7?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@6B@ 10087f9c main.cpp.obj - 0002:00002ff0 ??_7?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@6B@ 10087ff0 main.cpp.obj - 0002:00003044 ??_7?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@6B@ 10088044 main.cpp.obj - 0002:00003098 ??_7?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@6B@ 10088098 main.cpp.obj - 0002:000030ec ??_7?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@6B@ 100880ec main.cpp.obj - 0002:00003140 ??_7?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@6B@ 10088140 main.cpp.obj - 0002:00003194 ??_7?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@6B@ 10088194 main.cpp.obj - 0002:000031e8 ??_7?$PatchDetour@P6IXHI@ZPAX@hadesmem@@6B@ 100881e8 main.cpp.obj - 0002:0000323c ??_7?$PatchDetour@P6GXXZPAX@hadesmem@@6B@ 1008823c main.cpp.obj - 0002:00003290 ??_C@_0FJ@CKOLAMMN@hadesmem?3?3detail?3?3SmartHandleIm@ 10088290 main.cpp.obj - 0002:000032f0 ??_C@_0FL@DOKMKPPP@hadesmem?3?3detail?3?3SmartHandleIm@ 100882f0 main.cpp.obj - 0002:00003350 ??_C@_0ED@JCILNKDP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 10088350 main.cpp.obj - 0002:00003398 ??_C@_0EC@NBLPENOM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 10088398 main.cpp.obj - 0002:000033e0 ??_C@_0EE@IONPJLFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 100883e0 main.cpp.obj - 0002:00003428 ??_C@_0EH@GCGPEKIN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 10088428 main.cpp.obj - 0002:00003470 ??_C@_0DN@HCDNLHCD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 10088470 main.cpp.obj - 0002:000034b0 ??_C@_0FA@GGFAPFCJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100884b0 main.cpp.obj - 0002:00003500 ??_C@_0EP@NOCFAKPK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088500 main.cpp.obj - 0002:00003550 ??_C@_0FB@HKPPPFCN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088550 main.cpp.obj - 0002:000035a8 ??_C@_0FE@PMBAGJMC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100885a8 main.cpp.obj - 0002:00003600 ??_C@_0EK@IODNOJBC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088600 main.cpp.obj - 0002:00003650 ??_C@_0FK@DHPECJNJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088650 main.cpp.obj - 0002:000036b0 ??_C@_0FJ@KEPJMAML@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100886b0 main.cpp.obj - 0002:00003710 ??_C@_0FL@MHBDKDON@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088710 main.cpp.obj - 0002:00003770 ??_C@_0FO@CIOCKLLO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088770 main.cpp.obj - 0002:000037d0 ??_C@_0FE@OCCPBJAI@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100887d0 main.cpp.obj - 0002:00003828 ??_C@_0GB@CMIPBGLM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088828 main.cpp.obj - 0002:00003890 ??_C@_0GA@NOGDNOJO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088890 main.cpp.obj - 0002:000038f0 ??_C@_0GC@PKNAENAF@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100888f0 main.cpp.obj - 0002:00003958 ??_C@_0GF@ENIDGHPD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088958 main.cpp.obj - 0002:000039c0 ??_C@_0FL@MEMFFBCH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100889c0 main.cpp.obj - 0002:00003a20 ??_C@_0IE@MPIDPNEO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 10088a20 main.cpp.obj - 0002:00003aa8 ??_C@_0ID@LBIDDOBG@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 10088aa8 main.cpp.obj - 0002:00003b30 ??_C@_0IF@KJIANCNO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 10088b30 main.cpp.obj - 0002:00003bb8 ??_C@_0II@FBONHKFA@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 10088bb8 main.cpp.obj - 0002:00003c40 ??_C@_0HO@FGBNGFMK@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 10088c40 main.cpp.obj - 0002:00003cc0 ??_C@_0FN@COKBPBGB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088cc0 main.cpp.obj - 0002:00003d20 ??_C@_0FM@JNBHAJFN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088d20 main.cpp.obj - 0002:00003d80 ??_C@_0FO@CLAMNIL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088d80 main.cpp.obj - 0002:00003de0 ??_C@_0GB@NABJKIJC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088de0 main.cpp.obj - 0002:00003e48 ??_C@_0FH@MGHHMICM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088e48 main.cpp.obj - 0002:00003ea0 ??_C@_0GE@LHOMILHH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088ea0 main.cpp.obj - 0002:00003f08 ??_C@_0GD@NJDMKFFO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088f08 main.cpp.obj - 0002:00003f70 ??_C@_0GF@PGPNDFKA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088f70 main.cpp.obj - 0002:00003fd8 ??_C@_0GI@DAAJFHPP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088fd8 main.cpp.obj - 0002:00004040 ??_C@_0FO@PNFCAMCC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089040 main.cpp.obj - 0002:000040a0 ??_C@_0HE@KIIMFCKG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100890a0 main.cpp.obj - 0002:00004118 ??_C@_0HD@GDGGBKIN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089118 main.cpp.obj - 0002:00004190 ??_C@_0HF@HDGLHDL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089190 main.cpp.obj - 0002:00004208 ??_C@_0HI@MEEMOBOO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089208 main.cpp.obj - 0002:00004280 ??_C@_0GO@CMGODEII@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089280 main.cpp.obj - 0002:000042f0 ??_C@_0EP@MGMDIOMN@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 100892f0 main.cpp.obj - 0002:00004340 ??_C@_0EO@EHLMJGBK@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 10089340 main.cpp.obj - 0002:00004390 ??_C@_0FA@NNDIEADH@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 10089390 main.cpp.obj - 0002:000043e0 ??_C@_0FD@HBBDECCN@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 100893e0 main.cpp.obj - 0002:00004438 ??_C@_0EJ@GALGJHOJ@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 10089438 main.cpp.obj - 0002:00004488 ??_C@_0IP@NMBMNIFG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089488 main.cpp.obj - 0002:00004518 ??_C@_0IO@ECDOHAAO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089518 main.cpp.obj - 0002:000045a8 ??_C@_0JA@LKPPNFKN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100895a8 main.cpp.obj - 0002:00004638 ??_C@_0JD@IIKBFGCA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089638 main.cpp.obj - 0002:000046d0 ??_C@_0IJ@KIKGLEPM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100896d0 main.cpp.obj - 0002:00004760 ??_C@_0FG@CLOAKDIP@hadesmem?3?3PatchDetour?$DMunsigned?5@ 10089760 main.cpp.obj - 0002:000047b8 ??_C@_0FF@NMBCPEJK@hadesmem?3?3PatchDetour?$DMunsigned?5@ 100897b8 main.cpp.obj - 0002:00004810 ??_C@_0FH@EFAHEDKG@hadesmem?3?3PatchDetour?$DMunsigned?5@ 10089810 main.cpp.obj - 0002:00004868 ??_C@_0FK@BAIJOOIM@hadesmem?3?3PatchDetour?$DMunsigned?5@ 10089868 main.cpp.obj - 0002:000048c8 ??_C@_0FA@FNDKAGCN@hadesmem?3?3PatchDetour?$DMunsigned?5@ 100898c8 main.cpp.obj - 0002:00004918 ??_C@_0EP@CMBHHAFN@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 10089918 main.cpp.obj - 0002:00004968 ??_C@_0EO@EGAFDPJO@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 10089968 main.cpp.obj - 0002:000049b8 ??_C@_0FA@CNNNAHIN@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 100899b8 main.cpp.obj - 0002:00004a08 ??_C@_0FD@NGICPGCO@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 10089a08 main.cpp.obj - 0002:00004a60 ??_C@_0EJ@BHJFEBKJ@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 10089a60 main.cpp.obj - 0002:00004ab0 ??_C@_0GJ@FBMDGMBA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 10089ab0 main.cpp.obj - 0002:00004b20 ??_C@_0GI@JFIHMDBB@hadesmem?3?3PatchDetour?$DMunsigned?5@ 10089b20 main.cpp.obj - 0002:00004b88 ??_C@_0GK@CFMNOOLM@hadesmem?3?3PatchDetour?$DMunsigned?5@ 10089b88 main.cpp.obj - 0002:00004bf8 ??_C@_0GN@GBCACBEA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 10089bf8 main.cpp.obj - 0002:00004c68 ??_C@_0GD@HFBIACGA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 10089c68 main.cpp.obj - 0002:00004cd0 ??_C@_0EO@EHOAFBKP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089cd0 main.cpp.obj - 0002:00004d20 ??_C@_0EN@NKHFDJMO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089d20 main.cpp.obj - 0002:00004d70 ??_C@_0EP@HOAFGDJM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089d70 main.cpp.obj - 0002:00004dc0 ??_C@_0FC@ECPPMLHP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089dc0 main.cpp.obj - 0002:00004e18 ??_C@_0EI@NIFCFMJK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089e18 main.cpp.obj - 0002:00004e60 ??_C@_0HA@OBNHLGJL@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 10089e60 main.cpp.obj - 0002:00004ed0 ??_C@_0GP@FBMFGKGL@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 10089ed0 main.cpp.obj - 0002:00004f40 ??_C@_0HB@FPBHKAMO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 10089f40 main.cpp.obj - 0002:00004fb8 ??_C@_0HE@DOKJMEEF@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 10089fb8 main.cpp.obj - 0002:00005030 ??_C@_0GK@OBCFALJF@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008a030 main.cpp.obj - 0002:000050a0 ??_C@_0GJ@DKOBECBA@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008a0a0 main.cpp.obj - 0002:00005110 ??_C@_0GI@NMPIDHEB@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008a110 main.cpp.obj - 0002:00005178 ??_C@_0GK@CFKGMMJC@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008a178 main.cpp.obj - 0002:000051e8 ??_C@_0GN@COCBLEFK@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008a1e8 main.cpp.obj - 0002:00005258 ??_C@_0GD@LGHOPJLB@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008a258 main.cpp.obj - 0002:000052c0 ??_C@_0IC@FJDBMJMP@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008a2c0 main.cpp.obj - 0002:00005348 ??_C@_0IB@KBPDBFM@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008a348 main.cpp.obj - 0002:000053d0 ??_C@_0ID@DDKJNDFM@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008a3d0 main.cpp.obj - 0002:00005458 ??_C@_0IG@OIPFBMAJ@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008a458 main.cpp.obj - 0002:000054e0 ??_C@_0HM@JJIDEBIB@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008a4e0 main.cpp.obj - 0002:00005560 ??_C@_0GK@EOGIHJKJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a560 main.cpp.obj - 0002:000055d0 ??_C@_0GJ@OEBBBEMC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a5d0 main.cpp.obj - 0002:00005640 ??_C@_0GL@JHGPEOIB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a640 main.cpp.obj - 0002:000056b0 ??_C@_0GO@NLEMCJBM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a6b0 main.cpp.obj - 0002:00005720 ??_C@_0GE@KOJFDDGH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a720 main.cpp.obj - 0002:00005788 ??_C@_0FE@OMCNLAAC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a788 main.cpp.obj - 0002:000057e0 ??_C@_0FD@MGKJMNOB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a7e0 main.cpp.obj - 0002:00005838 ??_C@_0FF@NGMJHBCI@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a838 main.cpp.obj - 0002:00005890 ??_C@_0FI@GKIOGDFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a890 main.cpp.obj - 0002:000058e8 ??_C@_0EO@BGCEFFKG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a8e8 main.cpp.obj - 0002:00005938 ??_C@_0GP@DKFIDIIB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a938 main.cpp.obj - 0002:000059a8 ??_C@_0GO@GFICKGEB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a9a8 main.cpp.obj - 0002:00005a18 ??_C@_0HA@KCKONGDK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008aa18 main.cpp.obj - 0002:00005a88 ??_C@_0HD@EHLMMKOM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008aa88 main.cpp.obj - 0002:00005b00 ??_C@_0GJ@EAIACKBB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ab00 main.cpp.obj - 0002:00005b70 ??_C@_0FC@NFCFGCGB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ab70 main.cpp.obj - 0002:00005bc8 ??_C@_0FB@MNMIGMAC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008abc8 main.cpp.obj - 0002:00005c20 ??_C@_0FD@CELEJBI@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ac20 main.cpp.obj - 0002:00005c78 ??_C@_0FG@FKMMNIOA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ac78 main.cpp.obj - 0002:00005cd0 ??_C@_0EM@MAPJHOJA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008acd0 main.cpp.obj - 0002:00005d20 ??_C@_0FA@LPCANDDG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ad20 main.cpp.obj - 0002:00005d70 ??_C@_0EP@HIFJMJBD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ad70 main.cpp.obj - 0002:00005dc0 ??_C@_0FB@PHCOIIPO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008adc0 main.cpp.obj - 0002:00005e18 ??_C@_0FE@BIJKAHNP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ae18 main.cpp.obj - 0002:00005e70 ??_C@_0EK@NCEOOBCN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ae70 main.cpp.obj - 0002:00005ec0 ??_C@_0EM@DLPEIJNB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008aec0 main.cpp.obj - 0002:00005f10 ??_C@_0EL@BCECPAAA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008af10 main.cpp.obj - 0002:00005f60 ??_C@_0EN@MJMECLHP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008af60 main.cpp.obj - 0002:00005fb0 ??_C@_0FA@DNJIJCBK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008afb0 main.cpp.obj - 0002:00006000 ??_C@_0EG@HFKCIJJB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b000 main.cpp.obj - 0002:00006048 ??_C@_0GJ@EGCMJIML@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008b048 main.cpp.obj - 0002:000060b8 ??_C@_0GI@MNMNFLIP@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008b0b8 main.cpp.obj - 0002:00006120 ??_C@_0GK@DENLAKBE@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008b120 main.cpp.obj - 0002:00006190 ??_C@_0GN@HIINKODA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008b190 main.cpp.obj - 0002:00006200 ??_C@_0GD@LLEEMILN@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008b200 main.cpp.obj - 0002:00006268 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6B@ 1008b268 main.cpp.obj - 0002:00006278 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@std@@@ 1008b278 main.cpp.obj - 0002:00006284 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@1@@ 1008b284 main.cpp.obj - 0002:00006288 ??_8?$wrapexcept@VError@hadesmem@@@boost@@7B@ 1008b288 main.cpp.obj - 0002:00006294 ??_C@_0P@CADPMCCM@Toolhelp32Enum@ 1008b294 main.cpp.obj - 0002:000062a8 ??_7?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 1008b2a8 main.cpp.obj - 0002:000062b8 ??_C@_01PKGAHCOL@?$CJ@ 1008b2b8 main.cpp.obj - 0002:000062bc ??_C@_0BF@KCPMKJAM@?5attempts?5?$CIoffset?50x@ 1008b2bc main.cpp.obj - 0002:000062d4 ??_C@_0BI@LPFEPKOA@?5?5Hook?5succeeded?5after?5@ 1008b2d4 main.cpp.obj - 0002:000062ec ??_C@_0P@GMOIJGGB@?5?9?5retrying?4?4?4@ 1008b2ec main.cpp.obj - 0002:000062fc ??_C@_0BL@GLPGJHGB@?5?5Hook?5failed?5on?5offset?50x@ 1008b2fc main.cpp.obj - 0002:00006318 ??_C@_0BA@BHOKINGE@?5?5FAILED?5after?5@ 1008b318 main.cpp.obj - 0002:00006328 ??_C@_0CP@GBDDEGCO@?5?5Hook?5failed?5with?5std?3?3excepti@ 1008b328 main.cpp.obj - 0002:00006358 ??_C@_0DC@OCFGAIKL@?5?5Hook?5failed?5with?5unknown?5exce@ 1008b358 main.cpp.obj - 0002:0000638c ??_C@_07NBEOHAHH@?5Type?3?5@ 1008b38c main.cpp.obj - 0002:00006394 ??_C@_0L@LKMHAKKL@?5Protect?3?5@ 1008b394 main.cpp.obj - 0002:000063a0 ??_C@_08CHPDLAMK@?5State?3?5@ 1008b3a0 main.cpp.obj - 0002:000063ac ??_C@_07FNIPFEMD@?5Size?3?5@ 1008b3ac main.cpp.obj - 0002:000063b4 ??_C@_0BJ@KJCAKANC@?5?5Memory?5info?5?9?5Base?3?50x@ 1008b3b4 main.cpp.obj - 0002:000063d0 ??_C@_0L@CLBNCPDM@createHook@ 1008b3d0 main.cpp.obj - 0002:000063dc ??_C@_0CI@DFGDNLDL@C?3?2workspace?2nampower?2nampower?2@ 1008b3dc main.cpp.obj - 0002:00006404 ??_C@_0CP@CACHEKIE@Failed?5to?5create?5hook?5after?5all@ 1008b404 main.cpp.obj - 0002:00006438 ??_7?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1008b438 main.cpp.obj - 0002:0000644c ??_7?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1008b44c main.cpp.obj - 0002:0000645c ??_C@_02MDKMJEGG@eE@ 1008b45c main.cpp.obj - 0002:00006460 ??_C@_02OOPEBDOJ@pP@ 1008b460 main.cpp.obj - 0002:00006464 ??_C@_04IHCGILC@?$CB?$CFx?$AA@ 1008b464 main.cpp.obj - 0002:0000646c ??_C@_0M@HIBANGPP@PatchDetour@ 1008b46c main.cpp.obj - 0002:00006478 ??_C@_0CN@JBEOHMAH@PatchDetour?5only?5supported?5on?5l@ 1008b478 main.cpp.obj - 0002:000064a8 ??_C@_0BA@FOIKENOD@vector?5too?5long@ 1008b4a8 main.cpp.obj - 0002:000064bc ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1008b4bc main.cpp.obj - 0002:000064c4 ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bbad_alloc@std@@@ 1008b4c4 main.cpp.obj - 0002:000064d0 ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6B@ 1008b4d0 main.cpp.obj - 0002:000064dc ??_8?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@7B@ 1008b4dc main.cpp.obj - 0002:000064e8 ??_C@_0EC@KFLIJNMG@C?3?2software?2boost_1_80_0?2boost?1@ 1008b4e8 main.cpp.obj - 0002:00006530 ??_C@_0IK@LHEHAGMH@class?5boost?3?3exception_ptr?5__cd@ 1008b530 main.cpp.obj - 0002:000065c0 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1008b5c0 main.cpp.obj - 0002:000065c8 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bbad_exception@std@@@ 1008b5c8 main.cpp.obj - 0002:000065d4 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6B@ 1008b5d4 main.cpp.obj - 0002:000065e0 ??_8?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@7B@ 1008b5e0 main.cpp.obj - 0002:000065e8 ??_C@_0IO@BHMGIOEK@class?5boost?3?3exception_ptr?5__cd@ 1008b5e8 main.cpp.obj - 0002:0000667c ??_7?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@6B@ 1008b67c main.cpp.obj - 0002:00006698 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@6B@ 1008b698 main.cpp.obj - 0002:000066b4 ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@6B@ 1008b6b4 main.cpp.obj - 0002:000066d0 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@6B@ 1008b6d0 main.cpp.obj - 0002:000066ec ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@6B@ 1008b6ec main.cpp.obj - 0002:00006708 ??_7?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@6B@ 1008b708 main.cpp.obj - 0002:00006724 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@6B@ 1008b724 main.cpp.obj - 0002:00006740 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@6B@ 1008b740 main.cpp.obj - 0002:0000675c ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@6B@ 1008b75c main.cpp.obj - 0002:00006778 ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@6B@ 1008b778 main.cpp.obj - 0002:00006794 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@6B@ 1008b794 main.cpp.obj - 0002:000067b0 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@6B@ 1008b7b0 main.cpp.obj - 0002:000067cc ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@6B@ 1008b7cc main.cpp.obj - 0002:000067e8 ??_7?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@6B@ 1008b7e8 main.cpp.obj - 0002:00006804 ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@6B@ 1008b804 main.cpp.obj - 0002:00006820 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@6B@ 1008b820 main.cpp.obj - 0002:0000683c ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@6B@ 1008b83c main.cpp.obj - 0002:00006858 ??_7?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@6B@ 1008b858 main.cpp.obj - 0002:00006874 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@6B@ 1008b874 main.cpp.obj - 0002:00006890 ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@6B@ 1008b890 main.cpp.obj - 0002:000068ac ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@6B@ 1008b8ac main.cpp.obj - 0002:000068c8 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@6B@ 1008b8c8 main.cpp.obj - 0002:000068e4 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@6B@ 1008b8e4 main.cpp.obj - 0002:00006900 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@6B@ 1008b900 main.cpp.obj - 0002:0000691c ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@6B@ 1008b91c main.cpp.obj - 0002:00006938 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@6B@ 1008b938 main.cpp.obj - 0002:00006954 ??_7?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 1008b954 main.cpp.obj - 0002:00006970 ??_7?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 1008b970 main.cpp.obj - 0002:0000698c ??_7?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@6B@ 1008b98c main.cpp.obj - 0002:000069a8 ??_7?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@6B@ 1008b9a8 main.cpp.obj - 0002:000069c0 __real@4202a05f20000000 1008b9c0 main.cpp.obj - 0002:000069d0 __xmm@7fffffffffffffff7fffffffffffffff 1008b9d0 main.cpp.obj - 0002:000069e0 __xmm@ffffffff000000000000000000000000 1008b9e0 main.cpp.obj - 0002:000069f4 ??_C@_0BI@DIFNIIHI@invalid?5stoull?5argument@ 1008b9f4 helper.cpp.obj - 0002:00006a0c ??_C@_0BN@NGMOKJGA@stoull?5argument?5out?5of?5range@ 1008ba0c helper.cpp.obj - 0002:00006a2c ??_C@_09IFBAIJJB@0x?$CF016llX@ 1008ba2c helper.cpp.obj - 0002:00006a38 ??_C@_02MDDDDAID@0x@ 1008ba38 helper.cpp.obj - 0002:00006a3c ??_C@_02FGLHBECB@0X@ 1008ba3c helper.cpp.obj - 0002:00006a40 ??_C@_0BL@GOIGLPKN@unordered_map?1set?5too?5long@ 1008ba40 helper.cpp.obj - 0002:00006a5c ??_C@_0BK@OGNNAFAB@invalid?5hash?5bucket?5count@ 1008ba5c helper.cpp.obj - 0002:00006a78 __real@3ff8000000000000 1008ba78 helper.cpp.obj - 0002:00006a80 __xmm@41f00000000000000000000000000000 1008ba80 helper.cpp.obj - 0002:00006a94 ??_C@_0BC@MHCHADOA@?5for?5gcdCategory?5@ 1008ba94 spellcast.cpp.obj - 0002:00006aa8 ??_C@_06BIDGLIKJ@?5with?5@ 1008baa8 spellcast.cpp.obj - 0002:00006ab0 ??_C@_0BP@FJKKCADI@Replacing?5queued?5nonGcd?5spell?5@ 1008bab0 spellcast.cpp.obj - 0002:00006ad0 ??_C@_0DN@LFNKAAEA@Target?5changed?5during?5quick?5cas@ 1008bad0 spellcast.cpp.obj - 0002:00006b10 ??_C@_0BA@MCIJFKAO@?5queuetrigger?3?5@ 1008bb10 spellcast.cpp.obj - 0002:00006b20 ??_C@_0N@CJFDIMCD@?5quickcast?3?5@ 1008bb20 spellcast.cpp.obj - 0002:00006b30 ??_C@_0BM@EOLKOAOP@Quickcasting?5terrain?5spell?5@ 1008bb30 spellcast.cpp.obj - 0002:00006b4c ??_C@_0DL@IFODHHPF@GetChannelBaseDuration?3?5Duratio@ 1008bb4c spellcast.cpp.obj - 0002:00006b88 ??_C@_0DA@JCBAJNFA@Ignoring?5non?5active?5player?5begi@ 1008bb88 spellcast.cpp.obj - 0002:00006bb8 ??_C@_0BH@CIIHKNNM@?5time?5since?5last?5cast?5@ 1008bbb8 spellcast.cpp.obj - 0002:00006bd0 ??_C@_0L@CFJAIELA@?5latency?3?5@ 1008bbd0 spellcast.cpp.obj - 0002:00006bdc ??_C@_06GJNNAKOE@?5Gcd?3?5@ 1008bbdc spellcast.cpp.obj - 0002:00006be4 ??_C@_09NPFKODNJ@?5buffer?3?5@ 1008bbe4 spellcast.cpp.obj - 0002:00006bf0 ??_C@_0N@CCNKJBBP@?5cast?5time?3?5@ 1008bbf0 spellcast.cpp.obj - 0002:00006c00 ??_C@_01ODHLEDKK@?$CI@ 1008bc00 spellcast.cpp.obj - 0002:00006c04 ??_C@_0M@BFOLJPLE@BeginCast?5?$CD@ 1008bc04 spellcast.cpp.obj - 0002:00006c10 ??_C@_07FJDGAAH@?5NO?5Gcd@ 1008bc10 spellcast.cpp.obj - 0002:00006c18 ??_C@_0BO@OKAMCEBE@Decreasing?5default?5buffer?5to?5@ 1008bc18 spellcast.cpp.obj - 0002:00006c38 ??_C@_0CD@HHFGFCEF@Triggering?5queued?5non?5gcd?5cast?5@ 1008bc38 spellcast.cpp.obj - 0002:00006c5c ??_C@_0CK@IDCOKNOH@Ignoring?5queued?5non?5gcd?5cast?0?5n@ 1008bc5c spellcast.cpp.obj - 0002:00006c88 ??_C@_0BL@OIEKGDFF@Triggering?5queued?5cast?5of?5@ 1008bc88 spellcast.cpp.obj - 0002:00006ca4 ??_C@_0CC@DLDNPCKF@Ignoring?5queued?5cast?0?5no?5spell?5@ 1008bca4 spellcast.cpp.obj - 0002:00006cc8 ??_C@_0BH@MNDFAADJ@?0?5triggering?5quickcast@ 1008bcc8 spellcast.cpp.obj - 0002:00006ce0 ??_C@_0DE@CEFFBIDD@CastSpell?5double?5cast?5detected?5@ 1008bce0 spellcast.cpp.obj - 0002:00006d14 ??_C@_0DF@OKDGBKLA@Use?5action?5double?5cast?5detected@ 1008bd14 spellcast.cpp.obj - 0002:00006d4c ??_C@_0CK@KAINKJIL@Ignoring?5non?5active?5player?5cast@ 1008bd4c spellcast.cpp.obj - 0002:00006d78 ??_C@_0BB@POLDOEMN@?5due?5to?5buff?5cap@ 1008bd78 spellcast.cpp.obj - 0002:00006d8c ??_C@_0BG@FMMOGOEG@Blocking?5mount?5spell?5@ 1008bd8c spellcast.cpp.obj - 0002:00006da4 ??_C@_06EGFPNNHB@?5from?5@ 1008bda4 spellcast.cpp.obj - 0002:00006dac ??_C@_0BO@GDCPHICE@Updating?5selection?5target?5to?5@ 1008bdac spellcast.cpp.obj - 0002:00006dcc ??_C@_0BH@DKPBEKJE@?0?5ending?5channel?5early@ 1008bdcc spellcast.cpp.obj - 0002:00006de4 ??_C@_0BK@JFKBDLAO@Double?5cast?5detected?5for?5@ 1008bde4 spellcast.cpp.obj - 0002:00006e00 ??_C@_0BI@LMDLBPCD@?0?5time?5since?5last?5cast?5@ 1008be00 spellcast.cpp.obj - 0002:00006e18 ??_C@_08DJKAFFEB@?5target?5@ 1008be18 spellcast.cpp.obj - 0002:00006e24 ??_C@_09GCJJPOLD@?5on?5guid?5@ 1008be24 spellcast.cpp.obj - 0002:00006e30 ??_C@_08EJFJFLKG@?5itemId?5@ 1008be30 spellcast.cpp.obj - 0002:00006e3c ??_C@_0O@CIKJCEOK@Attempt?5cast?5@ 1008be3c spellcast.cpp.obj - 0002:00006e4c ??_C@_0BI@DAADBDOK@Queuing?5on?5swing?5spell?5@ 1008be4c spellcast.cpp.obj - 0002:00006e64 ??_C@_0BL@JIPDAEEF@Successful?5on?5swing?5spell?5@ 1008be64 spellcast.cpp.obj - 0002:00006e80 ??_C@_03NEMEPNJG@ms?5@ 1008be80 spellcast.cpp.obj - 0002:00006e84 ??_C@_0CH@CAOMOENB@Queuing?5targeting?5for?5after?5cas@ 1008be84 spellcast.cpp.obj - 0002:00006eac ??_C@_0DE@KDCLAKNN@Queuing?5instant?5cast?5targeting?5@ 1008beac spellcast.cpp.obj - 0002:00006ee0 ??_C@_0DE@BKONOIBH@Updating?5instant?5cast?5non?5GCD?5t@ 1008bee0 spellcast.cpp.obj - 0002:00006f14 ??_C@_0P@NGFFJPPH@?5gcd?5category?5@ 1008bf14 spellcast.cpp.obj - 0002:00006f24 ??_C@_0DM@FPCEIGOB@Queuing?5instant?5cast?5non?5GCD?5ta@ 1008bf24 spellcast.cpp.obj - 0002:00006f60 ??_C@_0BN@HPKBJIBH@Queuing?5for?5after?5cast?1gcd?3?5@ 1008bf60 spellcast.cpp.obj - 0002:00006f80 ??_C@_0BN@NNFKHHAA@Updating?5non?5GCD?5params?5for?5@ 1008bf80 spellcast.cpp.obj - 0002:00006fa0 ??_C@_0CF@LOKNHDBF@Queuing?5non?5GCD?5for?5after?5cast?1@ 1008bfa0 spellcast.cpp.obj - 0002:00006fc8 ??_C@_0N@PBPCOGKN@instant?5cast@ 1008bfc8 spellcast.cpp.obj - 0002:00006fd8 ??_C@_0L@OAKOENBO@channeling@ 1008bfd8 spellcast.cpp.obj - 0002:00006fe4 ??_C@_0BG@HMCDLKNN@?5for?5after?5cast?1gcd?3?5@ 1008bfe4 spellcast.cpp.obj - 0002:00006ffc ??_C@_08INMJLCKL@Queuing?5@ 1008bffc spellcast.cpp.obj - 0002:00007008 ??_C@_0BF@COEDODBD@?5non?5GCD?5params?5for?5@ 1008c008 spellcast.cpp.obj - 0002:00007020 ??_C@_09MNPPNDJM@Updating?5@ 1008c020 spellcast.cpp.obj - 0002:0000702c ??_C@_0BO@BJDBMPFM@?5non?5GCD?5for?5after?5cast?1gcd?3?5@ 1008c02c spellcast.cpp.obj - 0002:0000704c ??_C@_0N@MJFJIIIG@ms?5remaining@ 1008c04c spellcast.cpp.obj - 0002:0000705c ??_C@_0BG@BELMLGGG@Cast?5or?5delay?5active?5@ 1008c05c spellcast.cpp.obj - 0002:00007074 ??_C@_0M@GEFIMPOA@Gcd?5active?5@ 1008c074 spellcast.cpp.obj - 0002:00007080 ??_C@_0DJ@HICJFDGG@?5cast?5still?5waiting?5for?5server?5@ 1008c080 spellcast.cpp.obj - 0002:000070bc ??_C@_09CPGKBJMK@Ignoring?5@ 1008c0bc spellcast.cpp.obj - 0002:000070c8 ??_C@_0DH@KHOFHJBE@?5cast?5recently?5succeeded?5for?5th@ 1008c0c8 spellcast.cpp.obj - 0002:00007100 ??_C@_0EA@OCEKPMFJ@Canceling?5spell?5cast?5due?5to?5pre@ 1008c100 spellcast.cpp.obj - 0002:00007140 ??_C@_0CF@LIPBLKIF@Retry?5cast?5after?5cancel?5still?5f@ 1008c140 spellcast.cpp.obj - 0002:00007168 ??_C@_0BF@BEANNNJB@?5spellIsOnCooldown?5?$DN@ 1008c168 spellcast.cpp.obj - 0002:00007180 ??_C@_0BG@JAEPGBDL@?5pendingOnSwingCast?5?$DN@ 1008c180 spellcast.cpp.obj - 0002:00007198 ??_C@_0EF@NBDHPPFO@Initial?5cast?5failed?5but?5not?5can@ 1008c198 spellcast.cpp.obj - 0002:000071e0 ??_C@_0DE@DGCCEIJD@Ignoring?5cancel?5spell?5cast?5due?5@ 1008c1e0 spellcast.cpp.obj - 0002:00007214 ??_C@_08NFIDAFLL@?5reason?3@ 1008c214 spellcast.cpp.obj - 0002:00007220 ??_C@_0P@OHLEPHP@?5notifyServer?3@ 1008c220 spellcast.cpp.obj - 0002:00007230 ??_C@_0BK@LBLJOMCE@Cancel?5spell?5cast?5failed?3@ 1008c230 spellcast.cpp.obj - 0002:0000724c ??_C@_0L@DHBENNO@?5duration?5@ 1008c24c spellchannel.cpp.obj - 0002:00007258 ??_C@_0BA@PHCPFKHC@Channel?5start?3?5@ 1008c258 spellchannel.cpp.obj - 0002:00007268 ??_C@_0EB@ONHCPBOA@Adding?51?5second?5to?5Arcane?5Missi@ 1008c268 spellchannel.cpp.obj - 0002:000072ac ??_C@_05POFHKGEO@?5for?5@ 1008c2ac spellchannel.cpp.obj - 0002:000072b4 ??_C@_0BN@FEHMJJBM@Invalid?5originalDuration?5of?5@ 1008c2b4 spellchannel.cpp.obj - 0002:000072d4 ??_C@_0BD@BMJLBBMG@?5scaled?5tick?5time?5@ 1008c2d4 spellchannel.cpp.obj - 0002:000072e8 ??_C@_0BE@HNMLIODA@Original?5tick?5time?5@ 1008c2e8 spellchannel.cpp.obj - 0002:000072fc ??_C@_0BJ@OBCFLFNO@?0?5defaulting?5to?5duration@ 1008c2fc spellchannel.cpp.obj - 0002:00007318 ??_C@_0BP@KNLPIMJL@Invalid?5channel?5tick?5time?5for?5@ 1008c318 spellchannel.cpp.obj - 0002:00007338 ??_C@_0CD@PPICPDAH@Ignoring?1resetting?5channeling?5f@ 1008c338 spellchannel.cpp.obj - 0002:0000735c ??_C@_09IMKLHFKG@?5elapsed?5@ 1008c35c spellchannel.cpp.obj - 0002:00007368 ??_C@_0P@DILMPNKC@Channel?5done?3?5@ 1008c368 spellchannel.cpp.obj - 0002:00007378 ??_C@_0M@HOBALKP@?5remaining?5@ 1008c378 spellchannel.cpp.obj - 0002:00007384 ??_C@_0BB@IJINAKFI@Channel?5update?3?5@ 1008c384 spellchannel.cpp.obj - 0002:00007398 __real@3f800000 1008c398 spellchannel.cpp.obj - 0002:000073a0 ??_C@_08KHPECABI@?5result?5@ 1008c3a0 spellevents.cpp.obj - 0002:000073ac ??_C@_06BFJJLGJH@?5guid?5@ 1008c3ac spellevents.cpp.obj - 0002:000073b4 ??_C@_0BD@JCCHCLOL@Spell?5target?5unit?5@ 1008c3b4 spellevents.cpp.obj - 0002:000073c8 ??_C@_0BL@DLGFEAGG@?0?5stopping?5disenchant?5loop@ 1008c3c8 spellevents.cpp.obj - 0002:000073e4 ??_C@_0CF@GIAGKMIP@Disenchant?5spell?5failed?5with?5re@ 1008c3e4 spellevents.cpp.obj - 0002:0000740c ??_C@_0P@LJPLECIE@?5queuing?5retry@ 1008c40c spellevents.cpp.obj - 0002:0000741c ??_C@_0BH@EOGBFMAP@?5is?5still?5on?5cooldown?5@ 1008c41c spellevents.cpp.obj - 0002:00007434 ??_C@_0P@KAMGEGPI@Non?5gcd?5spell?5@ 1008c434 spellevents.cpp.obj - 0002:00007444 ??_C@_06IPOHHIAK@Spell?5@ 1008c444 spellevents.cpp.obj - 0002:0000744c ??_C@_05LDELDIBH@Item?5@ 1008c44c spellevents.cpp.obj - 0002:00007454 ??_C@_0DK@JCOGHOGB@?5not?5queuing?5retry?5due?5to?5retry@ 1008c454 spellevents.cpp.obj - 0002:00007490 ??_C@_06FHPAMJEI@?5code?5@ 1008c490 spellevents.cpp.obj - 0002:00007498 ??_C@_0BB@GOHBAIHL@Cast?5failed?5for?5@ 1008c498 spellevents.cpp.obj - 0002:000074ac ??_C@_0CM@MHLCDCAG@?0?5but?5a?5recent?5cast?5succeeded?0?5@ 1008c4ac spellevents.cpp.obj - 0002:000074d8 ??_C@_0P@LOMEMCGF@?5non?5gcd?5code?5@ 1008c4d8 spellevents.cpp.obj - 0002:000074e8 ??_C@_0BC@HJBAKONN@Cast?5failed?5for?5?$CD@ 1008c4e8 spellevents.cpp.obj - 0002:000074fc ??_C@_08KEELPODO@?0?5retry?5@ 1008c4fc spellevents.cpp.obj - 0002:00007508 ??_C@_0BK@OMKDJBI@?0?5gcd?5active?5not?5retrying@ 1008c508 spellevents.cpp.obj - 0002:00007524 ??_C@_0DG@MLJODHHA@?0?5not?5retrying?5as?5it?5has?5alread@ 1008c524 spellevents.cpp.obj - 0002:0000755c ??_C@_0CJ@IJODEHEO@?0?5no?5recent?5cast?5params?5found?5i@ 1008c55c spellevents.cpp.obj - 0002:00007588 ??_C@_0BG@FLHHKDJE@Increasing?5buffer?5to?5@ 1008c588 spellevents.cpp.obj - 0002:000075a0 ??_C@_0BO@GJJBLJHI@?5spell?5queued?5?$CL?5ignored?5code?5@ 1008c5a0 spellevents.cpp.obj - 0002:000075c0 ??_C@_0P@HGCHGFMH@?5ignored?5code?5@ 1008c5c0 spellevents.cpp.obj - 0002:000075d0 ??_C@_0L@OAJLDHO@?5cast?5end?5@ 1008c5d0 spellevents.cpp.obj - 0002:000075dc ??_C@_0M@IGIIHODJ@?5for?5cast?5?$CD@ 1008c5dc spellevents.cpp.obj - 0002:000075e8 ??_C@_0BC@DONHDJOM@Spell?5delayed?5by?5@ 1008c5e8 spellevents.cpp.obj - 0002:000075fc ??_C@_0CC@EGDHOKK@Negative?5server?5delay?5using?51?5m@ 1008c5fc spellevents.cpp.obj - 0002:00007620 ??_C@_0BJ@OIOPABDB@?5since?5last?5cast?5result?5@ 1008c620 spellevents.cpp.obj - 0002:0000763c ??_C@_0P@NNAMHHPH@?5server?5delay?5@ 1008c63c spellevents.cpp.obj - 0002:0000764c ??_C@_09HEBFMKKB@?5latency?5@ 1008c64c spellevents.cpp.obj - 0002:00007658 ??_C@_08PBNHDDEM@?5status?5@ 1008c658 spellevents.cpp.obj - 0002:00007664 ??_C@_0BC@EJFCOIPD@Cast?5result?5for?5?$CD@ 1008c664 spellevents.cpp.obj - 0002:00007678 ??_C@_0DG@HHHCJMND@Unable?5to?5determine?5spell?5infor@ 1008c678 spellevents.cpp.obj - 0002:000076b0 ??_C@_0CK@IFJMEEJK@?5resolved?0?5casting?5queued?5on?5sw@ 1008c6b0 spellevents.cpp.obj - 0002:000076dc ??_C@_0BA@IBBPALEH@On?5swing?5spell?5@ 1008c6dc spellevents.cpp.obj - 0002:000076ec ??_C@_0BP@KBPEDDDH@ms?4?5?5Updated?5cast?5end?5time?5to?5@ 1008c6ec spellevents.cpp.obj - 0002:0000770c ??_C@_0P@FFNLEJE@?5increased?5by?5@ 1008c70c spellevents.cpp.obj - 0002:0000771c ??_C@_0BG@GOJCDGMO@Server?5cast?5time?5for?5@ 1008c71c spellevents.cpp.obj - 0002:00007734 ??_C@_0BD@BGGCHONF@?5using?5gcd?5instead@ 1008c734 spellevents.cpp.obj - 0002:00007748 ??_C@_0BL@FOLCLIGH@?5was?5reduced?5below?5gcd?5of?5@ 1008c748 spellevents.cpp.obj - 0002:00007764 ??_C@_0BC@BIFPIPLA@Server?5cast?5time?5@ 1008c764 spellevents.cpp.obj - 0002:00007778 ??_C@_0P@FFGOHLGM@?5decreased?5by?5@ 1008c778 spellevents.cpp.obj - 0002:00007788 ??_C@_01IHBHIGKO@?0@ 1008c788 spellevents.cpp.obj - 0002:0000778c ??_C@_05FAEMOKCC@0?00?00@ 1008c78c spellevents.cpp.obj - 0002:00007794 ??_C@_0DK@CIFAMPDN@ChannelStopCastingNextTick?5acti@ 1008c794 misc_scripts.cpp.obj - 0002:000077d0 ??_C@_0BK@BMIHLO@Item?5not?5found?5in?5DBCache@ 1008c7d0 misc_scripts.cpp.obj - 0002:000077ec ??_C@_0BM@BBGLOLG@Usage?3?5GetItemLevel?$CIitemId?$CJ@ 1008c7ec misc_scripts.cpp.obj - 0002:00007808 ??_C@_0BH@ICDGKODB@Trying?5to?5queue?5script@ 1008c808 misc_scripts.cpp.obj - 0002:00007820 ??_C@_0BJ@GCMABBOM@Queuing?5script?5priority?5@ 1008c820 misc_scripts.cpp.obj - 0002:0000783c ??_C@_0BB@FNONMKDE@Queuing?5script?3?5@ 1008c83c misc_scripts.cpp.obj - 0002:00007850 ??_C@_0P@HMLODIOA@Invalid?5script@ 1008c850 misc_scripts.cpp.obj - 0002:00007860 ??_C@_0DB@IIJNBKKP@Usage?3?5QueueScript?$CI?$CCscript?$CC?0?5?$CIo@ 1008c860 misc_scripts.cpp.obj - 0002:00007894 ??_C@_0CA@LIPPIENP@Running?5queued?5script?5priority?5@ 1008c894 misc_scripts.cpp.obj - 0002:000078b4 ??_C@_0CE@NEDOMOFN@Usage?3?5GetItemStats?$CIitemId?0?5?$FLco@ 1008c8b4 misc_scripts.cpp.obj - 0002:000078d8 ??_C@_0M@NDEOCEGH@displayName@ 1008c8d8 misc_scripts.cpp.obj - 0002:000078e4 ??_C@_0M@PPJNHBMP@description@ 1008c8e4 misc_scripts.cpp.obj - 0002:000078f0 ??_C@_0DE@DAMKFGHF@Usage?3?5GetItemStatsField?$CIitemId@ 1008c8f0 misc_scripts.cpp.obj - 0002:00007924 ??_C@_0BD@JACGONMB@Unknown?5field?5name@ 1008c924 misc_scripts.cpp.obj - 0002:00007938 ??_C@_0GL@FBDGPFHJ@Usage?3?5GetUnitData?$CIunitToken?0?5?$FL@ 1008c938 misc_scripts.cpp.obj - 0002:000079a8 ??_C@_0HH@IDABAAKA@Usage?3?5GetUnitField?$CIunitToken?0?5@ 1008c9a8 misc_scripts.cpp.obj - 0002:00007a20 ??_C@_0CH@POINFHMC@Trying?5disenchant?5with?5quality?5@ 1008ca20 misc_scripts.cpp.obj - 0002:00007a48 ??_C@_0DC@DMOAEFOF@No?5disenchantable?5item?5found?0?5s@ 1008ca48 misc_scripts.cpp.obj - 0002:00007a7c ??_C@_0DO@MCLKPIML@DEFAULT_CHAT_FRAME?3AddMessage?$CI?$CC@ 1008ca7c misc_scripts.cpp.obj - 0002:00007abc ??_C@_0CC@JPCIHLOK@Invalid?5item?0?5stopping?5disencha@ 1008cabc misc_scripts.cpp.obj - 0002:00007ae0 ??_C@_0CE@FKMNNJC@No?5player?5unit?0?5stopping?5disenc@ 1008cae0 misc_scripts.cpp.obj - 0002:00007b08 ??_C@_0KC@NEILAFDD@local?5itemLink?5?$DN?5GetContainerIt@ 1008cb08 misc_scripts.cpp.obj - 0002:00007bac ??_C@_0CB@IFDJLBBM@Cast?5failed?0?5stopping?5disenchan@ 1008cbac misc_scripts.cpp.obj - 0002:00007bd0 ??_C@_0ED@LGBHLFPD@DEFAULT_CHAT_FRAME?3AddMessage?$CI?$CC@ 1008cbd0 misc_scripts.cpp.obj - 0002:00007c18 ??_C@_0BFF@NPPMOAEC@Usage?3?5DisenchantAll?$CIitemIdOrNa@ 1008cc18 misc_scripts.cpp.obj - 0002:00007d70 ??_C@_0CF@KNHJOLMC@You?5do?5not?5have?5the?5Disenchant?5@ 1008cd70 misc_scripts.cpp.obj - 0002:00007d98 ??_C@_06HBBJMNDD@greens@ 1008cd98 misc_scripts.cpp.obj - 0002:00007da0 ??_C@_05EBCMBJBB@blues@ 1008cda0 misc_scripts.cpp.obj - 0002:00007da8 ??_C@_07MBLGJMK@purples@ 1008cda8 misc_scripts.cpp.obj - 0002:00007db0 __real@0000000000000000 1008cdb0 misc_scripts.cpp.obj - 0002:00007db8 __real@3ff0000000000000 1008cdb8 misc_scripts.cpp.obj - 0002:00007dc0 __real@4000000000000000 1008cdc0 misc_scripts.cpp.obj - 0002:00007dc8 __real@403a000000000000 1008cdc8 misc_scripts.cpp.obj - 0002:00007dd0 __real@408f400000000000 1008cdd0 misc_scripts.cpp.obj - 0002:00007ddc ??_C@_0CD@FAFLFIPA@Casting?5next?5spell?5without?5queu@ 1008cddc spell_scripts.cpp.obj - 0002:00007e00 ??_C@_0BO@KHCNJBCM@Force?5queuing?5next?5cast?5spell@ 1008ce00 spell_scripts.cpp.obj - 0002:00007e20 ??_C@_0BI@HLPDJJIN@SpellStopCasting?5called@ 1008ce20 spell_scripts.cpp.obj - 0002:00007e38 ??_C@_0BJ@HOOGKLNO@Unable?5to?5parse?5spell?5id@ 1008ce38 spell_scripts.cpp.obj - 0002:00007e58 ??_C@_0IC@LFNFOIMM@Unable?5to?5determine?5spell?5id?5fr@ 1008ce58 spell_scripts.cpp.obj - 0002:00007edc ??_C@_06JJLAMBGK@target@ 1008cedc spell_scripts.cpp.obj - 0002:00007ee4 ??_C@_0BA@LCNPPGJD@Spell?5not?5found@ 1008cee4 spell_scripts.cpp.obj - 0002:00007ef4 ??_C@_0CB@DNBDKHMK@Usage?3?5IsSpellInRange?$CIspellName@ 1008cef4 spell_scripts.cpp.obj - 0002:00007f18 ??_C@_0IB@NFBGPDMF@Unable?5to?5determine?5spell?5id?5fr@ 1008cf18 spell_scripts.cpp.obj - 0002:00007f9c ??_C@_0CA@CKMJHD@Usage?3?5IsSpellUsable?$CIspellName?$CJ@ 1008cf9c spell_scripts.cpp.obj - 0002:00007fbc ??_C@_0CE@BNAKDPLE@Usage?3?5GetSpellIdForName?$CIspellN@ 1008cfbc spell_scripts.cpp.obj - 0002:00007fe0 ??_C@_0BJ@EJDPBOLF@Spell?5not?5found?5for?5id?3?5@ 1008cfe0 spell_scripts.cpp.obj - 0002:00007ffc ??_C@_0CJ@PPAJFPII@Usage?3?5GetSpellNameAndRankForId@ 1008cffc spell_scripts.cpp.obj - 0002:00008028 ??_C@_05LOCENACC@spell@ 1008d028 spell_scripts.cpp.obj - 0002:00008030 ??_C@_03LAMLDFEG@pet@ 1008d030 spell_scripts.cpp.obj - 0002:00008034 ??_C@_0CM@BIFAHKMN@Usage?3?5GetSpellSlotTypeIdForNam@ 1008d034 spell_scripts.cpp.obj - 0002:00008060 ??_C@_0CE@PGDGANLK@Usage?3?5GetSpellRec?$CIspellId?0?5?$FLco@ 1008d060 spell_scripts.cpp.obj - 0002:00008084 ??_C@_04MEMAJGDJ@name@ 1008d084 spell_scripts.cpp.obj - 0002:0000808c ??_C@_04PNBFHPGN@rank@ 1008d08c spell_scripts.cpp.obj - 0002:00008094 ??_C@_0DE@IFOKCNBD@Usage?3?5GetSpellRecField?$CIspellId@ 1008d094 spell_scripts.cpp.obj - 0002:000080c8 ??_C@_0BOB@PPLDFGIB@Usage?3?5GetSpellModifiers?$CIspellI@ 1008d0c8 spell_scripts.cpp.obj - 0002:000082ac ??_C@_0DB@LGIDKANG@Invalid?5modifier?5type?4?5Must?5be?5@ 1008d2ac spell_scripts.cpp.obj - 0002:000082e0 ??_C@_0BB@NBBEIOIN@Invalid?5spell?5id@ 1008d2e0 spell_scripts.cpp.obj - 0002:000082f4 ??_C@_08KJJBJMM@spellId?3@ 1008d2f4 spell_scripts.cpp.obj - 0002:00008300 ??_C@_0CH@HJHOCEPB@Unable?5convert?5spell?5id?5to?5spel@ 1008d300 spell_scripts.cpp.obj - 0002:00008328 ??_C@_0CP@KGJBOLFG@Unable?5parse?5spell?5id?4?5?5Format?5@ 1008d328 spell_scripts.cpp.obj - 0002:00008358 ??_C@_0CK@PDFCMKHC@Unable?5to?5find?5spell?5slot?5for?5s@ 1008d358 spell_scripts.cpp.obj - 0002:00008388 __real@bff0000000000000 1008d388 spell_scripts.cpp.obj - 0002:00008394 ??_C@_0CB@KIFLLFHK@Usage?3?5GetSpellCooldown?$CIspellId@ 1008d394 cooldown_scripts.cpp.obj - 0002:000083b8 ??_C@_0DM@HPPALOOP@Usage?3?5GetItemCooldown?$CIitemId?$CJ?5@ 1008d3b8 cooldown_scripts.cpp.obj - 0002:000083f4 ??_C@_0CF@IPNKEPCD@Item?5name?5lookup?5not?5yet?5implem@ 1008d3f4 cooldown_scripts.cpp.obj - 0002:0000841c ??_C@_0CN@EGAOPKGE@Usage?3?5GetTrinketCooldown?$CIslot?$HM@ 1008d41c cooldown_scripts.cpp.obj - 0002:0000844c ??_C@_0BG@JDLJPL@missing?5item?5at?5slot?5@ 1008d44c item_scripts.cpp.obj - 0002:00008464 ??_C@_0BM@FGPCGLD@missing?5itemfields?5at?5slot?5@ 1008d464 item_scripts.cpp.obj - 0002:00008480 ??_C@_0BK@BKPACGJE@Unable?5to?5get?5player?5unit@ 1008d480 item_scripts.cpp.obj - 0002:000084a0 ??_C@_0EC@DILDBMOF@Usage?3?5FindPlayerItemSlot?$CIitemN@ 1008d4a0 item_scripts.cpp.obj - 0002:000084e4 ??_C@_0CP@MNDKGGNA@Usage?3?5UseItemIdOrName?$CIitemIdOr@ 1008d4e4 item_scripts.cpp.obj - 0002:00008514 ??_C@_0CA@BIHDFGEI@Unable?5to?5determine?5target?5guid@ 1008d514 item_scripts.cpp.obj - 0002:00008534 ??_C@_0CP@GCLNMKJC@Usage?3?5UseTrinket?$CIslot?$HMitemIdOr@ 1008d534 item_scripts.cpp.obj - 0002:00008564 ??_C@_07NBCGADJA@Unknown@ 1008d564 item_scripts.cpp.obj - 0002:00008570 ??_C@_0FB@JKJLJBPE@Usage?3?5GetEquippedItems?$CI?$CJ?5or?5Ge@ 1008d570 item_scripts.cpp.obj - 0002:000085c4 ??_C@_0BD@LPJJAPAF@Unable?5to?5get?5unit@ 1008d5c4 item_scripts.cpp.obj - 0002:000085d8 ??_C@_0BE@IENECEIE@Cannot?5inspect?5unit@ 1008d5d8 item_scripts.cpp.obj - 0002:000085f0 ??_C@_0EF@LNGINBID@Usage?3?5GetEquippedItem?$CIunitStr?0@ 1008d5f0 item_scripts.cpp.obj - 0002:00008638 ??_C@_0CH@PFFKDIPF@Slot?5must?5be?5a?5number?5between?51@ 1008d638 item_scripts.cpp.obj - 0002:00008660 ??_C@_0BO@MMGGBFIG@Slot?5must?5be?5between?51?5and?519@ 1008d660 item_scripts.cpp.obj - 0002:00008680 ??_C@_0CC@HHMLLACK@Usage?3?5GetBagItem?$CIbagIndex?0?5slo@ 1008d680 item_scripts.cpp.obj - 0002:000086a4 ??_C@_0BL@OJIHPLAE@Bag?5index?5must?5be?5a?5number@ 1008d6a4 item_scripts.cpp.obj - 0002:000086c0 ??_C@_0BG@GOJBCPAF@Slot?5must?5be?5a?5number@ 1008d6c0 item_scripts.cpp.obj - 0002:000086d8 ??_C@_0CI@CDBJNJGK@Slot?5must?5be?5between?51?5and?516?5f@ 1008d6d8 item_scripts.cpp.obj - 0002:00008700 ??_C@_0BG@DIIBAFFP@Slot?5exceeds?5bag?5size@ 1008d700 item_scripts.cpp.obj - 0002:00008718 ??_C@_0BB@CNCNDCLG@Bank?5is?5not?5open@ 1008d718 item_scripts.cpp.obj - 0002:00008730 ??_C@_0EI@CGLLNKOK@For?5bag?5?91?0?5slot?5must?5be?51?924?5?$CI@ 1008d730 item_scripts.cpp.obj - 0002:00008778 ??_C@_0DI@KFDHOLPD@For?5bag?5?92?5?$CIkeyring?$CJ?0?5slot?5must@ 1008d778 item_scripts.cpp.obj - 0002:000087b0 ??_C@_0EH@DPGHDAMK@Invalid?5bag?5index?4?5Valid?5values@ 1008d7b0 item_scripts.cpp.obj - 0002:000087f8 ??_C@_0FE@NKJKFJGK@Invalid?5bag?5index?4?5Valid?5values@ 1008d7f8 item_scripts.cpp.obj - 0002:00008850 ??_C@_0O@LOMMFJIH@Added?5itemId?5@ 1008d850 items.cpp.obj - 0002:00008860 ??_C@_0P@FANPLMKM@Still?5missing?5@ 1008d860 items.cpp.obj - 0002:00008870 ??_C@_02KEGNLNML@?0?5@ 1008d870 items.cpp.obj - 0002:00008880 ?itemStatsFields@Nampower@@3QBUFieldDescriptor@1@B 1008d880 dbc_fields.cpp.obj - 0002:00008a6c ?itemStatsFieldsCount@Nampower@@3IB 1008da6c dbc_fields.cpp.obj - 0002:00008a70 ?itemStatsArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 1008da70 dbc_fields.cpp.obj - 0002:00008b30 ?itemStatsArrayFieldsCount@Nampower@@3IB 1008db30 dbc_fields.cpp.obj - 0002:00008b38 ?spellRecFields@Nampower@@3QBUFieldDescriptor@1@B 1008db38 dbc_fields.cpp.obj - 0002:00008e14 ?spellRecFieldsCount@Nampower@@3IB 1008de14 dbc_fields.cpp.obj - 0002:00008e18 ?spellRecArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 1008de18 dbc_fields.cpp.obj - 0002:00008f78 ?spellRecArrayFieldsCount@Nampower@@3IB 1008df78 dbc_fields.cpp.obj - 0002:00008f7c ??_C@_05ENKANFLO@class@ 1008df7c dbc_fields.cpp.obj - 0002:00008f84 ??_C@_08CLNMFNJL@subclass@ 1008df84 dbc_fields.cpp.obj - 0002:00008f90 ??_C@_0O@NBHNKLJP@displayInfoID@ 1008df90 dbc_fields.cpp.obj - 0002:00008fa0 ??_C@_07DADGLCBN@quality@ 1008dfa0 dbc_fields.cpp.obj - 0002:00008fa8 ??_C@_05GECEPKB@flags@ 1008dfa8 dbc_fields.cpp.obj - 0002:00008fb0 ??_C@_08GNIKKBDF@buyPrice@ 1008dfb0 dbc_fields.cpp.obj - 0002:00008fbc ??_C@_09EHAEBHNG@sellPrice@ 1008dfbc dbc_fields.cpp.obj - 0002:00008fc8 ??_C@_0O@LJIBMGHI@inventoryType@ 1008dfc8 dbc_fields.cpp.obj - 0002:00008fd8 ??_C@_0P@HKBMDFLF@allowableClass@ 1008dfd8 dbc_fields.cpp.obj - 0002:00008fe8 ??_C@_0O@PJFDKFL@allowableRace@ 1008dfe8 dbc_fields.cpp.obj - 0002:00008ff8 ??_C@_09OOKEJBK@itemLevel@ 1008dff8 dbc_fields.cpp.obj - 0002:00009004 ??_C@_0O@PCBOEJHN@requiredLevel@ 1008e004 dbc_fields.cpp.obj - 0002:00009014 ??_C@_0O@LIAFDLBE@requiredSkill@ 1008e014 dbc_fields.cpp.obj - 0002:00009024 ??_C@_0BC@EKIBFNMJ@requiredSkillRank@ 1008e024 dbc_fields.cpp.obj - 0002:00009038 ??_C@_0O@OFODCCDP@requiredSpell@ 1008e038 dbc_fields.cpp.obj - 0002:00009048 ??_C@_0BC@MKNCAGLF@requiredHonorRank@ 1008e048 dbc_fields.cpp.obj - 0002:0000905c ??_C@_0BB@LFMLPJEO@requiredCityRank@ 1008e05c dbc_fields.cpp.obj - 0002:00009070 ??_C@_0M@EOJIPGFP@requiredRep@ 1008e070 dbc_fields.cpp.obj - 0002:0000907c ??_C@_0BA@PNCCEJI@requiredRepRank@ 1008e07c dbc_fields.cpp.obj - 0002:0000908c ??_C@_08LAEJCBOD@maxCount@ 1008e08c dbc_fields.cpp.obj - 0002:00009098 ??_C@_09EFCPONM@stackable@ 1008e098 dbc_fields.cpp.obj - 0002:000090a4 ??_C@_0P@FLPNDKGI@containerSlots@ 1008e0a4 dbc_fields.cpp.obj - 0002:000090b4 ??_C@_05EKJCMADO@delay@ 1008e0b4 dbc_fields.cpp.obj - 0002:000090bc ??_C@_08JNBMCKNJ@ammoType@ 1008e0bc dbc_fields.cpp.obj - 0002:000090c8 ??_C@_0P@PEGEDPKE@rangedModRange@ 1008e0c8 dbc_fields.cpp.obj - 0002:000090d8 ??_C@_07FHKKHDI@bonding@ 1008e0d8 dbc_fields.cpp.obj - 0002:000090e0 ??_C@_08DDOGIPAD@pageText@ 1008e0e0 dbc_fields.cpp.obj - 0002:000090ec ??_C@_0L@PFAGFGH@languageID@ 1008e0ec dbc_fields.cpp.obj - 0002:000090f8 ??_C@_0N@IBEKAJCP@pageMaterial@ 1008e0f8 dbc_fields.cpp.obj - 0002:00009108 ??_C@_0N@NAMEJOJP@startQuestID@ 1008e108 dbc_fields.cpp.obj - 0002:00009118 ??_C@_06OMMPKEO@lockID@ 1008e118 dbc_fields.cpp.obj - 0002:00009120 ??_C@_08KNOEMJMM@material@ 1008e120 dbc_fields.cpp.obj - 0002:0000912c ??_C@_0M@BOJKDFJE@sheatheType@ 1008e12c dbc_fields.cpp.obj - 0002:00009138 ??_C@_0P@HIEKOBJC@randomProperty@ 1008e138 dbc_fields.cpp.obj - 0002:00009148 ??_C@_05PIBOEKAB@block@ 1008e148 dbc_fields.cpp.obj - 0002:00009150 ??_C@_07KIDCFHFO@itemSet@ 1008e150 dbc_fields.cpp.obj - 0002:00009158 ??_C@_0O@NEJOMBPE@maxDurability@ 1008e158 dbc_fields.cpp.obj - 0002:00009168 ??_C@_04GOEDGNCF@area@ 1008e168 dbc_fields.cpp.obj - 0002:00009170 ??_C@_03HBNNNHNM@map@ 1008e170 dbc_fields.cpp.obj - 0002:00009174 ??_C@_08LGBPINEC@duration@ 1008e174 dbc_fields.cpp.obj - 0002:00009180 ??_C@_09CEJOBILD@bagFamily@ 1008e180 dbc_fields.cpp.obj - 0002:0000918c ??_C@_09CFJCKAOO@bonusStat@ 1008e18c dbc_fields.cpp.obj - 0002:00009198 ??_C@_0M@MMCFAFHA@bonusAmount@ 1008e198 dbc_fields.cpp.obj - 0002:000091a4 ??_C@_09MJALHBHH@minDamage@ 1008e1a4 dbc_fields.cpp.obj - 0002:000091b0 ??_C@_09MIAHOLMD@maxDamage@ 1008e1b0 dbc_fields.cpp.obj - 0002:000091bc ??_C@_0L@HKMKJPBM@damageType@ 1008e1bc dbc_fields.cpp.obj - 0002:000091c8 ??_C@_0M@DMKJBJGO@resistances@ 1008e1c8 dbc_fields.cpp.obj - 0002:000091d4 ??_C@_07MKDPBGJO@spellID@ 1008e1d4 dbc_fields.cpp.obj - 0002:000091dc ??_C@_0N@NIGGJAAD@spellTrigger@ 1008e1dc dbc_fields.cpp.obj - 0002:000091ec ??_C@_0N@DAPOMAGP@spellCharges@ 1008e1ec dbc_fields.cpp.obj - 0002:000091fc ??_C@_0O@GKHBOHOH@spellCooldown@ 1008e1fc dbc_fields.cpp.obj - 0002:0000920c ??_C@_0O@HJMFFAIE@spellCategory@ 1008e20c dbc_fields.cpp.obj - 0002:0000921c ??_C@_0BG@IGIBPPC@spellCategoryCooldown@ 1008e21c dbc_fields.cpp.obj - 0002:00009234 ??_C@_02EGCJHIOB@id@ 1008e234 dbc_fields.cpp.obj - 0002:00009238 ??_C@_06HBLHOEKM@school@ 1008e238 dbc_fields.cpp.obj - 0002:00009240 ??_C@_08MBJIKOEN@category@ 1008e240 dbc_fields.cpp.obj - 0002:0000924c ??_C@_06KIGBPMF@castUI@ 1008e24c dbc_fields.cpp.obj - 0002:00009254 ??_C@_06GAIIABAG@dispel@ 1008e254 dbc_fields.cpp.obj - 0002:0000925c ??_C@_08EFFOODE@mechanic@ 1008e25c dbc_fields.cpp.obj - 0002:00009268 ??_C@_0L@HNMJPKNA@attributes@ 1008e268 dbc_fields.cpp.obj - 0002:00009274 ??_C@_0N@ENOHBPAB@attributesEx@ 1008e274 dbc_fields.cpp.obj - 0002:00009284 ??_C@_0O@JKDKIDPI@attributesEx2@ 1008e284 dbc_fields.cpp.obj - 0002:00009294 ??_C@_0O@IDCBLCLJ@attributesEx3@ 1008e294 dbc_fields.cpp.obj - 0002:000092a4 ??_C@_0O@MMGACEHO@attributesEx4@ 1008e2a4 dbc_fields.cpp.obj - 0002:000092b4 ??_C@_07CGBCCMBN@stances@ 1008e2b4 dbc_fields.cpp.obj - 0002:000092bc ??_C@_0L@KNGFDFAC@stancesNot@ 1008e2bc dbc_fields.cpp.obj - 0002:000092c8 ??_C@_07KJOMBCLC@targets@ 1008e2c8 dbc_fields.cpp.obj - 0002:000092d0 ??_C@_0BD@GAPMJMNG@targetCreatureType@ 1008e2d0 dbc_fields.cpp.obj - 0002:000092e4 ??_C@_0BD@GELPPEEP@requiresSpellFocus@ 1008e2e4 dbc_fields.cpp.obj - 0002:000092f8 ??_C@_0BA@EEKMKLJE@casterAuraState@ 1008e2f8 dbc_fields.cpp.obj - 0002:00009308 ??_C@_0BA@CDAFIMFO@targetAuraState@ 1008e308 dbc_fields.cpp.obj - 0002:00009318 ??_C@_0BB@JFPKLBEC@castingTimeIndex@ 1008e318 dbc_fields.cpp.obj - 0002:0000932c ??_C@_0N@OMFIFLPG@recoveryTime@ 1008e32c dbc_fields.cpp.obj - 0002:0000933c ??_C@_0BF@NPKKFBDI@categoryRecoveryTime@ 1008e33c dbc_fields.cpp.obj - 0002:00009354 ??_C@_0P@IEPIDAFJ@interruptFlags@ 1008e354 dbc_fields.cpp.obj - 0002:00009364 ??_C@_0BD@LHLLGJCG@auraInterruptFlags@ 1008e364 dbc_fields.cpp.obj - 0002:00009378 ??_C@_0BG@BMOJLJDO@channelInterruptFlags@ 1008e378 dbc_fields.cpp.obj - 0002:00009390 ??_C@_09MICPAJOG@procFlags@ 1008e390 dbc_fields.cpp.obj - 0002:0000939c ??_C@_0L@PJKMHGON@procChance@ 1008e39c dbc_fields.cpp.obj - 0002:000093a8 ??_C@_0M@PACCPFFC@procCharges@ 1008e3a8 dbc_fields.cpp.obj - 0002:000093b4 ??_C@_08JHFEFDMB@maxLevel@ 1008e3b4 dbc_fields.cpp.obj - 0002:000093c0 ??_C@_09JJGGMDBI@baseLevel@ 1008e3c0 dbc_fields.cpp.obj - 0002:000093cc ??_C@_0L@DIBPEIPN@spellLevel@ 1008e3cc dbc_fields.cpp.obj - 0002:000093d8 ??_C@_0O@ILAOIAFF@durationIndex@ 1008e3d8 dbc_fields.cpp.obj - 0002:000093e8 ??_C@_09MHMIHKMK@powerType@ 1008e3e8 dbc_fields.cpp.obj - 0002:000093f4 ??_C@_08NBEIGJPH@manaCost@ 1008e3f4 dbc_fields.cpp.obj - 0002:00009400 ??_C@_0BB@MKFEABBK@manaCostPerlevel@ 1008e400 dbc_fields.cpp.obj - 0002:00009414 ??_C@_0O@GDKBJHLD@manaPerSecond@ 1008e414 dbc_fields.cpp.obj - 0002:00009424 ??_C@_0BG@PCCJIIB@manaPerSecondPerLevel@ 1008e424 dbc_fields.cpp.obj - 0002:0000943c ??_C@_0L@IIPJFCFA@rangeIndex@ 1008e43c dbc_fields.cpp.obj - 0002:00009448 ??_C@_05HJCMGBKF@speed@ 1008e448 dbc_fields.cpp.obj - 0002:00009450 ??_C@_0P@GNIGGCNF@modalNextSpell@ 1008e450 dbc_fields.cpp.obj - 0002:00009460 ??_C@_0M@FHMAKNIE@stackAmount@ 1008e460 dbc_fields.cpp.obj - 0002:0000946c ??_C@_0BC@FAGICCEI@equippedItemClass@ 1008e46c dbc_fields.cpp.obj - 0002:00009480 ??_C@_0BJ@EHCBMJCE@equippedItemSubClassMask@ 1008e480 dbc_fields.cpp.obj - 0002:0000949c ??_C@_0BO@GFGEHKDA@equippedItemInventoryTypeMask@ 1008e49c dbc_fields.cpp.obj - 0002:000094bc ??_C@_0M@CODBPNAF@spellVisual@ 1008e4bc dbc_fields.cpp.obj - 0002:000094c8 ??_C@_0N@JNDEJBAD@spellVisual2@ 1008e4c8 dbc_fields.cpp.obj - 0002:000094d8 ??_C@_0M@FHDHCBKL@spellIconID@ 1008e4d8 dbc_fields.cpp.obj - 0002:000094e4 ??_C@_0N@HAKPAPKJ@activeIconID@ 1008e4e4 dbc_fields.cpp.obj - 0002:000094f4 ??_C@_0O@DAMIPNAM@spellPriority@ 1008e4f4 dbc_fields.cpp.obj - 0002:00009504 ??_C@_0BD@LHHLGOL@manaCostPercentage@ 1008e504 dbc_fields.cpp.obj - 0002:00009518 ??_C@_0BG@DDDBFLLC@startRecoveryCategory@ 1008e518 dbc_fields.cpp.obj - 0002:00009530 ??_C@_0BC@MJCLHCCP@startRecoveryTime@ 1008e530 dbc_fields.cpp.obj - 0002:00009544 ??_C@_0P@GDMECBOP@maxTargetLevel@ 1008e544 dbc_fields.cpp.obj - 0002:00009554 ??_C@_0BA@GMGOGAED@spellFamilyName@ 1008e554 dbc_fields.cpp.obj - 0002:00009564 ??_C@_0BB@LGDKHJHF@spellFamilyFlags@ 1008e564 dbc_fields.cpp.obj - 0002:00009578 ??_C@_0BD@JJENEIAA@maxAffectedTargets@ 1008e578 dbc_fields.cpp.obj - 0002:0000958c ??_C@_08BJLHHCCM@dmgClass@ 1008e58c dbc_fields.cpp.obj - 0002:00009598 ??_C@_0P@KJEDBIHM@preventionType@ 1008e598 dbc_fields.cpp.obj - 0002:000095a8 ??_C@_0P@CNKPMAAI@stanceBarOrder@ 1008e5a8 dbc_fields.cpp.obj - 0002:000095b8 ??_C@_0N@BEIHPEI@minFactionId@ 1008e5b8 dbc_fields.cpp.obj - 0002:000095c8 ??_C@_0O@HHGPPNGP@minReputation@ 1008e5c8 dbc_fields.cpp.obj - 0002:000095d8 ??_C@_0BD@IBLBOBLJ@requiredAuraVision@ 1008e5d8 dbc_fields.cpp.obj - 0002:000095ec ??_C@_05LPPONKPN@totem@ 1008e5ec dbc_fields.cpp.obj - 0002:000095f4 ??_C@_07EAHOPPHC@reagent@ 1008e5f4 dbc_fields.cpp.obj - 0002:000095fc ??_C@_0N@DEFECNCJ@reagentCount@ 1008e5fc dbc_fields.cpp.obj - 0002:0000960c ??_C@_06HOPIODND@effect@ 1008e60c dbc_fields.cpp.obj - 0002:00009614 ??_C@_0P@HANPKOLJ@effectDieSides@ 1008e614 dbc_fields.cpp.obj - 0002:00009624 ??_C@_0P@NFCDHLMP@effectBaseDice@ 1008e624 dbc_fields.cpp.obj - 0002:00009634 ??_C@_0BD@OJNOKKJI@effectDicePerLevel@ 1008e634 dbc_fields.cpp.obj - 0002:00009648 ??_C@_0BJ@CMMOAIOC@effectRealPointsPerLevel@ 1008e648 dbc_fields.cpp.obj - 0002:00009664 ??_C@_0BB@ECGJIMP@effectBasePoints@ 1008e664 dbc_fields.cpp.obj - 0002:00009678 ??_C@_0P@JKKLIPGJ@effectMechanic@ 1008e678 dbc_fields.cpp.obj - 0002:00009688 ??_C@_0BG@MHBOODBP@effectImplicitTargetA@ 1008e688 dbc_fields.cpp.obj - 0002:000096a0 ??_C@_0BG@OMDDLANM@effectImplicitTargetB@ 1008e6a0 dbc_fields.cpp.obj - 0002:000096b8 ??_C@_0BC@JNJBJJNN@effectRadiusIndex@ 1008e6b8 dbc_fields.cpp.obj - 0002:000096cc ??_C@_0BE@ELOBPJHK@effectApplyAuraName@ 1008e6cc dbc_fields.cpp.obj - 0002:000096e0 ??_C@_0BA@FCGCEODA@effectAmplitude@ 1008e6e0 dbc_fields.cpp.obj - 0002:000096f0 ??_C@_0BE@EMECGFL@effectMultipleValue@ 1008e6f0 dbc_fields.cpp.obj - 0002:00009704 ??_C@_0BC@EMGMPKNK@effectChainTarget@ 1008e704 dbc_fields.cpp.obj - 0002:00009718 ??_C@_0P@KFOJCMPA@effectItemType@ 1008e718 dbc_fields.cpp.obj - 0002:00009728 ??_C@_0BA@KMPEGA@effectMiscValue@ 1008e728 dbc_fields.cpp.obj - 0002:00009738 ??_C@_0BD@JLKEALFA@effectTriggerSpell@ 1008e738 dbc_fields.cpp.obj - 0002:0000974c ??_C@_0BK@EGJBCINL@effectPointsPerComboPoint@ 1008e74c dbc_fields.cpp.obj - 0002:00009768 ??_C@_0O@GNCEHKMO@dmgMultiplier@ 1008e768 dbc_fields.cpp.obj - 0002:00009780 ?unitFieldsFields@Nampower@@3QBUFieldDescriptor@1@B 1008e780 unit_fields.cpp.obj - 0002:00009a8c ?unitFieldsFieldsCount@Nampower@@3IB 1008ea8c unit_fields.cpp.obj - 0002:00009a90 ?unitFieldsArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 1008ea90 unit_fields.cpp.obj - 0002:00009b20 ?unitFieldsArrayFieldsCount@Nampower@@3IB 1008eb20 unit_fields.cpp.obj - 0002:00009b24 ??_C@_05GNKDCGJG@charm@ 1008eb24 unit_fields.cpp.obj - 0002:00009b2c ??_C@_06PEOHCAFD@summon@ 1008eb2c unit_fields.cpp.obj - 0002:00009b34 ??_C@_09HKLHHFJN@charmedBy@ 1008eb34 unit_fields.cpp.obj - 0002:00009b40 ??_C@_0L@CCGPLGPK@summonedBy@ 1008eb40 unit_fields.cpp.obj - 0002:00009b4c ??_C@_09LFPMGGII@createdBy@ 1008eb4c unit_fields.cpp.obj - 0002:00009b58 ??_C@_09MLEJIPBC@persuaded@ 1008eb58 unit_fields.cpp.obj - 0002:00009b64 ??_C@_0O@EMAEPHOL@channelObject@ 1008eb64 unit_fields.cpp.obj - 0002:00009b74 ??_C@_06KJINILIP@health@ 1008eb74 unit_fields.cpp.obj - 0002:00009b7c ??_C@_06KBHLMNEH@power1@ 1008eb7c unit_fields.cpp.obj - 0002:00009b84 ??_C@_06IKFGJOIE@power2@ 1008eb84 unit_fields.cpp.obj - 0002:00009b8c ??_C@_06JDENKPMF@power3@ 1008eb8c unit_fields.cpp.obj - 0002:00009b94 ??_C@_06NMAMDJAC@power4@ 1008eb94 unit_fields.cpp.obj - 0002:00009b9c ??_C@_06MFBHAIED@power5@ 1008eb9c unit_fields.cpp.obj - 0002:00009ba4 ??_C@_09IGCJFBJ@maxHealth@ 1008eba4 unit_fields.cpp.obj - 0002:00009bb0 ??_C@_09JENDNB@maxPower1@ 1008ebb0 unit_fields.cpp.obj - 0002:00009bbc ??_C@_09CLLJIABC@maxPower2@ 1008ebbc unit_fields.cpp.obj - 0002:00009bc8 ??_C@_09DCKCLBFD@maxPower3@ 1008ebc8 unit_fields.cpp.obj - 0002:00009bd4 ??_C@_09HNODCHJE@maxPower4@ 1008ebd4 unit_fields.cpp.obj - 0002:00009be0 ??_C@_09GEPIBGNF@maxPower5@ 1008ebe0 unit_fields.cpp.obj - 0002:00009bec ??_C@_05KJNJLLGA@level@ 1008ebec unit_fields.cpp.obj - 0002:00009bf4 ??_C@_0BA@HDIFLJID@factionTemplate@ 1008ebf4 unit_fields.cpp.obj - 0002:00009c04 ??_C@_06NLMMIAIA@bytes0@ 1008ec04 unit_fields.cpp.obj - 0002:00009c0c ??_C@_09BFHAFMLP@auraState@ 1008ec0c unit_fields.cpp.obj - 0002:00009c18 ??_C@_0P@DGLGADKE@baseAttackTime@ 1008ec18 unit_fields.cpp.obj - 0002:00009c28 ??_C@_0BC@CGEKFAIO@offhandAttackTime@ 1008ec28 unit_fields.cpp.obj - 0002:00009c3c ??_C@_0BB@DNFLGEGG@rangedAttackTime@ 1008ec3c unit_fields.cpp.obj - 0002:00009c50 ??_C@_0P@PGEDLHEL@boundingRadius@ 1008ec50 unit_fields.cpp.obj - 0002:00009c60 ??_C@_0M@DOJLMCBI@combatReach@ 1008ec60 unit_fields.cpp.obj - 0002:00009c6c ??_C@_09EJIHCEAC@displayId@ 1008ec6c unit_fields.cpp.obj - 0002:00009c78 ??_C@_0BA@HLLMBDFA@nativeDisplayId@ 1008ec78 unit_fields.cpp.obj - 0002:00009c88 ??_C@_0P@HOLJBBID@mountDisplayId@ 1008ec88 unit_fields.cpp.obj - 0002:00009c98 ??_C@_0BB@LCJMKLPB@minOffhandDamage@ 1008ec98 unit_fields.cpp.obj - 0002:00009cac ??_C@_0BB@KHBHHPAD@maxOffhandDamage@ 1008ecac unit_fields.cpp.obj - 0002:00009cc0 ??_C@_06MCNHLBMB@bytes1@ 1008ecc0 unit_fields.cpp.obj - 0002:00009cc8 ??_C@_09DIJBEFAN@petNumber@ 1008ecc8 unit_fields.cpp.obj - 0002:00009cd4 ??_C@_0BB@OMLEJGDP@petNameTimestamp@ 1008ecd4 unit_fields.cpp.obj - 0002:00009ce8 ??_C@_0O@FGKOPGHG@petExperience@ 1008ece8 unit_fields.cpp.obj - 0002:00009cf8 ??_C@_0BA@PAHIIHLL@petNextLevelExp@ 1008ecf8 unit_fields.cpp.obj - 0002:00009d08 ??_C@_0N@CMKAPPHA@dynamicFlags@ 1008ed08 unit_fields.cpp.obj - 0002:00009d18 ??_C@_0N@IEJBDBBA@channelSpell@ 1008ed18 unit_fields.cpp.obj - 0002:00009d28 ??_C@_0N@DHEPGEFO@modCastSpeed@ 1008ed28 unit_fields.cpp.obj - 0002:00009d38 ??_C@_0P@ENACAIIN@createdBySpell@ 1008ed38 unit_fields.cpp.obj - 0002:00009d48 ??_C@_08NEIKGCEE@npcFlags@ 1008ed48 unit_fields.cpp.obj - 0002:00009d54 ??_C@_0O@DDNCOFID@npcEmoteState@ 1008ed54 unit_fields.cpp.obj - 0002:00009d64 ??_C@_0P@GKAKCLOA@trainingPoints@ 1008ed64 unit_fields.cpp.obj - 0002:00009d74 ??_C@_05MAPNABCF@stat0@ 1008ed74 unit_fields.cpp.obj - 0002:00009d7c ??_C@_05NJOGDAGE@stat1@ 1008ed7c unit_fields.cpp.obj - 0002:00009d84 ??_C@_05PCMLGDKH@stat2@ 1008ed84 unit_fields.cpp.obj - 0002:00009d8c ??_C@_05OLNAFCOG@stat3@ 1008ed8c unit_fields.cpp.obj - 0002:00009d94 ??_C@_05KEJBMECB@stat4@ 1008ed94 unit_fields.cpp.obj - 0002:00009d9c ??_C@_08OPMNAGFL@baseMana@ 1008ed9c unit_fields.cpp.obj - 0002:00009da8 ??_C@_0L@PHGDMNPJ@baseHealth@ 1008eda8 unit_fields.cpp.obj - 0002:00009db4 ??_C@_06OJPKOCAC@bytes2@ 1008edb4 unit_fields.cpp.obj - 0002:00009dbc ??_C@_0M@KIFIFFDF@attackPower@ 1008edbc unit_fields.cpp.obj - 0002:00009dc8 ??_C@_0BA@IPAHCKCK@attackPowerMods@ 1008edc8 unit_fields.cpp.obj - 0002:00009dd8 ??_C@_0BG@IHJMPLFM@attackPowerMultiplier@ 1008edd8 unit_fields.cpp.obj - 0002:00009df0 ??_C@_0BC@JCJAIEDA@rangedAttackPower@ 1008edf0 unit_fields.cpp.obj - 0002:00009e04 ??_C@_0BG@PBLNABOL@rangedAttackPowerMods@ 1008ee04 unit_fields.cpp.obj - 0002:00009e1c ??_C@_0BM@MHJJMDPM@rangedAttackPowerMultiplier@ 1008ee1c unit_fields.cpp.obj - 0002:00009e38 ??_C@_0BA@DNGOHFNJ@minRangedDamage@ 1008ee38 unit_fields.cpp.obj - 0002:00009e48 ??_C@_0BA@GMJHMOIE@maxRangedDamage@ 1008ee48 unit_fields.cpp.obj - 0002:00009e58 ??_C@_0BD@KMOEPALK@virtualItemDisplay@ 1008ee58 unit_fields.cpp.obj - 0002:00009e6c ??_C@_0BA@CLDBCJMB@virtualItemInfo@ 1008ee6c unit_fields.cpp.obj - 0002:00009e7c ??_C@_04OKPNOAGJ@aura@ 1008ee7c unit_fields.cpp.obj - 0002:00009e84 ??_C@_09BEADLLCK@auraFlags@ 1008ee84 unit_fields.cpp.obj - 0002:00009e90 ??_C@_0L@DDHBIJIK@auraLevels@ 1008ee90 unit_fields.cpp.obj - 0002:00009e9c ??_C@_0BB@LCGCAOC@auraApplications@ 1008ee9c unit_fields.cpp.obj - 0002:00009eb0 ??_C@_0BC@LHCFADJ@powerCostModifier@ 1008eeb0 unit_fields.cpp.obj - 0002:00009ec4 ??_C@_0BE@CIJMDBF@powerCostMultiplier@ 1008eec4 unit_fields.cpp.obj - 0002:00009edc ??_C@_0CC@DBGAMKLH@Clearing?5all?5LUA?5table?5referenc@ 1008eedc lua_refs.cpp.obj - 0002:00009f00 __pDestructExceptionObject 1008ef00 libvcruntime:ehhelpers.obj - 0002:00009f08 ??_7bad_typeid@std@@6B@ 1008ef08 libvcruntime:rtti.obj - 0002:00009f14 ??_7__non_rtti_object@std@@6B@ 1008ef14 libvcruntime:rtti.obj - 0002:00009f1c ??_C@_0CB@CGKGGDFI@Access?5violation?5?9?5no?5RTTI?5data@ 1008ef1c libvcruntime:rtti.obj - 0002:00009f40 ??_C@_0CH@OLLMPELC@Attempted?5a?5typeid?5of?5nullptr?5p@ 1008ef40 libvcruntime:rtti.obj - 0002:00009f68 ??_C@_0CB@EEENAAHH@Bad?5read?5pointer?5?9?5no?5RTTI?5data@ 1008ef68 libvcruntime:rtti.obj - 0002:00009f8c ??_C@_0BC@JNJNLHBP@Bad?5dynamic_cast?$CB@ 1008ef8c libvcruntime:rtti.obj - 0002:0000a328 ??_C@_08EHJDFFNH@__based?$CI@ 1008f328 libvcruntime:undname.obj - 0002:0000a334 ??_C@_07KOLFKCDI@__cdecl@ 1008f334 libvcruntime:undname.obj - 0002:0000a33c ??_C@_08GHMPAG@__pascal@ 1008f33c libvcruntime:undname.obj - 0002:0000a348 ??_C@_09IFJBGAPI@__stdcall@ 1008f348 libvcruntime:undname.obj - 0002:0000a354 ??_C@_0L@NPHFGOKO@__thiscall@ 1008f354 libvcruntime:undname.obj - 0002:0000a360 ??_C@_0L@JMKHOMEK@__fastcall@ 1008f360 libvcruntime:undname.obj - 0002:0000a36c ??_C@_0N@BCKKPABJ@__vectorcall@ 1008f36c libvcruntime:undname.obj - 0002:0000a37c ??_C@_09HIJEGCPM@__clrcall@ 1008f37c libvcruntime:undname.obj - 0002:0000a388 ??_C@_06GHPCKEAG@__eabi@ 1008f388 libvcruntime:undname.obj - 0002:0000a390 ??_C@_09IOPIDJLG@__swift_1@ 1008f390 libvcruntime:undname.obj - 0002:0000a39c ??_C@_09KFNFGKHF@__swift_2@ 1008f39c libvcruntime:undname.obj - 0002:0000a3a8 ??_C@_09LMMOFLDE@__swift_3@ 1008f3a8 libvcruntime:undname.obj - 0002:0000a3b4 ??_C@_07JOMMBBKO@__ptr64@ 1008f3b4 libvcruntime:undname.obj - 0002:0000a3bc ??_C@_0L@PILCLIHE@__restrict@ 1008f3bc libvcruntime:undname.obj - 0002:0000a3c8 ??_C@_0M@GFIIJFMG@__unaligned@ 1008f3c8 libvcruntime:undname.obj - 0002:0000a3d4 ??_C@_09DHDLOLLB@restrict?$CI@ 1008f3d4 libvcruntime:undname.obj - 0002:0000a3e0 ??_C@_04NIHEBCM@?5new@ 1008f3e0 libvcruntime:undname.obj - 0002:0000a3e8 ??_C@_07FPCDHGMM@?5delete@ 1008f3e8 libvcruntime:undname.obj - 0002:0000a3f0 ??_C@_01NEMOKFLO@?$DN@ 1008f3f0 libvcruntime:undname.obj - 0002:0000a3f4 ??_C@_02GPIOPFAK@?$DO?$DO@ 1008f3f4 libvcruntime:undname.obj - 0002:0000a3f8 ??_C@_02FODMEDOG@?$DM?$DM@ 1008f3f8 libvcruntime:undname.obj - 0002:0000a3fc ??_C@_01DCLJPIOD@?$CB@ 1008f3fc libvcruntime:undname.obj - 0002:0000a400 ??_C@_02EGOFBIJA@?$DN?$DN@ 1008f400 libvcruntime:undname.obj - 0002:0000a404 ??_C@_02FDNJECIE@?$CB?$DN@ 1008f404 libvcruntime:undname.obj - 0002:0000a408 ??_C@_02GPECMEKF@?$FL?$FN@ 1008f408 libvcruntime:undname.obj - 0002:0000a40c ??_C@_08LHJFAFGD@operator@ 1008f40c libvcruntime:undname.obj - 0002:0000a418 ??_C@_02HBOOOICD@?9?$DO@ 1008f418 libvcruntime:undname.obj - 0002:0000a41c ??_C@_01NBENCBCI@?$CK@ 1008f41c libvcruntime:undname.obj - 0002:0000a420 ??_C@_02ECNGHCIF@?$CL?$CL@ 1008f420 libvcruntime:undname.obj - 0002:0000a424 ??_C@_02BAABKJLB@?9?9@ 1008f424 libvcruntime:undname.obj - 0002:0000a428 ??_C@_01JOAMLHOP@?9@ 1008f428 libvcruntime:undname.obj - 0002:0000a42c ??_C@_01MIFGBAGJ@?$CL@ 1008f42c libvcruntime:undname.obj - 0002:0000a430 ??_C@_01HNPIGOCE@?$CG@ 1008f430 libvcruntime:undname.obj - 0002:0000a434 ??_C@_03MNHNFDLC@?9?$DO?$CK@ 1008f434 libvcruntime:undname.obj - 0002:0000a438 ??_C@_01KMDKNFGN@?1@ 1008f438 libvcruntime:undname.obj - 0002:0000a43c ??_C@_01FGNFDNOH@?$CF@ 1008f43c libvcruntime:undname.obj - 0002:0000a440 ??_C@_01MNNFJEPP@?$DM@ 1008f440 libvcruntime:undname.obj - 0002:0000a444 ??_C@_02EHCHHCKH@?$DM?$DN@ 1008f444 libvcruntime:undname.obj - 0002:0000a448 ??_C@_01PPODPGHN@?$DO@ 1008f448 libvcruntime:undname.obj - 0002:0000a44c ??_C@_02EEKDKGMJ@?$DO?$DN@ 1008f44c libvcruntime:undname.obj - 0002:0000a450 ??_C@_02HCKGKOFO@?$CI?$CJ@ 1008f450 libvcruntime:undname.obj - 0002:0000a454 ??_C@_01PJKLJHI@?$HO@ 1008f454 libvcruntime:undname.obj - 0002:0000a458 ??_C@_01JKBOJNNK@?$FO@ 1008f458 libvcruntime:undname.obj - 0002:0000a45c ??_C@_01DNKMNLPK@?$HM@ 1008f45c libvcruntime:undname.obj - 0002:0000a460 ??_C@_02PPKAJPJL@?$CG?$CG@ 1008f460 libvcruntime:undname.obj - 0002:0000a464 ??_C@_02NONPIBCD@?$HM?$HM@ 1008f464 libvcruntime:undname.obj - 0002:0000a468 ??_C@_02FPIMKNGF@?$CK?$DN@ 1008f468 libvcruntime:undname.obj - 0002:0000a46c ??_C@_02FOEOMHFC@?$CL?$DN@ 1008f46c libvcruntime:undname.obj - 0002:0000a470 ??_C@_02FKMDLLOA@?9?$DN@ 1008f470 libvcruntime:undname.obj - 0002:0000a474 ??_C@_02FJEHGPIO@?1?$DN@ 1008f474 libvcruntime:undname.obj - 0002:0000a478 ??_C@_02FENAOKFI@?$CF?$DN@ 1008f478 libvcruntime:undname.obj - 0002:0000a47c ??_C@_03IKFCCPFF@?$DO?$DO?$DN@ 1008f47c libvcruntime:undname.obj - 0002:0000a480 ??_C@_03CDNPDDLA@?$DM?$DM?$DN@ 1008f480 libvcruntime:undname.obj - 0002:0000a484 ??_C@_02FGJGFEAB@?$CG?$DN@ 1008f484 libvcruntime:undname.obj - 0002:0000a488 ??_C@_02DHLNPPGH@?$HM?$DN@ 1008f488 libvcruntime:undname.obj - 0002:0000a48c ??_C@_02MHEGNOJ@?$FO?$DN@ 1008f48c libvcruntime:undname.obj - 0002:0000a490 ??_C@_09IFPLHPGF@?$GAvftable?8@ 1008f490 libvcruntime:undname.obj - 0002:0000a49c ??_C@_09BLBHBJP@?$GAvbtable?8@ 1008f49c libvcruntime:undname.obj - 0002:0000a4a8 ??_C@_07FEEIOKP@?$GAvcall?8@ 1008f4a8 libvcruntime:undname.obj - 0002:0000a4b0 ??_C@_08LLFFHHDJ@?$GAtypeof?8@ 1008f4b0 libvcruntime:undname.obj - 0002:0000a4bc ??_C@_0BF@KDPPACIK@?$GAlocal?5static?5guard?8@ 1008f4bc libvcruntime:undname.obj - 0002:0000a4d4 ??_C@_08OBABFOLI@?$GAstring?8@ 1008f4d4 libvcruntime:undname.obj - 0002:0000a4e0 ??_C@_0BD@JDLKDPAB@?$GAvbase?5destructor?8@ 1008f4e0 libvcruntime:undname.obj - 0002:0000a4f4 ??_C@_0BN@DEGPLNFK@?$GAvector?5deleting?5destructor?8@ 1008f4f4 libvcruntime:undname.obj - 0002:0000a514 ??_C@_0BO@OBMKPJIG@?$GAdefault?5constructor?5closure?8@ 1008f514 libvcruntime:undname.obj - 0002:0000a534 ??_C@_0BN@IMDCHIKM@?$GAscalar?5deleting?5destructor?8@ 1008f534 libvcruntime:undname.obj - 0002:0000a554 ??_C@_0BO@PFGOCPJJ@?$GAvector?5constructor?5iterator?8@ 1008f554 libvcruntime:undname.obj - 0002:0000a574 ??_C@_0BN@LFPFMEDL@?$GAvector?5destructor?5iterator?8@ 1008f574 libvcruntime:undname.obj - 0002:0000a594 ??_C@_0CE@IKBNEHA@?$GAvector?5vbase?5constructor?5itera@ 1008f594 libvcruntime:undname.obj - 0002:0000a5b8 ??_C@_0BL@NILFHHPC@?$GAvirtual?5displacement?5map?8@ 1008f5b8 libvcruntime:undname.obj - 0002:0000a5d4 ??_C@_0CB@JONCMFFK@?$GAeh?5vector?5constructor?5iterator@ 1008f5d4 libvcruntime:undname.obj - 0002:0000a5f8 ??_C@_0CA@GCEOPDGL@?$GAeh?5vector?5destructor?5iterator?8@ 1008f5f8 libvcruntime:undname.obj - 0002:0000a618 ??_C@_0CH@OOJPLCPH@?$GAeh?5vector?5vbase?5constructor?5it@ 1008f618 libvcruntime:undname.obj - 0002:0000a640 ??_C@_0BL@LLKPOHJI@?$GAcopy?5constructor?5closure?8@ 1008f640 libvcruntime:undname.obj - 0002:0000a65c ??_C@_0BA@KBCDOMBN@?$GAudt?5returning?8@ 1008f65c libvcruntime:undname.obj - 0002:0000a66c ??_C@_03KLGMFNMG@?$GAEH@ 1008f66c libvcruntime:undname.obj - 0002:0000a670 ??_C@_05KHLCHHI@?$GARTTI@ 1008f670 libvcruntime:undname.obj - 0002:0000a678 ??_C@_0BA@KKLDJDLB@?$GAlocal?5vftable?8@ 1008f678 libvcruntime:undname.obj - 0002:0000a688 ??_C@_0CE@IIHCMGGL@?$GAlocal?5vftable?5constructor?5clos@ 1008f688 libvcruntime:undname.obj - 0002:0000a6ac ??_C@_06FHBGPFGH@?5new?$FL?$FN@ 1008f6ac libvcruntime:undname.obj - 0002:0000a6b4 ??_C@_09LBNFPBCA@?5delete?$FL?$FN@ 1008f6b4 libvcruntime:undname.obj - 0002:0000a6c0 ??_C@_0P@HJKNJFNN@?$GAomni?5callsig?8@ 1008f6c0 libvcruntime:undname.obj - 0002:0000a6d0 ??_C@_0BL@CNOONJFP@?$GAplacement?5delete?5closure?8@ 1008f6d0 libvcruntime:undname.obj - 0002:0000a6ec ??_C@_0BN@CKNJLHMB@?$GAplacement?5delete?$FL?$FN?5closure?8@ 1008f6ec libvcruntime:undname.obj - 0002:0000a70c ??_C@_0CG@CFDHKGGD@?$GAmanaged?5vector?5constructor?5ite@ 1008f70c libvcruntime:undname.obj - 0002:0000a734 ??_C@_0CF@IMGKMJNO@?$GAmanaged?5vector?5destructor?5iter@ 1008f734 libvcruntime:undname.obj - 0002:0000a75c ??_C@_0CG@HLDDJMAG@?$GAeh?5vector?5copy?5constructor?5ite@ 1008f75c libvcruntime:undname.obj - 0002:0000a784 ??_C@_0CM@FCBBDIGB@?$GAeh?5vector?5vbase?5copy?5construct@ 1008f784 libvcruntime:undname.obj - 0002:0000a7b0 ??_C@_0BL@CLIPGLGB@?$GAdynamic?5initializer?5for?5?8@ 1008f7b0 libvcruntime:undname.obj - 0002:0000a7cc ??_C@_0CB@PDBIFEP@?$GAdynamic?5atexit?5destructor?5for?5@ 1008f7cc libvcruntime:undname.obj - 0002:0000a7f0 ??_C@_0CD@CGAJBKEJ@?$GAvector?5copy?5constructor?5iterat@ 1008f7f0 libvcruntime:undname.obj - 0002:0000a814 ??_C@_0CJ@GJELGAMM@?$GAvector?5vbase?5copy?5constructor?5@ 1008f814 libvcruntime:undname.obj - 0002:0000a840 ??_C@_0CL@FGIJHLCE@?$GAmanaged?5vector?5copy?5constructo@ 1008f840 libvcruntime:undname.obj - 0002:0000a86c ??_C@_0BM@PMGGMLDN@?$GAlocal?5static?5thread?5guard?8@ 1008f86c libvcruntime:undname.obj - 0002:0000a888 ??_C@_0N@BDNMDMOL@operator?5?$CC?$CC?5@ 1008f888 libvcruntime:undname.obj - 0002:0000a898 ??_C@_0BC@GGEBGALA@operator?5co_await@ 1008f898 libvcruntime:undname.obj - 0002:0000a8ac ??_C@_0M@GAAIMMOH@operator?$DM?$DN?$DO@ 1008f8ac libvcruntime:undname.obj - 0002:0000a8b8 ??_C@_0BC@DAFEJGAK@?5Type?5Descriptor?8@ 1008f8b8 libvcruntime:undname.obj - 0002:0000a8cc ??_C@_0BM@LDKODKLH@?5Base?5Class?5Descriptor?5at?5?$CI@ 1008f8cc libvcruntime:undname.obj - 0002:0000a8e8 ??_C@_0BD@LGICGFMM@?5Base?5Class?5Array?8@ 1008f8e8 libvcruntime:undname.obj - 0002:0000a8fc ??_C@_0BN@MECKDCOJ@?5Class?5Hierarchy?5Descriptor?8@ 1008f8fc libvcruntime:undname.obj - 0002:0000a91c ??_C@_0BK@CFCOFLF@?5Complete?5Object?5Locator?8@ 1008f91c libvcruntime:undname.obj - 0002:0000a938 ??_C@_0BG@JNJLAMPM@?$GAanonymous?5namespace?8@ 1008f938 libvcruntime:undname.obj - 0002:0000a950 ??_C@_04HEJADOOB@CV?3?5@ 1008f950 libvcruntime:undname.obj - 0002:0000a958 ??_C@_02MOLJINC@?3?3@ 1008f958 libvcruntime:undname.obj - 0002:0000a95c ??_C@_0BE@JAEOCHPE@template?9parameter?9@ 1008f95c libvcruntime:undname.obj - 0002:0000a970 ??_C@_0BF@LNLGBBNL@?$GAtemplate?9parameter?9@ 1008f970 libvcruntime:undname.obj - 0002:0000a988 ??_C@_0O@KHGCOMHP@generic?9type?9@ 1008f988 libvcruntime:undname.obj - 0002:0000a998 ??_C@_0P@ODDENDLM@?$GAgeneric?9type?9@ 1008f998 libvcruntime:undname.obj - 0002:0000a9a8 ??_C@_02OHHJMEON@?8?8@ 1008f9a8 libvcruntime:undname.obj - 0002:0000a9ac ??_C@_0BN@IBLMMFAP@?$GAnon?9type?9template?9parameter@ 1008f9ac libvcruntime:undname.obj - 0002:0000a9cc ??_C@_03DLDNIBIK@?$CFlf@ 1008f9cc libvcruntime:undname.obj - 0002:0000a9d0 ??_C@_04OFALKAJ@?$DP?$DP_C@ 1008f9d0 libvcruntime:undname.obj - 0002:0000a9d8 ??_C@_03KHICJKCI@?4?4?4@ 1008f9d8 libvcruntime:undname.obj - 0002:0000a9dc ??_C@_04HIBGFPH@NULL@ 1008f9dc libvcruntime:undname.obj - 0002:0000a9e4 ??_C@_02DPKJAMEF@?$CFd@ 1008f9e4 libvcruntime:undname.obj - 0002:0000a9e8 ??_C@_0BK@IHCCFNEL@?$GAtemplate?9type?9parameter?9@ 1008f9e8 libvcruntime:undname.obj - 0002:0000aa04 ??_C@_0BK@OFCNNNKO@?$GAgeneric?9class?9parameter?9@ 1008fa04 libvcruntime:undname.obj - 0002:0000aa20 ??_C@_0BL@NGJBLFIL@?$GAgeneric?9method?9parameter?9@ 1008fa20 libvcruntime:undname.obj - 0002:0000aa3c ??_C@_07OHNGEDJK@nullptr@ 1008fa3c libvcruntime:undname.obj - 0002:0000aa44 ??_C@_06COJIGPIB@lambda@ 1008fa44 libvcruntime:undname.obj - 0002:0000aa4c ??_C@_04GKJNKENE@void@ 1008fa4c libvcruntime:undname.obj - 0002:0000aa54 ??_C@_0BE@EODMJLIF@?$GAtemplate?9parameter@ 1008fa54 libvcruntime:undname.obj - 0002:0000aa68 ??_C@_03OPGICMGF@?$HN?8?5@ 1008fa68 libvcruntime:undname.obj - 0002:0000aa6c ??_C@_02IGFCGPIL@?$HN?8@ 1008fa6c libvcruntime:undname.obj - 0002:0000aa70 ??_C@_0N@CBHHHENL@?$GAvtordispex?$HL@ 1008fa70 libvcruntime:undname.obj - 0002:0000aa80 ??_C@_0L@GHPFDFH@?$GAvtordisp?$HL@ 1008fa80 libvcruntime:undname.obj - 0002:0000aa8c ??_C@_0L@HNGCOGAE@?$GAadjustor?$HL@ 1008fa8c libvcruntime:undname.obj - 0002:0000aa98 ??_C@_0CB@KJDOOODE@?$GAlocal?5static?5destructor?5helper@ 1008fa98 libvcruntime:undname.obj - 0002:0000aabc ??_C@_0DB@ILEFOCIJ@?$GAtemplate?5static?5data?5member?5co@ 1008fabc libvcruntime:undname.obj - 0002:0000aaf0 ??_C@_0DA@HGFJFBBE@?$GAtemplate?5static?5data?5member?5de@ 1008faf0 libvcruntime:undname.obj - 0002:0000ab20 ??_C@_07PGOEDBHP@static?5@ 1008fb20 libvcruntime:undname.obj - 0002:0000ab28 ??_C@_08NIEOINHE@virtual?5@ 1008fb28 libvcruntime:undname.obj - 0002:0000ab34 ??_C@_09LAPHOOG@private?3?5@ 1008fb34 libvcruntime:undname.obj - 0002:0000ab40 ??_C@_0M@GAIFPFIP@protected?3?5@ 1008fb40 libvcruntime:undname.obj - 0002:0000ab4c ??_C@_08GPDDCMKI@public?3?5@ 1008fb4c libvcruntime:undname.obj - 0002:0000ab58 ??_C@_08KJLFOPNE@?$FLthunk?$FN?3@ 1008fb58 libvcruntime:undname.obj - 0002:0000ab64 ??_C@_0M@DHNBOJMP@extern?5?$CCC?$CC?5@ 1008fb64 libvcruntime:undname.obj - 0002:0000ab70 ??_C@_02KCKGHPCA@?$CJ?5@ 1008fb70 libvcruntime:undname.obj - 0002:0000ab74 ??_C@_05CIHEBHNO@char?5@ 1008fb74 libvcruntime:undname.obj - 0002:0000ab7c ??_C@_06EHJMALKF@short?5@ 1008fb7c libvcruntime:undname.obj - 0002:0000ab84 ??_C@_04LAHKHJMA@int?5@ 1008fb84 libvcruntime:undname.obj - 0002:0000ab8c ??_C@_05CJIMAING@long?5@ 1008fb8c libvcruntime:undname.obj - 0002:0000ab94 ??_C@_09EBBEKKIH@unsigned?5@ 1008fb94 libvcruntime:undname.obj - 0002:0000aba0 ??_C@_05BEFAKPML@void?5@ 1008fba0 libvcruntime:undname.obj - 0002:0000aba8 ??_C@_09GAIEOBLP@volatile?5@ 1008fba8 libvcruntime:undname.obj - 0002:0000abb4 ??_C@_08PABEKFH@volatile@ 1008fbb4 libvcruntime:undname.obj - 0002:0000abc0 ??_C@_0BA@LKIJLKPP@std?3?3nullptr_t?5@ 1008fbc0 libvcruntime:undname.obj - 0002:0000abd0 ??_C@_0P@GCOCNKDM@std?3?3nullptr_t@ 1008fbd0 libvcruntime:undname.obj - 0002:0000abe0 ??_C@_0L@EGPHHEKN@?$DMellipsis?$DO@ 1008fbe0 libvcruntime:undname.obj - 0002:0000abec ??_C@_04EENFHACM@?0?4?4?4@ 1008fbec libvcruntime:undname.obj - 0002:0000abf4 ??_C@_0M@ELJOJFFH@?0?$DMellipsis?$DO@ 1008fbf4 libvcruntime:undname.obj - 0002:0000ac00 ??_C@_09DNHFEOJI@?5noexcept@ 1008fc00 libvcruntime:undname.obj - 0002:0000ac0c ??_C@_03PBJBJNON@cpu@ 1008fc0c libvcruntime:undname.obj - 0002:0000ac10 ??_C@_03DCBBJBAA@amp@ 1008fc10 libvcruntime:undname.obj - 0002:0000ac14 ??_C@_04ENMBGAPA@char@ 1008fc14 libvcruntime:undname.obj - 0002:0000ac1c ??_C@_05BFKKPKCG@short@ 1008fc1c libvcruntime:undname.obj - 0002:0000ac24 ??_C@_03JBIPMCLC@int@ 1008fc24 libvcruntime:undname.obj - 0002:0000ac28 ??_C@_04GOKPGOLB@long@ 1008fc28 libvcruntime:undname.obj - 0002:0000ac30 ??_C@_05KNFBNCOH@float@ 1008fc30 libvcruntime:undname.obj - 0002:0000ac38 ??_C@_06BNJCAIGJ@double@ 1008fc38 libvcruntime:undname.obj - 0002:0000ac40 ??_C@_04DDKJGDCM@bool@ 1008fc40 libvcruntime:undname.obj - 0002:0000ac48 ??_C@_06EBGKOKIG@__int8@ 1008fc48 libvcruntime:undname.obj - 0002:0000ac50 ??_C@_07ICFHOGAF@__int16@ 1008fc50 libvcruntime:undname.obj - 0002:0000ac58 ??_C@_07OFLPPHGP@__int32@ 1008fc58 libvcruntime:undname.obj - 0002:0000ac60 ??_C@_07LFCOJCAC@__int64@ 1008fc60 libvcruntime:undname.obj - 0002:0000ac68 ??_C@_08GAHOLHEO@__int128@ 1008fc68 libvcruntime:undname.obj - 0002:0000ac74 ??_C@_09EEKGDCPH@?$DMunknown?$DO@ 1008fc74 libvcruntime:undname.obj - 0002:0000ac80 ??_C@_07CFHGOPCN@char8_t@ 1008fc80 libvcruntime:undname.obj - 0002:0000ac88 ??_C@_08HBIPOFJB@char16_t@ 1008fc88 libvcruntime:undname.obj - 0002:0000ac94 ??_C@_08IECNCBKG@char32_t@ 1008fc94 libvcruntime:undname.obj - 0002:0000aca0 ??_C@_07CLGGIAMF@wchar_t@ 1008fca0 libvcruntime:undname.obj - 0002:0000aca8 ??_C@_04HAPDLBFF@auto@ 1008fca8 libvcruntime:undname.obj - 0002:0000acb0 ??_C@_0P@LHCGKIGK@decltype?$CIauto?$CJ@ 1008fcb0 libvcruntime:undname.obj - 0002:0000acc0 ??_C@_05PCNBGHCF@this?5@ 1008fcc0 libvcruntime:undname.obj - 0002:0000acc8 ??_C@_06GCICPBLB@__w64?5@ 1008fcc8 libvcruntime:undname.obj - 0002:0000acd0 ??_C@_07NFANNNEC@UNKNOWN@ 1008fcd0 libvcruntime:undname.obj - 0002:0000acd8 ??_C@_07EDHNAJHC@signed?5@ 1008fcd8 libvcruntime:undname.obj - 0002:0000ace0 ??_C@_05BNCCCJPP@const@ 1008fce0 libvcruntime:undname.obj - 0002:0000ace8 ??_C@_09EFNPDFFP@?5volatile@ 1008fce8 libvcruntime:undname.obj - 0002:0000acf4 ??_C@_0P@GCIFDJCJ@?$GAunknown?5ecsu?8@ 1008fcf4 libvcruntime:undname.obj - 0002:0000ad04 ??_C@_06MOJHIBMG@union?5@ 1008fd04 libvcruntime:undname.obj - 0002:0000ad0c ??_C@_07DIBCDNGL@struct?5@ 1008fd0c libvcruntime:undname.obj - 0002:0000ad14 ??_C@_06LJBABKPM@class?5@ 1008fd14 libvcruntime:undname.obj - 0002:0000ad1c ??_C@_08KOFANOFK@coclass?5@ 1008fd1c libvcruntime:undname.obj - 0002:0000ad28 ??_C@_0N@DLIEFKNA@cointerface?5@ 1008fd28 libvcruntime:undname.obj - 0002:0000ad38 ??_C@_05LJGMCFOG@enum?5@ 1008fd38 libvcruntime:undname.obj - 0002:0000ad40 ??_C@_06LIJLOJAG@const?5@ 1008fd40 libvcruntime:undname.obj - 0002:0000ad48 ??_C@_02KJPKDIBN@?$CG?5@ 1008fd48 libvcruntime:undname.obj - 0002:0000ad4c ??_C@_03PCKGMOPB@?$CG?$CG?5@ 1008fd4c libvcruntime:undname.obj - 0002:0000ad50 ??_C@_0M@EALIELKG@cli?3?3array?$DM@ 1008fd50 libvcruntime:undname.obj - 0002:0000ad5c ??_C@_0O@GKABPPIF@cli?3?3pin_ptr?$DM@ 1008fd5c libvcruntime:undname.obj - 0002:0000ad6c ??_C@_02GOGNNPBN@?$CJ?$FL@ 1008fd6c libvcruntime:undname.obj - 0002:0000ad70 ??_C@_06EEGAIFAK@?$HLflat?$HN@ 1008fd70 libvcruntime:undname.obj - 0002:0000ad78 ??_C@_05JIBOFOHK@?$HLfor?5@ 1008fd78 libvcruntime:undname.obj - 0002:0000ad80 ??_C@_02MDINNEEG@s?5@ 1008fd80 libvcruntime:undname.obj - 0002:0000ad88 ??_7DNameNode@@6B@ 1008fd88 libvcruntime:undname.obj - 0002:0000ad9c ??_7charNode@@6B@ 1008fd9c libvcruntime:undname.obj - 0002:0000adb0 ??_7pcharNode@@6B@ 1008fdb0 libvcruntime:undname.obj - 0002:0000adc4 ??_7pDNameNode@@6B@ 1008fdc4 libvcruntime:undname.obj - 0002:0000add8 ??_7DNameStatusNode@@6B@ 1008fdd8 libvcruntime:undname.obj - 0002:0000adec ??_7pairNode@@6B@ 1008fdec libvcruntime:undname.obj - 0002:0000af00 ??_C@_04OKOHEJBO@?5?$DP?$DP?5@ 1008ff00 libvcruntime:undname.obj - 0002:0000af08 ?nodes@?1??make@DNameStatusNode@@SAPBV2@W4DNameStatus@@@Z@4QBV2@B 1008ff08 libvcruntime:undname.obj - 0002:0000af44 ??_C@_1DM@KHCHBNEB@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 1008ff44 libvcruntime:winapi_downlevel.obj - 0002:0000af80 ??_C@_1DK@LPPGFMPP@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 1008ff80 libvcruntime:winapi_downlevel.obj - 0002:0000afbc ??_C@_1BC@GDMECMAK@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA3?$AA2@ 1008ffbc libvcruntime:winapi_downlevel.obj - 0002:0000afd0 ??_C@_1BA@PFFKHIOG@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9@ 1008ffd0 libvcruntime:winapi_downlevel.obj - 0002:0000afe8 ??_C@_08KNHFBNJ@FlsAlloc@ 1008ffe8 libvcruntime:winapi_downlevel.obj - 0002:0000affc ??_C@_07PEJMOBNF@FlsFree@ 1008fffc libvcruntime:winapi_downlevel.obj - 0002:0000b00c ??_C@_0M@GDNOONDI@FlsGetValue@ 1009000c libvcruntime:winapi_downlevel.obj - 0002:0000b020 ??_C@_0M@JCPCPOEF@FlsSetValue@ 10090020 libvcruntime:winapi_downlevel.obj - 0002:0000b034 ??_C@_0BM@HCFOFFN@InitializeCriticalSectionEx@ 10090034 libvcruntime:winapi_downlevel.obj - 0002:0000b050 ?standard_lookup_table_spectre@__crt_stdio_output@@3V?$spectre_mitigated_lookup_table@Ustate_transition_pair@__crt_stdio_output@@$0IA@@1@B 10090050 libucrt:output.obj - 0002:0000b150 ?format_validation_lookup_table_spectre@__crt_stdio_output@@3V?$spectre_mitigated_lookup_table@Ustate_transition_pair@__crt_stdio_output@@$0IA@@1@B 10090150 libucrt:output.obj - 0002:0000b250 ??_C@_1O@CEDCILHN@?$AA?$CI?$AAn?$AAu?$AAl?$AAl?$AA?$CJ@ 10090250 libucrt:output.obj - 0002:0000b3c8 __real@8000000000000000 100903c8 libucrt:frexp.obj - 0002:0000b3d0 ?large_power_data@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBIB 100903d0 libucrt:strtod.obj - 0002:0000bcd8 ?large_power_indices@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBUunpack_index@?1??12@YA_N0I@Z@B 10090cd8 libucrt:strtod.obj - 0002:0000bd70 ?small_powers_of_ten@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBIB 10090d70 libucrt:strtod.obj - 0002:0000bd98 ??_C@_1GE@DPGDJKLM@?$AAm?$AAi?$AAn?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA?2?$AAc?$AAr?$AAt?$AAs?$AA?2@ 10090d98 libucrt:strtod.obj - 0002:0000be00 ??_C@_1FM@FELNCOBF@?$AA_?$AA_?$AAc?$AAr?$AAt?$AA_?$AAs?$AAt?$AAr?$AAt?$AAo?$AAx?$AA?3?$AA?3?$AAf@ 10090e00 libucrt:strtod.obj - 0002:0000be5c ??_C@_1BG@GEMHBGAF@?$AA_?$AAi?$AAs?$AA_?$AAd?$AAo?$AAu?$AAb?$AAl?$AAe@ 10090e5c libucrt:strtod.obj - 0002:0000be78 ??_C@_1FK@JOJELFFO@?$AA_?$AA_?$AAc?$AAr?$AAt?$AA_?$AAs?$AAt?$AAr?$AAt?$AAo?$AAx?$AA?3?$AA?3?$AAf@ 10090e78 libucrt:strtod.obj - 0002:0000bed4 ??_C@_1BI@BANMPGJI@?$AA?$CB?$AA_?$AAi?$AAs?$AA_?$AAd?$AAo?$AAu?$AAb?$AAl?$AAe@ 10090ed4 libucrt:strtod.obj - 0002:0000beec ?inf_uppercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10090eec libucrt:strtod.obj - 0002:0000bef0 ?inf_lowercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10090ef0 libucrt:strtod.obj - 0002:0000bef4 ?inity_uppercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10090ef4 libucrt:strtod.obj - 0002:0000befc ?inity_lowercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10090efc libucrt:strtod.obj - 0002:0000bf04 ?uppercase@?1???$parse_floating_point_possible_nan@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10090f04 libucrt:strtod.obj - 0002:0000bf08 ?lowercase@?1???$parse_floating_point_possible_nan@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10090f08 libucrt:strtod.obj - 0002:0000bf0c ?uppercase@?1???$parse_floating_point_possible_nan_is_snan@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 10090f0c libucrt:strtod.obj - 0002:0000bf14 ?lowercase@?1???$parse_floating_point_possible_nan_is_snan@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 10090f14 libucrt:strtod.obj - 0002:0000bf1c ?uppercase@?1???$parse_floating_point_possible_nan_is_ind@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 10090f1c libucrt:strtod.obj - 0002:0000bf20 ?lowercase@?1???$parse_floating_point_possible_nan_is_ind@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 10090f20 libucrt:strtod.obj - 0002:0000bff8 ___lc_category 10090ff8 libucrt:wsetlocale.obj - 0002:0000c040 ??_C@_1O@GIFLHMA@?$AAL?$AAC?$AA_?$AAA?$AAL?$AAL@ 10091040 libucrt:wsetlocale.obj - 0002:0000c050 ??_C@_1BG@PPOMIBNJ@?$AAL?$AAC?$AA_?$AAC?$AAO?$AAL?$AAL?$AAA?$AAT?$AAE@ 10091050 libucrt:wsetlocale.obj - 0002:0000c068 ??_C@_1BC@FFJGAPJM@?$AAL?$AAC?$AA_?$AAC?$AAT?$AAY?$AAP?$AAE@ 10091068 libucrt:wsetlocale.obj - 0002:0000c07c ??_C@_1BI@PCKFNJFB@?$AAL?$AAC?$AA_?$AAM?$AAO?$AAN?$AAE?$AAT?$AAA?$AAR?$AAY@ 1009107c libucrt:wsetlocale.obj - 0002:0000c094 ??_C@_1BG@ENIEDKID@?$AAL?$AAC?$AA_?$AAN?$AAU?$AAM?$AAE?$AAR?$AAI?$AAC@ 10091094 libucrt:wsetlocale.obj - 0002:0000c0ac ??_C@_1BA@HAAOMIIG@?$AAL?$AAC?$AA_?$AAT?$AAI?$AAM?$AAE@ 100910ac libucrt:wsetlocale.obj - 0002:0000c0bc ??_C@_15NBPDDFIP@?$AA?$DN?$AA?$DL@ 100910bc libucrt:wsetlocale.obj - 0002:0000c0c4 ??_C@_13PJJBFPED@?$AA?$DL@ 100910c4 libucrt:wsetlocale.obj - 0002:0000c0c8 ??_C@_13NMPKAAJP@?$AA?$DN@ 100910c8 libucrt:wsetlocale.obj - 0002:0000c0cc ??_C@_13IMODFHAA@?$AA?9@ 100910cc libucrt:wsetlocale.obj - 0002:0000c0d0 ??_C@_17EFJLDFDO@?$AA?9?$AA_?$AA?4@ 100910d0 libucrt:wsetlocale.obj - 0002:0000c0d8 ??_C@_13FHBKNHDA@?$AAC@ 100910d8 libucrt:wsetlocale.obj - 0002:0000c0dc ??_C@_17MBJJLFDM@?$AA_?$AA?4?$AA?0@ 100910dc libucrt:wsetlocale.obj - 0002:0000c0e4 ??_C@_13ENNFDPBH@?$AA_@ 100910e4 libucrt:wsetlocale.obj - 0002:0000c0e8 ??_C@_13JOFGPIOO@?$AA?4@ 100910e8 libucrt:wsetlocale.obj - 0002:0000c0f0 ___lc_time_c 100910f0 libucrt:nlsdata.obj - 0002:0000c254 ??_C@_03KOEHGMDN@Sun@ 10091254 libucrt:nlsdata.obj - 0002:0000c258 ??_C@_03PDAGKDH@Mon@ 10091258 libucrt:nlsdata.obj - 0002:0000c25c ??_C@_03NAGEINEP@Tue@ 1009125c libucrt:nlsdata.obj - 0002:0000c260 ??_C@_03MHOMLAJA@Wed@ 10091260 libucrt:nlsdata.obj - 0002:0000c264 ??_C@_03IOFIKPDN@Thu@ 10091264 libucrt:nlsdata.obj - 0002:0000c268 ??_C@_03IDIOELNC@Fri@ 10091268 libucrt:nlsdata.obj - 0002:0000c26c ??_C@_03FEFJNEK@Sat@ 1009126c libucrt:nlsdata.obj - 0002:0000c270 ??_C@_06OOPIFAJ@Sunday@ 10091270 libucrt:nlsdata.obj - 0002:0000c278 ??_C@_06JLEDEDGH@Monday@ 10091278 libucrt:nlsdata.obj - 0002:0000c280 ??_C@_07BAAGCFCM@Tuesday@ 10091280 libucrt:nlsdata.obj - 0002:0000c288 ??_C@_09DLIGFAKA@Wednesday@ 10091288 libucrt:nlsdata.obj - 0002:0000c294 ??_C@_08HACCIKIA@Thursday@ 10091294 libucrt:nlsdata.obj - 0002:0000c2a0 ??_C@_06JECMNKMI@Friday@ 100912a0 libucrt:nlsdata.obj - 0002:0000c2a8 ??_C@_08INBOOONO@Saturday@ 100912a8 libucrt:nlsdata.obj - 0002:0000c2b4 ??_C@_03JIHJHPIE@Jan@ 100912b4 libucrt:nlsdata.obj - 0002:0000c2b8 ??_C@_03HJBDCHOM@Feb@ 100912b8 libucrt:nlsdata.obj - 0002:0000c2bc ??_C@_03ODNJBKGA@Mar@ 100912bc libucrt:nlsdata.obj - 0002:0000c2c0 ??_C@_03LEOLGMJP@Apr@ 100912c0 libucrt:nlsdata.obj - 0002:0000c2c4 ??_C@_03CNMDKL@May@ 100912c4 libucrt:nlsdata.obj - 0002:0000c2c8 ??_C@_03IDFGHECI@Jun@ 100912c8 libucrt:nlsdata.obj - 0002:0000c2cc ??_C@_03LBGABGKK@Jul@ 100912cc libucrt:nlsdata.obj - 0002:0000c2d0 ??_C@_03IFJFEIGA@Aug@ 100912d0 libucrt:nlsdata.obj - 0002:0000c2d4 ??_C@_03GGCAPAJC@Sep@ 100912d4 libucrt:nlsdata.obj - 0002:0000c2d8 ??_C@_03BMAOKBAD@Oct@ 100912d8 libucrt:nlsdata.obj - 0002:0000c2dc ??_C@_03JPJOFNIA@Nov@ 100912dc libucrt:nlsdata.obj - 0002:0000c2e0 ??_C@_03MKABNOCG@Dec@ 100912e0 libucrt:nlsdata.obj - 0002:0000c2e4 ??_C@_07CGJPFGJA@January@ 100912e4 libucrt:nlsdata.obj - 0002:0000c2ec ??_C@_08GNJGEPFN@February@ 100912ec libucrt:nlsdata.obj - 0002:0000c2f8 ??_C@_05HPCKOFNC@March@ 100912f8 libucrt:nlsdata.obj - 0002:0000c300 ??_C@_05DMJDNLEJ@April@ 10091300 libucrt:nlsdata.obj - 0002:0000c308 ??_C@_04CNLMGBGM@June@ 10091308 libucrt:nlsdata.obj - 0002:0000c310 ??_C@_04MIEPOIFP@July@ 10091310 libucrt:nlsdata.obj - 0002:0000c318 ??_C@_06LBBHFDDG@August@ 10091318 libucrt:nlsdata.obj - 0002:0000c320 ??_C@_09BHHEALKD@September@ 10091320 libucrt:nlsdata.obj - 0002:0000c32c ??_C@_07JJNFCEND@October@ 1009132c libucrt:nlsdata.obj - 0002:0000c334 ??_C@_08HCHEGEOA@November@ 10091334 libucrt:nlsdata.obj - 0002:0000c340 ??_C@_08EDHMEBNP@December@ 10091340 libucrt:nlsdata.obj - 0002:0000c34c ??_C@_02DEDBPAFC@AM@ 1009134c libucrt:nlsdata.obj - 0002:0000c350 ??_C@_02CJNFDJBF@PM@ 10091350 libucrt:nlsdata.obj - 0002:0000c354 ??_C@_08BPBNCDIB@MM?1dd?1yy@ 10091354 libucrt:nlsdata.obj - 0002:0000c360 ??_C@_0BE@CKGJFCPC@dddd?0?5MMMM?5dd?0?5yyyy@ 10091360 libucrt:nlsdata.obj - 0002:0000c374 ??_C@_08JCCMCCIL@HH?3mm?3ss@ 10091374 libucrt:nlsdata.obj - 0002:0000c380 ??_C@_17MBGCMIPB@?$AAS?$AAu?$AAn@ 10091380 libucrt:nlsdata.obj - 0002:0000c388 ??_C@_17KBOMKBF@?$AAM?$AAo?$AAn@ 10091388 libucrt:nlsdata.obj - 0002:0000c390 ??_C@_17BMKGEGOJ@?$AAT?$AAu?$AAe@ 10091390 libucrt:nlsdata.obj - 0002:0000c398 ??_C@_17CJEDCEPE@?$AAW?$AAe?$AAd@ 10091398 libucrt:nlsdata.obj - 0002:0000c3a0 ??_C@_17PDPHAADD@?$AAT?$AAh?$AAu@ 100913a0 libucrt:nlsdata.obj - 0002:0000c3a8 ??_C@_17HFOLPPLP@?$AAF?$AAr?$AAi@ 100913a8 libucrt:nlsdata.obj - 0002:0000c3b0 ??_C@_17GGIBDPIH@?$AAS?$AAa?$AAt@ 100913b0 libucrt:nlsdata.obj - 0002:0000c3b8 ??_C@_1O@IHNHDHPB@?$AAS?$AAu?$AAn?$AAd?$AAa?$AAy@ 100913b8 libucrt:nlsdata.obj - 0002:0000c3c8 ??_C@_1O@MMNBFLIA@?$AAM?$AAo?$AAn?$AAd?$AAa?$AAy@ 100913c8 libucrt:nlsdata.obj - 0002:0000c3d8 ??_C@_1BA@ENFBFFEK@?$AAT?$AAu?$AAe?$AAs?$AAd?$AAa?$AAy@ 100913d8 libucrt:nlsdata.obj - 0002:0000c3e8 ??_C@_1BE@EBOGMDOH@?$AAW?$AAe?$AAd?$AAn?$AAe?$AAs?$AAd?$AAa?$AAy@ 100913e8 libucrt:nlsdata.obj - 0002:0000c3fc ??_C@_1BC@HHMNLIHE@?$AAT?$AAh?$AAu?$AAr?$AAs?$AAd?$AAa?$AAy@ 100913fc libucrt:nlsdata.obj - 0002:0000c410 ??_C@_1O@PDICJHAG@?$AAF?$AAr?$AAi?$AAd?$AAa?$AAy@ 10091410 libucrt:nlsdata.obj - 0002:0000c420 ??_C@_1BC@ENMNNPAJ@?$AAS?$AAa?$AAt?$AAu?$AAr?$AAd?$AAa?$AAy@ 10091420 libucrt:nlsdata.obj - 0002:0000c434 ??_C@_17DKNBKCHM@?$AAJ?$AAa?$AAn@ 10091434 libucrt:nlsdata.obj - 0002:0000c43c ??_C@_17LMDJEKJN@?$AAF?$AAe?$AAb@ 1009143c libucrt:nlsdata.obj - 0002:0000c444 ??_C@_17CKNLEDEC@?$AAM?$AAa?$AAr@ 10091444 libucrt:nlsdata.obj - 0002:0000c44c ??_C@_17LFPOIHDD@?$AAA?$AAp?$AAr@ 1009144c libucrt:nlsdata.obj - 0002:0000c454 ??_C@_17PNNKMEED@?$AAM?$AAa?$AAy@ 10091454 libucrt:nlsdata.obj - 0002:0000c45c ??_C@_17KCJGOCPB@?$AAJ?$AAu?$AAn@ 1009145c libucrt:nlsdata.obj - 0002:0000c464 ??_C@_17IJPCKHK@?$AAJ?$AAu?$AAl@ 10091464 libucrt:nlsdata.obj - 0002:0000c46c ??_C@_17ICPELBCN@?$AAA?$AAu?$AAg@ 1009146c libucrt:nlsdata.obj - 0002:0000c474 ??_C@_17HCHCOKMG@?$AAS?$AAe?$AAp@ 10091474 libucrt:nlsdata.obj - 0002:0000c47c ??_C@_17FNLKOI@?$AAO?$AAc?$AAt@ 1009147c libucrt:nlsdata.obj - 0002:0000c484 ??_C@_17BBDMLCIG@?$AAN?$AAo?$AAv@ 10091484 libucrt:nlsdata.obj - 0002:0000c48c ??_C@_17EGKACKIF@?$AAD?$AAe?$AAc@ 1009148c libucrt:nlsdata.obj - 0002:0000c494 ??_C@_1BA@EFMEIEBA@?$AAJ?$AAa?$AAn?$AAu?$AAa?$AAr?$AAy@ 10091494 libucrt:nlsdata.obj - 0002:0000c4a4 ??_C@_1BC@JGDDFFAM@?$AAF?$AAe?$AAb?$AAr?$AAu?$AAa?$AAr?$AAy@ 100914a4 libucrt:nlsdata.obj - 0002:0000c4b8 ??_C@_1M@IKEENEDF@?$AAM?$AAa?$AAr?$AAc?$AAh@ 100914b8 libucrt:nlsdata.obj - 0002:0000c4c4 ??_C@_1M@GJNLMHFD@?$AAA?$AAp?$AAr?$AAi?$AAl@ 100914c4 libucrt:nlsdata.obj - 0002:0000c4d0 ??_C@_19EPFLPGAP@?$AAJ?$AAu?$AAn?$AAe@ 100914d0 libucrt:nlsdata.obj - 0002:0000c4dc ??_C@_19BIFMLPCD@?$AAJ?$AAu?$AAl?$AAy@ 100914dc libucrt:nlsdata.obj - 0002:0000c4e8 ??_C@_1O@PAHLKOAC@?$AAA?$AAu?$AAg?$AAu?$AAs?$AAt@ 100914e8 libucrt:nlsdata.obj - 0002:0000c4f8 ??_C@_1BE@DKAAMBJL@?$AAS?$AAe?$AAp?$AAt?$AAe?$AAm?$AAb?$AAe?$AAr@ 100914f8 libucrt:nlsdata.obj - 0002:0000c50c ??_C@_1BA@EPANDLNG@?$AAO?$AAc?$AAt?$AAo?$AAb?$AAe?$AAr@ 1009150c libucrt:nlsdata.obj - 0002:0000c51c ??_C@_1BC@BGLIFPF@?$AAN?$AAo?$AAv?$AAe?$AAm?$AAb?$AAe?$AAr@ 1009151c libucrt:nlsdata.obj - 0002:0000c530 ??_C@_1BC@FEMKIFH@?$AAD?$AAe?$AAc?$AAe?$AAm?$AAb?$AAe?$AAr@ 10091530 libucrt:nlsdata.obj - 0002:0000c544 ??_C@_15ODEHAHHF@?$AAA?$AAM@ 10091544 libucrt:nlsdata.obj - 0002:0000c54c ??_C@_15CLMNNGEL@?$AAP?$AAM@ 1009154c libucrt:nlsdata.obj - 0002:0000c554 ??_C@_1BC@IEBCMHCM@?$AAM?$AAM?$AA?1?$AAd?$AAd?$AA?1?$AAy?$AAy@ 10091554 libucrt:nlsdata.obj - 0002:0000c568 ??_C@_1CI@KNAKOEBC@?$AAd?$AAd?$AAd?$AAd?$AA?0?$AA?5?$AAM?$AAM?$AAM?$AAM?$AA?5?$AAd?$AAd?$AA?0?$AA?5@ 10091568 libucrt:nlsdata.obj - 0002:0000c590 ??_C@_1BC@GDGBMEMK@?$AAH?$AAH?$AA?3?$AAm?$AAm?$AA?3?$AAs?$AAs@ 10091590 libucrt:nlsdata.obj - 0002:0000c5a4 ??_C@_1M@BMHNFIME@?$AAe?$AAn?$AA?9?$AAU?$AAS@ 100915a4 libucrt:nlsdata.obj - 0002:0000c5b0 ??_C@_13CGOKJPIL@?$AA?1@ 100915b0 libucrt:winapi_thunks.obj - 0002:0000c610 ??_C@_1EA@JGEFHKEI@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10091610 libucrt:winapi_thunks.obj - 0002:0000c650 ??_C@_1DI@KMEPCBPN@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10091650 libucrt:winapi_thunks.obj - 0002:0000c688 ??_C@_1DI@IJCEHOCB@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10091688 libucrt:winapi_thunks.obj - 0002:0000c6c0 ??_C@_1EI@MPIAOHOC@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 100916c0 libucrt:winapi_thunks.obj - 0002:0000c708 ??_C@_1FK@FPHCKFIE@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10091708 libucrt:winapi_thunks.obj - 0002:0000c768 ??_C@_1EM@DILCGIIO@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10091768 libucrt:winapi_thunks.obj - 0002:0000c7b4 ??_C@_1DM@LNCGDDPN@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 100917b4 libucrt:winapi_thunks.obj - 0002:0000c7f0 ??_C@_1DO@FPAPJEMD@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 100917f0 libucrt:winapi_thunks.obj - 0002:0000c830 ??_C@_1DK@NDHNAHIO@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10091830 libucrt:winapi_thunks.obj - 0002:0000c86c ??_C@_1DM@KGHDGBCM@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 1009186c libucrt:winapi_thunks.obj - 0002:0000c8a8 ??_C@_1EO@IJIOEFOH@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAr?$AAt?$AAc?$AAo@ 100918a8 libucrt:winapi_thunks.obj - 0002:0000c8f8 ??_C@_1FG@HHGEKANL@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAs?$AAe?$AAc?$AAu@ 100918f8 libucrt:winapi_thunks.obj - 0002:0000c950 ??_C@_1EG@DBIOJECG@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAn?$AAt?$AAu?$AAs@ 10091950 libucrt:winapi_thunks.obj - 0002:0000c998 ??_C@_1EO@FIHMJCLF@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAn?$AAt?$AAu?$AAs@ 10091998 libucrt:winapi_thunks.obj - 0002:0000c9e8 ??_C@_1BC@DNHGCMLG@?$AAa?$AAd?$AAv?$AAa?$AAp?$AAi?$AA3?$AA2@ 100919e8 libucrt:winapi_thunks.obj - 0002:0000c9fc ??_C@_1BG@CJPGBMEF@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AAb?$AAa?$AAs?$AAe@ 100919fc libucrt:winapi_thunks.obj - 0002:0000ca14 ??_C@_1M@OAIMIKLP@?$AAn?$AAt?$AAd?$AAl?$AAl@ 10091a14 libucrt:winapi_thunks.obj - 0002:0000ca20 ??_C@_1EG@DPGNFKGC@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAa?$AAp?$AAp?$AAm@ 10091a20 libucrt:winapi_thunks.obj - 0002:0000ca68 ??_C@_1O@BCCLBEOE@?$AAu?$AAs?$AAe?$AAr?$AA3?$AA2@ 10091a68 libucrt:winapi_thunks.obj - 0002:0000ca78 ??_C@_1DM@BPJLHKCE@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10091a78 libucrt:winapi_thunks.obj - 0002:0000cab4 ??_C@_1BA@IAIFMGEF@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9@ 10091ab4 libucrt:winapi_thunks.obj - 0002:0000cac8 ??_C@_0BA@FHFNEAED@AreFileApisANSI@ 10091ac8 libucrt:winapi_thunks.obj - 0002:0000cae0 ??_C@_0BA@IHGNDAEB@CompareStringEx@ 10091ae0 libucrt:winapi_thunks.obj - 0002:0000caf8 ??_C@_0BE@LJANKFHF@EnumSystemLocalesEx@ 10091af8 libucrt:winapi_thunks.obj - 0002:0000cb14 ??_C@_0BA@EPCJIIPD@GetDateFormatEx@ 10091b14 libucrt:winapi_thunks.obj - 0002:0000cb24 ??_C@_0O@NNMIPI@GetTempPath2W@ 10091b24 libucrt:winapi_thunks.obj - 0002:0000cb3c ??_C@_0BA@ONOKGCMP@GetLocaleInfoEx@ 10091b3c libucrt:winapi_thunks.obj - 0002:0000cb4c ??_C@_0BP@FPNJPEJC@GetSystemTimePreciseAsFileTime@ 10091b4c libucrt:winapi_thunks.obj - 0002:0000cb74 ??_C@_0BA@CIJJKCJJ@GetTimeFormatEx@ 10091b74 libucrt:winapi_thunks.obj - 0002:0000cb8c ??_C@_0BJ@PBCCBIPI@GetUserDefaultLocaleName@ 10091b8c libucrt:winapi_thunks.obj - 0002:0000cbb8 ??_C@_0BC@CELBKLLA@IsValidLocaleName@ 10091bb8 libucrt:winapi_thunks.obj - 0002:0000cbd4 ??_C@_0O@KKBNKAPF@LCMapStringEx@ 10091bd4 libucrt:winapi_thunks.obj - 0002:0000cbec ??_C@_0BB@CDHDDLLP@LCIDToLocaleName@ 10091bec libucrt:winapi_thunks.obj - 0002:0000cc08 ??_C@_0BB@HBDEELFH@LocaleNameToLCID@ 10091c08 libucrt:winapi_thunks.obj - 0002:0000cc20 ??_C@_0CF@OJOFEIGO@AppPolicyGetProcessTerminationM@ 10091c20 libucrt:winapi_thunks.obj - 0002:0000cca8 ??_C@_03OEIAHPBN@INF@ 10091ca8 libucrt:cvt.obj - 0002:0000ccac ??_C@_03OJHLLCGB@inf@ 10091cac libucrt:cvt.obj - 0002:0000ccb0 ??_C@_03LKNCIKJB@NAN@ 10091cb0 libucrt:cvt.obj - 0002:0000ccb4 ??_C@_03LHCJEHON@nan@ 10091cb4 libucrt:cvt.obj - 0002:0000ccb8 ??_C@_09OFJJIMPC@NAN?$CISNAN?$CJ@ 10091cb8 libucrt:cvt.obj - 0002:0000ccc4 ??_C@_09IPFBKMDL@nan?$CIsnan?$CJ@ 10091cc4 libucrt:cvt.obj - 0002:0000ccd0 ??_C@_08IKHNHAJ@NAN?$CIIND?$CJ@ 10091cd0 libucrt:cvt.obj - 0002:0000ccdc ??_C@_08OFCDMILK@nan?$CIind?$CJ@ 10091cdc libucrt:cvt.obj - 0002:0000cce8 ??_C@_05KLBDPFGC@e?$CL000@ 10091ce8 libucrt:cvt.obj - 0002:0000cdd8 ??_C@_03KHJOGHMM@exp@ 10091dd8 libucrt:fpexcept.obj - 0002:0000cddc ??_C@_03JGHBODFD@pow@ 10091ddc libucrt:fpexcept.obj - 0002:0000cde0 ??_C@_03MGHMBJCF@log@ 10091de0 libucrt:fpexcept.obj - 0002:0000cde4 ??_C@_05HGHHAHAP@log10@ 10091de4 libucrt:fpexcept.obj - 0002:0000cdec ??_C@_04COOMCNPB@sinh@ 10091dec libucrt:fpexcept.obj - 0002:0000cdf4 ??_C@_04HPJJNFIM@cosh@ 10091df4 libucrt:fpexcept.obj - 0002:0000cdfc ??_C@_04FJHINJAO@tanh@ 10091dfc libucrt:fpexcept.obj - 0002:0000ce04 ??_C@_04FIHNOPOL@asin@ 10091e04 libucrt:fpexcept.obj - 0002:0000ce0c ??_C@_04PDIFKINK@acos@ 10091e0c libucrt:fpexcept.obj - 0002:0000ce14 ??_C@_04MLLJIGOK@atan@ 10091e14 libucrt:fpexcept.obj - 0002:0000ce1c ??_C@_05KNGEOGJB@atan2@ 10091e1c libucrt:fpexcept.obj - 0002:0000ce24 ??_C@_04EIAKFFMI@sqrt@ 10091e24 libucrt:fpexcept.obj - 0002:0000ce2c ??_C@_03BLEJJJBH@sin@ 10091e2c libucrt:fpexcept.obj - 0002:0000ce30 ??_C@_03LALBNOCG@cos@ 10091e30 libucrt:fpexcept.obj - 0002:0000ce34 ??_C@_03IIINPABG@tan@ 10091e34 libucrt:fpexcept.obj - 0002:0000ce38 ??_C@_04GFPJNGEK@ceil@ 10091e38 libucrt:fpexcept.obj - 0002:0000ce40 ??_C@_05PBJFFIGL@floor@ 10091e40 libucrt:fpexcept.obj - 0002:0000ce48 ??_C@_04ODHECPBC@fabs@ 10091e48 libucrt:fpexcept.obj - 0002:0000ce50 ??_C@_04EHEDPDJG@modf@ 10091e50 libucrt:fpexcept.obj - 0002:0000ce58 ??_C@_05CEJMAHNP@ldexp@ 10091e58 libucrt:fpexcept.obj - 0002:0000ce60 ??_C@_05KBKMEMPO@_cabs@ 10091e60 libucrt:fpexcept.obj - 0002:0000ce68 ??_C@_06MEIMCGCF@_hypot@ 10091e68 libucrt:fpexcept.obj - 0002:0000ce70 ??_C@_04KEPJIHGP@fmod@ 10091e70 libucrt:fpexcept.obj - 0002:0000ce78 ??_C@_05GKKHEGJL@frexp@ 10091e78 libucrt:fpexcept.obj - 0002:0000ce80 ??_C@_03MJLDFKDL@_y0@ 10091e80 libucrt:fpexcept.obj - 0002:0000ce84 ??_C@_03NAKIGLHK@_y1@ 10091e84 libucrt:fpexcept.obj - 0002:0000ce88 ??_C@_03ONILCKOB@_yn@ 10091e88 libucrt:fpexcept.obj - 0002:0000ce8c ??_C@_05JGDBENOH@_logb@ 10091e8c libucrt:fpexcept.obj - 0002:0000ce94 ??_C@_0L@KDOEJCKC@_nextafter@ 10091e94 libucrt:fpexcept.obj - 0002:0000cea0 __d_inf 10091ea0 libucrt:util.obj - 0002:0000cea8 __d_max 10091ea8 libucrt:util.obj - 0002:0000ceb0 __d_mzero 10091eb0 libucrt:util.obj - 0002:0000ced0 ??_C@_1BI@BGOHAHKC@?$AAm?$AAs?$AAc?$AAo?$AAr?$AAe?$AAe?$AA?4?$AAd?$AAl?$AAl@ 10091ed0 libucrt:exit.obj - 0002:0000cee8 ??_C@_0P@MIGLKIOC@CorExitProcess@ 10091ee8 libucrt:exit.obj - 0002:0000cef8 ___newctype 10091ef8 libucrt:ctype.obj - 0002:0000d1f8 ___newclmap 100921f8 libucrt:ctype.obj - 0002:0000d378 ___newcumap 10092378 libucrt:ctype.obj - 0002:0000d4f8 __wctype 100924f8 libucrt:ctype.obj - 0002:0000d6fc ??_C@_15HNJCPLHL@?$AAT?$AAZ@ 100926fc libucrt:tzset.obj - 0002:0000d704 ??_C@_1M@PBPMMENC@?$AAa?$AAm?$AA?1?$AAp?$AAm@ 10092704 libucrt:wcsftime.obj - 0002:0000d710 ??_C@_17BLFJJHMM@?$AAa?$AA?1?$AAp@ 10092710 libucrt:wcsftime.obj - 0002:0000d718 ??_C@_13HOIJIPNN@?$AA?5@ 10092718 libucrt:wcsftime.obj - 0002:0000d71c ??_C@_13LBAGMAIH@?$AA?6@ 1009271c libucrt:wcsftime.obj - 0002:0000d720 ??_C@_13EBCNDICG@?$AA?3@ 10092720 libucrt:wcsftime.obj - 0002:0000d724 ??_C@_13KDLDGPGJ@?$AA?7@ 10092724 libucrt:wcsftime.obj - 0002:0000d728 ??_C@_13KJIIAINM@?$AA?$CL@ 10092728 libucrt:wcsftime.obj - 0002:0000d72c ??_C@_13EJFHHPOP@?$AA?$CF@ 1009272c libucrt:wcsftime.obj - 0002:0000d740 ??_C@_1M@HPNHIDJI@?$AAj?$AAa?$AA?9?$AAJ?$AAP@ 10092740 libucrt:mbctype.obj - 0002:0000d74c ??_C@_1M@BIBDDEMK@?$AAz?$AAh?$AA?9?$AAC?$AAN@ 1009274c libucrt:mbctype.obj - 0002:0000d758 ??_C@_1M@JLOOOEGK@?$AAk?$AAo?$AA?9?$AAK?$AAR@ 10092758 libucrt:mbctype.obj - 0002:0000d764 ??_C@_1M@CLNBBOPM@?$AAz?$AAh?$AA?9?$AAT?$AAW@ 10092764 libucrt:mbctype.obj - 0002:0000d770 ___acrt_exception_action_table 10092770 libucrt:exception_filter.obj - 0002:0000d800 ___acrt_signal_action_table_count 10092800 libucrt:exception_filter.obj - 0002:0000d804 ___acrt_signal_action_first_fpe_index 10092804 libucrt:exception_filter.obj - 0002:0000d808 ___acrt_signal_action_fpe_count 10092808 libucrt:exception_filter.obj - 0002:0000d810 ___acrt_rg_language 10092810 libucrt:get_qualified_locale.obj - 0002:0000db1c ___acrt_rg_language_count 10092b1c libucrt:get_qualified_locale.obj - 0002:0000db20 ___acrt_rg_country 10092b20 libucrt:get_qualified_locale.obj - 0002:0000dc34 ___acrt_rg_country_count 10092c34 libucrt:get_qualified_locale.obj - 0002:0000dc38 ??_C@_1BC@LLOKLNP@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn@ 10092c38 libucrt:get_qualified_locale.obj - 0002:0000dc4c ??_C@_1CC@HEIGCDGG@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn?$AA?5?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs@ 10092c4c libucrt:get_qualified_locale.obj - 0002:0000dc70 ??_C@_1CC@IHCNOMIN@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn?$AA?9?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs@ 10092c70 libucrt:get_qualified_locale.obj - 0002:0000dc94 ??_C@_1BG@GKAGPCGG@?$AAa?$AAu?$AAs?$AAt?$AAr?$AAa?$AAl?$AAi?$AAa?$AAn@ 10092c94 libucrt:get_qualified_locale.obj - 0002:0000dcac ??_C@_1BA@GMENCENF@?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 10092cac libucrt:get_qualified_locale.obj - 0002:0000dcbc ??_C@_1BC@PJMIIAAN@?$AAc?$AAa?$AAn?$AAa?$AAd?$AAi?$AAa?$AAn@ 10092cbc libucrt:get_qualified_locale.obj - 0002:0000dcd0 ??_C@_17NOIMNFBF@?$AAc?$AAh?$AAh@ 10092cd0 libucrt:get_qualified_locale.obj - 0002:0000dcd8 ??_C@_17GGDALCHA@?$AAc?$AAh?$AAi@ 10092cd8 libucrt:get_qualified_locale.obj - 0002:0000dce0 ??_C@_1BA@NPNJKIBL@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe@ 10092ce0 libucrt:get_qualified_locale.obj - 0002:0000dcf0 ??_C@_1CC@DINBAMMJ@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAh?$AAo?$AAn?$AAg?$AAk?$AAo?$AAn@ 10092cf0 libucrt:get_qualified_locale.obj - 0002:0000dd14 ??_C@_1CG@IOBJPACO@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAs?$AAi?$AAm?$AAp?$AAl?$AAi?$AAf@ 10092d14 libucrt:get_qualified_locale.obj - 0002:0000dd3c ??_C@_1CE@GAJNDCKG@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAs?$AAi?$AAn?$AAg?$AAa?$AAp?$AAo@ 10092d3c libucrt:get_qualified_locale.obj - 0002:0000dd60 ??_C@_1CI@PAJPIOOD@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAt?$AAr?$AAa?$AAd?$AAi?$AAt?$AAi@ 10092d60 libucrt:get_qualified_locale.obj - 0002:0000dd88 ??_C@_1BM@NILJBMMD@?$AAd?$AAu?$AAt?$AAc?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 10092d88 libucrt:get_qualified_locale.obj - 0002:0000dda4 ??_C@_1CC@OOJPJNEJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa@ 10092da4 libucrt:get_qualified_locale.obj - 0002:0000ddc8 ??_C@_1BI@IOLFEEM@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAu?$AAs@ 10092dc8 libucrt:get_qualified_locale.obj - 0002:0000dde0 ??_C@_1BO@HFFNLENJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAi?$AAz?$AAe@ 10092de0 libucrt:get_qualified_locale.obj - 0002:0000de00 ??_C@_1BI@HAPKJMPO@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAa?$AAn@ 10092e00 libucrt:get_qualified_locale.obj - 0002:0000de18 ??_C@_1CE@HLNDMIOJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAa?$AAr?$AAi?$AAb?$AAb?$AAe@ 10092e18 libucrt:get_qualified_locale.obj - 0002:0000de3c ??_C@_1BI@LDHJHHAC@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAi?$AAr?$AAe@ 10092e3c libucrt:get_qualified_locale.obj - 0002:0000de54 ??_C@_1CA@NJMMCFOC@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAj?$AAa?$AAm?$AAa?$AAi?$AAc?$AAa@ 10092e54 libucrt:get_qualified_locale.obj - 0002:0000de74 ??_C@_1BG@BHJEBBGG@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAn?$AAz@ 10092e74 libucrt:get_qualified_locale.obj - 0002:0000de8c ??_C@_1CK@FGOEJJCO@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAa@ 10092e8c libucrt:get_qualified_locale.obj - 0002:0000deb8 ??_C@_1DE@PDBJPCJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAt?$AAr?$AAi?$AAn?$AAi?$AAd?$AAa@ 10092eb8 libucrt:get_qualified_locale.obj - 0002:0000deec ??_C@_1BG@JGCANDME@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAk@ 10092eec libucrt:get_qualified_locale.obj - 0002:0000df04 ??_C@_1BG@DINKMLE@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAs@ 10092f04 libucrt:get_qualified_locale.obj - 0002:0000df1c ??_C@_1BI@NMFDBHJE@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAs?$AAa@ 10092f1c libucrt:get_qualified_locale.obj - 0002:0000df34 ??_C@_1BO@OIHKJKII@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 10092f34 libucrt:get_qualified_locale.obj - 0002:0000df54 ??_C@_1CA@NKAELJKI@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAc?$AAa?$AAn?$AAa?$AAd?$AAi?$AAa?$AAn@ 10092f54 libucrt:get_qualified_locale.obj - 0002:0000df74 ??_C@_1CE@MGKCNLGN@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAl?$AAu?$AAx?$AAe?$AAm?$AAb?$AAo?$AAu@ 10092f74 libucrt:get_qualified_locale.obj - 0002:0000df98 ??_C@_1BK@CEGEAILM@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 10092f98 libucrt:get_qualified_locale.obj - 0002:0000dfb4 ??_C@_1CA@PAFKEOCC@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAa?$AAu?$AAs?$AAt?$AAr?$AAi?$AAa?$AAn@ 10092fb4 libucrt:get_qualified_locale.obj - 0002:0000dfd4 ??_C@_1CI@HCFHGOFD@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAl?$AAi?$AAc?$AAh?$AAt?$AAe?$AAn?$AAs@ 10092fd4 libucrt:get_qualified_locale.obj - 0002:0000dffc ??_C@_1CE@FEDDNPDG@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAl?$AAu?$AAx?$AAe?$AAm?$AAb?$AAo?$AAu@ 10092ffc libucrt:get_qualified_locale.obj - 0002:0000e020 ??_C@_1BK@LIMINNMN@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 10093020 libucrt:get_qualified_locale.obj - 0002:0000e03c ??_C@_1BM@LGMDBEPD@?$AAi?$AAr?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh@ 1009303c libucrt:get_qualified_locale.obj - 0002:0000e058 ??_C@_1BM@NNCFBAEE@?$AAi?$AAt?$AAa?$AAl?$AAi?$AAa?$AAn?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 10093058 libucrt:get_qualified_locale.obj - 0002:0000e074 ??_C@_1BE@FEDJNPIB@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn@ 10093074 libucrt:get_qualified_locale.obj - 0002:0000e088 ??_C@_1CC@CILKDEIE@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn?$AA?9?$AAb?$AAo?$AAk?$AAm?$AAa@ 10093088 libucrt:get_qualified_locale.obj - 0002:0000e0ac ??_C@_1CE@DHMMHEPL@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn?$AA?9?$AAn?$AAy?$AAn?$AAo?$AAr@ 100930ac libucrt:get_qualified_locale.obj - 0002:0000e0d0 ??_C@_1CK@OPNMHECD@?$AAp?$AAo?$AAr?$AAt?$AAu?$AAg?$AAu?$AAe?$AAs?$AAe?$AA?9?$AAb?$AAr?$AAa?$AAz@ 100930d0 libucrt:get_qualified_locale.obj - 0002:0000e0fc ??_C@_1CE@KEEHCDB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAr?$AAg?$AAe?$AAn?$AAt?$AAi@ 100930fc libucrt:get_qualified_locale.obj - 0002:0000e120 ??_C@_1CA@GIAOLHJD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAb?$AAo?$AAl?$AAi?$AAv?$AAi?$AAa@ 10093120 libucrt:get_qualified_locale.obj - 0002:0000e140 ??_C@_1BM@OJNDFNPD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAh?$AAi?$AAl?$AAe@ 10093140 libucrt:get_qualified_locale.obj - 0002:0000e15c ??_C@_1CC@OCOLPALL@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAo?$AAl?$AAo?$AAm?$AAb?$AAi@ 1009315c libucrt:get_qualified_locale.obj - 0002:0000e180 ??_C@_1CG@BPOFMKBB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAo?$AAs?$AAt?$AAa?$AA?5?$AAr@ 10093180 libucrt:get_qualified_locale.obj - 0002:0000e1a8 ??_C@_1DG@IGOBAPBB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAd?$AAo?$AAm?$AAi?$AAn?$AAi?$AAc@ 100931a8 libucrt:get_qualified_locale.obj - 0002:0000e1e0 ??_C@_1CA@JHAPGEGI@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAc?$AAu?$AAa?$AAd?$AAo?$AAr@ 100931e0 libucrt:get_qualified_locale.obj - 0002:0000e200 ??_C@_1CI@LAPALJPP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAl?$AA?5?$AAs?$AAa?$AAl?$AAv@ 10093200 libucrt:get_qualified_locale.obj - 0002:0000e228 ??_C@_1CE@PDGBOFOM@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAg?$AAu?$AAa?$AAt?$AAe?$AAm?$AAa@ 10093228 libucrt:get_qualified_locale.obj - 0002:0000e24c ??_C@_1CC@NBEBAODI@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAh?$AAo?$AAn?$AAd?$AAu?$AAr?$AAa@ 1009324c libucrt:get_qualified_locale.obj - 0002:0000e270 ??_C@_1CA@LLKGHBMF@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAm?$AAe?$AAx?$AAi?$AAc?$AAa?$AAn@ 10093270 libucrt:get_qualified_locale.obj - 0002:0000e290 ??_C@_1BO@LKNDOIGD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAm?$AAo?$AAd?$AAe?$AAr?$AAn@ 10093290 libucrt:get_qualified_locale.obj - 0002:0000e2b0 ??_C@_1CE@NMDMOEEB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAn?$AAi?$AAc?$AAa?$AAr?$AAa?$AAg@ 100932b0 libucrt:get_qualified_locale.obj - 0002:0000e2d4 ??_C@_1BO@LLCBEJGB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAa?$AAn?$AAa?$AAm?$AAa@ 100932d4 libucrt:get_qualified_locale.obj - 0002:0000e2f4 ??_C@_1CC@FKPGGIHO@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAa?$AAr?$AAa?$AAg?$AAu?$AAa@ 100932f4 libucrt:get_qualified_locale.obj - 0002:0000e318 ??_C@_1BK@CDEIHOOP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAe?$AAr?$AAu@ 10093318 libucrt:get_qualified_locale.obj - 0002:0000e334 ??_C@_1CI@GAHAKKGP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAu?$AAe?$AAr?$AAt?$AAo?$AA?5@ 10093334 libucrt:get_qualified_locale.obj - 0002:0000e35c ??_C@_1CA@NKJBCAGP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAr?$AAu?$AAg?$AAu?$AAa?$AAy@ 1009335c libucrt:get_qualified_locale.obj - 0002:0000e37c ??_C@_1CE@ODILCONM@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAv?$AAe?$AAn?$AAe?$AAz?$AAu?$AAe@ 1009337c libucrt:get_qualified_locale.obj - 0002:0000e3a0 ??_C@_1CA@OBNMCGFO@?$AAs?$AAw?$AAe?$AAd?$AAi?$AAs?$AAh?$AA?9?$AAf?$AAi?$AAn?$AAl?$AAa?$AAn?$AAd@ 100933a0 libucrt:get_qualified_locale.obj - 0002:0000e3c0 ??_C@_1M@PIPDDPPI@?$AAs?$AAw?$AAi?$AAs?$AAs@ 100933c0 libucrt:get_qualified_locale.obj - 0002:0000e3cc ??_C@_15PJPFLCCM@?$AAu?$AAk@ 100933cc libucrt:get_qualified_locale.obj - 0002:0000e3d4 ??_C@_15GMFIMNFM@?$AAu?$AAs@ 100933d4 libucrt:get_qualified_locale.obj - 0002:0000e3dc ??_C@_17HAEBFAGL@?$AAu?$AAs?$AAa@ 100933dc libucrt:get_qualified_locale.obj - 0002:0000e3e4 ??_C@_1BA@DPFJEPHB@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa@ 100933e4 libucrt:get_qualified_locale.obj - 0002:0000e3f4 ??_C@_1BA@ELOGGFK@?$AAb?$AAr?$AAi?$AAt?$AAa?$AAi?$AAn@ 100933f4 libucrt:get_qualified_locale.obj - 0002:0000e404 ??_C@_1M@GHBGIGDA@?$AAc?$AAh?$AAi?$AAn?$AAa@ 10093404 libucrt:get_qualified_locale.obj - 0002:0000e410 ??_C@_1M@NCHEJOPO@?$AAc?$AAz?$AAe?$AAc?$AAh@ 10093410 libucrt:get_qualified_locale.obj - 0002:0000e41c ??_C@_1BA@BKPAPBLA@?$AAe?$AAn?$AAg?$AAl?$AAa?$AAn?$AAd@ 1009341c libucrt:get_qualified_locale.obj - 0002:0000e42c ??_C@_1BM@HKBCKIPC@?$AAg?$AAr?$AAe?$AAa?$AAt?$AA?5?$AAb?$AAr?$AAi?$AAt?$AAa?$AAi?$AAn@ 1009342c libucrt:get_qualified_locale.obj - 0002:0000e448 ??_C@_1BA@PPCHPGJB@?$AAh?$AAo?$AAl?$AAl?$AAa?$AAn?$AAd@ 10093448 libucrt:get_qualified_locale.obj - 0002:0000e458 ??_C@_1BE@JBMPEGDG@?$AAh?$AAo?$AAn?$AAg?$AA?9?$AAk?$AAo?$AAn?$AAg@ 10093458 libucrt:get_qualified_locale.obj - 0002:0000e46c ??_C@_1BI@KOELBBPJ@?$AAn?$AAe?$AAw?$AA?9?$AAz?$AAe?$AAa?$AAl?$AAa?$AAn?$AAd@ 1009346c libucrt:get_qualified_locale.obj - 0002:0000e484 ??_C@_15HIEBHAIO@?$AAn?$AAz@ 10093484 libucrt:get_qualified_locale.obj - 0002:0000e48c ??_C@_1BC@CHBCPFPI@?$AAp?$AAr?$AA?5?$AAc?$AAh?$AAi?$AAn?$AAa@ 1009348c libucrt:get_qualified_locale.obj - 0002:0000e4a0 ??_C@_1BC@JAOIIFKD@?$AAp?$AAr?$AA?9?$AAc?$AAh?$AAi?$AAn?$AAa@ 100934a0 libucrt:get_qualified_locale.obj - 0002:0000e4b4 ??_C@_1BI@BEHPPHKC@?$AAp?$AAu?$AAe?$AAr?$AAt?$AAo?$AA?9?$AAr?$AAi?$AAc?$AAo@ 100934b4 libucrt:get_qualified_locale.obj - 0002:0000e4cc ??_C@_1O@PAEOFKDI@?$AAs?$AAl?$AAo?$AAv?$AAa?$AAk@ 100934cc libucrt:get_qualified_locale.obj - 0002:0000e4dc ??_C@_1BK@FIHMCKAM@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAa?$AAf?$AAr?$AAi?$AAc?$AAa@ 100934dc libucrt:get_qualified_locale.obj - 0002:0000e4f8 ??_C@_1BI@NAEOODKB@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAk?$AAo?$AAr?$AAe?$AAa@ 100934f8 libucrt:get_qualified_locale.obj - 0002:0000e510 ??_C@_1BK@FBDGGIFF@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?9?$AAa?$AAf?$AAr?$AAi?$AAc?$AAa@ 10093510 libucrt:get_qualified_locale.obj - 0002:0000e52c ??_C@_1BI@GHLEJDPK@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?9?$AAk?$AAo?$AAr?$AAe?$AAa@ 1009352c libucrt:get_qualified_locale.obj - 0002:0000e544 ??_C@_1CE@PLHLOMJF@?$AAt?$AAr?$AAi?$AAn?$AAi?$AAd?$AAa?$AAd?$AA?5?$AA?$CG?$AA?5?$AAt?$AAo?$AAb?$AAa@ 10093544 libucrt:get_qualified_locale.obj - 0002:0000e568 ??_C@_1BO@MODIMHHI@?$AAu?$AAn?$AAi?$AAt?$AAe?$AAd?$AA?9?$AAk?$AAi?$AAn?$AAg?$AAd?$AAo?$AAm@ 10093568 libucrt:get_qualified_locale.obj - 0002:0000e588 ??_C@_1BM@FFHJONBJ@?$AAu?$AAn?$AAi?$AAt?$AAe?$AAd?$AA?9?$AAs?$AAt?$AAa?$AAt?$AAe?$AAs@ 10093588 libucrt:get_qualified_locale.obj - 0002:0000e5a4 ??_C@_19MPDNHKDG@?$AAu?$AAt?$AAf?$AA8@ 100935a4 libucrt:get_qualified_locale.obj - 0002:0000e5b0 ??_C@_17DNCLJFIF@?$AAA?$AAC?$AAP@ 100935b0 libucrt:get_qualified_locale.obj - 0002:0000e5b8 ??_C@_1M@FPEIIFAM@?$AAu?$AAt?$AAf?$AA?9?$AA8@ 100935b8 libucrt:get_qualified_locale.obj - 0002:0000e5c4 ??_C@_17CIKBIHLH@?$AAO?$AAC?$AAP@ 100935c4 libucrt:get_qualified_locale.obj - 0002:0000e5cc ___rglangidNotDefault 100935cc libucrt:getqloc_downlevel.obj - 0002:0000ed00 ??_C@_15EMKDOKLE@?$AAa?$AAr@ 10093d00 libucrt:lcidtoname_downlevel.obj - 0002:0000ed08 ??_C@_15KNPADPLH@?$AAb?$AAg@ 10093d08 libucrt:lcidtoname_downlevel.obj - 0002:0000ed10 ??_C@_15EDMHLDMO@?$AAc?$AAa@ 10093d10 libucrt:lcidtoname_downlevel.obj - 0002:0000ed18 ??_C@_1O@BPEAJADD@?$AAz?$AAh?$AA?9?$AAC?$AAH?$AAS@ 10093d18 libucrt:lcidtoname_downlevel.obj - 0002:0000ed28 ??_C@_15LJNHCMNK@?$AAc?$AAs@ 10093d28 libucrt:lcidtoname_downlevel.obj - 0002:0000ed30 ??_C@_15FOMCIDHG@?$AAd?$AAa@ 10093d30 libucrt:lcidtoname_downlevel.obj - 0002:0000ed38 ??_C@_15NBKABECB@?$AAd?$AAe@ 10093d38 libucrt:lcidtoname_downlevel.obj - 0002:0000ed40 ??_C@_15GHPEIIAO@?$AAe?$AAl@ 10093d40 libucrt:lcidtoname_downlevel.obj - 0002:0000ed48 ??_C@_15MNPNEAIF@?$AAe?$AAn@ 10093d48 libucrt:lcidtoname_downlevel.obj - 0002:0000ed50 ??_C@_15GPIOMPMH@?$AAe?$AAs@ 10093d50 libucrt:lcidtoname_downlevel.obj - 0002:0000ed58 ??_C@_15NGLOAKJC@?$AAf?$AAi@ 10093d58 libucrt:lcidtoname_downlevel.obj - 0002:0000ed60 ??_C@_15FBKGNKAM@?$AAf?$AAr@ 10093d60 libucrt:lcidtoname_downlevel.obj - 0002:0000ed68 ??_C@_15KGGCNEFK@?$AAh?$AAe@ 10093d68 libucrt:lcidtoname_downlevel.obj - 0002:0000ed70 ??_C@_15PGHLIDMF@?$AAh?$AAu@ 10093d70 libucrt:lcidtoname_downlevel.obj - 0002:0000ed78 ??_C@_15BIEMAPLM@?$AAi?$AAs@ 10093d78 libucrt:lcidtoname_downlevel.obj - 0002:0000ed80 ??_C@_15IFJLDHAF@?$AAi?$AAt@ 10093d80 libucrt:lcidtoname_downlevel.obj - 0002:0000ed88 ??_C@_15GEMIOCAG@?$AAj?$AAa@ 10093d88 libucrt:lcidtoname_downlevel.obj - 0002:0000ed90 ??_C@_15EPELEGJA@?$AAk?$AAo@ 10093d90 libucrt:lcidtoname_downlevel.obj - 0002:0000ed98 ??_C@_15NDDHIMN@?$AAn?$AAl@ 10093d98 libucrt:lcidtoname_downlevel.obj - 0002:0000eda0 ??_C@_15BPIGNHCD@?$AAn?$AAo@ 10093da0 libucrt:lcidtoname_downlevel.obj - 0002:0000eda8 ??_C@_15DEOPBLCG@?$AAp?$AAl@ 10093da8 libucrt:lcidtoname_downlevel.obj - 0002:0000edb0 ??_C@_15KBECGEFG@?$AAp?$AAt@ 10093db0 libucrt:lcidtoname_downlevel.obj - 0002:0000edb8 ??_C@_15GLJCBFMD@?$AAr?$AAo@ 10093db8 libucrt:lcidtoname_downlevel.obj - 0002:0000edc0 ??_C@_15FEDGKCDI@?$AAr?$AAu@ 10093dc0 libucrt:lcidtoname_downlevel.obj - 0002:0000edc8 ??_C@_15GLKMLLHM@?$AAh?$AAr@ 10093dc8 libucrt:lcidtoname_downlevel.obj - 0002:0000edd0 ??_C@_15CPKMFBDB@?$AAs?$AAk@ 10093dd0 libucrt:lcidtoname_downlevel.obj - 0002:0000edd8 ??_C@_15BAAIOGMK@?$AAs?$AAq@ 10093dd8 libucrt:lcidtoname_downlevel.obj - 0002:0000ede0 ??_C@_15INNPNOHD@?$AAs?$AAv@ 10093de0 libucrt:lcidtoname_downlevel.obj - 0002:0000ede8 ??_C@_15CABMMOGH@?$AAt?$AAh@ 10093de8 libucrt:lcidtoname_downlevel.obj - 0002:0000edf0 ??_C@_15BPLIHJJM@?$AAt?$AAr@ 10093df0 libucrt:lcidtoname_downlevel.obj - 0002:0000edf8 ??_C@_15NEOEKKDJ@?$AAu?$AAr@ 10093df8 libucrt:lcidtoname_downlevel.obj - 0002:0000ee00 ??_C@_15NFICGAJK@?$AAi?$AAd@ 10093e00 libucrt:lcidtoname_downlevel.obj - 0002:0000ee08 ??_C@_15HPJPHDM@?$AAb?$AAe@ 10093e08 libucrt:lcidtoname_downlevel.obj - 0002:0000ee10 ??_C@_15LCHLGJII@?$AAs?$AAl@ 10093e10 libucrt:lcidtoname_downlevel.obj - 0002:0000ee18 ??_C@_15PCFJPHHO@?$AAe?$AAt@ 10093e18 libucrt:lcidtoname_downlevel.obj - 0002:0000ee20 ??_C@_15HPFPGODN@?$AAl?$AAv@ 10093e20 libucrt:lcidtoname_downlevel.obj - 0002:0000ee28 ??_C@_15NFFGKGLG@?$AAl?$AAt@ 10093e28 libucrt:lcidtoname_downlevel.obj - 0002:0000ee30 ??_C@_15BDAKCCHN@?$AAf?$AAa@ 10093e30 libucrt:lcidtoname_downlevel.obj - 0002:0000ee38 ??_C@_15NFGIAIAJ@?$AAv?$AAi@ 10093e38 libucrt:lcidtoname_downlevel.obj - 0002:0000ee40 ??_C@_15LMKNDMHN@?$AAh?$AAy@ 10093e40 libucrt:lcidtoname_downlevel.obj - 0002:0000ee48 ??_C@_15IJBHMCFL@?$AAa?$AAz@ 10093e48 libucrt:lcidtoname_downlevel.obj - 0002:0000ee50 ??_C@_15EKOFJABL@?$AAe?$AAu@ 10093e50 libucrt:lcidtoname_downlevel.obj - 0002:0000ee58 ??_C@_15BGHADCNK@?$AAm?$AAk@ 10093e58 libucrt:lcidtoname_downlevel.obj - 0002:0000ee60 ??_C@_15JDNICKHM@?$AAa?$AAf@ 10093e60 libucrt:lcidtoname_downlevel.obj - 0002:0000ee68 ??_C@_15KPJEDBKD@?$AAk?$AAa@ 10093e68 libucrt:lcidtoname_downlevel.obj - 0002:0000ee70 ??_C@_15PDNFFFEO@?$AAf?$AAo@ 10093e70 libucrt:lcidtoname_downlevel.obj - 0002:0000ee78 ??_C@_15OMLEGLOC@?$AAh?$AAi@ 10093e78 libucrt:lcidtoname_downlevel.obj - 0002:0000ee80 ??_C@_15IDNNENKK@?$AAm?$AAs@ 10093e80 libucrt:lcidtoname_downlevel.obj - 0002:0000ee88 ??_C@_15MACJNBMH@?$AAk?$AAk@ 10093e88 libucrt:lcidtoname_downlevel.obj - 0002:0000ee90 ??_C@_15DKDJEOND@?$AAk?$AAy@ 10093e90 libucrt:lcidtoname_downlevel.obj - 0002:0000ee98 ??_C@_15DFGDLJBG@?$AAs?$AAw@ 10093e98 libucrt:lcidtoname_downlevel.obj - 0002:0000eea0 ??_C@_15BBFAICNG@?$AAu?$AAz@ 10093ea0 libucrt:lcidtoname_downlevel.obj - 0002:0000eea8 ??_C@_15DKNDCGEA@?$AAt?$AAt@ 10093ea8 libucrt:lcidtoname_downlevel.obj - 0002:0000eeb0 ??_C@_15MGIFMDPL@?$AAp?$AAa@ 10093eb0 libucrt:lcidtoname_downlevel.obj - 0002:0000eeb8 ??_C@_15HCNDBBA@?$AAg?$AAu@ 10093eb8 libucrt:lcidtoname_downlevel.obj - 0002:0000eec0 ??_C@_15FNBEIBON@?$AAt?$AAa@ 10093ec0 libucrt:lcidtoname_downlevel.obj - 0002:0000eec8 ??_C@_15NCHGBGLK@?$AAt?$AAe@ 10093ec8 libucrt:lcidtoname_downlevel.obj - 0002:0000eed0 ??_C@_15PHPHCBPF@?$AAk?$AAn@ 10093ed0 libucrt:lcidtoname_downlevel.obj - 0002:0000eed8 ??_C@_15DLGBCKMP@?$AAm?$AAr@ 10093ed8 libucrt:lcidtoname_downlevel.obj - 0002:0000eee0 ??_C@_15EABBLBFF@?$AAs?$AAa@ 10093ee0 libucrt:lcidtoname_downlevel.obj - 0002:0000eee8 ??_C@_15CBKOMCOI@?$AAm?$AAn@ 10093ee8 libucrt:lcidtoname_downlevel.obj - 0002:0000eef0 ??_C@_15CKDMCJAF@?$AAg?$AAl@ 10093ef0 libucrt:lcidtoname_downlevel.obj - 0002:0000eef8 ??_C@_17CNJFBPG@?$AAk?$AAo?$AAk@ 10093ef8 libucrt:lcidtoname_downlevel.obj - 0002:0000ef00 ??_C@_17FFBJICPL@?$AAs?$AAy?$AAr@ 10093f00 libucrt:lcidtoname_downlevel.obj - 0002:0000ef08 ??_C@_17KPNDCPAF@?$AAd?$AAi?$AAv@ 10093f08 libucrt:lcidtoname_downlevel.obj - 0002:0000ef10 ??_C@_11LOCGONAA@@ 10093f10 libucrt:lcidtoname_downlevel.obj - 0002:0000ef14 ??_C@_1M@OKAHONE@?$AAa?$AAr?$AA?9?$AAS?$AAA@ 10093f14 libucrt:lcidtoname_downlevel.obj - 0002:0000ef20 ??_C@_1M@FFFIGIGK@?$AAb?$AAg?$AA?9?$AAB?$AAG@ 10093f20 libucrt:lcidtoname_downlevel.obj - 0002:0000ef2c ??_C@_1M@BJNKEDC@?$AAc?$AAa?$AA?9?$AAE?$AAS@ 10093f2c libucrt:lcidtoname_downlevel.obj - 0002:0000ef38 ??_C@_1M@IJJHFJHA@?$AAc?$AAs?$AA?9?$AAC?$AAZ@ 10093f38 libucrt:lcidtoname_downlevel.obj - 0002:0000ef44 ??_C@_1M@CLPEOBGI@?$AAd?$AAa?$AA?9?$AAD?$AAK@ 10093f44 libucrt:lcidtoname_downlevel.obj - 0002:0000ef50 ??_C@_1M@MCMADGCB@?$AAd?$AAe?$AA?9?$AAD?$AAE@ 10093f50 libucrt:lcidtoname_downlevel.obj - 0002:0000ef5c ??_C@_1M@OOCKEMAM@?$AAe?$AAl?$AA?9?$AAG?$AAR@ 10093f5c libucrt:lcidtoname_downlevel.obj - 0002:0000ef68 ??_C@_1M@DDNJFGID@?$AAf?$AAi?$AA?9?$AAF?$AAI@ 10093f68 libucrt:lcidtoname_downlevel.obj - 0002:0000ef74 ??_C@_1M@GLIPPMAC@?$AAf?$AAr?$AA?9?$AAF?$AAR@ 10093f74 libucrt:lcidtoname_downlevel.obj - 0002:0000ef80 ??_C@_1M@GFMCHPE@?$AAh?$AAe?$AA?9?$AAI?$AAL@ 10093f80 libucrt:lcidtoname_downlevel.obj - 0002:0000ef8c ??_C@_1M@MHLPGNKM@?$AAh?$AAu?$AA?9?$AAH?$AAU@ 10093f8c libucrt:lcidtoname_downlevel.obj - 0002:0000ef98 ??_C@_1M@LPDDNNPN@?$AAi?$AAs?$AA?9?$AAI?$AAS@ 10093f98 libucrt:lcidtoname_downlevel.obj - 0002:0000efa4 ??_C@_1M@MADIPODN@?$AAi?$AAt?$AA?9?$AAI?$AAT@ 10093fa4 libucrt:lcidtoname_downlevel.obj - 0002:0000efb0 ??_C@_1M@IHBJJGG@?$AAn?$AAl?$AA?9?$AAN?$AAL@ 10093fb0 libucrt:lcidtoname_downlevel.obj - 0002:0000efbc ??_C@_1M@EANAGDL@?$AAn?$AAb?$AA?9?$AAN?$AAO@ 10093fbc libucrt:lcidtoname_downlevel.obj - 0002:0000efc8 ??_C@_1M@NEIEMEGP@?$AAp?$AAl?$AA?9?$AAP?$AAL@ 10093fc8 libucrt:lcidtoname_downlevel.obj - 0002:0000efd4 ??_C@_1M@BOCFIGEP@?$AAp?$AAt?$AA?9?$AAB?$AAR@ 10093fd4 libucrt:lcidtoname_downlevel.obj - 0002:0000efe0 ??_C@_1M@IMPFOPBG@?$AAr?$AAo?$AA?9?$AAR?$AAO@ 10093fe0 libucrt:lcidtoname_downlevel.obj - 0002:0000efec ??_C@_1M@IDNNEJMM@?$AAr?$AAu?$AA?9?$AAR?$AAU@ 10093fec libucrt:lcidtoname_downlevel.obj - 0002:0000eff8 ??_C@_1M@LILEEOGM@?$AAh?$AAr?$AA?9?$AAH?$AAR@ 10093ff8 libucrt:lcidtoname_downlevel.obj - 0002:0000f004 ??_C@_1M@FKIFEHPB@?$AAs?$AAk?$AA?9?$AAS?$AAK@ 10094004 libucrt:lcidtoname_downlevel.obj - 0002:0000f010 ??_C@_1M@LJMAMNPJ@?$AAs?$AAq?$AA?9?$AAA?$AAL@ 10094010 libucrt:lcidtoname_downlevel.obj - 0002:0000f01c ??_C@_1M@GIAKDKJK@?$AAs?$AAv?$AA?9?$AAS?$AAE@ 1009401c libucrt:lcidtoname_downlevel.obj - 0002:0000f028 ??_C@_1M@MKJKIKCL@?$AAt?$AAh?$AA?9?$AAT?$AAH@ 10094028 libucrt:lcidtoname_downlevel.obj - 0002:0000f034 ??_C@_1M@MFLCCMPB@?$AAt?$AAr?$AA?9?$AAT?$AAR@ 10094034 libucrt:lcidtoname_downlevel.obj - 0002:0000f040 ??_C@_1M@OIJHDKJN@?$AAu?$AAr?$AA?9?$AAP?$AAK@ 10094040 libucrt:lcidtoname_downlevel.obj - 0002:0000f04c ??_C@_1M@LHIPCIEK@?$AAi?$AAd?$AA?9?$AAI?$AAD@ 1009404c libucrt:lcidtoname_downlevel.obj - 0002:0000f058 ??_C@_1M@MFMOBGI@?$AAu?$AAk?$AA?9?$AAU?$AAA@ 10094058 libucrt:lcidtoname_downlevel.obj - 0002:0000f064 ??_C@_1M@OBGLJIPL@?$AAb?$AAe?$AA?9?$AAB?$AAY@ 10094064 libucrt:lcidtoname_downlevel.obj - 0002:0000f070 ??_C@_1M@BCFAJEAD@?$AAs?$AAl?$AA?9?$AAS?$AAI@ 10094070 libucrt:lcidtoname_downlevel.obj - 0002:0000f07c ??_C@_1M@FKFFEDDN@?$AAe?$AAt?$AA?9?$AAE?$AAE@ 1009407c libucrt:lcidtoname_downlevel.obj - 0002:0000f088 ??_C@_1M@KGKKAACI@?$AAl?$AAv?$AA?9?$AAL?$AAV@ 10094088 libucrt:lcidtoname_downlevel.obj - 0002:0000f094 ??_C@_1M@IFGBIJO@?$AAl?$AAt?$AA?9?$AAL?$AAT@ 10094094 libucrt:lcidtoname_downlevel.obj - 0002:0000f0a0 ??_C@_1M@FGEAHEDM@?$AAf?$AAa?$AA?9?$AAI?$AAR@ 100940a0 libucrt:lcidtoname_downlevel.obj - 0002:0000f0ac ??_C@_1M@KBMAIBFN@?$AAv?$AAi?$AA?9?$AAV?$AAN@ 100940ac libucrt:lcidtoname_downlevel.obj - 0002:0000f0b8 ??_C@_1M@GPCBKDJK@?$AAh?$AAy?$AA?9?$AAA?$AAM@ 100940b8 libucrt:lcidtoname_downlevel.obj - 0002:0000f0c4 ??_C@_1BG@BECMDDJB@?$AAa?$AAz?$AA?9?$AAA?$AAZ?$AA?9?$AAL?$AAa?$AAt?$AAn@ 100940c4 libucrt:lcidtoname_downlevel.obj - 0002:0000f0dc ??_C@_1M@MAOFCAEA@?$AAe?$AAu?$AA?9?$AAE?$AAS@ 100940dc libucrt:lcidtoname_downlevel.obj - 0002:0000f0e8 ??_C@_1M@IGHABKPI@?$AAm?$AAk?$AA?9?$AAM?$AAK@ 100940e8 libucrt:lcidtoname_downlevel.obj - 0002:0000f0f4 ??_C@_1M@IAIGNEJG@?$AAt?$AAn?$AA?9?$AAZ?$AAA@ 100940f4 libucrt:lcidtoname_downlevel.obj - 0002:0000f100 ??_C@_1M@IIJCOJFA@?$AAx?$AAh?$AA?9?$AAZ?$AAA@ 10094100 libucrt:lcidtoname_downlevel.obj - 0002:0000f10c ??_C@_1M@LGPJHNJH@?$AAz?$AAu?$AA?9?$AAZ?$AAA@ 1009410c libucrt:lcidtoname_downlevel.obj - 0002:0000f118 ??_C@_1M@HOKAOIO@?$AAa?$AAf?$AA?9?$AAZ?$AAA@ 10094118 libucrt:lcidtoname_downlevel.obj - 0002:0000f124 ??_C@_1M@DPCLHLIE@?$AAk?$AAa?$AA?9?$AAG?$AAE@ 10094124 libucrt:lcidtoname_downlevel.obj - 0002:0000f130 ??_C@_1M@BLKMHJBI@?$AAf?$AAo?$AA?9?$AAF?$AAO@ 10094130 libucrt:lcidtoname_downlevel.obj - 0002:0000f13c ??_C@_1M@LGGJAPPB@?$AAh?$AAi?$AA?9?$AAI?$AAN@ 1009413c libucrt:lcidtoname_downlevel.obj - 0002:0000f148 ??_C@_1M@FIKPIHFE@?$AAm?$AAt?$AA?9?$AAM?$AAT@ 10094148 libucrt:lcidtoname_downlevel.obj - 0002:0000f154 ??_C@_1M@HEGGPBFA@?$AAs?$AAe?$AA?9?$AAN?$AAO@ 10094154 libucrt:lcidtoname_downlevel.obj - 0002:0000f160 ??_C@_1M@EIBJEEPA@?$AAm?$AAs?$AA?9?$AAM?$AAY@ 10094160 libucrt:lcidtoname_downlevel.obj - 0002:0000f16c ??_C@_1M@FHLBGMPP@?$AAk?$AAk?$AA?9?$AAK?$AAZ@ 1009416c libucrt:lcidtoname_downlevel.obj - 0002:0000f178 ??_C@_1M@NGJJLCGI@?$AAk?$AAy?$AA?9?$AAK?$AAG@ 10094178 libucrt:lcidtoname_downlevel.obj - 0002:0000f184 ??_C@_1M@GIENNBFC@?$AAs?$AAw?$AA?9?$AAK?$AAE@ 10094184 libucrt:lcidtoname_downlevel.obj - 0002:0000f190 ??_C@_1BG@NDGMJIMJ@?$AAu?$AAz?$AA?9?$AAU?$AAZ?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10094190 libucrt:lcidtoname_downlevel.obj - 0002:0000f1a8 ??_C@_1M@IDCCIHBC@?$AAt?$AAt?$AA?9?$AAR?$AAU@ 100941a8 libucrt:lcidtoname_downlevel.obj - 0002:0000f1b4 ??_C@_1M@LOICPMOJ@?$AAb?$AAn?$AA?9?$AAI?$AAN@ 100941b4 libucrt:lcidtoname_downlevel.obj - 0002:0000f1c0 ??_C@_1M@KPKKNEAH@?$AAp?$AAa?$AA?9?$AAI?$AAN@ 100941c0 libucrt:lcidtoname_downlevel.obj - 0002:0000f1cc ??_C@_1M@PJGPPBOG@?$AAg?$AAu?$AA?9?$AAI?$AAN@ 100941cc libucrt:lcidtoname_downlevel.obj - 0002:0000f1d8 ??_C@_1M@KMKMOPHI@?$AAt?$AAa?$AA?9?$AAI?$AAN@ 100941d8 libucrt:lcidtoname_downlevel.obj - 0002:0000f1e4 ??_C@_1M@KFEHEPAC@?$AAt?$AAe?$AA?9?$AAI?$AAN@ 100941e4 libucrt:lcidtoname_downlevel.obj - 0002:0000f1f0 ??_C@_1M@CDCLMGHI@?$AAk?$AAn?$AA?9?$AAI?$AAN@ 100941f0 libucrt:lcidtoname_downlevel.obj - 0002:0000f1fc ??_C@_1M@MIODLDKF@?$AAm?$AAl?$AA?9?$AAI?$AAN@ 100941fc libucrt:lcidtoname_downlevel.obj - 0002:0000f208 ??_C@_1M@PBIEACPO@?$AAm?$AAr?$AA?9?$AAI?$AAN@ 10094208 libucrt:lcidtoname_downlevel.obj - 0002:0000f214 ??_C@_1M@NIDEAGPH@?$AAs?$AAa?$AA?9?$AAI?$AAN@ 10094214 libucrt:lcidtoname_downlevel.obj - 0002:0000f220 ??_C@_1M@FHIHCBIO@?$AAm?$AAn?$AA?9?$AAM?$AAN@ 10094220 libucrt:lcidtoname_downlevel.obj - 0002:0000f22c ??_C@_1M@JAIJPENP@?$AAc?$AAy?$AA?9?$AAG?$AAB@ 1009422c libucrt:lcidtoname_downlevel.obj - 0002:0000f238 ??_C@_1M@PHGFBEPN@?$AAg?$AAl?$AA?9?$AAE?$AAS@ 10094238 libucrt:lcidtoname_downlevel.obj - 0002:0000f244 ??_C@_1O@KPIPDNCP@?$AAk?$AAo?$AAk?$AA?9?$AAI?$AAN@ 10094244 libucrt:lcidtoname_downlevel.obj - 0002:0000f254 ??_C@_1O@KNHJLDJA@?$AAs?$AAy?$AAr?$AA?9?$AAS?$AAY@ 10094254 libucrt:lcidtoname_downlevel.obj - 0002:0000f264 ??_C@_1O@MKEKBLAH@?$AAd?$AAi?$AAv?$AA?9?$AAM?$AAV@ 10094264 libucrt:lcidtoname_downlevel.obj - 0002:0000f274 ??_C@_1O@OHDCKDDF@?$AAq?$AAu?$AAz?$AA?9?$AAB?$AAO@ 10094274 libucrt:lcidtoname_downlevel.obj - 0002:0000f284 ??_C@_1M@LEPJNLFD@?$AAn?$AAs?$AA?9?$AAZ?$AAA@ 10094284 libucrt:lcidtoname_downlevel.obj - 0002:0000f290 ??_C@_1M@OMLEIIJB@?$AAm?$AAi?$AA?9?$AAN?$AAZ@ 10094290 libucrt:lcidtoname_downlevel.obj - 0002:0000f29c ??_C@_1M@PMPEAILG@?$AAa?$AAr?$AA?9?$AAI?$AAQ@ 1009429c libucrt:lcidtoname_downlevel.obj - 0002:0000f2a8 ??_C@_1M@CNKPNOEE@?$AAd?$AAe?$AA?9?$AAC?$AAH@ 100942a8 libucrt:lcidtoname_downlevel.obj - 0002:0000f2b4 ??_C@_1M@LKMGMLKO@?$AAe?$AAn?$AA?9?$AAG?$AAB@ 100942b4 libucrt:lcidtoname_downlevel.obj - 0002:0000f2c0 ??_C@_1M@PGKJFFGL@?$AAe?$AAs?$AA?9?$AAM?$AAX@ 100942c0 libucrt:lcidtoname_downlevel.obj - 0002:0000f2cc ??_C@_1M@DNNANBDC@?$AAf?$AAr?$AA?9?$AAB?$AAE@ 100942cc libucrt:lcidtoname_downlevel.obj - 0002:0000f2d8 ??_C@_1M@HLGMDFHM@?$AAi?$AAt?$AA?9?$AAC?$AAH@ 100942d8 libucrt:lcidtoname_downlevel.obj - 0002:0000f2e4 ??_C@_1M@CLLBGJH@?$AAn?$AAl?$AA?9?$AAB?$AAE@ 100942e4 libucrt:lcidtoname_downlevel.obj - 0002:0000f2f0 ??_C@_1M@BODBOGLF@?$AAn?$AAn?$AA?9?$AAN?$AAO@ 100942f0 libucrt:lcidtoname_downlevel.obj - 0002:0000f2fc ??_C@_1M@HFFAHKAD@?$AAp?$AAt?$AA?9?$AAP?$AAT@ 100942fc libucrt:lcidtoname_downlevel.obj - 0002:0000f308 ??_C@_1BG@LNOAKHIE@?$AAs?$AAr?$AA?9?$AAS?$AAP?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10094308 libucrt:lcidtoname_downlevel.obj - 0002:0000f320 ??_C@_1M@HBMHBGAK@?$AAs?$AAv?$AA?9?$AAF?$AAI@ 10094320 libucrt:lcidtoname_downlevel.obj - 0002:0000f32c ??_C@_1BG@DGCJGJBE@?$AAa?$AAz?$AA?9?$AAA?$AAZ?$AA?9?$AAC?$AAy?$AAr?$AAl@ 1009432c libucrt:lcidtoname_downlevel.obj - 0002:0000f344 ??_C@_1M@KEJDAAHB@?$AAs?$AAe?$AA?9?$AAS?$AAE@ 10094344 libucrt:lcidtoname_downlevel.obj - 0002:0000f350 ??_C@_1M@HEIBJJAD@?$AAm?$AAs?$AA?9?$AAB?$AAN@ 10094350 libucrt:lcidtoname_downlevel.obj - 0002:0000f35c ??_C@_1BG@PBGJMCEM@?$AAu?$AAz?$AA?9?$AAU?$AAZ?$AA?9?$AAC?$AAy?$AAr?$AAl@ 1009435c libucrt:lcidtoname_downlevel.obj - 0002:0000f374 ??_C@_1O@LAOBCMDF@?$AAq?$AAu?$AAz?$AA?9?$AAE?$AAC@ 10094374 libucrt:lcidtoname_downlevel.obj - 0002:0000f384 ??_C@_1M@POEEMAIO@?$AAa?$AAr?$AA?9?$AAE?$AAG@ 10094384 libucrt:lcidtoname_downlevel.obj - 0002:0000f390 ??_C@_1M@EFAKDEDL@?$AAz?$AAh?$AA?9?$AAH?$AAK@ 10094390 libucrt:lcidtoname_downlevel.obj - 0002:0000f39c ??_C@_1M@HKKIJHGI@?$AAd?$AAe?$AA?9?$AAA?$AAT@ 1009439c libucrt:lcidtoname_downlevel.obj - 0002:0000f3a8 ??_C@_1M@KBFBEHJF@?$AAe?$AAn?$AA?9?$AAA?$AAU@ 100943a8 libucrt:lcidtoname_downlevel.obj - 0002:0000f3b4 ??_C@_1M@MNPLFAAH@?$AAe?$AAs?$AA?9?$AAE?$AAS@ 100943b4 libucrt:lcidtoname_downlevel.obj - 0002:0000f3c0 ??_C@_1M@HJOOJFMA@?$AAf?$AAr?$AA?9?$AAC?$AAA@ 100943c0 libucrt:lcidtoname_downlevel.obj - 0002:0000f3cc ??_C@_1BG@JPOFPNAB@?$AAs?$AAr?$AA?9?$AAS?$AAP?$AA?9?$AAC?$AAy?$AAr?$AAl@ 100943cc libucrt:lcidtoname_downlevel.obj - 0002:0000f3e4 ??_C@_1M@LNFOCMOB@?$AAs?$AAe?$AA?9?$AAF?$AAI@ 100943e4 libucrt:lcidtoname_downlevel.obj - 0002:0000f3f0 ??_C@_1O@MGJBOAMB@?$AAq?$AAu?$AAz?$AA?9?$AAP?$AAE@ 100943f0 libucrt:lcidtoname_downlevel.obj - 0002:0000f400 ??_C@_1M@GJINLBOK@?$AAa?$AAr?$AA?9?$AAL?$AAY@ 10094400 libucrt:lcidtoname_downlevel.obj - 0002:0000f40c ??_C@_1M@GGMNHJNL@?$AAz?$AAh?$AA?9?$AAS?$AAG@ 1009440c libucrt:lcidtoname_downlevel.obj - 0002:0000f418 ??_C@_1M@HOIKODND@?$AAd?$AAe?$AA?9?$AAL?$AAU@ 10094418 libucrt:lcidtoname_downlevel.obj - 0002:0000f424 ??_C@_1M@DDOCCGFG@?$AAe?$AAn?$AA?9?$AAC?$AAA@ 10094424 libucrt:lcidtoname_downlevel.obj - 0002:0000f430 ??_C@_1M@BNOEMJLF@?$AAe?$AAs?$AA?9?$AAG?$AAT@ 10094430 libucrt:lcidtoname_downlevel.obj - 0002:0000f43c ??_C@_1M@EOGNKEK@?$AAf?$AAr?$AA?9?$AAC?$AAH@ 1009443c libucrt:lcidtoname_downlevel.obj - 0002:0000f448 ??_C@_1M@FLIDJFHL@?$AAh?$AAr?$AA?9?$AAB?$AAA@ 10094448 libucrt:lcidtoname_downlevel.obj - 0002:0000f454 ??_C@_1O@FMCELNAJ@?$AAs?$AAm?$AAj?$AA?9?$AAN?$AAO@ 10094454 libucrt:lcidtoname_downlevel.obj - 0002:0000f464 ??_C@_1M@JHGLJMGJ@?$AAa?$AAr?$AA?9?$AAD?$AAZ@ 10094464 libucrt:lcidtoname_downlevel.obj - 0002:0000f470 ??_C@_1M@JKKFDCNP@?$AAz?$AAh?$AA?9?$AAM?$AAO@ 10094470 libucrt:lcidtoname_downlevel.obj - 0002:0000f47c ??_C@_1M@GEEFALPE@?$AAd?$AAe?$AA?9?$AAL?$AAI@ 1009447c libucrt:lcidtoname_downlevel.obj - 0002:0000f488 ??_C@_1M@IGEOFBG@?$AAe?$AAn?$AA?9?$AAN?$AAZ@ 10094488 libucrt:lcidtoname_downlevel.obj - 0002:0000f494 ??_C@_1M@KDBONEHP@?$AAe?$AAs?$AA?9?$AAC?$AAR@ 10094494 libucrt:lcidtoname_downlevel.obj - 0002:0000f4a0 ??_C@_1M@FHMDOHNN@?$AAf?$AAr?$AA?9?$AAL?$AAU@ 100944a0 libucrt:lcidtoname_downlevel.obj - 0002:0000f4ac ??_C@_1BG@NFKKMAFG@?$AAb?$AAs?$AA?9?$AAB?$AAA?$AA?9?$AAL?$AAa?$AAt?$AAn@ 100944ac libucrt:lcidtoname_downlevel.obj - 0002:0000f4c4 ??_C@_1O@IMNBEMCI@?$AAs?$AAm?$AAj?$AA?9?$AAS?$AAE@ 100944c4 libucrt:lcidtoname_downlevel.obj - 0002:0000f4d4 ??_C@_1M@DHHMBNDP@?$AAa?$AAr?$AA?9?$AAM?$AAA@ 100944d4 libucrt:lcidtoname_downlevel.obj - 0002:0000f4e0 ??_C@_1M@BNBLJCGH@?$AAe?$AAn?$AA?9?$AAI?$AAE@ 100944e0 libucrt:lcidtoname_downlevel.obj - 0002:0000f4ec ??_C@_1M@GEPAFMDL@?$AAe?$AAs?$AA?9?$AAP?$AAA@ 100944ec libucrt:lcidtoname_downlevel.obj - 0002:0000f4f8 ??_C@_1M@OJONDMDL@?$AAf?$AAr?$AA?9?$AAM?$AAC@ 100944f8 libucrt:lcidtoname_downlevel.obj - 0002:0000f504 ??_C@_1BG@OBCNFJB@?$AAs?$AAr?$AA?9?$AAB?$AAA?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10094504 libucrt:lcidtoname_downlevel.obj - 0002:0000f51c ??_C@_1O@KEMEEGPO@?$AAs?$AAm?$AAa?$AA?9?$AAN?$AAO@ 1009451c libucrt:lcidtoname_downlevel.obj - 0002:0000f52c ??_C@_1M@ELMGFODK@?$AAa?$AAr?$AA?9?$AAT?$AAN@ 1009452c libucrt:lcidtoname_downlevel.obj - 0002:0000f538 ??_C@_1M@BHDLHFAF@?$AAe?$AAn?$AA?9?$AAZ?$AAA@ 10094538 libucrt:lcidtoname_downlevel.obj - 0002:0000f544 ??_C@_1M@BMGIGLIF@?$AAe?$AAs?$AA?9?$AAD?$AAO@ 10094544 libucrt:lcidtoname_downlevel.obj - 0002:0000f550 ??_C@_1BG@CMBHIPBE@?$AAs?$AAr?$AA?9?$AAB?$AAA?$AA?9?$AAC?$AAy?$AAr?$AAl@ 10094550 libucrt:lcidtoname_downlevel.obj - 0002:0000f568 ??_C@_1O@HEDBLHNP@?$AAs?$AAm?$AAa?$AA?9?$AAS?$AAE@ 10094568 libucrt:lcidtoname_downlevel.obj - 0002:0000f578 ??_C@_1M@DAGCADIM@?$AAa?$AAr?$AA?9?$AAO?$AAM@ 10094578 libucrt:lcidtoname_downlevel.obj - 0002:0000f584 ??_C@_1M@FODLMICG@?$AAe?$AAn?$AA?9?$AAJ?$AAM@ 10094584 libucrt:lcidtoname_downlevel.obj - 0002:0000f590 ??_C@_1M@DNMLCIHB@?$AAe?$AAs?$AA?9?$AAV?$AAE@ 10094590 libucrt:lcidtoname_downlevel.obj - 0002:0000f59c ??_C@_1O@EOKHMKJK@?$AAs?$AAm?$AAs?$AA?9?$AAF?$AAI@ 1009459c libucrt:lcidtoname_downlevel.obj - 0002:0000f5ac ??_C@_1M@CAFJMKOF@?$AAa?$AAr?$AA?9?$AAY?$AAE@ 100945ac libucrt:lcidtoname_downlevel.obj - 0002:0000f5b8 ??_C@_1M@CBFHIJLI@?$AAe?$AAn?$AA?9?$AAC?$AAB@ 100945b8 libucrt:lcidtoname_downlevel.obj - 0002:0000f5c4 ??_C@_1M@BGNFLDN@?$AAe?$AAs?$AA?9?$AAC?$AAO@ 100945c4 libucrt:lcidtoname_downlevel.obj - 0002:0000f5d0 ??_C@_1O@JMPHMAMC@?$AAs?$AAm?$AAn?$AA?9?$AAF?$AAI@ 100945d0 libucrt:lcidtoname_downlevel.obj - 0002:0000f5e0 ??_C@_1M@JLANABKE@?$AAa?$AAr?$AA?9?$AAS?$AAY@ 100945e0 libucrt:lcidtoname_downlevel.obj - 0002:0000f5ec ??_C@_1M@HPKGCFGN@?$AAe?$AAn?$AA?9?$AAB?$AAZ@ 100945ec libucrt:lcidtoname_downlevel.obj - 0002:0000f5f8 ??_C@_1M@OLJCMLGM@?$AAe?$AAs?$AA?9?$AAP?$AAE@ 100945f8 libucrt:lcidtoname_downlevel.obj - 0002:0000f604 ??_C@_1M@MKKGFKLE@?$AAa?$AAr?$AA?9?$AAJ?$AAO@ 10094604 libucrt:lcidtoname_downlevel.obj - 0002:0000f610 ??_C@_1M@EKPGLDNI@?$AAe?$AAn?$AA?9?$AAT?$AAT@ 10094610 libucrt:lcidtoname_downlevel.obj - 0002:0000f61c ??_C@_1M@OONGHFHE@?$AAe?$AAs?$AA?9?$AAA?$AAR@ 1009461c libucrt:lcidtoname_downlevel.obj - 0002:0000f628 ??_C@_1M@OOJFGBHE@?$AAa?$AAr?$AA?9?$AAL?$AAB@ 10094628 libucrt:lcidtoname_downlevel.obj - 0002:0000f634 ??_C@_1M@GCEJHNEG@?$AAe?$AAn?$AA?9?$AAZ?$AAW@ 10094634 libucrt:lcidtoname_downlevel.obj - 0002:0000f640 ??_C@_1M@JNOCAHJI@?$AAe?$AAs?$AA?9?$AAE?$AAC@ 10094640 libucrt:lcidtoname_downlevel.obj - 0002:0000f64c ??_C@_1M@JEFHPGGB@?$AAa?$AAr?$AA?9?$AAK?$AAW@ 1009464c libucrt:lcidtoname_downlevel.obj - 0002:0000f658 ??_C@_1M@MLKIBJOJ@?$AAe?$AAn?$AA?9?$AAP?$AAH@ 10094658 libucrt:lcidtoname_downlevel.obj - 0002:0000f664 ??_C@_1M@BDNIPEND@?$AAe?$AAs?$AA?9?$AAC?$AAL@ 10094664 libucrt:lcidtoname_downlevel.obj - 0002:0000f670 ??_C@_1M@MPNMEKBD@?$AAa?$AAr?$AA?9?$AAA?$AAE@ 10094670 libucrt:lcidtoname_downlevel.obj - 0002:0000f67c ??_C@_1M@KBJALCPI@?$AAe?$AAs?$AA?9?$AAU?$AAY@ 1009467c libucrt:lcidtoname_downlevel.obj - 0002:0000f688 ??_C@_1M@LLCCOAGA@?$AAa?$AAr?$AA?9?$AAB?$AAH@ 10094688 libucrt:lcidtoname_downlevel.obj - 0002:0000f694 ??_C@_1M@PBFNCDEL@?$AAe?$AAs?$AA?9?$AAP?$AAY@ 10094694 libucrt:lcidtoname_downlevel.obj - 0002:0000f6a0 ??_C@_1M@EDGINPNP@?$AAa?$AAr?$AA?9?$AAQ?$AAA@ 100946a0 libucrt:lcidtoname_downlevel.obj - 0002:0000f6ac ??_C@_1M@MKDBIIJI@?$AAe?$AAs?$AA?9?$AAB?$AAO@ 100946ac libucrt:lcidtoname_downlevel.obj - 0002:0000f6b8 ??_C@_1M@CPKKEBLD@?$AAe?$AAs?$AA?9?$AAS?$AAV@ 100946b8 libucrt:lcidtoname_downlevel.obj - 0002:0000f6c4 ??_C@_1M@NDBGMMJL@?$AAe?$AAs?$AA?9?$AAH?$AAN@ 100946c4 libucrt:lcidtoname_downlevel.obj - 0002:0000f6d0 ??_C@_1M@JIJIBHDP@?$AAe?$AAs?$AA?9?$AAN?$AAI@ 100946d0 libucrt:lcidtoname_downlevel.obj - 0002:0000f6dc ??_C@_1M@CGFMKEEK@?$AAe?$AAs?$AA?9?$AAP?$AAR@ 100946dc libucrt:lcidtoname_downlevel.obj - 0002:0000f6e8 ??_C@_1O@ICJHKIIK@?$AAz?$AAh?$AA?9?$AAC?$AAH?$AAT@ 100946e8 libucrt:lcidtoname_downlevel.obj - 0002:0000f6f8 ??_C@_15CLNEJCE@?$AAs?$AAr@ 100946f8 libucrt:lcidtoname_downlevel.obj - 0002:0000fe20 ??_C@_1M@KAHEKEIG@?$AAa?$AAf?$AA?9?$AAz?$AAa@ 10094e20 libucrt:lcidtoname_downlevel.obj - 0002:0000fe2c ??_C@_1M@GIECOABL@?$AAa?$AAr?$AA?9?$AAa?$AAe@ 10094e2c libucrt:lcidtoname_downlevel.obj - 0002:0000fe38 ??_C@_1M@BMLMEKGI@?$AAa?$AAr?$AA?9?$AAb?$AAh@ 10094e38 libucrt:lcidtoname_downlevel.obj - 0002:0000fe44 ??_C@_1M@DAPFDGGB@?$AAa?$AAr?$AA?9?$AAd?$AAz@ 10094e44 libucrt:lcidtoname_downlevel.obj - 0002:0000fe50 ??_C@_1M@FJNKGKIG@?$AAa?$AAr?$AA?9?$AAe?$AAg@ 10094e50 libucrt:lcidtoname_downlevel.obj - 0002:0000fe5c ??_C@_1M@FLGKKCLO@?$AAa?$AAr?$AA?9?$AAi?$AAq@ 10094e5c libucrt:lcidtoname_downlevel.obj - 0002:0000fe68 ??_C@_1M@GNDIPALM@?$AAa?$AAr?$AA?9?$AAj?$AAo@ 10094e68 libucrt:lcidtoname_downlevel.obj - 0002:0000fe74 ??_C@_1M@DDMJFMGJ@?$AAa?$AAr?$AA?9?$AAk?$AAw@ 10094e74 libucrt:lcidtoname_downlevel.obj - 0002:0000fe80 ??_C@_1M@EJALMLHM@?$AAa?$AAr?$AA?9?$AAl?$AAb@ 10094e80 libucrt:lcidtoname_downlevel.obj - 0002:0000fe8c ??_C@_1M@MOBDBLOC@?$AAa?$AAr?$AA?9?$AAl?$AAy@ 10094e8c libucrt:lcidtoname_downlevel.obj - 0002:0000fe98 ??_C@_1M@JAOCLHDH@?$AAa?$AAr?$AA?9?$AAm?$AAa@ 10094e98 libucrt:lcidtoname_downlevel.obj - 0002:0000fea4 ??_C@_1M@JHPMKJIE@?$AAa?$AAr?$AA?9?$AAo?$AAm@ 10094ea4 libucrt:lcidtoname_downlevel.obj - 0002:0000feb0 ??_C@_1M@OEPGHFNH@?$AAa?$AAr?$AA?9?$AAq?$AAa@ 10094eb0 libucrt:lcidtoname_downlevel.obj - 0002:0000febc ??_C@_1M@KJDONENM@?$AAa?$AAr?$AA?9?$AAs?$AAa@ 10094ebc libucrt:lcidtoname_downlevel.obj - 0002:0000fec8 ??_C@_1M@DMJDKLKM@?$AAa?$AAr?$AA?9?$AAs?$AAy@ 10094ec8 libucrt:lcidtoname_downlevel.obj - 0002:0000fed4 ??_C@_1M@OMFIPEDC@?$AAa?$AAr?$AA?9?$AAt?$AAn@ 10094ed4 libucrt:lcidtoname_downlevel.obj - 0002:0000fee0 ??_C@_1M@IHMHGAON@?$AAa?$AAr?$AA?9?$AAy?$AAe@ 10094ee0 libucrt:lcidtoname_downlevel.obj - 0002:0000feec ??_C@_1BG@KDCPGJGB@?$AAa?$AAz?$AA?9?$AAa?$AAz?$AA?9?$AAc?$AAy?$AAr?$AAl@ 10094eec libucrt:lcidtoname_downlevel.obj - 0002:0000ff04 ??_C@_1BG@IBCKDDOE@?$AAa?$AAz?$AA?9?$AAa?$AAz?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10094f04 libucrt:lcidtoname_downlevel.obj - 0002:0000ff1c ??_C@_1M@EGPFDCPD@?$AAb?$AAe?$AA?9?$AAb?$AAy@ 10094f1c libucrt:lcidtoname_downlevel.obj - 0002:0000ff28 ??_C@_1M@PCMGMCGC@?$AAb?$AAg?$AA?9?$AAb?$AAg@ 10094f28 libucrt:lcidtoname_downlevel.obj - 0002:0000ff34 ??_C@_1M@BJBMFGOB@?$AAb?$AAn?$AA?9?$AAi?$AAn@ 10094f34 libucrt:lcidtoname_downlevel.obj - 0002:0000ff40 ??_C@_1BG@EAKMMACD@?$AAb?$AAs?$AA?9?$AAb?$AAa?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10094f40 libucrt:lcidtoname_downlevel.obj - 0002:0000ff58 ??_C@_1M@KGADAODK@?$AAc?$AAa?$AA?9?$AAe?$AAs@ 10094f58 libucrt:lcidtoname_downlevel.obj - 0002:0000ff64 ??_C@_1M@COAJPDHI@?$AAc?$AAs?$AA?9?$AAc?$AAz@ 10094f64 libucrt:lcidtoname_downlevel.obj - 0002:0000ff70 ??_C@_1M@DHBHFONH@?$AAc?$AAy?$AA?9?$AAg?$AAb@ 10094f70 libucrt:lcidtoname_downlevel.obj - 0002:0000ff7c ??_C@_1M@IMGKELGA@?$AAd?$AAa?$AA?9?$AAd?$AAk@ 10094f7c libucrt:lcidtoname_downlevel.obj - 0002:0000ff88 ??_C@_1M@NNDGDNGA@?$AAd?$AAe?$AA?9?$AAa?$AAt@ 10094f88 libucrt:lcidtoname_downlevel.obj - 0002:0000ff94 ??_C@_1M@IKDBHEEM@?$AAd?$AAe?$AA?9?$AAc?$AAh@ 10094f94 libucrt:lcidtoname_downlevel.obj - 0002:0000ffa0 ??_C@_1M@GFFOJMCJ@?$AAd?$AAe?$AA?9?$AAd?$AAe@ 10094fa0 libucrt:lcidtoname_downlevel.obj - 0002:0000ffac ??_C@_1M@MDNLKBPM@?$AAd?$AAe?$AA?9?$AAl?$AAi@ 10094fac libucrt:lcidtoname_downlevel.obj - 0002:0000ffb8 ??_C@_1M@NJBEEJNL@?$AAd?$AAe?$AA?9?$AAl?$AAu@ 10094fb8 libucrt:lcidtoname_downlevel.obj - 0002:0000ffc4 ??_C@_1O@GNNELBAP@?$AAd?$AAi?$AAv?$AA?9?$AAm?$AAv@ 10094fc4 libucrt:lcidtoname_downlevel.obj - 0002:0000ffd4 ??_C@_1M@EJLEOGAE@?$AAe?$AAl?$AA?9?$AAg?$AAr@ 10094fd4 libucrt:lcidtoname_downlevel.obj - 0002:0000ffe0 ??_C@_1M@GMPONJN@?$AAe?$AAn?$AA?9?$AAa?$AAu@ 10094fe0 libucrt:lcidtoname_downlevel.obj - 0002:0000ffec ??_C@_1M@NIDIIPGF@?$AAe?$AAn?$AA?9?$AAb?$AAz@ 10094fec libucrt:lcidtoname_downlevel.obj - 0002:0000fff8 ??_C@_1M@JEHMIMFO@?$AAe?$AAn?$AA?9?$AAc?$AAa@ 10094ff8 libucrt:lcidtoname_downlevel.obj - 0002:00010004 ??_C@_1M@IGMJCDLA@?$AAe?$AAn?$AA?9?$AAc?$AAb@ 10095004 libucrt:lcidtoname_downlevel.obj - 0002:00010010 ??_C@_1M@BNFIGBKG@?$AAe?$AAn?$AA?9?$AAg?$AAb@ 10095010 libucrt:lcidtoname_downlevel.obj - 0002:0001001c ??_C@_1M@LKIFDIGP@?$AAe?$AAn?$AA?9?$AAi?$AAe@ 1009501c libucrt:lcidtoname_downlevel.obj - 0002:00010028 ??_C@_1M@PJKFGCCO@?$AAe?$AAn?$AA?9?$AAj?$AAm@ 10095028 libucrt:lcidtoname_downlevel.obj - 0002:00010034 ??_C@_1M@KPPKEPBO@?$AAe?$AAn?$AA?9?$AAn?$AAz@ 10095034 libucrt:lcidtoname_downlevel.obj - 0002:00010040 ??_C@_1M@GMDGLDOB@?$AAe?$AAn?$AA?9?$AAp?$AAh@ 10095040 libucrt:lcidtoname_downlevel.obj - 0002:0001004c ??_C@_1M@ONGIBJNA@?$AAe?$AAn?$AA?9?$AAt?$AAt@ 1009504c libucrt:lcidtoname_downlevel.obj - 0002:00010058 ??_C@_1M@LLODPCMM@?$AAe?$AAn?$AA?9?$AAu?$AAs@ 10095058 libucrt:lcidtoname_downlevel.obj - 0002:00010064 ??_C@_1M@LAKFNPAN@?$AAe?$AAn?$AA?9?$AAz?$AAa@ 10095064 libucrt:lcidtoname_downlevel.obj - 0002:00010070 ??_C@_1M@MFNHNHEO@?$AAe?$AAn?$AA?9?$AAz?$AAw@ 10095070 libucrt:lcidtoname_downlevel.obj - 0002:0001007c ??_C@_1M@EJEINPHM@?$AAe?$AAs?$AA?9?$AAa?$AAr@ 1009507c libucrt:lcidtoname_downlevel.obj - 0002:00010088 ??_C@_1M@GNKPCCJA@?$AAe?$AAs?$AA?9?$AAb?$AAo@ 10095088 libucrt:lcidtoname_downlevel.obj - 0002:00010094 ??_C@_1M@LEEGFONL@?$AAe?$AAs?$AA?9?$AAc?$AAl@ 10095094 libucrt:lcidtoname_downlevel.obj - 0002:000100a0 ??_C@_1M@KGPDPBDF@?$AAe?$AAs?$AA?9?$AAc?$AAo@ 100950a0 libucrt:lcidtoname_downlevel.obj - 0002:000100ac ??_C@_1M@EIAHOHH@?$AAe?$AAs?$AA?9?$AAc?$AAr@ 100950ac libucrt:lcidtoname_downlevel.obj - 0002:000100b8 ??_C@_1M@LLPGMBIN@?$AAe?$AAs?$AA?9?$AAd?$AAo@ 100950b8 libucrt:lcidtoname_downlevel.obj - 0002:000100c4 ??_C@_1M@DKHMKNJA@?$AAe?$AAs?$AA?9?$AAe?$AAc@ 100950c4 libucrt:lcidtoname_downlevel.obj - 0002:000100d0 ??_C@_1M@GKGFPKAP@?$AAe?$AAs?$AA?9?$AAe?$AAs@ 100950d0 libucrt:lcidtoname_downlevel.obj - 0002:000100dc ??_C@_1M@LKHKGDLN@?$AAe?$AAs?$AA?9?$AAg?$AAt@ 100950dc libucrt:lcidtoname_downlevel.obj - 0002:000100e8 ??_C@_1M@HEIIGGJD@?$AAe?$AAs?$AA?9?$AAh?$AAn@ 100950e8 libucrt:lcidtoname_downlevel.obj - 0002:000100f4 ??_C@_1M@FBDHPPGD@?$AAe?$AAs?$AA?9?$AAm?$AAx@ 100950f4 libucrt:lcidtoname_downlevel.obj - 0002:00010100 ??_C@_1M@DPAGLNDH@?$AAe?$AAs?$AA?9?$AAn?$AAi@ 10095100 libucrt:lcidtoname_downlevel.obj - 0002:0001010c ??_C@_1M@MDGOPGDD@?$AAe?$AAs?$AA?9?$AAp?$AAa@ 1009510c libucrt:lcidtoname_downlevel.obj - 0002:00010118 ??_C@_1M@EMAMGBGE@?$AAe?$AAs?$AA?9?$AAp?$AAe@ 10095118 libucrt:lcidtoname_downlevel.obj - 0002:00010124 ??_C@_1M@IBMCAOEC@?$AAe?$AAs?$AA?9?$AAp?$AAr@ 10095124 libucrt:lcidtoname_downlevel.obj - 0002:00010130 ??_C@_1M@FGMDIJED@?$AAe?$AAs?$AA?9?$AAp?$AAy@ 10095130 libucrt:lcidtoname_downlevel.obj - 0002:0001013c ??_C@_1M@IIDEOLLL@?$AAe?$AAs?$AA?9?$AAs?$AAv@ 1009513c libucrt:lcidtoname_downlevel.obj - 0002:00010148 ??_C@_1M@GAOBIPA@?$AAe?$AAs?$AA?9?$AAu?$AAy@ 10095148 libucrt:lcidtoname_downlevel.obj - 0002:00010154 ??_C@_1M@JKFFICHJ@?$AAe?$AAs?$AA?9?$AAv?$AAe@ 10095154 libucrt:lcidtoname_downlevel.obj - 0002:00010160 ??_C@_1M@PNMLOJDF@?$AAe?$AAt?$AA?9?$AAe?$AAe@ 10095160 libucrt:lcidtoname_downlevel.obj - 0002:0001016c ??_C@_1M@GHHLIKEI@?$AAe?$AAu?$AA?9?$AAe?$AAs@ 1009516c libucrt:lcidtoname_downlevel.obj - 0002:00010178 ??_C@_1M@PBNONODE@?$AAf?$AAa?$AA?9?$AAi?$AAr@ 10095178 libucrt:lcidtoname_downlevel.obj - 0002:00010184 ??_C@_1M@JEEHPMIL@?$AAf?$AAi?$AA?9?$AAf?$AAi@ 10095184 libucrt:lcidtoname_downlevel.obj - 0002:00010190 ??_C@_1M@LMDCNDBA@?$AAf?$AAo?$AA?9?$AAf?$AAo@ 10095190 libucrt:lcidtoname_downlevel.obj - 0002:0001019c ??_C@_1M@JKEOHLDK@?$AAf?$AAr?$AA?9?$AAb?$AAe@ 1009519c libucrt:lcidtoname_downlevel.obj - 0002:000101a8 ??_C@_1M@NOHADPMI@?$AAf?$AAr?$AA?9?$AAc?$AAa@ 100951a8 libucrt:lcidtoname_downlevel.obj - 0002:000101b4 ??_C@_1M@KDHIHAEC@?$AAf?$AAr?$AA?9?$AAc?$AAh@ 100951b4 libucrt:lcidtoname_downlevel.obj - 0002:000101c0 ??_C@_1M@MMBBFGAK@?$AAf?$AAr?$AA?9?$AAf?$AAr@ 100951c0 libucrt:lcidtoname_downlevel.obj - 0002:000101cc ??_C@_1M@PAFNENNF@?$AAf?$AAr?$AA?9?$AAl?$AAu@ 100951cc libucrt:lcidtoname_downlevel.obj - 0002:000101d8 ??_C@_1M@EOHDJGDD@?$AAf?$AAr?$AA?9?$AAm?$AAc@ 100951d8 libucrt:lcidtoname_downlevel.obj - 0002:000101e4 ??_C@_1M@FAPLLOPF@?$AAg?$AAl?$AA?9?$AAe?$AAs@ 100951e4 libucrt:lcidtoname_downlevel.obj - 0002:000101f0 ??_C@_1M@FOPBFLOO@?$AAg?$AAu?$AA?9?$AAi?$AAn@ 100951f0 libucrt:lcidtoname_downlevel.obj - 0002:000101fc ??_C@_1M@KBMCINPM@?$AAh?$AAe?$AA?9?$AAi?$AAl@ 100951fc libucrt:lcidtoname_downlevel.obj - 0002:00010208 ??_C@_1M@BBPHKFPJ@?$AAh?$AAi?$AA?9?$AAi?$AAn@ 10095208 libucrt:lcidtoname_downlevel.obj - 0002:00010214 ??_C@_1M@PMBNDPHD@?$AAh?$AAr?$AA?9?$AAb?$AAa@ 10095214 libucrt:lcidtoname_downlevel.obj - 0002:00010220 ??_C@_1M@BPCKOEGE@?$AAh?$AAr?$AA?9?$AAh?$AAr@ 10095220 libucrt:lcidtoname_downlevel.obj - 0002:0001022c ??_C@_1M@GACBMHKE@?$AAh?$AAu?$AA?9?$AAh?$AAu@ 1009522c libucrt:lcidtoname_downlevel.obj - 0002:00010238 ??_C@_1M@MILPAJJC@?$AAh?$AAy?$AA?9?$AAa?$AAm@ 10095238 libucrt:lcidtoname_downlevel.obj - 0002:00010244 ??_C@_1M@BABBICEC@?$AAi?$AAd?$AA?9?$AAi?$AAd@ 10095244 libucrt:lcidtoname_downlevel.obj - 0002:00010250 ??_C@_1M@BIKNHHPF@?$AAi?$AAs?$AA?9?$AAi?$AAs@ 10095250 libucrt:lcidtoname_downlevel.obj - 0002:0001025c ??_C@_1M@NMPCJPHE@?$AAi?$AAt?$AA?9?$AAc?$AAh@ 1009525c libucrt:lcidtoname_downlevel.obj - 0002:00010268 ??_C@_1M@GHKGFEDF@?$AAi?$AAt?$AA?9?$AAi?$AAt@ 10095268 libucrt:lcidtoname_downlevel.obj - 0002:00010274 ??_C@_1M@NIEJCJJA@?$AAj?$AAa?$AA?9?$AAj?$AAp@ 10095274 libucrt:lcidtoname_downlevel.obj - 0002:00010280 ??_C@_1M@JILFNBIM@?$AAk?$AAa?$AA?9?$AAg?$AAe@ 10095280 libucrt:lcidtoname_downlevel.obj - 0002:0001028c ??_C@_1M@PACPMGPH@?$AAk?$AAk?$AA?9?$AAk?$AAz@ 1009528c libucrt:lcidtoname_downlevel.obj - 0002:00010298 ??_C@_1M@IELFGMHA@?$AAk?$AAn?$AA?9?$AAi?$AAn@ 10095298 libucrt:lcidtoname_downlevel.obj - 0002:000102a4 ??_C@_1O@IBBJHCH@?$AAk?$AAo?$AAk?$AA?9?$AAi?$AAn@ 100952a4 libucrt:lcidtoname_downlevel.obj - 0002:000102b4 ??_C@_1M@DMHAEOGC@?$AAk?$AAo?$AA?9?$AAk?$AAr@ 100952b4 libucrt:lcidtoname_downlevel.obj - 0002:000102c0 ??_C@_1M@HBAHBIGA@?$AAk?$AAy?$AA?9?$AAk?$AAg@ 100952c0 libucrt:lcidtoname_downlevel.obj - 0002:000102cc ??_C@_1M@KPMILCJG@?$AAl?$AAt?$AA?9?$AAl?$AAt@ 100952cc libucrt:lcidtoname_downlevel.obj - 0002:000102d8 ??_C@_1M@BDEKKCA@?$AAl?$AAv?$AA?9?$AAl?$AAv@ 100952d8 libucrt:lcidtoname_downlevel.obj - 0002:000102e4 ??_C@_1M@ELCKCCJJ@?$AAm?$AAi?$AA?9?$AAn?$AAz@ 100952e4 libucrt:lcidtoname_downlevel.obj - 0002:000102f0 ??_C@_1M@CBOOLAPA@?$AAm?$AAk?$AA?9?$AAm?$AAk@ 100952f0 libucrt:lcidtoname_downlevel.obj - 0002:000102fc ??_C@_1M@GPHNBJKN@?$AAm?$AAl?$AA?9?$AAi?$AAn@ 100952fc libucrt:lcidtoname_downlevel.obj - 0002:00010308 ??_C@_1M@PABJILIG@?$AAm?$AAn?$AA?9?$AAm?$AAn@ 10095308 libucrt:lcidtoname_downlevel.obj - 0002:00010314 ??_C@_1M@FGBKKIPG@?$AAm?$AAr?$AA?9?$AAi?$AAn@ 10095314 libucrt:lcidtoname_downlevel.obj - 0002:00010320 ??_C@_1M@NDBPDDAL@?$AAm?$AAs?$AA?9?$AAb?$AAn@ 10095320 libucrt:lcidtoname_downlevel.obj - 0002:0001032c ??_C@_1M@OPIHOOPI@?$AAm?$AAs?$AA?9?$AAm?$AAy@ 1009532c libucrt:lcidtoname_downlevel.obj - 0002:00010338 ??_C@_1M@PPDBCNFM@?$AAm?$AAt?$AA?9?$AAm?$AAt@ 10095338 libucrt:lcidtoname_downlevel.obj - 0002:00010344 ??_C@_1M@KDJDKMDD@?$AAn?$AAb?$AA?9?$AAn?$AAo@ 10095344 libucrt:lcidtoname_downlevel.obj - 0002:00010350 ??_C@_1M@KFCFLMJP@?$AAn?$AAl?$AA?9?$AAb?$AAe@ 10095350 libucrt:lcidtoname_downlevel.obj - 0002:0001035c ??_C@_1M@KPOPDDGO@?$AAn?$AAl?$AA?9?$AAn?$AAl@ 1009535c libucrt:lcidtoname_downlevel.obj - 0002:00010368 ??_C@_1M@LJKPEMLN@?$AAn?$AAn?$AA?9?$AAn?$AAo@ 10095368 libucrt:lcidtoname_downlevel.obj - 0002:00010374 ??_C@_1M@BDGHHBFL@?$AAn?$AAs?$AA?9?$AAz?$AAa@ 10095374 libucrt:lcidtoname_downlevel.obj - 0002:00010380 ??_C@_1M@IDEHOAP@?$AAp?$AAa?$AA?9?$AAi?$AAn@ 10095380 libucrt:lcidtoname_downlevel.obj - 0002:0001038c ??_C@_1M@HDBKGOGH@?$AAp?$AAl?$AA?9?$AAp?$AAl@ 1009538c libucrt:lcidtoname_downlevel.obj - 0002:00010398 ??_C@_1M@LJLLCMEH@?$AAp?$AAt?$AA?9?$AAb?$AAr@ 10095398 libucrt:lcidtoname_downlevel.obj - 0002:000103a4 ??_C@_1M@NCMONAAL@?$AAp?$AAt?$AA?9?$AAp?$AAt@ 100953a4 libucrt:lcidtoname_downlevel.obj - 0002:000103b0 ??_C@_1O@EAKMAJDN@?$AAq?$AAu?$AAz?$AA?9?$AAb?$AAo@ 100953b0 libucrt:lcidtoname_downlevel.obj - 0002:000103c0 ??_C@_1O@BHHPIGDN@?$AAq?$AAu?$AAz?$AA?9?$AAe?$AAc@ 100953c0 libucrt:lcidtoname_downlevel.obj - 0002:000103d0 ??_C@_1O@GBAPEKMJ@?$AAq?$AAu?$AAz?$AA?9?$AAp?$AAe@ 100953d0 libucrt:lcidtoname_downlevel.obj - 0002:000103e0 ??_C@_1M@CLGLEFBO@?$AAr?$AAo?$AA?9?$AAr?$AAo@ 100953e0 libucrt:lcidtoname_downlevel.obj - 0002:000103ec ??_C@_1M@CEEDODME@?$AAr?$AAu?$AA?9?$AAr?$AAu@ 100953ec libucrt:lcidtoname_downlevel.obj - 0002:000103f8 ??_C@_1M@HPKKKMPP@?$AAs?$AAa?$AA?9?$AAi?$AAn@ 100953f8 libucrt:lcidtoname_downlevel.obj - 0002:00010404 ??_C@_1M@BKMAIGOJ@?$AAs?$AAe?$AA?9?$AAf?$AAi@ 10095404 libucrt:lcidtoname_downlevel.obj - 0002:00010410 ??_C@_1M@NDPIFLFI@?$AAs?$AAe?$AA?9?$AAn?$AAo@ 10095410 libucrt:lcidtoname_downlevel.obj - 0002:0001041c ??_C@_1M@DANKKHJ@?$AAs?$AAe?$AA?9?$AAs?$AAe@ 1009541c libucrt:lcidtoname_downlevel.obj - 0002:00010428 ??_C@_1M@PNBLONPJ@?$AAs?$AAk?$AA?9?$AAs?$AAk@ 10095428 libucrt:lcidtoname_downlevel.obj - 0002:00010434 ??_C@_1M@LFMODOAL@?$AAs?$AAl?$AA?9?$AAs?$AAi@ 10095434 libucrt:lcidtoname_downlevel.obj - 0002:00010440 ??_C@_1O@DFKOMPG@?$AAs?$AAm?$AAa?$AA?9?$AAn?$AAo@ 10095440 libucrt:lcidtoname_downlevel.obj - 0002:00010450 ??_C@_1O@NDKPBNNH@?$AAs?$AAm?$AAa?$AA?9?$AAs?$AAe@ 10095450 libucrt:lcidtoname_downlevel.obj - 0002:00010460 ??_C@_1O@PLLKBHAB@?$AAs?$AAm?$AAj?$AA?9?$AAn?$AAo@ 10095460 libucrt:lcidtoname_downlevel.obj - 0002:00010470 ??_C@_1O@CLEPOGCA@?$AAs?$AAm?$AAj?$AA?9?$AAs?$AAe@ 10095470 libucrt:lcidtoname_downlevel.obj - 0002:00010480 ??_C@_1O@DLGJGKMK@?$AAs?$AAm?$AAn?$AA?9?$AAf?$AAi@ 10095480 libucrt:lcidtoname_downlevel.obj - 0002:00010490 ??_C@_1O@OJDJGAJC@?$AAs?$AAm?$AAs?$AA?9?$AAf?$AAi@ 10095490 libucrt:lcidtoname_downlevel.obj - 0002:000104a0 ??_C@_1M@BOFOGHPB@?$AAs?$AAq?$AA?9?$AAa?$AAl@ 100954a0 libucrt:lcidtoname_downlevel.obj - 0002:000104ac ??_C@_1BG@LJBBIPGB@?$AAs?$AAr?$AA?9?$AAb?$AAa?$AA?9?$AAc?$AAy?$AAr?$AAl@ 100954ac libucrt:lcidtoname_downlevel.obj - 0002:000104c4 ??_C@_1BG@JLBENFOE@?$AAs?$AAr?$AA?9?$AAb?$AAa?$AA?9?$AAl?$AAa?$AAt?$AAn@ 100954c4 libucrt:lcidtoname_downlevel.obj - 0002:000104dc ??_C@_1BG@KODPNHE@?$AAs?$AAr?$AA?9?$AAs?$AAp?$AA?9?$AAc?$AAy?$AAr?$AAl@ 100954dc libucrt:lcidtoname_downlevel.obj - 0002:000104f4 ??_C@_1BG@CIOGKHPB@?$AAs?$AAr?$AA?9?$AAs?$AAp?$AA?9?$AAl?$AAa?$AAt?$AAn@ 100954f4 libucrt:lcidtoname_downlevel.obj - 0002:0001050c ??_C@_1M@NGFJLMAC@?$AAs?$AAv?$AA?9?$AAf?$AAi@ 1009550c libucrt:lcidtoname_downlevel.obj - 0002:00010518 ??_C@_1M@MPJEJAJC@?$AAs?$AAv?$AA?9?$AAs?$AAe@ 10095518 libucrt:lcidtoname_downlevel.obj - 0002:00010524 ??_C@_1M@MPNDHLFK@?$AAs?$AAw?$AA?9?$AAk?$AAe@ 10095524 libucrt:lcidtoname_downlevel.obj - 0002:00010530 ??_C@_1O@KOHBJJI@?$AAs?$AAy?$AAr?$AA?9?$AAs?$AAy@ 10095530 libucrt:lcidtoname_downlevel.obj - 0002:00010540 ??_C@_1M@LDCEFHA@?$AAt?$AAa?$AA?9?$AAi?$AAn@ 10095540 libucrt:lcidtoname_downlevel.obj - 0002:0001054c ??_C@_1M@CNJOFAK@?$AAt?$AAe?$AA?9?$AAi?$AAn@ 1009554c libucrt:lcidtoname_downlevel.obj - 0002:00010558 ??_C@_1M@GNAECACD@?$AAt?$AAh?$AA?9?$AAt?$AAh@ 10095558 libucrt:lcidtoname_downlevel.obj - 0002:00010564 ??_C@_1M@CHBIHOJO@?$AAt?$AAn?$AA?9?$AAz?$AAa@ 10095564 libucrt:lcidtoname_downlevel.obj - 0002:00010570 ??_C@_1M@GCCMIGPJ@?$AAt?$AAr?$AA?9?$AAt?$AAr@ 10095570 libucrt:lcidtoname_downlevel.obj - 0002:0001057c ??_C@_1M@CELMCNBK@?$AAt?$AAt?$AA?9?$AAr?$AAu@ 1009557c libucrt:lcidtoname_downlevel.obj - 0002:00010588 ??_C@_1M@KLMCELGA@?$AAu?$AAk?$AA?9?$AAu?$AAa@ 10095588 libucrt:lcidtoname_downlevel.obj - 0002:00010594 ??_C@_1M@EPAJJAJF@?$AAu?$AAr?$AA?9?$AAp?$AAk@ 10095594 libucrt:lcidtoname_downlevel.obj - 0002:000105a0 ??_C@_1BG@GEGPMCDJ@?$AAu?$AAz?$AA?9?$AAu?$AAz?$AA?9?$AAc?$AAy?$AAr?$AAl@ 100955a0 libucrt:lcidtoname_downlevel.obj - 0002:000105b8 ??_C@_1BG@EGGKJILM@?$AAu?$AAz?$AA?9?$AAu?$AAz?$AA?9?$AAl?$AAa?$AAt?$AAn@ 100955b8 libucrt:lcidtoname_downlevel.obj - 0002:000105d0 ??_C@_1M@GFOCLFF@?$AAv?$AAi?$AA?9?$AAv?$AAn@ 100955d0 libucrt:lcidtoname_downlevel.obj - 0002:000105dc ??_C@_1M@CPAMEDFI@?$AAx?$AAh?$AA?9?$AAz?$AAa@ 100955dc libucrt:lcidtoname_downlevel.obj - 0002:000105e8 ??_C@_1O@EBKIFIGN@?$AAz?$AAh?$AA?9?$AAc?$AAh?$AAs@ 100955e8 libucrt:lcidtoname_downlevel.obj - 0002:000105f8 ??_C@_1O@NMHPGANE@?$AAz?$AAh?$AA?9?$AAc?$AAh?$AAt@ 100955f8 libucrt:lcidtoname_downlevel.obj - 0002:00010608 ??_C@_1M@LPINJOMC@?$AAz?$AAh?$AA?9?$AAc?$AAn@ 10095608 libucrt:lcidtoname_downlevel.obj - 0002:00010614 ??_C@_1M@OCJEJODD@?$AAz?$AAh?$AA?9?$AAh?$AAk@ 10095614 libucrt:lcidtoname_downlevel.obj - 0002:00010620 ??_C@_1M@DNDLJINH@?$AAz?$AAh?$AA?9?$AAm?$AAo@ 10095620 libucrt:lcidtoname_downlevel.obj - 0002:0001062c ??_C@_1M@MBFDNDND@?$AAz?$AAh?$AA?9?$AAs?$AAg@ 1009562c libucrt:lcidtoname_downlevel.obj - 0002:00010638 ??_C@_1M@IMEPLEPE@?$AAz?$AAh?$AA?9?$AAt?$AAw@ 10095638 libucrt:lcidtoname_downlevel.obj - 0002:00010644 ??_C@_1M@BBGHNHJP@?$AAz?$AAu?$AA?9?$AAz?$AAa@ 10095644 libucrt:lcidtoname_downlevel.obj - 0002:00010650 ??_C@_01GBGANLPD@0@ 10095650 libucrt:cfout.obj - 0002:00010654 ??_C@_05DNEBIAHO@1?$CDINF@ 10095654 libucrt:cfout.obj - 0002:0001065c ??_C@_06IMKFLFPG@1?$CDQNAN@ 1009565c libucrt:cfout.obj - 0002:00010664 ??_C@_06PGGFOGJG@1?$CDSNAN@ 10095664 libucrt:cfout.obj - 0002:0001066c ??_C@_05PHHOCPM@1?$CDIND@ 1009566c libucrt:cfout.obj - 0002:00010674 __days 10095674 libucrt:days.obj - 0002:000106a8 __lpdays 100956a8 libucrt:days.obj - 0002:000106e8 __DEFAULT_CW_in_mem 100956e8 libucrt:common.obj - 0002:000106ea __pi_by_2_to_61 100956ea libucrt:common.obj - 0002:00010738 ??_C@_1BA@BALFACEM@?$AAC?$AAO?$AAN?$AAO?$AAU?$AAT?$AA$@ 10095738 libucrt:initcon.obj - 0002:00010760 __indefinite 10095760 libucrt:87disp.obj - 0002:0001076a __piby2 1009576a libucrt:87disp.obj - 0002:00010774 __piby4 10095774 libucrt:87disp.obj - 0002:000108a0 __infinity 100958a0 libucrt:87tran.obj - 0002:000108aa __minfinity 100958aa libucrt:87tran.obj - 0002:000108b4 __logemax 100958b4 libucrt:87tran.obj - 0002:000108da __OP_EXPjmptab 100958da libucrt:87tran.obj - 0002:00010900 ___acrt_log10_table_t 10095900 libucrt:log10_tables.obj - 0002:00010d10 ___acrt_log10_table_cb 10095d10 libucrt:log10_tables.obj - 0002:00011120 __real@3fe0000000000000 10096120 libucrt:powhlp.obj - 0002:0001112c ??_7bad_function_call@std@@6B@ 1009612c libcpmt:xthrow.obj - 0002:00011134 ??_C@_0BC@DPJNKNAF@bad?5function?5call@ 10096134 libcpmt:xthrow.obj - 0002:0001114c ??_7logic_error@std@@6B@ 1009614c libcpmt:xthrow.obj - 0002:00011158 ??_7invalid_argument@std@@6B@ 10096158 libcpmt:xthrow.obj - 0002:00011164 ??_7length_error@std@@6B@ 10096164 libcpmt:xthrow.obj - 0002:00011170 ??_7out_of_range@std@@6B@ 10096170 libcpmt:xthrow.obj - 0002:00011690 ??_C@_07IPNMCAN@success@ 10096690 libcpmt:syserror.obj - 0002:00011698 ??_C@_0BN@LKKBCCDB@address?5family?5not?5supported@ 10096698 libcpmt:syserror.obj - 0002:000116b8 ??_C@_0P@LDMLAFHI@address?5in?5use@ 100966b8 libcpmt:syserror.obj - 0002:000116c8 ??_C@_0BG@DHPCNBJB@address?5not?5available@ 100966c8 libcpmt:syserror.obj - 0002:000116e0 ??_C@_0BC@DFIBIBIL@already?5connected@ 100966e0 libcpmt:syserror.obj - 0002:000116f4 ??_C@_0BH@CAKOHOMI@argument?5list?5too?5long@ 100966f4 libcpmt:syserror.obj - 0002:0001170c ??_C@_0BH@CGIMPKIM@argument?5out?5of?5domain@ 1009670c libcpmt:syserror.obj - 0002:00011724 ??_C@_0M@KGHGGJGL@bad?5address@ 10096724 libcpmt:syserror.obj - 0002:00011730 ??_C@_0BE@MPJPGCEO@bad?5file?5descriptor@ 10096730 libcpmt:syserror.obj - 0002:00011744 ??_C@_0M@PMMIEFCP@bad?5message@ 10096744 libcpmt:syserror.obj - 0002:00011750 ??_C@_0M@KPHOFDBE@broken?5pipe@ 10096750 libcpmt:syserror.obj - 0002:0001175c ??_C@_0BD@MGNDDEGM@connection?5aborted@ 1009675c libcpmt:syserror.obj - 0002:00011770 ??_C@_0BP@KAIHPOGN@connection?5already?5in?5progress@ 10096770 libcpmt:syserror.obj - 0002:00011790 ??_C@_0BD@PJLIIJEL@connection?5refused@ 10096790 libcpmt:syserror.obj - 0002:000117a4 ??_C@_0BB@IECNJNOI@connection?5reset@ 100967a4 libcpmt:syserror.obj - 0002:000117b8 ??_C@_0BC@PPHBOELF@cross?5device?5link@ 100967b8 libcpmt:syserror.obj - 0002:000117cc ??_C@_0BN@KDMIFEIP@destination?5address?5required@ 100967cc libcpmt:syserror.obj - 0002:000117ec ??_C@_0BI@NGCEHDD@device?5or?5resource?5busy@ 100967ec libcpmt:syserror.obj - 0002:00011804 ??_C@_0BE@JIDOCPHM@directory?5not?5empty@ 10096804 libcpmt:syserror.obj - 0002:00011818 ??_C@_0BI@BNCLIGPB@executable?5format?5error@ 10096818 libcpmt:syserror.obj - 0002:00011830 ??_C@_0M@MIDIAGJP@file?5exists@ 10096830 libcpmt:syserror.obj - 0002:0001183c ??_C@_0P@DNAJLBJK@file?5too?5large@ 1009683c libcpmt:syserror.obj - 0002:0001184c ??_C@_0BC@EJHOMAAK@filename?5too?5long@ 1009684c libcpmt:syserror.obj - 0002:00011860 ??_C@_0BH@KEFGLDAF@function?5not?5supported@ 10096860 libcpmt:syserror.obj - 0002:00011878 ??_C@_0BB@DHFDFGDM@host?5unreachable@ 10096878 libcpmt:syserror.obj - 0002:0001188c ??_C@_0BD@JPHBMONG@identifier?5removed@ 1009688c libcpmt:syserror.obj - 0002:000118a0 ??_C@_0BG@CDNPAGJK@illegal?5byte?5sequence@ 100968a0 libcpmt:syserror.obj - 0002:000118b8 ??_C@_0CD@BNPLBMNA@inappropriate?5io?5control?5operat@ 100968b8 libcpmt:syserror.obj - 0002:000118dc ??_C@_0M@EGEKIIMP@interrupted@ 100968dc libcpmt:syserror.obj - 0002:000118e8 ??_C@_0BB@FCMFBGOM@invalid?5argument@ 100968e8 libcpmt:syserror.obj - 0002:000118fc ??_C@_0N@OHAFKDEK@invalid?5seek@ 100968fc libcpmt:syserror.obj - 0002:0001190c ??_C@_08GLNPIFBN@io?5error@ 1009690c libcpmt:syserror.obj - 0002:00011918 ??_C@_0P@FLLDBIDK@is?5a?5directory@ 10096918 libcpmt:syserror.obj - 0002:00011928 ??_C@_0N@IFLPBIOP@message?5size@ 10096928 libcpmt:syserror.obj - 0002:00011938 ??_C@_0N@KIIEAAIO@network?5down@ 10096938 libcpmt:syserror.obj - 0002:00011948 ??_C@_0O@FNPDBHEE@network?5reset@ 10096948 libcpmt:syserror.obj - 0002:00011958 ??_C@_0BE@IFNCKGE@network?5unreachable@ 10096958 libcpmt:syserror.obj - 0002:0001196c ??_C@_0BA@PFFCAOFK@no?5buffer?5space@ 1009696c libcpmt:syserror.obj - 0002:0001197c ??_C@_0BB@IEPBLJHK@no?5child?5process@ 1009697c libcpmt:syserror.obj - 0002:00011990 ??_C@_07PLECNNKG@no?5link@ 10096990 libcpmt:syserror.obj - 0002:00011998 ??_C@_0BC@NJECKMKE@no?5lock?5available@ 10096998 libcpmt:syserror.obj - 0002:000119ac ??_C@_0BF@PBGGPKKE@no?5message?5available@ 100969ac libcpmt:syserror.obj - 0002:000119c4 ??_C@_0L@EDOLMPAK@no?5message@ 100969c4 libcpmt:syserror.obj - 0002:000119d0 ??_C@_0BD@EAMBFIDF@no?5protocol?5option@ 100969d0 libcpmt:syserror.obj - 0002:000119e4 ??_C@_0BD@IJDJKDEA@no?5space?5on?5device@ 100969e4 libcpmt:syserror.obj - 0002:000119f8 ??_C@_0BE@MKFDAFMP@no?5stream?5resources@ 100969f8 libcpmt:syserror.obj - 0002:00011a0c ??_C@_0BK@IMCPHCBI@no?5such?5device?5or?5address@ 10096a0c libcpmt:syserror.obj - 0002:00011a28 ??_C@_0P@FDINDDOK@no?5such?5device@ 10096a28 libcpmt:syserror.obj - 0002:00011a38 ??_C@_0BK@NDOCBPGE@no?5such?5file?5or?5directory@ 10096a38 libcpmt:syserror.obj - 0002:00011a54 ??_C@_0BA@ENLPPKBN@no?5such?5process@ 10096a54 libcpmt:syserror.obj - 0002:00011a64 ??_C@_0BA@DOCPFFJG@not?5a?5directory@ 10096a64 libcpmt:syserror.obj - 0002:00011a74 ??_C@_0N@POEIPGGF@not?5a?5socket@ 10096a74 libcpmt:syserror.obj - 0002:00011a84 ??_C@_0N@LGAPMMPI@not?5a?5stream@ 10096a84 libcpmt:syserror.obj - 0002:00011a94 ??_C@_0O@GLMIBBEG@not?5connected@ 10096a94 libcpmt:syserror.obj - 0002:00011aa4 ??_C@_0BC@ENOOLCNF@not?5enough?5memory@ 10096aa4 libcpmt:syserror.obj - 0002:00011ab8 ??_C@_0O@NHEDABJP@not?5supported@ 10096ab8 libcpmt:syserror.obj - 0002:00011ac8 ??_C@_0BD@MOLBPMEA@operation?5canceled@ 10096ac8 libcpmt:syserror.obj - 0002:00011adc ??_C@_0BG@KDKHOPCO@operation?5in?5progress@ 10096adc libcpmt:syserror.obj - 0002:00011af4 ??_C@_0BI@OHIEJAAB@operation?5not?5permitted@ 10096af4 libcpmt:syserror.obj - 0002:00011b0c ??_C@_0BI@LNEGIFLN@operation?5not?5supported@ 10096b0c libcpmt:syserror.obj - 0002:00011b24 ??_C@_0BG@OEMDKMEE@operation?5would?5block@ 10096b24 libcpmt:syserror.obj - 0002:00011b3c ??_C@_0L@BLPOFLNJ@owner?5dead@ 10096b3c libcpmt:syserror.obj - 0002:00011b48 ??_C@_0BC@CIJDGCDI@permission?5denied@ 10096b48 libcpmt:syserror.obj - 0002:00011b5c ??_C@_0P@FNPOCJBE@protocol?5error@ 10096b5c libcpmt:syserror.obj - 0002:00011b6c ??_C@_0BH@JPPPLHJB@protocol?5not?5supported@ 10096b6c libcpmt:syserror.obj - 0002:00011b84 ??_C@_0BG@EICBIHDP@read?5only?5file?5system@ 10096b84 libcpmt:syserror.obj - 0002:00011b9c ??_C@_0BO@BJBOMOEJ@resource?5deadlock?5would?5occur@ 10096b9c libcpmt:syserror.obj - 0002:00011bbc ??_C@_0BP@LKNGHENJ@resource?5unavailable?5try?5again@ 10096bbc libcpmt:syserror.obj - 0002:00011bdc ??_C@_0BE@GOIPJJHG@result?5out?5of?5range@ 10096bdc libcpmt:syserror.obj - 0002:00011bf0 ??_C@_0BG@MPLKFPAE@state?5not?5recoverable@ 10096bf0 libcpmt:syserror.obj - 0002:00011c08 ??_C@_0P@DIIFGFCG@stream?5timeout@ 10096c08 libcpmt:syserror.obj - 0002:00011c18 ??_C@_0P@IPFDMIFL@text?5file?5busy@ 10096c18 libcpmt:syserror.obj - 0002:00011c28 ??_C@_09KJPPMAOI@timed?5out@ 10096c28 libcpmt:syserror.obj - 0002:00011c34 ??_C@_0BO@HACHBEKI@too?5many?5files?5open?5in?5system@ 10096c34 libcpmt:syserror.obj - 0002:00011c54 ??_C@_0BE@GHAFMPAH@too?5many?5files?5open@ 10096c54 libcpmt:syserror.obj - 0002:00011c68 ??_C@_0P@HCOMKFCC@too?5many?5links@ 10096c68 libcpmt:syserror.obj - 0002:00011c78 ??_C@_0BO@EFGOJEF@too?5many?5symbolic?5link?5levels@ 10096c78 libcpmt:syserror.obj - 0002:00011c98 ??_C@_0BA@KGKGOOJA@value?5too?5large@ 10096c98 libcpmt:syserror.obj - 0002:00011ca8 ??_C@_0BE@MIEJDDNH@wrong?5protocol?5type@ 10096ca8 libcpmt:syserror.obj - 0002:00011cbc ??_C@_0O@BFJCFAAK@unknown?5error@ 10096cbc libcpmt:syserror.obj - 0002:00011cd0 ??_7_Locimp@locale@std@@6B@ 10096cd0 libcpmt:locale0.obj - 0002:00011cdc ??_C@_01GFHCPBMG@C@ 10096cdc libcpmt:locale0.obj - 0002:00011ce0 ?_BADOFF@std@@3_JB 10096ce0 libcpmt:ios.obj - 0002:00011d3c ??_C@_01KDCPPGHE@r@ 10096d3c libcpmt:fiopen.obj - 0002:00011d40 ??_C@_01NOFIACDB@w@ 10096d40 libcpmt:fiopen.obj - 0002:00011d44 ??_C@_01MCMALHOG@a@ 10096d44 libcpmt:fiopen.obj - 0002:00011d48 ??_C@_02JDPG@rb@ 10096d48 libcpmt:fiopen.obj - 0002:00011d4c ??_C@_02GMLFBBN@wb@ 10096d4c libcpmt:fiopen.obj - 0002:00011d50 ??_C@_02BOGAIONP@ab@ 10096d50 libcpmt:fiopen.obj - 0002:00011d54 ??_C@_02CBLLGHLK@r?$CL@ 10096d54 libcpmt:fiopen.obj - 0002:00011d58 ??_C@_02CHHAKFFB@w?$CL@ 10096d58 libcpmt:fiopen.obj - 0002:00011d5c ??_C@_02DPNLHKJD@a?$CL@ 10096d5c libcpmt:fiopen.obj - 0002:00011d60 ??_C@_03HMFOOINA@r?$CLb@ 10096d60 libcpmt:fiopen.obj - 0002:00011d64 ??_C@_03ELIABIOC@w?$CLb@ 10096d64 libcpmt:fiopen.obj - 0002:00011d68 ??_C@_03DOPCBAKB@a?$CLb@ 10096d68 libcpmt:fiopen.obj - 0002:00011d6c ??_C@_02LGOGKLMG@wx@ 10096d6c libcpmt:fiopen.obj - 0002:00011d70 ??_C@_03PLKNOCDJ@w?$CLx@ 10096d70 libcpmt:fiopen.obj - 0002:00011d74 ??_C@_03IEOGFEHG@wbx@ 10096d74 libcpmt:fiopen.obj - 0002:00011d78 ??_C@_04KJKJPALC@w?$CLbx@ 10096d78 libcpmt:fiopen.obj - 0002:00011e80 ??_C@_1BK@MGMFAEKH@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA3?$AA2?$AA?4?$AAd?$AAl?$AAl@ 10096e80 libcpmt:winapisupp.obj - 0002:00011e9c ??_C@_0BE@JOGNEJCI@GetCurrentPackageId@ 10096e9c libcpmt:winapisupp.obj - 0002:00011f54 ??_7type_info@@6B@ 10096f54 LIBCMT:std_type_info_static.obj - 0002:00011f90 __pDefaultRawDllMain 10096f90 LIBCMT:dll_dllmain.obj - 0002:00011f90 __pRawDllMain 10096f90 LIBCMT:dll_dllmain.obj - 0002:00011fb0 __xmm@00000000000000000000000000000000 10096fb0 libvcruntime:wcschr.obj - 0002:00012040 ?ccs@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 10097040 libucrt:openfile.obj - 0002:00012044 ?utf8_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 10097044 libucrt:openfile.obj - 0002:0001204c ?utf16_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009704c libucrt:openfile.obj - 0002:00012054 ?unicode_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 10097054 libucrt:openfile.obj - 0002:0001205b __Asan_string_should_annotate 1009705b libcpmt:asan_noop.obj - 0002:0001205b __Asan_string_should_annotate_default 1009705b libcpmt:asan_noop.obj - 0002:0001205c __Asan_vector_should_annotate_default 1009705c libcpmt:asan_noop.obj - 0002:00012060 ??_C@_04NOJCDH@?$CF02x?$AA@ 10097060 udis86:udis86.obj - 0002:00012068 ??_C@_04GOMEICPF@far?5?$AA@ 10097068 udis86:syn-intel.obj - 0002:00012070 ??_C@_05MAAGGIBB@byte?5?$AA@ 10097070 udis86:syn-intel.obj - 0002:00012078 ??_C@_05FIBEKMPA@word?5?$AA@ 10097078 udis86:syn-intel.obj - 0002:00012080 ??_C@_06LEDLKNL@dword?5?$AA@ 10097080 udis86:syn-intel.obj - 0002:00012088 ??_C@_06DOKFAJLC@qword?5?$AA@ 10097088 udis86:syn-intel.obj - 0002:00012090 ??_C@_06GMJNCGBF@tword?5?$AA@ 10097090 udis86:syn-intel.obj - 0002:00012098 ??_C@_06JEEOOCB@oword?5?$AA@ 10097098 udis86:syn-intel.obj - 0002:000120a0 ??_C@_06NEKEHNF@yword?5?$AA@ 100970a0 udis86:syn-intel.obj - 0002:000120a8 ??_C@_02DKCKIIND@?$CFs?$AA@ 100970a8 udis86:syn-intel.obj - 0002:000120ac ??_C@_01OHGJGJJP@?$FL?$AA@ 100970ac udis86:syn-intel.obj - 0002:000120b0 ??_C@_03DKEJHHJP@?$CFs?3?$AA@ 100970b0 udis86:syn-intel.obj - 0002:000120b4 ??_C@_01MIFGBAGJ@?$CL?$AA@ 100970b4 udis86:syn-intel.obj - 0002:000120b6 ??_C@_00CNPNBAHC@?$AA@ 100970b6 udis86:syn-intel.obj - 0002:000120b8 ??_C@_04HDOCAJNK@?$CFs?$CFs?$AA@ 100970b8 udis86:syn-intel.obj - 0002:000120c0 ??_C@_03COCDEFBB@?$CK?$CFd?$AA@ 100970c0 udis86:syn-intel.obj - 0002:000120c4 ??_C@_01LBDDMOBJ@?$FN?$AA@ 100970c4 udis86:syn-intel.obj - 0002:000120c8 ??_C@_0P@CGOKHBFO@word?50x?$CFx?30x?$CFx?$AA@ 100970c8 udis86:syn-intel.obj - 0002:000120d8 ??_C@_0BA@PAPCPIOM@dword?50x?$CFx?30x?$CFx?$AA@ 100970d8 udis86:syn-intel.obj - 0002:000120e8 ??_C@_02DPKJAMEF@?$CFd?$AA@ 100970e8 udis86:syn-intel.obj - 0002:000120ec ??_C@_04HCEKKKGN@o32?5?$AA@ 100970ec udis86:syn-intel.obj - 0002:000120f4 ??_C@_04NPEKMKDK@o16?5?$AA@ 100970f4 udis86:syn-intel.obj - 0002:000120fc ??_C@_04MNHKBEAM@a32?5?$AA@ 100970fc udis86:syn-intel.obj - 0002:00012104 ??_C@_04GAHKHEFL@a16?5?$AA@ 10097104 udis86:syn-intel.obj - 0002:0001210c ??_C@_03IKGEINEE@?$CFs?5?$AA@ 1009710c udis86:syn-intel.obj - 0002:00012110 ??_C@_05NCPMCJGP@lock?5?$AA@ 10097110 udis86:syn-intel.obj - 0002:00012118 ??_C@_04HHECPAIO@rep?5?$AA@ 10097118 udis86:syn-intel.obj - 0002:00012120 ??_C@_05OJKCIHFO@repe?5?$AA@ 10097120 udis86:syn-intel.obj - 0002:00012128 ??_C@_06LIOODCPM@repne?5?$AA@ 10097128 udis86:syn-intel.obj - 0002:00012130 ??_C@_01CLKCMJKC@?5?$AA@ 10097130 udis86:syn-intel.obj - 0002:00012134 ??_C@_02KEGNLNML@?0?5?$AA@ 10097134 udis86:syn-intel.obj - 0002:00012138 _ud_mnemonics_str 10097138 udis86:itab.obj - 0002:00012f68 ??_C@_06KMJLBAPP@opctbl?$AA@ 10097f68 udis86:itab.obj - 0002:00012f70 ??_C@_02ODPMDCNK@?1m?$AA@ 10097f70 udis86:itab.obj - 0002:00012f74 ??_C@_04NPNKCMIL@?1reg?$AA@ 10097f74 udis86:itab.obj - 0002:00012f7c ??_C@_04PBBKLNFH@?1mod?$AA@ 10097f7c udis86:itab.obj - 0002:00012f84 ??_C@_03KBMMDGFP@?1rm?$AA@ 10097f84 udis86:itab.obj - 0002:00012f88 ??_C@_07KBMOBFIF@?1vendor?$AA@ 10097f88 udis86:itab.obj - 0002:00012f90 ??_C@_06ENDGCOGG@?13dnow?$AA@ 10097f90 udis86:itab.obj - 0002:00012f98 ??_C@_04ENPLPGKO@?1sse?$AA@ 10097f98 udis86:itab.obj - 0002:00012fa0 ??_C@_02NBMKFAFI@?1o?$AA@ 10097fa0 udis86:itab.obj - 0002:00012fa4 ??_C@_04JNOCLFEC@?1vex?$AA@ 10097fa4 udis86:itab.obj - 0002:00012fac ??_C@_05FBAHOGKC@?1vexl?$AA@ 10097fac udis86:itab.obj - 0002:00012fb4 ??_C@_05PIDBCNDI@?1vexw?$AA@ 10097fb4 udis86:itab.obj - 0002:00012fbc ??_C@_04GOLICMFI@?1x87?$AA@ 10097fbc udis86:itab.obj - 0002:00012fc4 ??_C@_02EPEJHNNG@?1a?$AA@ 10097fc4 udis86:itab.obj - 0002:00012fc8 ??_C@_03GINCELHE@aaa?$AA@ 10097fc8 udis86:itab.obj - 0002:00012fcc ??_C@_03BFKFLPDB@aad?$AA@ 10097fcc udis86:itab.obj - 0002:00012fd0 ??_C@_03MEGHAEHI@aam?$AA@ 10097fd0 udis86:itab.obj - 0002:00012fd4 ??_C@_03BACGDLKH@aas?$AA@ 10097fd4 udis86:itab.obj - 0002:00012fd8 ??_C@_03FMCPOLBN@adc?$AA@ 10097fd8 udis86:itab.obj - 0002:00012fdc ??_C@_03BDGOHNNK@add?$AA@ 10097fdc udis86:itab.obj - 0002:00012fe0 ??_C@_05DPFIJ@addpd?$AA@ 10097fe0 udis86:itab.obj - 0002:00012fe8 ??_C@_05FIAHBBP@addps?$AA@ 10097fe8 udis86:itab.obj - 0002:00012ff0 ??_C@_05CEFELNA@addsd?$AA@ 10097ff0 udis86:itab.obj - 0002:00012ff8 ??_C@_05HMGMPEG@addss?$AA@ 10097ff8 udis86:itab.obj - 0002:00013000 ??_C@_08BHNFBKK@addsubpd?$AA@ 10098000 udis86:itab.obj - 0002:0001300c ??_C@_08EPONFDM@addsubps?$AA@ 1009800c udis86:itab.obj - 0002:00013018 ??_C@_06BNJBDCNN@aesdec?$AA@ 10098018 udis86:itab.obj - 0002:00013020 ??_C@_0L@DKDBOHOJ@aesdeclast?$AA@ 10098020 udis86:itab.obj - 0002:0001302c ??_C@_06KJHILKFJ@aesenc?$AA@ 1009802c udis86:itab.obj - 0002:00013034 ??_C@_0L@PEJMLDIN@aesenclast?$AA@ 10098034 udis86:itab.obj - 0002:00013040 ??_C@_06OBOILLLI@aesimc?$AA@ 10098040 udis86:itab.obj - 0002:00013048 ??_C@_0BA@BKBPMOOB@aeskeygenassist?$AA@ 10098048 udis86:itab.obj - 0002:00013058 ??_C@_03BOPJPIAM@and?$AA@ 10098058 udis86:itab.obj - 0002:0001305c ??_C@_06JPIHJOLE@andnpd?$AA@ 1009805c udis86:itab.obj - 0002:00013064 ??_C@_06JKAEBKCC@andnps?$AA@ 10098064 udis86:itab.obj - 0002:0001306c ??_C@_05EKLDONCI@andpd?$AA@ 1009806c udis86:itab.obj - 0002:00013074 ??_C@_05EPDAGJLO@andps?$AA@ 10098074 udis86:itab.obj - 0002:0001307c ??_C@_04MBAAHCPD@arpl?$AA@ 1009807c udis86:itab.obj - 0002:00013084 ??_C@_07NLBKFAKD@blendpd?$AA@ 10098084 udis86:itab.obj - 0002:0001308c ??_C@_07NOJJNEDF@blendps?$AA@ 1009808c udis86:itab.obj - 0002:00013094 ??_C@_08HANBBCNB@blendvpd?$AA@ 10098094 udis86:itab.obj - 0002:000130a0 ??_C@_08HFFCJGEH@blendvps?$AA@ 100980a0 udis86:itab.obj - 0002:000130ac ??_C@_05PFKAILG@bound?$AA@ 100980ac udis86:itab.obj - 0002:000130b4 ??_C@_03CKIEAFED@bsf?$AA@ 100980b4 udis86:itab.obj - 0002:000130b8 ??_C@_03ECKNCBG@bsr?$AA@ 100980b8 udis86:itab.obj - 0002:000130bc ??_C@_05CFLBCKNG@bswap?$AA@ 100980bc udis86:itab.obj - 0002:000130c4 ??_C@_02LOIFFB@bt?$AA@ 100980c4 udis86:itab.obj - 0002:000130c8 ??_C@_03FCLMOHID@btc?$AA@ 100980c8 udis86:itab.obj - 0002:000130cc ??_C@_03BGFMEJD@btr?$AA@ 100980cc udis86:itab.obj - 0002:000130d0 ??_C@_03BIHOPFNC@bts?$AA@ 100980d0 udis86:itab.obj - 0002:000130d4 ??_C@_04OMFAIDPG@call?$AA@ 100980d4 udis86:itab.obj - 0002:000130dc ??_C@_03NMAFIIHB@cbw?$AA@ 100980dc udis86:itab.obj - 0002:000130e0 ??_C@_03IONCFDEF@cdq?$AA@ 100980e0 udis86:itab.obj - 0002:000130e4 ??_C@_04BOLCPIKO@cdqe?$AA@ 100980e4 udis86:itab.obj - 0002:000130ec ??_C@_03PIDFHCCO@clc?$AA@ 100980ec udis86:itab.obj - 0002:000130f0 ??_C@_03LHHEOEOJ@cld?$AA@ 100980f0 udis86:itab.obj - 0002:000130f4 ??_C@_07KNLCLAFM@clflush?$AA@ 100980f4 udis86:itab.obj - 0002:000130fc ??_C@_04GPBIEAIP@clgi?$AA@ 100980fc udis86:itab.obj - 0002:00013104 ??_C@_03CNKJKKE@cli?$AA@ 10098104 udis86:itab.obj - 0002:00013108 ??_C@_04MBFFKHHN@clts?$AA@ 10098108 udis86:itab.obj - 0002:00013110 ??_C@_03PJPHBIBJ@cmc?$AA@ 10098110 udis86:itab.obj - 0002:00013114 ??_C@_05OOCADJAF@cmova?$AA@ 10098114 udis86:itab.obj - 0002:0001311c ??_C@_06GIAOELFE@cmovae?$AA@ 1009811c udis86:itab.obj - 0002:00013124 ??_C@_05MFANGKMG@cmovb?$AA@ 10098124 udis86:itab.obj - 0002:0001312c ??_C@_06GKEIPFAN@cmovbe?$AA@ 1009812c udis86:itab.obj - 0002:00013134 ??_C@_05LIHKJOID@cmovg?$AA@ 10098134 udis86:itab.obj - 0002:0001313c ??_C@_06GMIDDHOG@cmovge?$AA@ 1009813c udis86:itab.obj - 0002:00013144 ??_C@_05FLIOEHEI@cmovl?$AA@ 10098144 udis86:itab.obj - 0002:0001314c ??_C@_06GANGNIAH@cmovle?$AA@ 1009814c udis86:itab.obj - 0002:00013154 ??_C@_06JJLNOEOD@cmovno?$AA@ 10098154 udis86:itab.obj - 0002:0001315c ??_C@_06FEOHOKHN@cmovnp?$AA@ 1009815c udis86:itab.obj - 0002:00013164 ??_C@_06HPMKLJLO@cmovns?$AA@ 10098164 udis86:itab.obj - 0002:0001316c ??_C@_06KOAIACPH@cmovnz?$AA@ 1009816c udis86:itab.obj - 0002:00013174 ??_C@_05HAKDBEIL@cmovo?$AA@ 10098174 udis86:itab.obj - 0002:0001317c ??_C@_05LNPJBKBF@cmovp?$AA@ 1009817c udis86:itab.obj - 0002:00013184 ??_C@_05JGNEEJNG@cmovs?$AA@ 10098184 udis86:itab.obj - 0002:0001318c ??_C@_05EHBGPCJP@cmovz?$AA@ 1009818c udis86:itab.obj - 0002:00013194 ??_C@_03JIBIFJIL@cmp?$AA@ 10098194 udis86:itab.obj - 0002:00013198 ??_C@_05JPKAPGDL@cmppd?$AA@ 10098198 udis86:itab.obj - 0002:000131a0 ??_C@_05JKCDHCKN@cmpps?$AA@ 100981a0 udis86:itab.obj - 0002:000131a8 ??_C@_05MLLMOPOE@cmpsb?$AA@ 100981a8 udis86:itab.obj - 0002:000131b0 ??_C@_05JNOGEIGC@cmpsd?$AA@ 100981b0 udis86:itab.obj - 0002:000131b8 ??_C@_05KKFDKOHG@cmpsq?$AA@ 100981b8 udis86:itab.obj - 0002:000131c0 ??_C@_05JIGFMMPE@cmpss?$AA@ 100981c0 udis86:itab.obj - 0002:000131c8 ??_C@_05PMAJAJPA@cmpsw?$AA@ 100981c8 udis86:itab.obj - 0002:000131d0 ??_C@_07KJLDDDDB@cmpxchg?$AA@ 100981d0 udis86:itab.obj - 0002:000131d8 ??_C@_0L@LMBAAHML@cmpxchg16b?$AA@ 100981d8 udis86:itab.obj - 0002:000131e4 ??_C@_09EDOHCBK@cmpxchg8b?$AA@ 100981e4 udis86:itab.obj - 0002:000131f0 ??_C@_06FBMFLIKJ@comisd?$AA@ 100981f0 udis86:itab.obj - 0002:000131f8 ??_C@_06FEEGDMDP@comiss?$AA@ 100981f8 udis86:itab.obj - 0002:00013200 ??_C@_05CDPJMNMF@cpuid?$AA@ 10098200 udis86:itab.obj - 0002:00013208 ??_C@_03EAHOANAB@cqo?$AA@ 10098208 udis86:itab.obj - 0002:0001320c ??_C@_05KBIBMHFC@crc32?$AA@ 1009820c udis86:itab.obj - 0002:00013214 ??_C@_08FGJFEIPF@cvtdq2pd?$AA@ 10098214 udis86:itab.obj - 0002:00013220 ??_C@_08FDBGMMGD@cvtdq2ps?$AA@ 10098220 udis86:itab.obj - 0002:0001322c ??_C@_08EKEIPNDC@cvtpd2dq?$AA@ 1009822c udis86:itab.obj - 0002:00013238 ??_C@_08NDHMGOMH@cvtpd2pi?$AA@ 10098238 udis86:itab.obj - 0002:00013244 ??_C@_08GDFBJEBM@cvtpd2ps?$AA@ 10098244 udis86:itab.obj - 0002:00013250 ??_C@_08JOECNEDL@cvtpi2pd?$AA@ 10098250 udis86:itab.obj - 0002:0001325c ??_C@_08JLMBFAKN@cvtpi2ps?$AA@ 1009825c udis86:itab.obj - 0002:00013268 ??_C@_08JIIILGKA@cvtps2dq?$AA@ 10098268 udis86:itab.obj - 0002:00013274 ??_C@_08LEBCFLBI@cvtps2pd?$AA@ 10098274 udis86:itab.obj - 0002:00013280 ??_C@_08BLMCFFF@cvtps2pi?$AA@ 10098280 udis86:itab.obj - 0002:0001328c ??_C@_08FHKOKCDA@cvtsd2si?$AA@ 1009828c udis86:itab.obj - 0002:00013298 ??_C@_08OHIDFIOL@cvtsd2ss?$AA@ 10098298 udis86:itab.obj - 0002:000132a4 ??_C@_08BKJABIMM@cvtsi2sd?$AA@ 100982a4 udis86:itab.obj - 0002:000132b0 ??_C@_08BPBDJMFK@cvtsi2ss?$AA@ 100982b0 udis86:itab.obj - 0002:000132bc ??_C@_08DAMAJHOP@cvtss2sd?$AA@ 100982bc udis86:itab.obj - 0002:000132c8 ??_C@_08IFGOOJKC@cvtss2si?$AA@ 100982c8 udis86:itab.obj - 0002:000132d4 ??_C@_09NBGJDONK@cvttpd2dq?$AA@ 100982d4 udis86:itab.obj - 0002:000132e0 ??_C@_09EIFNKNCP@cvttpd2pi?$AA@ 100982e0 udis86:itab.obj - 0002:000132ec ??_C@_09DKJHFEI@cvttps2dq?$AA@ 100982ec udis86:itab.obj - 0002:000132f8 ??_C@_09JKJNOGLN@cvttps2pi?$AA@ 100982f8 udis86:itab.obj - 0002:00013304 ??_C@_09MMIPGBNI@cvttsd2si?$AA@ 10098304 udis86:itab.obj - 0002:00013310 ??_C@_09BOEPCKEK@cvttss2si?$AA@ 10098310 udis86:itab.obj - 0002:0001331c ??_C@_03KHAHKIHI@cwd?$AA@ 1009831c udis86:itab.obj - 0002:00013320 ??_C@_04EGPDGBEE@cwde?$AA@ 10098320 udis86:itab.obj - 0002:00013328 ??_C@_03FPAMLLEG@daa?$AA@ 10098328 udis86:itab.obj - 0002:0001332c ??_C@_03CHPIMLJF@das?$AA@ 1009832c udis86:itab.obj - 0002:00013330 ??_C@_03GKDDHBBI@dec?$AA@ 10098330 udis86:itab.obj - 0002:00013334 ??_C@_03FEJMGOGI@div?$AA@ 10098334 udis86:itab.obj - 0002:00013338 ??_C@_05FCEODPJP@divpd?$AA@ 10098338 udis86:itab.obj - 0002:00013340 ??_C@_05FHMNLLAJ@divps?$AA@ 10098340 udis86:itab.obj - 0002:00013348 ??_C@_05FAAIIBMG@divsd?$AA@ 10098348 udis86:itab.obj - 0002:00013350 ??_C@_05FFILAFFA@divss?$AA@ 10098350 udis86:itab.obj - 0002:00013358 ??_C@_04GLDALPAA@dppd?$AA@ 10098358 udis86:itab.obj - 0002:00013360 ??_C@_04GOLDDLJG@dpps?$AA@ 10098360 udis86:itab.obj - 0002:00013368 ??_C@_04OFFOKNEH@emms?$AA@ 10098368 udis86:itab.obj - 0002:00013370 ??_C@_05IHEOCMON@enter?$AA@ 10098370 udis86:itab.obj - 0002:00013378 ??_C@_09JKKJMDNE@extractps?$AA@ 10098378 udis86:itab.obj - 0002:00013384 ??_C@_05GDKIIOEP@f2xm1?$AA@ 10098384 udis86:itab.obj - 0002:0001338c ??_C@_04ODHECPBC@fabs?$AA@ 1009838c udis86:itab.obj - 0002:00013394 ??_C@_04OCHKNHDG@fadd?$AA@ 10098394 udis86:itab.obj - 0002:0001339c ??_C@_05OAGHJGLI@faddp?$AA@ 1009839c udis86:itab.obj - 0002:000133a4 ??_C@_04PONMCJGA@fbld?$AA@ 100983a4 udis86:itab.obj - 0002:000133ac ??_C@_05HGCPCADO@fbstp?$AA@ 100983ac udis86:itab.obj - 0002:000133b4 ??_C@_04EEOKGCEP@fchs?$AA@ 100983b4 udis86:itab.obj - 0002:000133bc ??_C@_05JGAIANAI@fclex?$AA@ 100983bc udis86:itab.obj - 0002:000133c4 ??_C@_06BMFGNME@fcmovb?$AA@ 100983c4 udis86:itab.obj - 0002:000133cc ??_C@_07IEICFMCG@fcmovbe?$AA@ 100983cc udis86:itab.obj - 0002:000133d4 ??_C@_06EOIEPLAD@fcmove?$AA@ 100983d4 udis86:itab.obj - 0002:000133dc ??_C@_07MCNJDDIF@fcmovnb?$AA@ 100983dc udis86:itab.obj - 0002:000133e4 ??_C@_08IFJKDBHO@fcmovnbe?$AA@ 100983e4 udis86:itab.obj - 0002:000133f0 ??_C@_07INJIKFEC@fcmovne?$AA@ 100983f0 udis86:itab.obj - 0002:000133f8 ??_C@_07MHFKLHBD@fcmovnu?$AA@ 100983f8 udis86:itab.obj - 0002:00013400 ??_C@_06EEGOJFC@fcmovu?$AA@ 10098400 udis86:itab.obj - 0002:00013408 ??_C@_04JFOEELBF@fcom?$AA@ 10098408 udis86:itab.obj - 0002:00013410 ??_C@_05IADIFENB@fcom2?$AA@ 10098410 udis86:itab.obj - 0002:00013418 ??_C@_05NJHHNAEO@fcomi?$AA@ 10098418 udis86:itab.obj - 0002:00013420 ??_C@_06LOICGCLB@fcomip?$AA@ 10098420 udis86:itab.obj - 0002:00013428 ??_C@_05ECHHHJFG@fcomp?$AA@ 10098428 udis86:itab.obj - 0002:00013430 ??_C@_06HGCBOGII@fcomp3?$AA@ 10098430 udis86:itab.obj - 0002:00013438 ??_C@_06CAHLEBAO@fcomp5?$AA@ 10098438 udis86:itab.obj - 0002:00013440 ??_C@_06KNHFPKEO@fcompp?$AA@ 10098440 udis86:itab.obj - 0002:00013448 ??_C@_04EBKFHEMK@fcos?$AA@ 10098448 udis86:itab.obj - 0002:00013450 ??_C@_07HAEGMECA@fdecstp?$AA@ 10098450 udis86:itab.obj - 0002:00013458 ??_C@_04KFIIMEIE@fdiv?$AA@ 10098458 udis86:itab.obj - 0002:00013460 ??_C@_05MFEPLGAL@fdivp?$AA@ 10098460 udis86:itab.obj - 0002:00013468 ??_C@_05PHHJNEIJ@fdivr?$AA@ 10098468 udis86:itab.obj - 0002:00013470 ??_C@_06LLKMDLKG@fdivrp?$AA@ 10098470 udis86:itab.obj - 0002:00013478 ??_C@_05EMBDBHLO@femms?$AA@ 10098478 udis86:itab.obj - 0002:00013480 ??_C@_05BBECMOMI@ffree?$AA@ 10098480 udis86:itab.obj - 0002:00013488 ??_C@_06LKJBHBLK@ffreep?$AA@ 10098488 udis86:itab.obj - 0002:00013490 ??_C@_05MJGHPKBO@fiadd?$AA@ 10098490 udis86:itab.obj - 0002:00013498 ??_C@_05LOPJGGDN@ficom?$AA@ 10098498 udis86:itab.obj - 0002:000134a0 ??_C@_06HHOJMMIB@ficomp?$AA@ 100984a0 udis86:itab.obj - 0002:000134a8 ??_C@_05IOJFOJKM@fidiv?$AA@ 100984a8 udis86:itab.obj - 0002:000134b0 ??_C@_06MCOHGBFO@fidivr?$AA@ 100984b0 udis86:itab.obj - 0002:000134b8 ??_C@_04CJNNKOGB@fild?$AA@ 100984b8 udis86:itab.obj - 0002:000134c0 ??_C@_05FGIMAGOJ@fimul?$AA@ 100984c0 udis86:itab.obj - 0002:000134c8 ??_C@_07HLFGFFCD@fincstp?$AA@ 100984c8 udis86:itab.obj - 0002:000134d0 ??_C@_04HEGFFIHN@fist?$AA@ 100984d0 udis86:itab.obj - 0002:000134d8 ??_C@_05BPPBBCP@fistp?$AA@ 100984d8 udis86:itab.obj - 0002:000134e0 ??_C@_06IDOGBDGC@fisttp?$AA@ 100984e0 udis86:itab.obj - 0002:000134e8 ??_C@_05HIMJALML@fisub?$AA@ 100984e8 udis86:itab.obj - 0002:000134f0 ??_C@_06BBMHMJEH@fisubr?$AA@ 100984f0 udis86:itab.obj - 0002:000134f8 ??_C@_03IAKKBENL@fld?$AA@ 100984f8 udis86:itab.obj - 0002:000134fc ??_C@_04NHNMKGPK@fld1?$AA@ 100984fc udis86:itab.obj - 0002:00013504 ??_C@_05FCPJNCEL@fldcw?$AA@ 10098504 udis86:itab.obj - 0002:0001350c ??_C@_06KOKFHIJJ@fldenv?$AA@ 1009850c udis86:itab.obj - 0002:00013514 ??_C@_06NHOEKBFF@fldl2e?$AA@ 10098514 udis86:itab.obj - 0002:0001351c ??_C@_06IEDNICEF@fldl2t?$AA@ 1009851c udis86:itab.obj - 0002:00013524 ??_C@_06EIGJIGJN@fldlg2?$AA@ 10098524 udis86:itab.obj - 0002:0001352c ??_C@_06EHLILNBC@fldln2?$AA@ 1009852c udis86:itab.obj - 0002:00013534 ??_C@_05JINIPALN@fldpi?$AA@ 10098534 udis86:itab.obj - 0002:0001353c ??_C@_04MEFBDADE@fldz?$AA@ 1009853c udis86:itab.obj - 0002:00013544 ??_C@_04HNJBCLMB@fmul?$AA@ 10098544 udis86:itab.obj - 0002:0001354c ??_C@_05MDCBBKPL@fmulp?$AA@ 1009854c udis86:itab.obj - 0002:00013554 ??_C@_06HABPFIJH@fndisi?$AA@ 10098554 udis86:itab.obj - 0002:0001355c ??_C@_05EMBMEKMC@fneni?$AA@ 1009855c udis86:itab.obj - 0002:00013564 ??_C@_06PLIFOOCF@fninit?$AA@ 10098564 udis86:itab.obj - 0002:0001356c ??_C@_04JIOCPPNE@fnop?$AA@ 1009856c udis86:itab.obj - 0002:00013574 ??_C@_06MNBFLGAN@fnsave?$AA@ 10098574 udis86:itab.obj - 0002:0001357c ??_C@_07OLELHDDB@fnsetpm?$AA@ 1009857c udis86:itab.obj - 0002:00013584 ??_C@_06MIMLAAOI@fnstcw?$AA@ 10098584 udis86:itab.obj - 0002:0001358c ??_C@_07OBOALIBJ@fnstenv?$AA@ 1009858c udis86:itab.obj - 0002:00013594 ??_C@_06NEONKDJI@fnstsw?$AA@ 10098594 udis86:itab.obj - 0002:0001359c ??_C@_06HDLDNKJH@fpatan?$AA@ 1009859c udis86:itab.obj - 0002:000135a4 ??_C@_05DGDLCGOC@fprem?$AA@ 100985a4 udis86:itab.obj - 0002:000135ac ??_C@_06IIGPLPMA@fprem1?$AA@ 100985ac udis86:itab.obj - 0002:000135b4 ??_C@_05DPHEICCB@fptan?$AA@ 100985b4 udis86:itab.obj - 0002:000135bc ??_C@_07OGNGBFFO@frndint?$AA@ 100985bc udis86:itab.obj - 0002:000135c4 ??_C@_06MILCMPCJ@frstor?$AA@ 100985c4 udis86:itab.obj - 0002:000135cc ??_C@_06BCJCCFPK@frstpm?$AA@ 100985cc udis86:itab.obj - 0002:000135d4 ??_C@_06DAMBGGM@fscale?$AA@ 100985d4 udis86:itab.obj - 0002:000135dc ??_C@_04OKFNDDPL@fsin?$AA@ 100985dc udis86:itab.obj - 0002:000135e4 ??_C@_07DGCKCKGH@fsincos?$AA@ 100985e4 udis86:itab.obj - 0002:000135ec ??_C@_05OBEHOPDB@fsqrt?$AA@ 100985ec udis86:itab.obj - 0002:000135f4 ??_C@_03NNBCOCMH@fst?$AA@ 100985f4 udis86:itab.obj - 0002:000135f8 ??_C@_04CKOCDMAH@fstp?$AA@ 100985f8 udis86:itab.obj - 0002:00013600 ??_C@_05FIBDHACN@fstp1?$AA@ 10098600 udis86:itab.obj - 0002:00013608 ??_C@_05IJNBMLGE@fstp8?$AA@ 10098608 udis86:itab.obj - 0002:00013610 ??_C@_05JAMKPKCF@fstp9?$AA@ 10098610 udis86:itab.obj - 0002:00013618 ??_C@_04FDNECGOD@fsub?$AA@ 10098618 udis86:itab.obj - 0002:00013620 ??_C@_05BGGPBOBC@fsubp?$AA@ 10098620 udis86:itab.obj - 0002:00013628 ??_C@_05CEFJHMJA@fsubr?$AA@ 10098628 udis86:itab.obj - 0002:00013630 ??_C@_06NPBELDMO@fsubrp?$AA@ 10098630 udis86:itab.obj - 0002:00013638 ??_C@_04NGBGNHDP@ftst?$AA@ 10098638 udis86:itab.obj - 0002:00013640 ??_C@_05BLOJBMLO@fucom?$AA@ 10098640 udis86:itab.obj - 0002:00013648 ??_C@_06JIPNKHHJ@fucomi?$AA@ 10098648 udis86:itab.obj - 0002:00013650 ??_C@_07GHOENMJ@fucomip?$AA@ 10098650 udis86:itab.obj - 0002:00013658 ??_C@_06DPNAOGB@fucomp?$AA@ 10098658 udis86:itab.obj - 0002:00013660 ??_C@_07BFIJNFDG@fucompp?$AA@ 10098660 udis86:itab.obj - 0002:00013668 ??_C@_04BIGCLGIB@fxam?$AA@ 10098668 udis86:itab.obj - 0002:00013670 ??_C@_04GGJBJGKK@fxch?$AA@ 10098670 udis86:itab.obj - 0002:00013678 ??_C@_05INEPCIJH@fxch4?$AA@ 10098678 udis86:itab.obj - 0002:00013680 ??_C@_05KGGCHLFE@fxch7?$AA@ 10098680 udis86:itab.obj - 0002:00013688 ??_C@_07BBJJIBJB@fxrstor?$AA@ 10098688 udis86:itab.obj - 0002:00013690 ??_C@_06BIJKFHIL@fxsave?$AA@ 10098690 udis86:itab.obj - 0002:00013698 ??_C@_07MCCHLCHD@fxtract?$AA@ 10098698 udis86:itab.obj - 0002:000136a0 ??_C@_05NFKLLKBO@fyl2x?$AA@ 100986a0 udis86:itab.obj - 0002:000136a8 ??_C@_07GNFJNPAE@fyl2xp1?$AA@ 100986a8 udis86:itab.obj - 0002:000136b0 ??_C@_06BKPLENB@getsec?$AA@ 100986b0 udis86:itab.obj - 0002:000136b8 ??_C@_06JEPEIJNG@haddpd?$AA@ 100986b8 udis86:itab.obj - 0002:000136c0 ??_C@_06JBHHANEA@haddps?$AA@ 100986c0 udis86:itab.obj - 0002:000136c8 ??_C@_03CKLHHBLJ@hlt?$AA@ 100986c8 udis86:itab.obj - 0002:000136cc ??_C@_06KCABMLKI@hsubpd?$AA@ 100986cc udis86:itab.obj - 0002:000136d4 ??_C@_06KHICEPDO@hsubps?$AA@ 100986d4 udis86:itab.obj - 0002:000136dc ??_C@_04CHNIFDFF@idiv?$AA@ 100986dc udis86:itab.obj - 0002:000136e4 ??_C@_04PPMBLMBA@imul?$AA@ 100986e4 udis86:itab.obj - 0002:000136ec ??_C@_02LMMGJAGL@in?$AA@ 100986ec udis86:itab.obj - 0002:000136f0 ??_C@_03JEAMEGCE@inc?$AA@ 100986f0 udis86:itab.obj - 0002:000136f4 ??_C@_04HHHKECMC@insb?$AA@ 100986f4 udis86:itab.obj - 0002:000136fc ??_C@_04CBCAOFEE@insd?$AA@ 100986fc udis86:itab.obj - 0002:00013704 ??_C@_08JOECPMHJ@insertps?$AA@ 10098704 udis86:itab.obj - 0002:00013710 ??_C@_04EAMPKENG@insw?$AA@ 10098710 udis86:itab.obj - 0002:00013718 ??_C@_03JBIPMCLC@int?$AA@ 10098718 udis86:itab.obj - 0002:0001371c ??_C@_04ODKDFKNA@int1?$AA@ 1009871c udis86:itab.obj - 0002:00013724 ??_C@_04NBJFDIFC@int3?$AA@ 10098724 udis86:itab.obj - 0002:0001372c ??_C@_04MHJLCKAK@into?$AA@ 1009872c udis86:itab.obj - 0002:00013734 ??_C@_04CHOLCHKP@invd?$AA@ 10098734 udis86:itab.obj - 0002:0001373c ??_C@_06CLILIBGB@invept?$AA@ 1009873c udis86:itab.obj - 0002:00013744 ??_C@_06DHGMIPHJ@invlpg?$AA@ 10098744 udis86:itab.obj - 0002:0001374c ??_C@_07FFAIPPPB@invlpga?$AA@ 1009874c udis86:itab.obj - 0002:00013754 ??_C@_07ILBKJJN@invvpid?$AA@ 10098754 udis86:itab.obj - 0002:0001375c ??_C@_05LMEFNKHP@iretd?$AA@ 1009875c udis86:itab.obj - 0002:00013764 ??_C@_05ILPADMGL@iretq?$AA@ 10098764 udis86:itab.obj - 0002:0001376c ??_C@_05NNKKJLON@iretw?$AA@ 1009876c udis86:itab.obj - 0002:00013774 ??_C@_02DJBIDCPN@ja?$AA@ 10098774 udis86:itab.obj - 0002:00013778 ??_C@_03NLLPAJHB@jae?$AA@ 10098778 udis86:itab.obj - 0002:0001377c ??_C@_02BCDFGBDO@jb?$AA@ 1009877c udis86:itab.obj - 0002:00013780 ??_C@_03NJPJLHCI@jbe?$AA@ 10098780 udis86:itab.obj - 0002:00013784 ??_C@_04EMPOJHHH@jcxz?$AA@ 10098784 udis86:itab.obj - 0002:0001378c ??_C@_05BACBHKCE@jecxz?$AA@ 1009878c udis86:itab.obj - 0002:00013794 ??_C@_02GPECJFHL@jg?$AA@ 10098794 udis86:itab.obj - 0002:00013798 ??_C@_03NPDCHFMD@jge?$AA@ 10098798 udis86:itab.obj - 0002:0001379c ??_C@_02IMLGEMLA@jl?$AA@ 1009879c udis86:itab.obj - 0002:000137a0 ??_C@_03NDGHJKCC@jle?$AA@ 100987a0 udis86:itab.obj - 0002:000137a4 ??_C@_03OFBABGAB@jmp?$AA@ 100987a4 udis86:itab.obj - 0002:000137a8 ??_C@_03CKAMKGMG@jno?$AA@ 100987a8 udis86:itab.obj - 0002:000137ac ??_C@_03OHFGKIFI@jnp?$AA@ 100987ac udis86:itab.obj - 0002:000137b0 ??_C@_03MMHLPLJL@jns?$AA@ 100987b0 udis86:itab.obj - 0002:000137b4 ??_C@_03BNLJEANC@jnz?$AA@ 100987b4 udis86:itab.obj - 0002:000137b8 ??_C@_02KHJLBPHD@jo?$AA@ 100987b8 udis86:itab.obj - 0002:000137bc ??_C@_02GKMBBBON@jp?$AA@ 100987bc udis86:itab.obj - 0002:000137c0 ??_C@_05MCOBDBLG@jrcxz?$AA@ 100987c0 udis86:itab.obj - 0002:000137c8 ??_C@_02EBOMECCO@js?$AA@ 100987c8 udis86:itab.obj - 0002:000137cc ??_C@_02JACOPJGH@jz?$AA@ 100987cc udis86:itab.obj - 0002:000137d0 ??_C@_04JDOGFEHB@lahf?$AA@ 100987d0 udis86:itab.obj - 0002:000137d8 ??_C@_03PLFHNCDL@lar?$AA@ 100987d8 udis86:itab.obj - 0002:000137dc ??_C@_05OOIGKPHA@lddqu?$AA@ 100987dc udis86:itab.obj - 0002:000137e4 ??_C@_07HNIFNPIO@ldmxcsr?$AA@ 100987e4 udis86:itab.obj - 0002:000137ec ??_C@_03OEIHCBJB@lds?$AA@ 100987ec udis86:itab.obj - 0002:000137f0 ??_C@_03JNLBDLHF@lea?$AA@ 100987f0 udis86:itab.obj - 0002:000137f4 ??_C@_05KLLFHCCG@leave?$AA@ 100987f4 udis86:itab.obj - 0002:000137fc ??_C@_03OFEFELKG@les?$AA@ 100987fc udis86:itab.obj - 0002:00013800 ??_C@_06CIBIHIMB@lfence?$AA@ 10098800 udis86:itab.obj - 0002:00013808 ??_C@_03OHADPFPP@lfs?$AA@ 10098808 udis86:itab.obj - 0002:0001380c ??_C@_04MHGDICBK@lgdt?$AA@ 1009880c udis86:itab.obj - 0002:00013814 ??_C@_03OGMBJPMI@lgs?$AA@ 10098814 udis86:itab.obj - 0002:00013818 ??_C@_04CHLMPFCJ@lidt?$AA@ 10098818 udis86:itab.obj - 0002:00013820 ??_C@_04BAGCAFBL@lldt?$AA@ 10098820 udis86:itab.obj - 0002:00013828 ??_C@_04JKJKIEEI@lmsw?$AA@ 10098828 udis86:itab.obj - 0002:00013830 ??_C@_04MKMCLCOO@lock?$AA@ 10098830 udis86:itab.obj - 0002:00013838 ??_C@_05JPFBMOJJ@lodsb?$AA@ 10098838 udis86:itab.obj - 0002:00013840 ??_C@_05MJALGJBP@lodsd?$AA@ 10098840 udis86:itab.obj - 0002:00013848 ??_C@_05POLOIPAL@lodsq?$AA@ 10098848 udis86:itab.obj - 0002:00013850 ??_C@_05KIOECIIN@lodsw?$AA@ 10098850 udis86:itab.obj - 0002:00013858 ??_C@_04GKOOIABA@loop?$AA@ 10098858 udis86:itab.obj - 0002:00013860 ??_C@_05FFHGBAG@loope?$AA@ 10098860 udis86:itab.obj - 0002:00013868 ??_C@_06PNLJICFH@loopne?$AA@ 10098868 udis86:itab.obj - 0002:00013870 ??_C@_03DALEJKPK@lsl?$AA@ 10098870 udis86:itab.obj - 0002:00013874 ??_C@_03PNOOJEGE@lss?$AA@ 10098874 udis86:itab.obj - 0002:00013878 ??_C@_03OBLKLDKA@ltr?$AA@ 10098878 udis86:itab.obj - 0002:0001387c ??_C@_0L@KDNMNDNK@maskmovdqu?$AA@ 1009887c udis86:itab.obj - 0002:00013888 ??_C@_08HDJHBAFE@maskmovq?$AA@ 10098888 udis86:itab.obj - 0002:00013894 ??_C@_05KFOOFCKF@maxpd?$AA@ 10098894 udis86:itab.obj - 0002:0001389c ??_C@_05KAGNNGDD@maxps?$AA@ 1009889c udis86:itab.obj - 0002:000138a4 ??_C@_05KHKIOMPM@maxsd?$AA@ 100988a4 udis86:itab.obj - 0002:000138ac ??_C@_05KCCLGIGK@maxss?$AA@ 100988ac udis86:itab.obj - 0002:000138b4 ??_C@_06IOGPHDHF@mfence?$AA@ 100988b4 udis86:itab.obj - 0002:000138bc ??_C@_05OAOMBBCH@minpd?$AA@ 100988bc udis86:itab.obj - 0002:000138c4 ??_C@_05OFGPJFLB@minps?$AA@ 100988c4 udis86:itab.obj - 0002:000138cc ??_C@_05OCKKKPHO@minsd?$AA@ 100988cc udis86:itab.obj - 0002:000138d4 ??_C@_05OHCJCLOI@minss?$AA@ 100988d4 udis86:itab.obj - 0002:000138dc ??_C@_07LAMOHCEE@monitor?$AA@ 100988dc udis86:itab.obj - 0002:000138e4 ??_C@_07MAFPCABL@montmul?$AA@ 100988e4 udis86:itab.obj - 0002:000138ec ??_C@_03CNBJFNFA@mov?$AA@ 100988ec udis86:itab.obj - 0002:000138f0 ??_C@_06NBDIPDNB@movapd?$AA@ 100988f0 udis86:itab.obj - 0002:000138f8 ??_C@_06NELLHHEH@movaps?$AA@ 100988f8 udis86:itab.obj - 0002:00013900 ??_C@_05PMLINNKI@movbe?$AA@ 10098900 udis86:itab.obj - 0002:00013908 ??_C@_04GKNHOGAK@movd?$AA@ 10098908 udis86:itab.obj - 0002:00013910 ??_C@_07NEEFCFLI@movddup?$AA@ 10098910 udis86:itab.obj - 0002:00013918 ??_C@_07NPEMCIBB@movdq2q?$AA@ 10098918 udis86:itab.obj - 0002:00013920 ??_C@_06JKFDJNJB@movdqa?$AA@ 10098920 udis86:itab.obj - 0002:00013928 ??_C@_06LEPNEKME@movdqu?$AA@ 10098928 udis86:itab.obj - 0002:00013930 ??_C@_07PJOHHBHO@movhlps?$AA@ 10098930 udis86:itab.obj - 0002:00013938 ??_C@_06KMDALMFL@movhpd?$AA@ 10098938 udis86:itab.obj - 0002:00013940 ??_C@_06KJLDDIMN@movhps?$AA@ 10098940 udis86:itab.obj - 0002:00013948 ??_C@_07IDAFEAOJ@movlhps?$AA@ 10098948 udis86:itab.obj - 0002:00013950 ??_C@_06CDFCCLAM@movlpd?$AA@ 10098950 udis86:itab.obj - 0002:00013958 ??_C@_06CGNBKPJK@movlps?$AA@ 10098958 udis86:itab.obj - 0002:00013960 ??_C@_08IBPGOKMO@movmskpd?$AA@ 10098960 udis86:itab.obj - 0002:0001396c ??_C@_08IEHFGOFI@movmskps?$AA@ 1009896c udis86:itab.obj - 0002:00013978 ??_C@_07MKBDJCIA@movntdq?$AA@ 10098978 udis86:itab.obj - 0002:00013980 ??_C@_08JBJEMKFE@movntdqa?$AA@ 10098980 udis86:itab.obj - 0002:0001398c ??_C@_06DLPMDFBG@movnti?$AA@ 1009898c udis86:itab.obj - 0002:00013994 ??_C@_07OGIJHPDI@movntpd?$AA@ 10098994 udis86:itab.obj - 0002:0001399c ??_C@_07ODAKPLKO@movntps?$AA@ 1009899c udis86:itab.obj - 0002:000139a4 ??_C@_06LJOHKNEP@movntq?$AA@ 100989a4 udis86:itab.obj - 0002:000139ac ??_C@_04FNGCAABO@movq?$AA@ 100989ac udis86:itab.obj - 0002:000139b4 ??_C@_07JGNMJFDC@movq2dq?$AA@ 100989b4 udis86:itab.obj - 0002:000139bc ??_C@_05KOBNICCI@movsb?$AA@ 100989bc udis86:itab.obj - 0002:000139c4 ??_C@_05PIEHCFKO@movsd?$AA@ 100989c4 udis86:itab.obj - 0002:000139cc ??_C@_08NPBMCKFO@movshdup?$AA@ 100989cc udis86:itab.obj - 0002:000139d8 ??_C@_08CKJMIMJO@movsldup?$AA@ 100989d8 udis86:itab.obj - 0002:000139e4 ??_C@_05MPPCMDLK@movsq?$AA@ 100989e4 udis86:itab.obj - 0002:000139ec ??_C@_05PNMEKBDI@movss?$AA@ 100989ec udis86:itab.obj - 0002:000139f4 ??_C@_05JJKIGEDM@movsw?$AA@ 100989f4 udis86:itab.obj - 0002:000139fc ??_C@_05BODAHIPD@movsx?$AA@ 100989fc udis86:itab.obj - 0002:00013a04 ??_C@_06CFDLDNHN@movsxd?$AA@ 10098a04 udis86:itab.obj - 0002:00013a0c ??_C@_06OEDDDBJ@movupd?$AA@ 10098a0c udis86:itab.obj - 0002:00013a14 ??_C@_06LMALHIP@movups?$AA@ 10098a14 udis86:itab.obj - 0002:00013a1c ??_C@_05BBOBEDHM@movzx?$AA@ 10098a1c udis86:itab.obj - 0002:00013a24 ??_C@_07ILNGPEGO@mpsadbw?$AA@ 10098a24 udis86:itab.obj - 0002:00013a2c ??_C@_03IMIFIBCN@mul?$AA@ 10098a2c udis86:itab.obj - 0002:00013a30 ??_C@_05OPPFKDCP@mulpd?$AA@ 10098a30 udis86:itab.obj - 0002:00013a38 ??_C@_05OKHGCHLJ@mulps?$AA@ 10098a38 udis86:itab.obj - 0002:00013a40 ??_C@_05ONLDBNHG@mulsd?$AA@ 10098a40 udis86:itab.obj - 0002:00013a48 ??_C@_05OIDAJJOA@mulss?$AA@ 10098a48 udis86:itab.obj - 0002:00013a50 ??_C@_05DOGKKCDM@mwait?$AA@ 10098a50 udis86:itab.obj - 0002:00013a58 ??_C@_03GBOCFEHI@neg?$AA@ 10098a58 udis86:itab.obj - 0002:00013a5c ??_C@_03GJPGFFDI@nop?$AA@ 10098a5c udis86:itab.obj - 0002:00013a60 ??_C@_03NJKJADM@not?$AA@ 10098a60 udis86:itab.obj - 0002:00013a64 ??_C@_02FODMLBIE@or?$AA@ 10098a64 udis86:itab.obj - 0002:00013a68 ??_C@_04LGOJEGJK@orpd?$AA@ 10098a68 udis86:itab.obj - 0002:00013a70 ??_C@_04LDGKMCAM@orps?$AA@ 10098a70 udis86:itab.obj - 0002:00013a78 ??_C@_03KEJHNBPP@out?$AA@ 10098a78 udis86:itab.obj - 0002:00013a7c ??_C@_05GDIMGEIL@outsb?$AA@ 10098a7c udis86:itab.obj - 0002:00013a84 ??_C@_05DFNGMDAN@outsd?$AA@ 10098a84 udis86:itab.obj - 0002:00013a8c ??_C@_05FEDJICJP@outsw?$AA@ 10098a8c udis86:itab.obj - 0002:00013a94 ??_C@_05HBBOONME@pabsb?$AA@ 10098a94 udis86:itab.obj - 0002:00013a9c ??_C@_05CHEEEKEC@pabsd?$AA@ 10098a9c udis86:itab.obj - 0002:00013aa4 ??_C@_05EGKLALNA@pabsw?$AA@ 10098aa4 udis86:itab.obj - 0002:00013aac ??_C@_08MFCBDIOA@packssdw?$AA@ 10098aac udis86:itab.obj - 0002:00013ab8 ??_C@_08OMPEMDNN@packsswb?$AA@ 10098ab8 udis86:itab.obj - 0002:00013ac4 ??_C@_08EKGBMNEA@packusdw?$AA@ 10098ac4 udis86:itab.obj - 0002:00013ad0 ??_C@_08GDLEDGHN@packuswb?$AA@ 10098ad0 udis86:itab.obj - 0002:00013adc ??_C@_05ENBMAHON@paddb?$AA@ 10098adc udis86:itab.obj - 0002:00013ae4 ??_C@_05BLEGKAGL@paddd?$AA@ 10098ae4 udis86:itab.obj - 0002:00013aec ??_C@_05CMPDEGHP@paddq?$AA@ 10098aec udis86:itab.obj - 0002:00013af4 ??_C@_06JENJECKA@paddsb?$AA@ 10098af4 udis86:itab.obj - 0002:00013afc ??_C@_06KDGMKELE@paddsw?$AA@ 10098afc udis86:itab.obj - 0002:00013b04 ??_C@_07LJAGOFBE@paddusb?$AA@ 10098b04 udis86:itab.obj - 0002:00013b0c ??_C@_07IOLDADAA@paddusw?$AA@ 10098b0c udis86:itab.obj - 0002:00013b14 ??_C@_05HKKJOBPJ@paddw?$AA@ 10098b14 udis86:itab.obj - 0002:00013b1c ??_C@_07JOJBOKO@palignr?$AA@ 10098b1c udis86:itab.obj - 0002:00013b24 ??_C@_04ENDAMC@pand?$AA@ 10098b24 udis86:itab.obj - 0002:00013b2c ??_C@_05IOBEKIIF@pandn?$AA@ 10098b2c udis86:itab.obj - 0002:00013b34 ??_C@_05LFEKCGKA@pavgb?$AA@ 10098b34 udis86:itab.obj - 0002:00013b3c ??_C@_07LALIDMFE@pavgusb?$AA@ 10098b3c udis86:itab.obj - 0002:00013b44 ??_C@_05ICPPMALE@pavgw?$AA@ 10098b44 udis86:itab.obj - 0002:00013b4c ??_C@_08PKEFIDIF@pblendvb?$AA@ 10098b4c udis86:itab.obj - 0002:00013b58 ??_C@_07PABJNHCL@pblendw?$AA@ 10098b58 udis86:itab.obj - 0002:00013b60 ??_C@_09EPKDNNCN@pclmulqdq?$AA@ 10098b60 udis86:itab.obj - 0002:00013b6c ??_C@_07MPGLBHEG@pcmpeqb?$AA@ 10098b6c udis86:itab.obj - 0002:00013b74 ??_C@_07JJDBLAMA@pcmpeqd?$AA@ 10098b74 udis86:itab.obj - 0002:00013b7c ??_C@_07KOIEFGNE@pcmpeqq?$AA@ 10098b7c udis86:itab.obj - 0002:00013b84 ??_C@_07PINOPBFC@pcmpeqw?$AA@ 10098b84 udis86:itab.obj - 0002:00013b8c ??_C@_09MJAIJFNM@pcmpestri?$AA@ 10098b8c udis86:itab.obj - 0002:00013b98 ??_C@_09KNGEFANI@pcmpestrm?$AA@ 10098b98 udis86:itab.obj - 0002:00013ba4 ??_C@_07GDKJBNCG@pcmpgtb?$AA@ 10098ba4 udis86:itab.obj - 0002:00013bac ??_C@_07DFPDLKKA@pcmpgtd?$AA@ 10098bac udis86:itab.obj - 0002:00013bb4 ??_C@_07CEGFMLE@pcmpgtq?$AA@ 10098bb4 udis86:itab.obj - 0002:00013bbc ??_C@_07FEBMPLDC@pcmpgtw?$AA@ 10098bbc udis86:itab.obj - 0002:00013bc4 ??_C@_09LOMKFFKH@pcmpistri?$AA@ 10098bc4 udis86:itab.obj - 0002:00013bd0 ??_C@_09NKKGJAKD@pcmpistrm?$AA@ 10098bd0 udis86:itab.obj - 0002:00013bdc ??_C@_06PLIDEHJN@pextrb?$AA@ 10098bdc udis86:itab.obj - 0002:00013be4 ??_C@_06KNNJOABL@pextrd?$AA@ 10098be4 udis86:itab.obj - 0002:00013bec ??_C@_06JKGMAGAP@pextrq?$AA@ 10098bec udis86:itab.obj - 0002:00013bf4 ??_C@_06MMDGKBIJ@pextrw?$AA@ 10098bf4 udis86:itab.obj - 0002:00013bfc ??_C@_05EPNILPFG@pf2id?$AA@ 10098bfc udis86:itab.obj - 0002:00013c04 ??_C@_05CODHPOME@pf2iw?$AA@ 10098c04 udis86:itab.obj - 0002:00013c0c ??_C@_05NELGAMAL@pfacc?$AA@ 10098c0c udis86:itab.obj - 0002:00013c14 ??_C@_05JOLIIMEJ@pfadd?$AA@ 10098c14 udis86:itab.obj - 0002:00013c1c ??_C@_07CCCOOHDB@pfcmpeq?$AA@ 10098c1c udis86:itab.obj - 0002:00013c24 ??_C@_07PAEOEAK@pfcmpge?$AA@ 10098c24 udis86:itab.obj - 0002:00013c2c ??_C@_07FMNNMHBK@pfcmpgt?$AA@ 10098c2c udis86:itab.obj - 0002:00013c34 ??_C@_05DENCKMEH@pfmax?$AA@ 10098c34 udis86:itab.obj - 0002:00013c3c ??_C@_05CGFJEICI@pfmin?$AA@ 10098c3c udis86:itab.obj - 0002:00013c44 ??_C@_05BFDHALO@pfmul?$AA@ 10098c44 udis86:itab.obj - 0002:00013c4c ??_C@_06PBIPAILK@pfnacc?$AA@ 10098c4c udis86:itab.obj - 0002:00013c54 ??_C@_07HEBANBEP@pfpnacc?$AA@ 10098c54 udis86:itab.obj - 0002:00013c5c ??_C@_05PHPFLFOI@pfrcp?$AA@ 10098c5c udis86:itab.obj - 0002:00013c64 ??_C@_08CABPKCDG@pfrcpit1?$AA@ 10098c64 udis86:itab.obj - 0002:00013c70 ??_C@_08LDCPBPF@pfrcpit2?$AA@ 10098c70 udis86:itab.obj - 0002:00013c7c ??_C@_08BOKJIJBN@pfrsqit1?$AA@ 10098c7c udis86:itab.obj - 0002:00013c88 ??_C@_07OJNGDJDJ@pfrsqrt?$AA@ 10098c88 udis86:itab.obj - 0002:00013c90 ??_C@_05CPBGHNJM@pfsub?$AA@ 10098c90 udis86:itab.obj - 0002:00013c98 ??_C@_06OEJPNCGG@pfsubr?$AA@ 10098c98 udis86:itab.obj - 0002:00013ca0 ??_C@_06DEAFIOGL@phaddd?$AA@ 10098ca0 udis86:itab.obj - 0002:00013ca8 ??_C@_07KDEDOHJK@phaddsw?$AA@ 10098ca8 udis86:itab.obj - 0002:00013cb0 ??_C@_06FFOKMPPJ@phaddw?$AA@ 10098cb0 udis86:itab.obj - 0002:00013cb8 ??_C@_0L@EKOFBFBK@phminposuw?$AA@ 10098cb8 udis86:itab.obj - 0002:00013cc4 ??_C@_06MCANAGMB@phsubd?$AA@ 10098cc4 udis86:itab.obj - 0002:00013ccc ??_C@_07JFLGKFOE@phsubsw?$AA@ 10098ccc udis86:itab.obj - 0002:00013cd4 ??_C@_06KDOCEHFD@phsubw?$AA@ 10098cd4 udis86:itab.obj - 0002:00013cdc ??_C@_05MGNEGPLK@pi2fd?$AA@ 10098cdc udis86:itab.obj - 0002:00013ce4 ??_C@_05KHDLCOCI@pi2fw?$AA@ 10098ce4 udis86:itab.obj - 0002:00013cec ??_C@_06PODGNNHN@pinsrb?$AA@ 10098cec udis86:itab.obj - 0002:00013cf4 ??_C@_06KIGMHKPL@pinsrd?$AA@ 10098cf4 udis86:itab.obj - 0002:00013cfc ??_C@_06JPNJJMOP@pinsrq?$AA@ 10098cfc udis86:itab.obj - 0002:00013d04 ??_C@_06MJIDDLGJ@pinsrw?$AA@ 10098d04 udis86:itab.obj - 0002:00013d0c ??_C@_09CBBJJIHC@pmaddubsw?$AA@ 10098d0c udis86:itab.obj - 0002:00013d18 ??_C@_07JHJNCBHD@pmaddwd?$AA@ 10098d18 udis86:itab.obj - 0002:00013d20 ??_C@_06DBDEOFIM@pmaxsb?$AA@ 10098d20 udis86:itab.obj - 0002:00013d28 ??_C@_06GHGOECAK@pmaxsd?$AA@ 10098d28 udis86:itab.obj - 0002:00013d30 ??_C@_06GIBADJI@pmaxsw?$AA@ 10098d30 udis86:itab.obj - 0002:00013d38 ??_C@_06DFLJJJDO@pmaxub?$AA@ 10098d38 udis86:itab.obj - 0002:00013d40 ??_C@_06GDODDOLI@pmaxud?$AA@ 10098d40 udis86:itab.obj - 0002:00013d48 ??_C@_06CAMHPCK@pmaxuw?$AA@ 10098d48 udis86:itab.obj - 0002:00013d50 ??_C@_06HEDGKGAO@pminsb?$AA@ 10098d50 udis86:itab.obj - 0002:00013d58 ??_C@_06CCGMABII@pminsd?$AA@ 10098d58 udis86:itab.obj - 0002:00013d60 ??_C@_06EDIDEABK@pminsw?$AA@ 10098d60 udis86:itab.obj - 0002:00013d68 ??_C@_06HALLNKLM@pminub?$AA@ 10098d68 udis86:itab.obj - 0002:00013d70 ??_C@_06CGOBHNDK@pminud?$AA@ 10098d70 udis86:itab.obj - 0002:00013d78 ??_C@_06EHAODMKI@pminuw?$AA@ 10098d78 udis86:itab.obj - 0002:00013d80 ??_C@_08JFPNOFE@pmovmskb?$AA@ 10098d80 udis86:itab.obj - 0002:00013d8c ??_C@_08FIAFOMLP@pmovsxbd?$AA@ 10098d8c udis86:itab.obj - 0002:00013d98 ??_C@_08GPLAAKKL@pmovsxbq?$AA@ 10098d98 udis86:itab.obj - 0002:00013da4 ??_C@_08DJOKKNCN@pmovsxbw?$AA@ 10098da4 udis86:itab.obj - 0002:00013db0 ??_C@_08GLDNHGBJ@pmovsxdq?$AA@ 10098db0 udis86:itab.obj - 0002:00013dbc ??_C@_08ECOIINCE@pmovsxwd?$AA@ 10098dbc udis86:itab.obj - 0002:00013dc8 ??_C@_08HFFNGLDA@pmovsxwq?$AA@ 10098dc8 udis86:itab.obj - 0002:00013dd4 ??_C@_08FFBFIOMO@pmovzxbd?$AA@ 10098dd4 udis86:itab.obj - 0002:00013de0 ??_C@_08GCKAGINK@pmovzxbq?$AA@ 10098de0 udis86:itab.obj - 0002:00013dec ??_C@_08DEPKMPFM@pmovzxbw?$AA@ 10098dec udis86:itab.obj - 0002:00013df8 ??_C@_08GGCNBEGI@pmovzxdq?$AA@ 10098df8 udis86:itab.obj - 0002:00013e04 ??_C@_08EPPIOPFF@pmovzxwd?$AA@ 10098e04 udis86:itab.obj - 0002:00013e10 ??_C@_08HIENAJEB@pmovzxwq?$AA@ 10098e10 udis86:itab.obj - 0002:00013e1c ??_C@_06DKJOAGB@pmuldq?$AA@ 10098e1c udis86:itab.obj - 0002:00013e24 ??_C@_08DNGAMAOA@pmulhrsw?$AA@ 10098e24 udis86:itab.obj - 0002:00013e30 ??_C@_07BCFIBGPO@pmulhrw?$AA@ 10098e30 udis86:itab.obj - 0002:00013e38 ??_C@_07BHBHAAHL@pmulhuw?$AA@ 10098e38 udis86:itab.obj - 0002:00013e40 ??_C@_06FMOJLOID@pmulhw?$AA@ 10098e40 udis86:itab.obj - 0002:00013e48 ??_C@_06DKAPFHMN@pmulld?$AA@ 10098e48 udis86:itab.obj - 0002:00013e50 ??_C@_06FLOABGFP@pmullw?$AA@ 10098e50 udis86:itab.obj - 0002:00013e58 ??_C@_07PONKOBPI@pmuludq?$AA@ 10098e58 udis86:itab.obj - 0002:00013e60 ??_C@_03NJDAHFJE@pop?$AA@ 10098e60 udis86:itab.obj - 0002:00013e64 ??_C@_04ILFNDNMO@popa?$AA@ 10098e64 udis86:itab.obj - 0002:00013e6c ??_C@_05HNMGBMCJ@popad?$AA@ 10098e6c udis86:itab.obj - 0002:00013e74 ??_C@_06KOACKPNP@popcnt?$AA@ 10098e74 udis86:itab.obj - 0002:00013e7c ??_C@_05HIIJAKKM@popfd?$AA@ 10098e7c udis86:itab.obj - 0002:00013e84 ??_C@_05EPDMOMLI@popfq?$AA@ 10098e84 udis86:itab.obj - 0002:00013e8c ??_C@_05BJGGELDO@popfw?$AA@ 10098e8c udis86:itab.obj - 0002:00013e94 ??_C@_03OLAGBHBG@por?$AA@ 10098e94 udis86:itab.obj - 0002:00013e98 ??_C@_08FCDJGKEM@prefetch?$AA@ 10098e98 udis86:itab.obj - 0002:00013ea4 ??_C@_0M@ENHAGFIJ@prefetchnta?$AA@ 10098ea4 udis86:itab.obj - 0002:00013eb0 ??_C@_0L@HNBFCMAJ@prefetcht0?$AA@ 10098eb0 udis86:itab.obj - 0002:00013ebc ??_C@_0L@GEAOBNEI@prefetcht1?$AA@ 10098ebc udis86:itab.obj - 0002:00013ec8 ??_C@_0L@EPCDEOIL@prefetcht2?$AA@ 10098ec8 udis86:itab.obj - 0002:00013ed4 ??_C@_06DIHGEBBD@psadbw?$AA@ 10098ed4 udis86:itab.obj - 0002:00013edc ??_C@_06ONHPFNFA@pshufb?$AA@ 10098edc udis86:itab.obj - 0002:00013ee4 ??_C@_06LLCFPKNG@pshufd?$AA@ 10098ee4 udis86:itab.obj - 0002:00013eec ??_C@_07GGPEEEO@pshufhw?$AA@ 10098eec udis86:itab.obj - 0002:00013ef4 ??_C@_07BGGOMJC@pshuflw?$AA@ 10098ef4 udis86:itab.obj - 0002:00013efc ??_C@_06NKMKLLEE@pshufw?$AA@ 10098efc udis86:itab.obj - 0002:00013f04 ??_C@_06CEBMLKEM@psignb?$AA@ 10098f04 udis86:itab.obj - 0002:00013f0c ??_C@_06HCEGBNMK@psignd?$AA@ 10098f0c udis86:itab.obj - 0002:00013f14 ??_C@_06BDKJFMFI@psignw?$AA@ 10098f14 udis86:itab.obj - 0002:00013f1c ??_C@_05MKMBBNNO@pslld?$AA@ 10098f1c udis86:itab.obj - 0002:00013f24 ??_C@_06FHIFHGHJ@pslldq?$AA@ 10098f24 udis86:itab.obj - 0002:00013f2c ??_C@_05PNHEPLMK@psllq?$AA@ 10098f2c udis86:itab.obj - 0002:00013f34 ??_C@_05KLCOFMEM@psllw?$AA@ 10098f34 udis86:itab.obj - 0002:00013f3c ??_C@_05HCNPKOCB@psrad?$AA@ 10098f3c udis86:itab.obj - 0002:00013f44 ??_C@_05BDDAOPLD@psraw?$AA@ 10098f44 udis86:itab.obj - 0002:00013f4c ??_C@_05HKAHDNHC@psrld?$AA@ 10098f4c udis86:itab.obj - 0002:00013f54 ??_C@_06IIFFFPJK@psrldq?$AA@ 10098f54 udis86:itab.obj - 0002:00013f5c ??_C@_05ENLCNLGG@psrlq?$AA@ 10098f5c udis86:itab.obj - 0002:00013f64 ??_C@_05BLOIHMOA@psrlw?$AA@ 10098f64 udis86:itab.obj - 0002:00013f6c ??_C@_05LLBEIPEH@psubb?$AA@ 10098f6c udis86:itab.obj - 0002:00013f74 ??_C@_05ONEOCIMB@psubd?$AA@ 10098f74 udis86:itab.obj - 0002:00013f7c ??_C@_05NKPLMONF@psubq?$AA@ 10098f7c udis86:itab.obj - 0002:00013f84 ??_C@_06KCCMAANO@psubsb?$AA@ 10098f84 udis86:itab.obj - 0002:00013f8c ??_C@_06JFJJOGMK@psubsw?$AA@ 10098f8c udis86:itab.obj - 0002:00013f94 ??_C@_07OINEMGN@psubusb?$AA@ 10098f94 udis86:itab.obj - 0002:00013f9c ??_C@_07DJDIKKHJ@psubusw?$AA@ 10098f9c udis86:itab.obj - 0002:00013fa4 ??_C@_05IMKBGJFD@psubw?$AA@ 10098fa4 udis86:itab.obj - 0002:00013fac ??_C@_06JOEFOFIP@pswapd?$AA@ 10098fac udis86:itab.obj - 0002:00013fb4 ??_C@_05FIFBHIFI@ptest?$AA@ 10098fb4 udis86:itab.obj - 0002:00013fbc ??_C@_09MMDMOCBC@punpckhbw?$AA@ 10098fbc udis86:itab.obj - 0002:00013fc8 ??_C@_09JOOLDJCG@punpckhdq?$AA@ 10098fc8 udis86:itab.obj - 0002:00013fd4 ??_C@_0L@JJJNOAEF@punpckhqdq?$AA@ 10098fd4 udis86:itab.obj - 0002:00013fe0 ??_C@_09LHDOMCBL@punpckhwd?$AA@ 10098fe0 udis86:itab.obj - 0002:00013fec ??_C@_09EDFOHFEF@punpcklbw?$AA@ 10098fec udis86:itab.obj - 0002:00013ff8 ??_C@_09BBIJKOHB@punpckldq?$AA@ 10098ff8 udis86:itab.obj - 0002:00014004 ??_C@_0L@GMBNEGIF@punpcklqdq?$AA@ 10099004 udis86:itab.obj - 0002:00014010 ??_C@_09DIFMFFEM@punpcklwd?$AA@ 10099010 udis86:itab.obj - 0002:0001401c ??_C@_04GHHNIPCF@push?$AA@ 1009901c udis86:itab.obj - 0002:00014024 ??_C@_05DHIFPDCO@pusha?$AA@ 10099024 udis86:itab.obj - 0002:0001402c ??_C@_06NNHACGJP@pushad?$AA@ 1009902c udis86:itab.obj - 0002:00014034 ??_C@_06NIDPDABK@pushfd?$AA@ 10099034 udis86:itab.obj - 0002:0001403c ??_C@_06OPIKNGAO@pushfq?$AA@ 1009903c udis86:itab.obj - 0002:00014044 ??_C@_06LJNAHBII@pushfw?$AA@ 10099044 udis86:itab.obj - 0002:0001404c ??_C@_04DAAGPHDH@pxor?$AA@ 1009904c udis86:itab.obj - 0002:00014054 ??_C@_03JMFEBJCG@rcl?$AA@ 10099054 udis86:itab.obj - 0002:00014058 ??_C@_05ONJJBNPC@rcpps?$AA@ 10099058 udis86:itab.obj - 0002:00014060 ??_C@_05OPNPKDKL@rcpss?$AA@ 10099060 udis86:itab.obj - 0002:00014068 ??_C@_03EIBFCGPJ@rcr?$AA@ 10099068 udis86:itab.obj - 0002:0001406c ??_C@_05OGJHMBLI@rdmsr?$AA@ 1009906c udis86:itab.obj - 0002:00014074 ??_C@_05BIFODJA@rdpmc?$AA@ 10099074 udis86:itab.obj - 0002:0001407c ??_C@_06MJFBMHIP@rdrand?$AA@ 1009907c udis86:itab.obj - 0002:00014084 ??_C@_05JIFPPKLN@rdtsc?$AA@ 10099084 udis86:itab.obj - 0002:0001408c ??_C@_06JKHHOJDN@rdtscp?$AA@ 1009908c udis86:itab.obj - 0002:00014094 ??_C@_03HOKODIMJ@rep?$AA@ 10099094 udis86:itab.obj - 0002:00014098 ??_C@_05GIPJNDPP@repne?$AA@ 10099098 udis86:itab.obj - 0002:000140a0 ??_C@_03BKMCPNMN@ret?$AA@ 100990a0 udis86:itab.obj - 0002:000140a4 ??_C@_04NGGILANB@retf?$AA@ 100990a4 udis86:itab.obj - 0002:000140ac ??_C@_03JFEOOAEC@rol?$AA@ 100990ac udis86:itab.obj - 0002:000140b0 ??_C@_03EBAPNPJN@ror?$AA@ 100990b0 udis86:itab.obj - 0002:000140b4 ??_C@_07JFJPHJIO@roundpd?$AA@ 100990b4 udis86:itab.obj - 0002:000140bc ??_C@_07JABMPNBI@roundps?$AA@ 100990bc udis86:itab.obj - 0002:000140c4 ??_C@_07JHNJMHNH@roundsd?$AA@ 100990c4 udis86:itab.obj - 0002:000140cc ??_C@_07JCFKEDEB@roundss?$AA@ 100990cc udis86:itab.obj - 0002:000140d4 ??_C@_03JJGJILBH@rsm?$AA@ 100990d4 udis86:itab.obj - 0002:000140d8 ??_C@_07FOPKGEKI@rsqrtps?$AA@ 100990d8 udis86:itab.obj - 0002:000140e0 ??_C@_07FMLMNKPB@rsqrtss?$AA@ 100990e0 udis86:itab.obj - 0002:000140e8 ??_C@_04HBFGFECC@sahf?$AA@ 100990e8 udis86:itab.obj - 0002:000140f0 ??_C@_04LCIAILL@salc?$AA@ 100990f0 udis86:itab.obj - 0002:000140f8 ??_C@_03PDCNJFPC@sar?$AA@ 100990f8 udis86:itab.obj - 0002:000140fc ??_C@_03LLKJDJPK@sbb?$AA@ 100990fc udis86:itab.obj - 0002:00014100 ??_C@_05JPPPGDOE@scasb?$AA@ 10099100 udis86:itab.obj - 0002:00014108 ??_C@_05MJKFMEGC@scasd?$AA@ 10099108 udis86:itab.obj - 0002:00014110 ??_C@_05POBACCHG@scasq?$AA@ 10099110 udis86:itab.obj - 0002:00014118 ??_C@_05KIEKIFPA@scasw?$AA@ 10099118 udis86:itab.obj - 0002:00014120 ??_C@_04KEEJAPKG@seta?$AA@ 10099120 udis86:itab.obj - 0002:00014128 ??_C@_05CHJLNADA@setae?$AA@ 10099128 udis86:itab.obj - 0002:00014130 ??_C@_04IPGEFMGF@setb?$AA@ 10099130 udis86:itab.obj - 0002:00014138 ??_C@_05CFNNGOGJ@setbe?$AA@ 10099138 udis86:itab.obj - 0002:00014140 ??_C@_04PCBDKICA@setg?$AA@ 10099140 udis86:itab.obj - 0002:00014148 ??_C@_05CDBGKMIC@setge?$AA@ 10099148 udis86:itab.obj - 0002:00014150 ??_C@_04BBOHHBOL@setl?$AA@ 10099150 udis86:itab.obj - 0002:00014158 ??_C@_05CPEDEDGD@setle?$AA@ 10099158 udis86:itab.obj - 0002:00014160 ??_C@_05NGCIHPIH@setno?$AA@ 10099160 udis86:itab.obj - 0002:00014168 ??_C@_05BLHCHBBJ@setnp?$AA@ 10099168 udis86:itab.obj - 0002:00014170 ??_C@_05DAFPCCNK@setns?$AA@ 10099170 udis86:itab.obj - 0002:00014178 ??_C@_05OBJNJJJD@setnz?$AA@ 10099178 udis86:itab.obj - 0002:00014180 ??_C@_04DKMKCCCI@seto?$AA@ 10099180 udis86:itab.obj - 0002:00014188 ??_C@_04PHJACMLG@setp?$AA@ 10099188 udis86:itab.obj - 0002:00014190 ??_C@_04NMLNHPHF@sets?$AA@ 10099190 udis86:itab.obj - 0002:00014198 ??_C@_04NHPMEDM@setz?$AA@ 10099198 udis86:itab.obj - 0002:000141a0 ??_C@_06LJIOJEOG@sfence?$AA@ 100991a0 udis86:itab.obj - 0002:000141a8 ??_C@_04CFNDICEJ@sgdt?$AA@ 100991a8 udis86:itab.obj - 0002:000141b0 ??_C@_03CILNJBKC@shl?$AA@ 100991b0 udis86:itab.obj - 0002:000141b4 ??_C@_04DJGBNBPG@shld?$AA@ 100991b4 udis86:itab.obj - 0002:000141bc ??_C@_03PMPMKOHN@shr?$AA@ 100991bc udis86:itab.obj - 0002:000141c0 ??_C@_04CPNJFPIM@shrd?$AA@ 100991c0 udis86:itab.obj - 0002:000141c8 ??_C@_06CBKLGGJD@shufpd?$AA@ 100991c8 udis86:itab.obj - 0002:000141d0 ??_C@_06CECIOCAF@shufps?$AA@ 100991d0 udis86:itab.obj - 0002:000141d8 ??_C@_04MFAMPFHK@sidt?$AA@ 100991d8 udis86:itab.obj - 0002:000141e0 ??_C@_06JOKOMMPP@skinit?$AA@ 100991e0 udis86:itab.obj - 0002:000141e8 ??_C@_04PCNCAFEI@sldt?$AA@ 100991e8 udis86:itab.obj - 0002:000141f0 ??_C@_04HICKIEBL@smsw?$AA@ 100991f0 udis86:itab.obj - 0002:000141f8 ??_C@_06ENECHGME@sqrtpd?$AA@ 100991f8 udis86:itab.obj - 0002:00014200 ??_C@_06EIMBPCFC@sqrtps?$AA@ 10099200 udis86:itab.obj - 0002:00014208 ??_C@_06EPAEMIJN@sqrtsd?$AA@ 10099208 udis86:itab.obj - 0002:00014210 ??_C@_06EKIHEMAL@sqrtss?$AA@ 10099210 udis86:itab.obj - 0002:00014218 ??_C@_03LKBJNHHJ@stc?$AA@ 10099218 udis86:itab.obj - 0002:0001421c ??_C@_03PFFIEBLO@std?$AA@ 1009921c udis86:itab.obj - 0002:00014220 ??_C@_04JKFFKIHN@stgi?$AA@ 10099220 udis86:itab.obj - 0002:00014228 ??_C@_03EAPGDPPD@sti?$AA@ 10099228 udis86:itab.obj - 0002:0001422c ??_C@_07LPMAGAMH@stmxcsr?$AA@ 1009922c udis86:itab.obj - 0002:00014234 ??_C@_05KNOAFPEF@stosb?$AA@ 10099234 udis86:itab.obj - 0002:0001423c ??_C@_05PLLKPIMD@stosd?$AA@ 1009923c udis86:itab.obj - 0002:00014244 ??_C@_05MMAPBONH@stosq?$AA@ 10099244 udis86:itab.obj - 0002:0001424c ??_C@_05JKFFLJFB@stosw?$AA@ 1009924c udis86:itab.obj - 0002:00014254 ??_C@_03OJMAPEGJ@str?$AA@ 10099254 udis86:itab.obj - 0002:00014258 ??_C@_03KCMAIMAP@sub?$AA@ 10099258 udis86:itab.obj - 0002:0001425c ??_C@_05DGPGLHPH@subpd?$AA@ 1009925c udis86:itab.obj - 0002:00014264 ??_C@_05DDHFDDGB@subps?$AA@ 10099264 udis86:itab.obj - 0002:0001426c ??_C@_05DELAAJKO@subsd?$AA@ 1009926c udis86:itab.obj - 0002:00014274 ??_C@_05DBDDINDI@subss?$AA@ 10099274 udis86:itab.obj - 0002:0001427c ??_C@_06CPNDNOLP@swapgs?$AA@ 1009927c udis86:itab.obj - 0002:00014284 ??_C@_07JJMJNHGG@syscall?$AA@ 10099284 udis86:itab.obj - 0002:0001428c ??_C@_08HHDECGPN@sysenter?$AA@ 1009928c udis86:itab.obj - 0002:00014298 ??_C@_07LPEIGAGB@sysexit?$AA@ 10099298 udis86:itab.obj - 0002:000142a0 ??_C@_06OJDFPBAP@sysret?$AA@ 100992a0 udis86:itab.obj - 0002:000142a8 ??_C@_04CEJDCDCH@test?$AA@ 100992a8 udis86:itab.obj - 0002:000142b0 ??_C@_07ENDLCHEK@ucomisd?$AA@ 100992b0 udis86:itab.obj - 0002:000142b8 ??_C@_07EILIKDNM@ucomiss?$AA@ 100992b8 udis86:itab.obj - 0002:000142c0 ??_C@_03CAPEEHMA@ud2?$AA@ 100992c0 udis86:itab.obj - 0002:000142c4 ??_C@_08EBLLCNNO@unpckhpd?$AA@ 100992c4 udis86:itab.obj - 0002:000142d0 ??_C@_08EEDIKJEI@unpckhps?$AA@ 100992d0 udis86:itab.obj - 0002:000142dc ??_C@_08MONJLKIJ@unpcklpd?$AA@ 100992dc udis86:itab.obj - 0002:000142e8 ??_C@_08MLFKDOBP@unpcklps?$AA@ 100992e8 udis86:itab.obj - 0002:000142f4 ??_C@_06KDBFGOEF@vaddpd?$AA@ 100992f4 udis86:itab.obj - 0002:000142fc ??_C@_06KGJGOKND@vaddps?$AA@ 100992fc udis86:itab.obj - 0002:00014304 ??_C@_06KBFDNABM@vaddsd?$AA@ 10099304 udis86:itab.obj - 0002:0001430c ??_C@_06KENAFEIK@vaddss?$AA@ 1009930c udis86:itab.obj - 0002:00014314 ??_C@_09PPKJNIKN@vaddsubpd?$AA@ 10099314 udis86:itab.obj - 0002:00014320 ??_C@_09PKCKFMDL@vaddsubps?$AA@ 10099320 udis86:itab.obj - 0002:0001432c ??_C@_07IPOAKKNN@vaesdec?$AA@ 1009932c udis86:itab.obj - 0002:00014334 ??_C@_0M@OBBELEHO@vaesdeclast?$AA@ 10099334 udis86:itab.obj - 0002:00014340 ??_C@_07DLAJCCFJ@vaesenc?$AA@ 10099340 udis86:itab.obj - 0002:00014348 ??_C@_0M@CPLJOABK@vaesenclast?$AA@ 10099348 udis86:itab.obj - 0002:00014354 ??_C@_07HDJJCDLI@vaesimc?$AA@ 10099354 udis86:itab.obj - 0002:0001435c ??_C@_0BB@PMMLANHC@vaeskeygenassist?$AA@ 1009935c udis86:itab.obj - 0002:00014370 ??_C@_07NPGAGLE@vandnpd?$AA@ 10099370 udis86:itab.obj - 0002:00014378 ??_C@_07IHFICCC@vandnps?$AA@ 10099378 udis86:itab.obj - 0002:00014380 ??_C@_06OJKFHGOE@vandpd?$AA@ 10099380 udis86:itab.obj - 0002:00014388 ??_C@_06OMCGPCHC@vandps?$AA@ 10099388 udis86:itab.obj - 0002:00014390 ??_C@_08NLIICBDL@vblendpd?$AA@ 10099390 udis86:itab.obj - 0002:0001439c ??_C@_08NOALKFKN@vblendps?$AA@ 1009939c udis86:itab.obj - 0002:000143a8 ??_C@_09IOAFJLNG@vblendvpd?$AA@ 100993a8 udis86:itab.obj - 0002:000143b4 ??_C@_09ILIGBPEA@vblendvps?$AA@ 100993b4 udis86:itab.obj - 0002:000143c0 ??_C@_0N@MDBHDICD@vbroadcastsd?$AA@ 100993c0 udis86:itab.obj - 0002:000143d0 ??_C@_0N@MGJELMLF@vbroadcastss?$AA@ 100993d0 udis86:itab.obj - 0002:000143e0 ??_C@_06DMLGGNPH@vcmppd?$AA@ 100993e0 udis86:itab.obj - 0002:000143e8 ??_C@_06DJDFOJGB@vcmpps?$AA@ 100993e8 udis86:itab.obj - 0002:000143f0 ??_C@_06DOPANDKO@vcmpsd?$AA@ 100993f0 udis86:itab.obj - 0002:000143f8 ??_C@_06DLHDFHDI@vcmpss?$AA@ 100993f8 udis86:itab.obj - 0002:00014400 ??_C@_07MDLECAKJ@vcomisd?$AA@ 10099400 udis86:itab.obj - 0002:00014408 ??_C@_07MGDHKEDP@vcomiss?$AA@ 10099408 udis86:itab.obj - 0002:00014410 ??_C@_09KIEBMBPC@vcvtdq2pd?$AA@ 10099410 udis86:itab.obj - 0002:0001441c ??_C@_09KNMCEFGE@vcvtdq2ps?$AA@ 1009941c udis86:itab.obj - 0002:00014428 ??_C@_09LEJMHEDF@vcvtpd2dq?$AA@ 10099428 udis86:itab.obj - 0002:00014434 ??_C@_09JNIFBNBL@vcvtpd2ps?$AA@ 10099434 udis86:itab.obj - 0002:00014440 ??_C@_09GGFMDPKH@vcvtps2dq?$AA@ 10099440 udis86:itab.obj - 0002:0001444c ??_C@_09EKMGNCBP@vcvtps2pd?$AA@ 1009944c udis86:itab.obj - 0002:00014458 ??_C@_09KJHKCLDH@vcvtsd2si?$AA@ 10099458 udis86:itab.obj - 0002:00014464 ??_C@_09BJFHNBOM@vcvtsd2ss?$AA@ 10099464 udis86:itab.obj - 0002:00014470 ??_C@_09OEEEJBML@vcvtsi2sd?$AA@ 10099470 udis86:itab.obj - 0002:0001447c ??_C@_09OBMHBFFN@vcvtsi2ss?$AA@ 1009947c udis86:itab.obj - 0002:00014488 ??_C@_09MOBEBOOI@vcvtss2sd?$AA@ 10099488 udis86:itab.obj - 0002:00014494 ??_C@_09HLLKGAKF@vcvtss2si?$AA@ 10099494 udis86:itab.obj - 0002:000144a0 ??_C@_0L@EPPDHPPA@vcvttpd2dq?$AA@ 100994a0 udis86:itab.obj - 0002:000144ac ??_C@_0L@JNDDDEGC@vcvttps2dq?$AA@ 100994ac udis86:itab.obj - 0002:000144b8 ??_C@_0L@FCBFCAPC@vcvttsd2si?$AA@ 100994b8 udis86:itab.obj - 0002:000144c4 ??_C@_0L@IANFGLGA@vcvttss2si?$AA@ 100994c4 udis86:itab.obj - 0002:000144d0 ??_C@_06PBFIKEFD@vdivpd?$AA@ 100994d0 udis86:itab.obj - 0002:000144d8 ??_C@_06PENLCAMF@vdivps?$AA@ 100994d8 udis86:itab.obj - 0002:000144e0 ??_C@_06PDBOBKAK@vdivsd?$AA@ 100994e0 udis86:itab.obj - 0002:000144e8 ??_C@_06PGJNJOJM@vdivss?$AA@ 100994e8 udis86:itab.obj - 0002:000144f0 ??_C@_05MBKLAHGC@vdppd?$AA@ 100994f0 udis86:itab.obj - 0002:000144f8 ??_C@_05MECIIDPE@vdpps?$AA@ 100994f8 udis86:itab.obj - 0002:00014500 ??_C@_04JMLLNPG@verr?$AA@ 10099500 udis86:itab.obj - 0002:00014508 ??_C@_04HELMEJLD@verw?$AA@ 10099508 udis86:itab.obj - 0002:00014510 ??_C@_0N@GHEEFFJN@vextractf128?$AA@ 10099510 udis86:itab.obj - 0002:00014520 ??_C@_0L@EDDICPO@vextractps?$AA@ 10099520 udis86:itab.obj - 0002:0001452c ??_C@_07GIFBBNG@vhaddpd?$AA@ 1009952c udis86:itab.obj - 0002:00014534 ??_C@_07DAGJFEA@vhaddps?$AA@ 10099534 udis86:itab.obj - 0002:0001453c ??_C@_07DAHAFDKI@vhsubpd?$AA@ 1009953c udis86:itab.obj - 0002:00014544 ??_C@_07DFPDNHDO@vhsubps?$AA@ 10099544 udis86:itab.obj - 0002:0001454c ??_C@_0M@HPBOMOMM@vinsertf128?$AA@ 1009954c udis86:itab.obj - 0002:00014558 ??_C@_09GAJGHFHO@vinsertps?$AA@ 10099558 udis86:itab.obj - 0002:00014564 ??_C@_06ENJADELM@vlddqu?$AA@ 10099564 udis86:itab.obj - 0002:0001456c ??_C@_0M@HIPJIAEN@vmaskmovdqu?$AA@ 1009956c udis86:itab.obj - 0002:00014578 ??_C@_0L@PCLMIHED@vmaskmovpd?$AA@ 10099578 udis86:itab.obj - 0002:00014584 ??_C@_0L@PHDPADNF@vmaskmovps?$AA@ 10099584 udis86:itab.obj - 0002:00014590 ??_C@_06GPIMJGJ@vmaxpd?$AA@ 10099590 udis86:itab.obj - 0002:00014598 ??_C@_06DHLENPP@vmaxps?$AA@ 10099598 udis86:itab.obj - 0002:000145a0 ??_C@_06ELOHHDA@vmaxsd?$AA@ 100995a0 udis86:itab.obj - 0002:000145a8 ??_C@_06BDNPDKG@vmaxss?$AA@ 100995a8 udis86:itab.obj - 0002:000145b0 ??_C@_06IMMMFCAA@vmcall?$AA@ 100995b0 udis86:itab.obj - 0002:000145b8 ??_C@_07JAMFMPEO@vmclear?$AA@ 100995b8 udis86:itab.obj - 0002:000145c0 ??_C@_06EDPKIKOL@vminpd?$AA@ 100995c0 udis86:itab.obj - 0002:000145c8 ??_C@_06EGHJAOHN@vminps?$AA@ 100995c8 udis86:itab.obj - 0002:000145d0 ??_C@_06EBLMDELC@vminsd?$AA@ 100995d0 udis86:itab.obj - 0002:000145d8 ??_C@_06EEDPLACE@vminss?$AA@ 100995d8 udis86:itab.obj - 0002:000145e0 ??_C@_08FDGBGFFD@vmlaunch?$AA@ 100995e0 udis86:itab.obj - 0002:000145ec ??_C@_06COECKLLJ@vmload?$AA@ 100995ec udis86:itab.obj - 0002:000145f4 ??_C@_07HLGEACDE@vmmcall?$AA@ 100995f4 udis86:itab.obj - 0002:000145fc ??_C@_07EDEJGLNB@vmovapd?$AA@ 100995fc udis86:itab.obj - 0002:00014604 ??_C@_07EGMKOPEH@vmovaps?$AA@ 10099604 udis86:itab.obj - 0002:0001460c ??_C@_05MAEMFOGI@vmovd?$AA@ 1009960c udis86:itab.obj - 0002:00014614 ??_C@_08NENHFECA@vmovddup?$AA@ 10099614 udis86:itab.obj - 0002:00014620 ??_C@_07ICCAFJB@vmovdqa?$AA@ 10099620 udis86:itab.obj - 0002:00014628 ??_C@_07CGIMNCME@vmovdqu?$AA@ 10099628 udis86:itab.obj - 0002:00014630 ??_C@_08PJHFAAOG@vmovhlps?$AA@ 10099630 udis86:itab.obj - 0002:0001463c ??_C@_07DOEBCEFL@vmovhpd?$AA@ 1009963c udis86:itab.obj - 0002:00014644 ??_C@_07DLMCKAMN@vmovhps?$AA@ 10099644 udis86:itab.obj - 0002:0001464c ??_C@_08IDJHDBHB@vmovlhps?$AA@ 1009964c udis86:itab.obj - 0002:00014658 ??_C@_07LBCDLDAM@vmovlpd?$AA@ 10099658 udis86:itab.obj - 0002:00014660 ??_C@_07LEKADHJK@vmovlps?$AA@ 10099660 udis86:itab.obj - 0002:00014668 ??_C@_09HPCCGDMJ@vmovmskpd?$AA@ 10099668 udis86:itab.obj - 0002:00014674 ??_C@_09HKKBOHFP@vmovmskps?$AA@ 10099674 udis86:itab.obj - 0002:00014680 ??_C@_08MKIBODBI@vmovntdq?$AA@ 10099680 udis86:itab.obj - 0002:0001468c ??_C@_09GPEAEDFD@vmovntdqa?$AA@ 1009968c udis86:itab.obj - 0002:00014698 ??_C@_08OGBLAOKA@vmovntpd?$AA@ 10099698 udis86:itab.obj - 0002:000146a4 ??_C@_08ODJIIKDG@vmovntps?$AA@ 100996a4 udis86:itab.obj - 0002:000146b0 ??_C@_05PHPJLIHM@vmovq?$AA@ 100996b0 udis86:itab.obj - 0002:000146b8 ??_C@_06FLFBLOGC@vmovsd?$AA@ 100996b8 udis86:itab.obj - 0002:000146c0 ??_C@_09CBMIKDFJ@vmovshdup?$AA@ 100996c0 udis86:itab.obj - 0002:000146cc ??_C@_09NEEIAFJJ@vmovsldup?$AA@ 100996cc udis86:itab.obj - 0002:000146d8 ??_C@_06FONCDKPE@vmovss?$AA@ 100996d8 udis86:itab.obj - 0002:000146e0 ??_C@_07JMDCKLBJ@vmovupd?$AA@ 100996e0 udis86:itab.obj - 0002:000146e8 ??_C@_07JJLBCPIP@vmovups?$AA@ 100996e8 udis86:itab.obj - 0002:000146f0 ??_C@_08ILEEIFPG@vmpsadbw?$AA@ 100996f0 udis86:itab.obj - 0002:000146fc ??_C@_07JMJJCKJK@vmptrld?$AA@ 100996fc udis86:itab.obj - 0002:00014704 ??_C@_07MBCBNMIG@vmptrst?$AA@ 10099704 udis86:itab.obj - 0002:0001470c ??_C@_06JOCPGCDO@vmread?$AA@ 1009970c udis86:itab.obj - 0002:00014714 ??_C@_08EIHJLGKP@vmresume?$AA@ 10099714 udis86:itab.obj - 0002:00014720 ??_C@_05JKJGIHPJ@vmrun?$AA@ 10099720 udis86:itab.obj - 0002:00014728 ??_C@_06CMFPFIGN@vmsave?$AA@ 10099728 udis86:itab.obj - 0002:00014730 ??_C@_06EMODDIOD@vmulpd?$AA@ 10099730 udis86:itab.obj - 0002:00014738 ??_C@_06EJGALMHF@vmulps?$AA@ 10099738 udis86:itab.obj - 0002:00014740 ??_C@_06EOKFIGLK@vmulsd?$AA@ 10099740 udis86:itab.obj - 0002:00014748 ??_C@_06ELCGACCM@vmulss?$AA@ 10099748 udis86:itab.obj - 0002:00014750 ??_C@_07ICOKPMJF@vmwrite?$AA@ 10099750 udis86:itab.obj - 0002:00014758 ??_C@_06IMFLOOPM@vmxoff?$AA@ 10099758 udis86:itab.obj - 0002:00014760 ??_C@_05OEJKEBDL@vmxon?$AA@ 10099760 udis86:itab.obj - 0002:00014768 ??_C@_05BMHCPOPI@vorpd?$AA@ 10099768 udis86:itab.obj - 0002:00014770 ??_C@_05BJPBHKGO@vorps?$AA@ 10099770 udis86:itab.obj - 0002:00014778 ??_C@_06NCAIHGAI@vpabsb?$AA@ 10099778 udis86:itab.obj - 0002:00014780 ??_C@_06IEFCNBIO@vpabsd?$AA@ 10099780 udis86:itab.obj - 0002:00014788 ??_C@_06OFLNJABM@vpabsw?$AA@ 10099788 udis86:itab.obj - 0002:00014790 ??_C@_09DLPFLBOH@vpackssdw?$AA@ 10099790 udis86:itab.obj - 0002:0001479c ??_C@_09BCCAEKNK@vpacksswb?$AA@ 1009979c udis86:itab.obj - 0002:000147a8 ??_C@_09LELFEEEH@vpackusdw?$AA@ 100997a8 udis86:itab.obj - 0002:000147b4 ??_C@_09JNGALPHK@vpackuswb?$AA@ 100997b4 udis86:itab.obj - 0002:000147c0 ??_C@_06OOAKJMCB@vpaddb?$AA@ 100997c0 udis86:itab.obj - 0002:000147c8 ??_C@_06LIFADLKH@vpaddd?$AA@ 100997c8 udis86:itab.obj - 0002:000147d0 ??_C@_06IPOFNNLD@vpaddq?$AA@ 100997d0 udis86:itab.obj - 0002:000147d8 ??_C@_07GKINKKA@vpaddsb?$AA@ 100997d8 udis86:itab.obj - 0002:000147e0 ??_C@_07DBBNDMLE@vpaddsw?$AA@ 100997e0 udis86:itab.obj - 0002:000147e8 ??_C@_08LJJEJEIM@vpaddusb?$AA@ 100997e8 udis86:itab.obj - 0002:000147f4 ??_C@_08IOCBHCJI@vpaddusw?$AA@ 100997f4 udis86:itab.obj - 0002:00014800 ??_C@_06NJLPHKDF@vpaddw?$AA@ 10099800 udis86:itab.obj - 0002:00014808 ??_C@_08JHLGPDG@vpalignr?$AA@ 10099808 udis86:itab.obj - 0002:00014814 ??_C@_05KKNGIIKA@vpand?$AA@ 10099814 udis86:itab.obj - 0002:0001481c ??_C@_06CNACDDEJ@vpandn?$AA@ 1009981c udis86:itab.obj - 0002:00014824 ??_C@_06BGFMLNGM@vpavgb?$AA@ 10099824 udis86:itab.obj - 0002:0001482c ??_C@_06CBOJFLHI@vpavgw?$AA@ 1009982c udis86:itab.obj - 0002:00014834 ??_C@_09EJBAKIC@vpblendvb?$AA@ 10099834 udis86:itab.obj - 0002:00014840 ??_C@_08PAILKGLD@vpblendw?$AA@ 10099840 udis86:itab.obj - 0002:0001484c ??_C@_0L@NBDJJMAH@vpclmulqdq?$AA@ 1009984c udis86:itab.obj - 0002:00014858 ??_C@_08MPPJGGNO@vpcmpeqb?$AA@ 10099858 udis86:itab.obj - 0002:00014864 ??_C@_08JJKDMBFI@vpcmpeqd?$AA@ 10099864 udis86:itab.obj - 0002:00014870 ??_C@_08KOBGCHEM@vpcmpeqq?$AA@ 10099870 udis86:itab.obj - 0002:0001487c ??_C@_08PIEMIAMK@vpcmpeqw?$AA@ 1009987c udis86:itab.obj - 0002:00014888 ??_C@_0L@FHJCNEPG@vpcmpestri?$AA@ 10099888 udis86:itab.obj - 0002:00014894 ??_C@_0L@DDPOBBPC@vpcmpestrm?$AA@ 10099894 udis86:itab.obj - 0002:000148a0 ??_C@_08GDDLGMLO@vpcmpgtb?$AA@ 100998a0 udis86:itab.obj - 0002:000148ac ??_C@_08DFGBMLDI@vpcmpgtd?$AA@ 100998ac udis86:itab.obj - 0002:000148b8 ??_C@_08CNECNCM@vpcmpgtq?$AA@ 100998b8 udis86:itab.obj - 0002:000148c4 ??_C@_08FEIOIKKK@vpcmpgtw?$AA@ 100998c4 udis86:itab.obj - 0002:000148d0 ??_C@_0L@CAFABEIN@vpcmpistri?$AA@ 100998d0 udis86:itab.obj - 0002:000148dc ??_C@_0L@EEDMNBIJ@vpcmpistrm?$AA@ 100998dc udis86:itab.obj - 0002:000148e8 ??_C@_0L@EBGBBKJC@vperm2f128?$AA@ 100998e8 udis86:itab.obj - 0002:000148f4 ??_C@_09PAKFEJKO@vpermilpd?$AA@ 100998f4 udis86:itab.obj - 0002:00014900 ??_C@_09PFCGMNDI@vpermilps?$AA@ 10099900 udis86:itab.obj - 0002:0001490c ??_C@_07GJPCNPJN@vpextrb?$AA@ 1009990c udis86:itab.obj - 0002:00014914 ??_C@_07DPKIHIBL@vpextrd?$AA@ 10099914 udis86:itab.obj - 0002:0001491c ??_C@_07IBNJOAP@vpextrq?$AA@ 1009991c udis86:itab.obj - 0002:00014924 ??_C@_07FOEHDJIJ@vpextrw?$AA@ 10099924 udis86:itab.obj - 0002:0001492c ??_C@_07KGHEBGGL@vphaddd?$AA@ 1009992c udis86:itab.obj - 0002:00014934 ??_C@_08KDNBJGAC@vphaddsw?$AA@ 10099934 udis86:itab.obj - 0002:00014940 ??_C@_07MHJLFHPJ@vphaddw?$AA@ 10099940 udis86:itab.obj - 0002:00014948 ??_C@_0M@JBMAEGIN@vphminposuw?$AA@ 10099948 udis86:itab.obj - 0002:00014954 ??_C@_07FAHMJOMB@vphsubd?$AA@ 10099954 udis86:itab.obj - 0002:0001495c ??_C@_08JFCENEHM@vphsubsw?$AA@ 1009995c udis86:itab.obj - 0002:00014968 ??_C@_07DBJDNPFD@vphsubw?$AA@ 10099968 udis86:itab.obj - 0002:00014970 ??_C@_07GMEHEFHN@vpinsrb?$AA@ 10099970 udis86:itab.obj - 0002:00014978 ??_C@_07DKBNOCPL@vpinsrd?$AA@ 10099978 udis86:itab.obj - 0002:00014980 ??_C@_07NKIAEOP@vpinsrq?$AA@ 10099980 udis86:itab.obj - 0002:00014988 ??_C@_07FLPCKDGJ@vpinsrw?$AA@ 10099988 udis86:itab.obj - 0002:00014990 ??_C@_0L@LPIDNJFI@vpmaddubsw?$AA@ 10099990 udis86:itab.obj - 0002:0001499c ??_C@_08JHAPFAOL@vpmaddwd?$AA@ 1009999c udis86:itab.obj - 0002:000149a8 ??_C@_07KDEFHNIM@vpmaxsb?$AA@ 100999a8 udis86:itab.obj - 0002:000149b0 ??_C@_07PFBPNKAK@vpmaxsd?$AA@ 100999b0 udis86:itab.obj - 0002:000149b8 ??_C@_07JEPAJLJI@vpmaxsw?$AA@ 100999b8 udis86:itab.obj - 0002:000149c0 ??_C@_07KHMIABDO@vpmaxub?$AA@ 100999c0 udis86:itab.obj - 0002:000149c8 ??_C@_07PBJCKGLI@vpmaxud?$AA@ 100999c8 udis86:itab.obj - 0002:000149d0 ??_C@_07JAHNOHCK@vpmaxuw?$AA@ 100999d0 udis86:itab.obj - 0002:000149d8 ??_C@_07OGEHDOAO@vpminsb?$AA@ 100999d8 udis86:itab.obj - 0002:000149e0 ??_C@_07LABNJJII@vpminsd?$AA@ 100999e0 udis86:itab.obj - 0002:000149e8 ??_C@_07NBPCNIBK@vpminsw?$AA@ 100999e8 udis86:itab.obj - 0002:000149f0 ??_C@_07OCMKECLM@vpminub?$AA@ 100999f0 udis86:itab.obj - 0002:000149f8 ??_C@_07LEJAOFDK@vpminud?$AA@ 100999f8 udis86:itab.obj - 0002:00014a00 ??_C@_07NFHPKEKI@vpminuw?$AA@ 10099a00 udis86:itab.obj - 0002:00014a08 ??_C@_09PHILFHFD@vpmovmskb?$AA@ 10099a08 udis86:itab.obj - 0002:00014a14 ??_C@_09KGNBGFLI@vpmovsxbd?$AA@ 10099a14 udis86:itab.obj - 0002:00014a20 ??_C@_09JBGEIDKM@vpmovsxbq?$AA@ 10099a20 udis86:itab.obj - 0002:00014a2c ??_C@_09MHDOCECK@vpmovsxbw?$AA@ 10099a2c udis86:itab.obj - 0002:00014a38 ??_C@_09LMDMAECD@vpmovsxwd?$AA@ 10099a38 udis86:itab.obj - 0002:00014a44 ??_C@_09ILIJOCDH@vpmovsxwq?$AA@ 10099a44 udis86:itab.obj - 0002:00014a50 ??_C@_09KLMBAHMJ@vpmovzxbd?$AA@ 10099a50 udis86:itab.obj - 0002:00014a5c ??_C@_09JMHEOBNN@vpmovzxbq?$AA@ 10099a5c udis86:itab.obj - 0002:00014a68 ??_C@_09MKCOEGFL@vpmovzxbw?$AA@ 10099a68 udis86:itab.obj - 0002:00014a74 ??_C@_09JIPJJNGP@vpmovzxdq?$AA@ 10099a74 udis86:itab.obj - 0002:00014a80 ??_C@_09LBCMGGFC@vpmovzxwd?$AA@ 10099a80 udis86:itab.obj - 0002:00014a8c ??_C@_09IGJJIAEG@vpmovzxwq?$AA@ 10099a8c udis86:itab.obj - 0002:00014a98 ??_C@_07JBNIHIGB@vpmuldq?$AA@ 10099a98 udis86:itab.obj - 0002:00014aa0 ??_C@_09MDLEEJOH@vpmulhrsw?$AA@ 10099aa0 udis86:itab.obj - 0002:00014aac ??_C@_08BHIFHBOD@vpmulhuw?$AA@ 10099aac udis86:itab.obj - 0002:00014ab8 ??_C@_07MOJICGID@vpmulhw?$AA@ 10099ab8 udis86:itab.obj - 0002:00014ac0 ??_C@_07KIHOMPMN@vpmulld?$AA@ 10099ac0 udis86:itab.obj - 0002:00014ac8 ??_C@_07MJJBIOFP@vpmullw?$AA@ 10099ac8 udis86:itab.obj - 0002:00014ad0 ??_C@_04HKPCCKHI@vpor?$AA@ 10099ad0 udis86:itab.obj - 0002:00014ad8 ??_C@_07KKAHNJBD@vpsadbw?$AA@ 10099ad8 udis86:itab.obj - 0002:00014ae0 ??_C@_07HPAOMFFA@vpshufb?$AA@ 10099ae0 udis86:itab.obj - 0002:00014ae8 ??_C@_07CJFEGCNG@vpshufd?$AA@ 10099ae8 udis86:itab.obj - 0002:00014af0 ??_C@_08GPNDFNG@vpshufhw?$AA@ 10099af0 udis86:itab.obj - 0002:00014afc ??_C@_08BPEJNAK@vpshuflw?$AA@ 10099afc udis86:itab.obj - 0002:00014b08 ??_C@_07LGGNCCEM@vpsignb?$AA@ 10099b08 udis86:itab.obj - 0002:00014b10 ??_C@_07OADHIFMK@vpsignd?$AA@ 10099b10 udis86:itab.obj - 0002:00014b18 ??_C@_07IBNIMEFI@vpsignw?$AA@ 10099b18 udis86:itab.obj - 0002:00014b20 ??_C@_06GJNHIGBC@vpslld?$AA@ 10099b20 udis86:itab.obj - 0002:00014b28 ??_C@_07MFPEOOHJ@vpslldq?$AA@ 10099b28 udis86:itab.obj - 0002:00014b30 ??_C@_06FOGCGAAG@vpsllq?$AA@ 10099b30 udis86:itab.obj - 0002:00014b38 ??_C@_06IDIMHIA@vpsllw?$AA@ 10099b38 udis86:itab.obj - 0002:00014b40 ??_C@_06NBMJDFON@vpsrad?$AA@ 10099b40 udis86:itab.obj - 0002:00014b48 ??_C@_06LACGHEHP@vpsraw?$AA@ 10099b48 udis86:itab.obj - 0002:00014b50 ??_C@_06NJBBKGLO@vpsrld?$AA@ 10099b50 udis86:itab.obj - 0002:00014b58 ??_C@_07BKCEMHJK@vpsrldq?$AA@ 10099b58 udis86:itab.obj - 0002:00014b60 ??_C@_06OOKEEAKK@vpsrlq?$AA@ 10099b60 udis86:itab.obj - 0002:00014b68 ??_C@_06LIPOOHCM@vpsrlw?$AA@ 10099b68 udis86:itab.obj - 0002:00014b70 ??_C@_06BIACBEIL@vpsubb?$AA@ 10099b70 udis86:itab.obj - 0002:00014b78 ??_C@_06EOFILDAN@vpsubd?$AA@ 10099b78 udis86:itab.obj - 0002:00014b80 ??_C@_06HJONFFBJ@vpsubq?$AA@ 10099b80 udis86:itab.obj - 0002:00014b88 ??_C@_07DAFNJINO@vpsubsb?$AA@ 10099b88 udis86:itab.obj - 0002:00014b90 ??_C@_07HOIHOMK@vpsubsw?$AA@ 10099b90 udis86:itab.obj - 0002:00014b98 ??_C@_08OBPDNPF@vpsubusb?$AA@ 10099b98 udis86:itab.obj - 0002:00014ba4 ??_C@_08DJKKNLOB@vpsubusw?$AA@ 10099ba4 udis86:itab.obj - 0002:00014bb0 ??_C@_06CPLHPCJP@vpsubw?$AA@ 10099bb0 udis86:itab.obj - 0002:00014bb8 ??_C@_06PLEHODJE@vptest?$AA@ 10099bb8 udis86:itab.obj - 0002:00014bc0 ??_C@_0L@FCKGKDDI@vpunpckhbw?$AA@ 10099bc0 udis86:itab.obj - 0002:00014bcc ??_C@_0L@HBHIAM@vpunpckhdq?$AA@ 10099bcc udis86:itab.obj - 0002:00014bd8 ??_C@_0M@ECLILDNC@vpunpckhqdq?$AA@ 10099bd8 udis86:itab.obj - 0002:00014be4 ??_C@_0L@CJKEIDDB@vpunpckhwd?$AA@ 10099be4 udis86:itab.obj - 0002:00014bf0 ??_C@_0L@NNMEDEGP@vpunpcklbw?$AA@ 10099bf0 udis86:itab.obj - 0002:00014bfc ??_C@_0L@IPBDOPFL@vpunpckldq?$AA@ 10099bfc udis86:itab.obj - 0002:00014c08 ??_C@_0M@LHDIBFBC@vpunpcklqdq?$AA@ 10099c08 udis86:itab.obj - 0002:00014c14 ??_C@_0L@KGMGBEGG@vpunpcklwd?$AA@ 10099c14 udis86:itab.obj - 0002:00014c20 ??_C@_05JKJNEPFF@vpxor?$AA@ 10099c20 udis86:itab.obj - 0002:00014c28 ??_C@_06EOIPIGDO@vrcpps?$AA@ 10099c28 udis86:itab.obj - 0002:00014c30 ??_C@_06EMMJDIGH@vrcpss?$AA@ 10099c30 udis86:itab.obj - 0002:00014c38 ??_C@_08JFANAIBG@vroundpd?$AA@ 10099c38 udis86:itab.obj - 0002:00014c44 ??_C@_08JAIOIMIA@vroundps?$AA@ 10099c44 udis86:itab.obj - 0002:00014c50 ??_C@_08JHELLGEP@vroundsd?$AA@ 10099c50 udis86:itab.obj - 0002:00014c5c ??_C@_08JCMIDCNJ@vroundss?$AA@ 10099c5c udis86:itab.obj - 0002:00014c68 ??_C@_08FOGIBFDA@vrsqrtps?$AA@ 10099c68 udis86:itab.obj - 0002:00014c74 ??_C@_08FMCOKLGJ@vrsqrtss?$AA@ 10099c74 udis86:itab.obj - 0002:00014c80 ??_C@_07LDNKPOJD@vshufpd?$AA@ 10099c80 udis86:itab.obj - 0002:00014c88 ??_C@_07LGFJHKAF@vshufps?$AA@ 10099c88 udis86:itab.obj - 0002:00014c90 ??_C@_07NPDDOOME@vsqrtpd?$AA@ 10099c90 udis86:itab.obj - 0002:00014c98 ??_C@_07NKLAGKFC@vsqrtps?$AA@ 10099c98 udis86:itab.obj - 0002:00014ca0 ??_C@_07NNHFFAJN@vsqrtsd?$AA@ 10099ca0 udis86:itab.obj - 0002:00014ca8 ??_C@_07NIPGNEAL@vsqrtss?$AA@ 10099ca8 udis86:itab.obj - 0002:00014cb0 ??_C@_08LPFCBBFP@vstmxcsr?$AA@ 10099cb0 udis86:itab.obj - 0002:00014cbc ??_C@_06JFOACMDL@vsubpd?$AA@ 10099cbc udis86:itab.obj - 0002:00014cc4 ??_C@_06JAGDKIKN@vsubps?$AA@ 10099cc4 udis86:itab.obj - 0002:00014ccc ??_C@_06JHKGJCGC@vsubsd?$AA@ 10099ccc udis86:itab.obj - 0002:00014cd4 ??_C@_06JCCFBGPE@vsubss?$AA@ 10099cd4 udis86:itab.obj - 0002:00014cdc ??_C@_07LPLDLJHH@vtestpd?$AA@ 10099cdc udis86:itab.obj - 0002:00014ce4 ??_C@_07LKDADNOB@vtestps?$AA@ 10099ce4 udis86:itab.obj - 0002:00014cec ??_C@_08ENKJFGNC@vucomisd?$AA@ 10099cec udis86:itab.obj - 0002:00014cf8 ??_C@_08EICKNCEE@vucomiss?$AA@ 10099cf8 udis86:itab.obj - 0002:00014d04 ??_C@_09LPGPKENJ@vunpckhpd?$AA@ 10099d04 udis86:itab.obj - 0002:00014d10 ??_C@_09LKOMCAEP@vunpckhps?$AA@ 10099d10 udis86:itab.obj - 0002:00014d1c ??_C@_09DAANDDIO@vunpcklpd?$AA@ 10099d1c udis86:itab.obj - 0002:00014d28 ??_C@_09DFIOLHBI@vunpcklps?$AA@ 10099d28 udis86:itab.obj - 0002:00014d34 ??_C@_06IFGOAEEE@vxorpd?$AA@ 10099d34 udis86:itab.obj - 0002:00014d3c ??_C@_06IAONIANC@vxorps?$AA@ 10099d3c udis86:itab.obj - 0002:00014d44 ??_C@_08CIMGHFML@vzeroall?$AA@ 10099d44 udis86:itab.obj - 0002:00014d50 ??_C@_0L@HMOMGDGG@vzeroupper?$AA@ 10099d50 udis86:itab.obj - 0002:00014d5c ??_C@_04PNOAOIAG@wait?$AA@ 10099d5c udis86:itab.obj - 0002:00014d64 ??_C@_06BAFGEPDI@wbinvd?$AA@ 10099d64 udis86:itab.obj - 0002:00014d6c ??_C@_05FJPKDCCJ@wrmsr?$AA@ 10099d6c udis86:itab.obj - 0002:00014d74 ??_C@_04DNKKPONF@xadd?$AA@ 10099d74 udis86:itab.obj - 0002:00014d7c ??_C@_04LFJEJMPJ@xchg?$AA@ 10099d7c udis86:itab.obj - 0002:00014d84 ??_C@_09CAOANIJI@xcryptcbc?$AA@ 10099d84 udis86:itab.obj - 0002:00014d90 ??_C@_09DOPCEBAF@xcryptcfb?$AA@ 10099d90 udis86:itab.obj - 0002:00014d9c ??_C@_09GLJCCEEK@xcryptctr?$AA@ 10099d9c udis86:itab.obj - 0002:00014da8 ??_C@_09BNFCNMDC@xcryptecb?$AA@ 10099da8 udis86:itab.obj - 0002:00014db4 ??_C@_09HECEPOLN@xcryptofb?$AA@ 10099db4 udis86:itab.obj - 0002:00014dc0 ??_C@_06CPFMIPOH@xgetbv?$AA@ 10099dc0 udis86:itab.obj - 0002:00014dc8 ??_C@_05HCCHBCHD@xlatb?$AA@ 10099dc8 udis86:itab.obj - 0002:00014dd0 ??_C@_03COLCDPPJ@xor?$AA@ 10099dd0 udis86:itab.obj - 0002:00014dd4 ??_C@_05CGHIJPII@xorpd?$AA@ 10099dd4 udis86:itab.obj - 0002:00014ddc ??_C@_05CDPLBLBO@xorps?$AA@ 10099ddc udis86:itab.obj - 0002:00014de4 ??_C@_06PPFDCILK@xrstor?$AA@ 10099de4 udis86:itab.obj - 0002:00014dec ??_C@_05NMFCFAIJ@xsave?$AA@ 10099dec udis86:itab.obj - 0002:00014df4 ??_C@_06LHBLMPGK@xsetbv?$AA@ 10099df4 udis86:itab.obj - 0002:00014dfc ??_C@_05GGOEDCKG@xsha1?$AA@ 10099dfc udis86:itab.obj - 0002:00014e04 ??_C@_07IJIDDFOL@xsha256?$AA@ 10099e04 udis86:itab.obj - 0002:00014e0c ??_C@_06BAEKEDCE@xstore?$AA@ 10099e0c udis86:itab.obj - 0002:00014e14 ??_C@_07MALOAKCI@invalid?$AA@ 10099e14 udis86:itab.obj - 0002:00014e1c ??_C@_05FIGNBJMO@3dnow?$AA@ 10099e1c udis86:itab.obj - 0002:00014e24 ??_C@_04CGFJFPFD@none?$AA@ 10099e24 udis86:itab.obj - 0002:00014e2c ??_C@_02BIKLEMDE@db?$AA@ 10099e2c udis86:itab.obj - 0002:00014e30 ??_C@_05PDJBBECF@pause?$AA@ 10099e30 udis86:itab.obj - 0002:000159e0 _ud_itab__0 1009a9e0 udis86:itab.obj - 0002:00017610 _ud_reg_tab 1009c610 udis86:syn.obj - 0002:0001787c ??_C@_02IAODKDFB@al?$AA@ 1009c87c udis86:syn.obj - 0002:00017880 ??_C@_02IDGHHHDP@cl?$AA@ 1009c880 udis86:syn.obj - 0002:00017884 ??_C@_02IGCIGBLK@dl?$AA@ 1009c884 udis86:syn.obj - 0002:00017888 ??_C@_02ICKFBNAI@bl?$AA@ 1009c888 udis86:syn.obj - 0002:0001788c ??_C@_02OEIPGGFF@ah?$AA@ 1009c88c udis86:syn.obj - 0002:00017890 ??_C@_02OHALLCDL@ch?$AA@ 1009c890 udis86:syn.obj - 0002:00017894 ??_C@_02OCEEKELO@dh?$AA@ 1009c894 udis86:syn.obj - 0002:00017898 ??_C@_02OGMJNIAM@bh?$AA@ 1009c898 udis86:syn.obj - 0002:0001789c ??_C@_03DKIIGDGK@spl?$AA@ 1009c89c udis86:syn.obj - 0002:000178a0 ??_C@_03NCCNFDJA@bpl?$AA@ 1009c8a0 udis86:syn.obj - 0002:000178a4 ??_C@_03CJHPPLJF@sil?$AA@ 1009c8a4 udis86:syn.obj - 0002:000178a8 ??_C@_03OELBJELD@dil?$AA@ 1009c8a8 udis86:syn.obj - 0002:000178ac ??_C@_03GCDOPFPJ@r8b?$AA@ 1009c8ac udis86:syn.obj - 0002:000178b0 ??_C@_03GDPMJPMO@r9b?$AA@ 1009c8b0 udis86:syn.obj - 0002:000178b4 ??_C@_04IBPIMIDM@r10b?$AA@ 1009c8b4 udis86:syn.obj - 0002:000178bc ??_C@_04IADKKCAL@r11b?$AA@ 1009c8bc udis86:syn.obj - 0002:000178c4 ??_C@_04ICHMBMFC@r12b?$AA@ 1009c8c4 udis86:syn.obj - 0002:000178cc ??_C@_04IDLOHGGF@r13b?$AA@ 1009c8cc udis86:syn.obj - 0002:000178d4 ??_C@_04IGPBGAOA@r14b?$AA@ 1009c8d4 udis86:syn.obj - 0002:000178dc ??_C@_04IHDDAKNH@r15b?$AA@ 1009c8dc udis86:syn.obj - 0002:000178e4 ??_C@_02KOENHEAE@ax?$AA@ 1009c8e4 udis86:syn.obj - 0002:000178e8 ??_C@_02KNMJKAGK@cx?$AA@ 1009c8e8 udis86:syn.obj - 0002:000178ec ??_C@_02KIIGLGOP@dx?$AA@ 1009c8ec udis86:syn.obj - 0002:000178f0 ??_C@_02KMALMKFN@bx?$AA@ 1009c8f0 udis86:syn.obj - 0002:000178f4 ??_C@_02HJDGIJBC@sp?$AA@ 1009c8f4 udis86:syn.obj - 0002:000178f8 ??_C@_02GENCEAFF@bp?$AA@ 1009c8f8 udis86:syn.obj - 0002:000178fc ??_C@_02OCDGCAAK@si?$AA@ 1009c8fc udis86:syn.obj - 0002:00017900 ??_C@_02PLFPJFPP@di?$AA@ 1009c900 udis86:syn.obj - 0002:00017904 ??_C@_03FFILBDON@r8w?$AA@ 1009c904 udis86:syn.obj - 0002:00017908 ??_C@_03FEEJHJNK@r9w?$AA@ 1009c908 udis86:syn.obj - 0002:0001790c ??_C@_04LGENCOCI@r10w?$AA@ 1009c90c udis86:syn.obj - 0002:00017914 ??_C@_04LHIPEEBP@r11w?$AA@ 1009c914 udis86:syn.obj - 0002:0001791c ??_C@_04LFMJPKEG@r12w?$AA@ 1009c91c udis86:syn.obj - 0002:00017924 ??_C@_04LEALJAHB@r13w?$AA@ 1009c924 udis86:syn.obj - 0002:0001792c ??_C@_04LBEEIGPE@r14w?$AA@ 1009c92c udis86:syn.obj - 0002:00017934 ??_C@_04LAIGOMMD@r15w?$AA@ 1009c934 udis86:syn.obj - 0002:0001793c ??_C@_03HMLAHFDL@eax?$AA@ 1009c93c udis86:syn.obj - 0002:00017940 ??_C@_03HPDEKBFF@ecx?$AA@ 1009c940 udis86:syn.obj - 0002:00017944 ??_C@_03HKHLLHNA@edx?$AA@ 1009c944 udis86:syn.obj - 0002:00017948 ??_C@_03HOPGMLGC@ebx?$AA@ 1009c948 udis86:syn.obj - 0002:0001794c ??_C@_03KLMLIICN@esp?$AA@ 1009c94c udis86:syn.obj - 0002:00017950 ??_C@_03LGCPEBGK@ebp?$AA@ 1009c950 udis86:syn.obj - 0002:00017954 ??_C@_03DAMLCBDF@esi?$AA@ 1009c954 udis86:syn.obj - 0002:00017958 ??_C@_03CJKCJEMA@edi?$AA@ 1009c958 udis86:syn.obj - 0002:0001795c ??_C@_03DEGEFCHP@r8d?$AA@ 1009c95c udis86:syn.obj - 0002:00017960 ??_C@_03DFKGDIEI@r9d?$AA@ 1009c960 udis86:syn.obj - 0002:00017964 ??_C@_04NHKCGPLK@r10d?$AA@ 1009c964 udis86:syn.obj - 0002:0001796c ??_C@_04NGGAAFIN@r11d?$AA@ 1009c96c udis86:syn.obj - 0002:00017974 ??_C@_04NECGLLNE@r12d?$AA@ 1009c974 udis86:syn.obj - 0002:0001797c ??_C@_04NFOENBOD@r13d?$AA@ 1009c97c udis86:syn.obj - 0002:00017984 ??_C@_04NAKLMHGG@r14d?$AA@ 1009c984 udis86:syn.obj - 0002:0001798c ??_C@_04NBGJKNFB@r15d?$AA@ 1009c98c udis86:syn.obj - 0002:00017994 ??_C@_03LBHOBKBN@rax?$AA@ 1009c994 udis86:syn.obj - 0002:00017998 ??_C@_03LCPKMOHD@rcx?$AA@ 1009c998 udis86:syn.obj - 0002:0001799c ??_C@_03LHLFNIPG@rdx?$AA@ 1009c99c udis86:syn.obj - 0002:000179a0 ??_C@_03LDDIKEEE@rbx?$AA@ 1009c9a0 udis86:syn.obj - 0002:000179a4 ??_C@_03GGAFOHAL@rsp?$AA@ 1009c9a4 udis86:syn.obj - 0002:000179a8 ??_C@_03HLOBCOEM@rbp?$AA@ 1009c9a8 udis86:syn.obj - 0002:000179ac ??_C@_03PNAFEOBD@rsi?$AA@ 1009c9ac udis86:syn.obj - 0002:000179b0 ??_C@_03OEGMPLOG@rdi?$AA@ 1009c9b0 udis86:syn.obj - 0002:000179b4 ??_C@_02EAFECGCI@r8?$AA@ 1009c9b4 udis86:syn.obj - 0002:000179b8 ??_C@_02FJEPBHGJ@r9?$AA@ 1009c9b8 udis86:syn.obj - 0002:000179bc ??_C@_03OFGCPBKA@r10?$AA@ 1009c9bc udis86:syn.obj - 0002:000179c0 ??_C@_03PMHJMAOB@r11?$AA@ 1009c9c0 udis86:syn.obj - 0002:000179c4 ??_C@_03NHFEJDCC@r12?$AA@ 1009c9c4 udis86:syn.obj - 0002:000179c8 ??_C@_03MOEPKCGD@r13?$AA@ 1009c9c8 udis86:syn.obj - 0002:000179cc ??_C@_03IBAODEKE@r14?$AA@ 1009c9cc udis86:syn.obj - 0002:000179d0 ??_C@_03JIBFAFOF@r15?$AA@ 1009c9d0 udis86:syn.obj - 0002:000179d4 ??_C@_02EKLAAFBD@es?$AA@ 1009c9d4 udis86:syn.obj - 0002:000179d8 ??_C@_02EODNHJKB@cs?$AA@ 1009c9d8 udis86:syn.obj - 0002:000179dc ??_C@_02FCBLNKNB@ss?$AA@ 1009c9dc udis86:syn.obj - 0002:000179e0 ??_C@_02ELHCGPCE@ds?$AA@ 1009c9e0 udis86:syn.obj - 0002:000179e4 ??_C@_02EIPGLLEK@fs?$AA@ 1009c9e4 udis86:syn.obj - 0002:000179e8 ??_C@_02EJDENBHN@gs?$AA@ 1009c9e8 udis86:syn.obj - 0002:000179ec ??_C@_03HPBLPCMD@cr0?$AA@ 1009c9ec udis86:syn.obj - 0002:000179f0 ??_C@_03GGAAMDIC@cr1?$AA@ 1009c9f0 udis86:syn.obj - 0002:000179f4 ??_C@_03ENCNJAEB@cr2?$AA@ 1009c9f4 udis86:syn.obj - 0002:000179f8 ??_C@_03FEDGKBAA@cr3?$AA@ 1009c9f8 udis86:syn.obj - 0002:000179fc ??_C@_03BLHHDHMH@cr4?$AA@ 1009c9fc udis86:syn.obj - 0002:00017a00 ??_C@_03CGMAGIG@cr5?$AA@ 1009ca00 udis86:syn.obj - 0002:00017a04 ??_C@_03CJEBFFEF@cr6?$AA@ 1009ca04 udis86:syn.obj - 0002:00017a08 ??_C@_03DAFKGEAE@cr7?$AA@ 1009ca08 udis86:syn.obj - 0002:00017a0c ??_C@_03LHMCHIML@cr8?$AA@ 1009ca0c udis86:syn.obj - 0002:00017a10 ??_C@_03KONJEJIK@cr9?$AA@ 1009ca10 udis86:syn.obj - 0002:00017a14 ??_C@_04NMJGNEDM@cr10?$AA@ 1009ca14 udis86:syn.obj - 0002:00017a1c ??_C@_04MFINOFHN@cr11?$AA@ 1009ca1c udis86:syn.obj - 0002:00017a24 ??_C@_04OOKALGLO@cr12?$AA@ 1009ca24 udis86:syn.obj - 0002:00017a2c ??_C@_04PHLLIHPP@cr13?$AA@ 1009ca2c udis86:syn.obj - 0002:00017a34 ??_C@_04LIPKBBDI@cr14?$AA@ 1009ca34 udis86:syn.obj - 0002:00017a3c ??_C@_04KBOBCAHJ@cr15?$AA@ 1009ca3c udis86:syn.obj - 0002:00017a44 ??_C@_03OCMMMKHK@dr0?$AA@ 1009ca44 udis86:syn.obj - 0002:00017a48 ??_C@_03PLNHPLDL@dr1?$AA@ 1009ca48 udis86:syn.obj - 0002:00017a4c ??_C@_03NAPKKIPI@dr2?$AA@ 1009ca4c udis86:syn.obj - 0002:00017a50 ??_C@_03MJOBJJLJ@dr3?$AA@ 1009ca50 udis86:syn.obj - 0002:00017a54 ??_C@_03IGKAAPHO@dr4?$AA@ 1009ca54 udis86:syn.obj - 0002:00017a58 ??_C@_03JPLLDODP@dr5?$AA@ 1009ca58 udis86:syn.obj - 0002:00017a5c ??_C@_03LEJGGNPM@dr6?$AA@ 1009ca5c udis86:syn.obj - 0002:00017a60 ??_C@_03KNINFMLN@dr7?$AA@ 1009ca60 udis86:syn.obj - 0002:00017a64 ??_C@_03CKBFEAHC@dr8?$AA@ 1009ca64 udis86:syn.obj - 0002:00017a68 ??_C@_03DDAOHBDD@dr9?$AA@ 1009ca68 udis86:syn.obj - 0002:00017a6c ??_C@_04GOLGAICM@dr10?$AA@ 1009ca6c udis86:syn.obj - 0002:00017a74 ??_C@_04HHKNDJGN@dr11?$AA@ 1009ca74 udis86:syn.obj - 0002:00017a7c ??_C@_04FMIAGKKO@dr12?$AA@ 1009ca7c udis86:syn.obj - 0002:00017a84 ??_C@_04EFJLFLOP@dr13?$AA@ 1009ca84 udis86:syn.obj - 0002:00017a8c ??_C@_04KNKMNCI@dr14?$AA@ 1009ca8c udis86:syn.obj - 0002:00017a94 ??_C@_04BDMBPMGJ@dr15?$AA@ 1009ca94 udis86:syn.obj - 0002:00017a9c ??_C@_03IILOGBLN@mm0?$AA@ 1009ca9c udis86:syn.obj - 0002:00017aa0 ??_C@_03JBKFFAPM@mm1?$AA@ 1009caa0 udis86:syn.obj - 0002:00017aa4 ??_C@_03LKIIADDP@mm2?$AA@ 1009caa4 udis86:syn.obj - 0002:00017aa8 ??_C@_03KDJDDCHO@mm3?$AA@ 1009caa8 udis86:syn.obj - 0002:00017aac ??_C@_03OMNCKELJ@mm4?$AA@ 1009caac udis86:syn.obj - 0002:00017ab0 ??_C@_03PFMJJFPI@mm5?$AA@ 1009cab0 udis86:syn.obj - 0002:00017ab4 ??_C@_03NOOEMGDL@mm6?$AA@ 1009cab4 udis86:syn.obj - 0002:00017ab8 ??_C@_03MHPPPHHK@mm7?$AA@ 1009cab8 udis86:syn.obj - 0002:00017abc ??_C@_03CLIPNJOO@st0?$AA@ 1009cabc udis86:syn.obj - 0002:00017ac0 ??_C@_03DCJEOIKP@st1?$AA@ 1009cac0 udis86:syn.obj - 0002:00017ac4 ??_C@_03BJLJLLGM@st2?$AA@ 1009cac4 udis86:syn.obj - 0002:00017ac8 ??_C@_03KCIKCN@st3?$AA@ 1009cac8 udis86:syn.obj - 0002:00017acc ??_C@_03EPODBMOK@st4?$AA@ 1009cacc udis86:syn.obj - 0002:00017ad0 ??_C@_03FGPICNKL@st5?$AA@ 1009cad0 udis86:syn.obj - 0002:00017ad4 ??_C@_03HNNFHOGI@st6?$AA@ 1009cad4 udis86:syn.obj - 0002:00017ad8 ??_C@_03GEMOEPCJ@st7?$AA@ 1009cad8 udis86:syn.obj - 0002:00017adc ??_C@_04KGHKOCLC@xmm0?$AA@ 1009cadc udis86:syn.obj - 0002:00017ae4 ??_C@_04LPGBNDPD@xmm1?$AA@ 1009cae4 udis86:syn.obj - 0002:00017aec ??_C@_04JEEMIADA@xmm2?$AA@ 1009caec udis86:syn.obj - 0002:00017af4 ??_C@_04INFHLBHB@xmm3?$AA@ 1009caf4 udis86:syn.obj - 0002:00017afc ??_C@_04MCBGCHLG@xmm4?$AA@ 1009cafc udis86:syn.obj - 0002:00017b04 ??_C@_04NLANBGPH@xmm5?$AA@ 1009cb04 udis86:syn.obj - 0002:00017b0c ??_C@_04PACAEFDE@xmm6?$AA@ 1009cb0c udis86:syn.obj - 0002:00017b14 ??_C@_04OJDLHEHF@xmm7?$AA@ 1009cb14 udis86:syn.obj - 0002:00017b1c ??_C@_04GOKDGILK@xmm8?$AA@ 1009cb1c udis86:syn.obj - 0002:00017b24 ??_C@_04HHLIFJPL@xmm9?$AA@ 1009cb24 udis86:syn.obj - 0002:00017b2c ??_C@_05PLENPEIG@xmm10?$AA@ 1009cb2c udis86:syn.obj - 0002:00017b34 ??_C@_05OCFGMFMH@xmm11?$AA@ 1009cb34 udis86:syn.obj - 0002:00017b3c ??_C@_05MJHLJGAE@xmm12?$AA@ 1009cb3c udis86:syn.obj - 0002:00017b44 ??_C@_05NAGAKHEF@xmm13?$AA@ 1009cb44 udis86:syn.obj - 0002:00017b4c ??_C@_05JPCBDBIC@xmm14?$AA@ 1009cb4c udis86:syn.obj - 0002:00017b54 ??_C@_05IGDKAAMD@xmm15?$AA@ 1009cb54 udis86:syn.obj - 0002:00017b5c ??_C@_04JLBKMLAC@ymm0?$AA@ 1009cb5c udis86:syn.obj - 0002:00017b64 ??_C@_04ICABPKED@ymm1?$AA@ 1009cb64 udis86:syn.obj - 0002:00017b6c ??_C@_04KJCMKJIA@ymm2?$AA@ 1009cb6c udis86:syn.obj - 0002:00017b74 ??_C@_04LADHJIMB@ymm3?$AA@ 1009cb74 udis86:syn.obj - 0002:00017b7c ??_C@_04PPHGAOAG@ymm4?$AA@ 1009cb7c udis86:syn.obj - 0002:00017b84 ??_C@_04OGGNDPEH@ymm5?$AA@ 1009cb84 udis86:syn.obj - 0002:00017b8c ??_C@_04MNEAGMIE@ymm6?$AA@ 1009cb8c udis86:syn.obj - 0002:00017b94 ??_C@_04NEFLFNMF@ymm7?$AA@ 1009cb94 udis86:syn.obj - 0002:00017b9c ??_C@_04FDMDEBAK@ymm8?$AA@ 1009cb9c udis86:syn.obj - 0002:00017ba4 ??_C@_04EKNIHAEL@ymm9?$AA@ 1009cba4 udis86:syn.obj - 0002:00017bac ??_C@_05DABBCHCD@ymm10?$AA@ 1009cbac udis86:syn.obj - 0002:00017bb4 ??_C@_05CJAKBGGC@ymm11?$AA@ 1009cbb4 udis86:syn.obj - 0002:00017bbc ??_C@_05CCHEFKB@ymm12?$AA@ 1009cbbc udis86:syn.obj - 0002:00017bc4 ??_C@_05BLDMHEOA@ymm13?$AA@ 1009cbc4 udis86:syn.obj - 0002:00017bcc ??_C@_05FEHNOCCH@ymm14?$AA@ 1009cbcc udis86:syn.obj - 0002:00017bd4 ??_C@_05ENGGNDGG@ymm15?$AA@ 1009cbd4 udis86:syn.obj - 0002:00017bdc ??_C@_03HHLEMBKN@rip?$AA@ 1009cbdc udis86:syn.obj - 0002:00017be0 ??_C@_08KBPBCHKK@?$CFs?$CF?$CLI64d?$AA@ 1009cbe0 udis86:syn.obj - 0002:00017bec ??_C@_07NDNBFKNF@0x?$CFI64x?$AA@ 1009cbec udis86:syn.obj - 0002:00017bf4 ??_C@_08CDEEPEOG@?90x?$CFI64x?$AA@ 1009cbf4 udis86:syn.obj - 0002:00017c00 ??_C@_09DFCDNKEO@?$CFs0x?$CFI64x?$AA@ 1009cc00 udis86:syn.obj - 0002:00017c10 __load_config_used 1009cc10 LIBCMT:loadcfg.obj - 0002:00017d00 __tls_used 1009cd00 LIBCMT:tlssup.obj - 0002:00017d18 ??_R4exception@std@@6B@ 1009cd18 logging.cpp.obj - 0002:00017d2c ??_R3exception@std@@8 1009cd2c logging.cpp.obj - 0002:00017d3c ??_R2exception@std@@8 1009cd3c logging.cpp.obj - 0002:00017d44 ??_R1A@?0A@EA@exception@std@@8 1009cd44 logging.cpp.obj - 0002:00017d60 ??_R4bad_array_new_length@std@@6B@ 1009cd60 logging.cpp.obj - 0002:00017d74 ??_R3bad_array_new_length@std@@8 1009cd74 logging.cpp.obj - 0002:00017d84 ??_R2bad_array_new_length@std@@8 1009cd84 logging.cpp.obj - 0002:00017d94 ??_R1A@?0A@EA@bad_array_new_length@std@@8 1009cd94 logging.cpp.obj - 0002:00017db0 ??_R1A@?0A@EA@bad_alloc@std@@8 1009cdb0 logging.cpp.obj - 0002:00017dcc ??_R3bad_alloc@std@@8 1009cdcc logging.cpp.obj - 0002:00017ddc ??_R2bad_alloc@std@@8 1009cddc logging.cpp.obj - 0002:00017de8 ??_R4bad_alloc@std@@6B@ 1009cde8 logging.cpp.obj - 0002:00017dfc ??_R4ios_base@std@@6B@ 1009cdfc logging.cpp.obj - 0002:00017e10 ??_R3ios_base@std@@8 1009ce10 logging.cpp.obj - 0002:00017e20 ??_R2ios_base@std@@8 1009ce20 logging.cpp.obj - 0002:00017e2c ??_R1A@?0A@EA@ios_base@std@@8 1009ce2c logging.cpp.obj - 0002:00017e48 ??_R17?0A@EA@?$_Iosb@H@std@@8 1009ce48 logging.cpp.obj - 0002:00017e64 ??_R3?$_Iosb@H@std@@8 1009ce64 logging.cpp.obj - 0002:00017e74 ??_R2?$_Iosb@H@std@@8 1009ce74 logging.cpp.obj - 0002:00017e7c ??_R1A@?0A@EA@?$_Iosb@H@std@@8 1009ce7c logging.cpp.obj - 0002:00017e98 ??_R4?$basic_ios@DU?$char_traits@D@std@@@std@@6B@ 1009ce98 logging.cpp.obj - 0002:00017eac ??_R3?$basic_ios@DU?$char_traits@D@std@@@std@@8 1009ceac logging.cpp.obj - 0002:00017ebc ??_R2?$basic_ios@DU?$char_traits@D@std@@@std@@8 1009cebc logging.cpp.obj - 0002:00017ecc ??_R1A@?0A@EA@?$basic_ios@DU?$char_traits@D@std@@@std@@8 1009cecc logging.cpp.obj - 0002:00017ee8 ??_R4?$basic_streambuf@DU?$char_traits@D@std@@@std@@6B@ 1009cee8 logging.cpp.obj - 0002:00017efc ??_R3?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 1009cefc logging.cpp.obj - 0002:00017f0c ??_R2?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 1009cf0c logging.cpp.obj - 0002:00017f14 ??_R1A@?0A@EA@?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 1009cf14 logging.cpp.obj - 0002:00017f30 ??_R4?$basic_ostream@DU?$char_traits@D@std@@@std@@6B@ 1009cf30 logging.cpp.obj - 0002:00017f44 ??_R3?$basic_ostream@DU?$char_traits@D@std@@@std@@8 1009cf44 logging.cpp.obj - 0002:00017f54 ??_R2?$basic_ostream@DU?$char_traits@D@std@@@std@@8 1009cf54 logging.cpp.obj - 0002:00017f68 ??_R1A@?0A@EA@?$basic_ostream@DU?$char_traits@D@std@@@std@@8 1009cf68 logging.cpp.obj - 0002:00017f84 ??_R1A@A@3FA@?$basic_ios@DU?$char_traits@D@std@@@std@@8 1009cf84 logging.cpp.obj - 0002:00017fa0 ??_R1A@A@3EA@ios_base@std@@8 1009cfa0 logging.cpp.obj - 0002:00017fbc ??_R17A@3EA@?$_Iosb@H@std@@8 1009cfbc logging.cpp.obj - 0002:00017fd8 ??_R4?$basic_filebuf@DU?$char_traits@D@std@@@std@@6B@ 1009cfd8 logging.cpp.obj - 0002:00017fec ??_R3?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 1009cfec logging.cpp.obj - 0002:00017ffc ??_R2?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 1009cffc logging.cpp.obj - 0002:00018008 ??_R1A@?0A@EA@?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 1009d008 logging.cpp.obj - 0002:00018024 ??_R4?$basic_ofstream@DU?$char_traits@D@std@@@std@@6B@ 1009d024 logging.cpp.obj - 0002:00018038 ??_R3?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 1009d038 logging.cpp.obj - 0002:00018048 ??_R2?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 1009d048 logging.cpp.obj - 0002:00018060 ??_R1A@?0A@EA@?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 1009d060 logging.cpp.obj - 0002:0001807c ??_R4runtime_error@std@@6B@ 1009d07c logging.cpp.obj - 0002:00018090 ??_R3runtime_error@std@@8 1009d090 logging.cpp.obj - 0002:000180a0 ??_R2runtime_error@std@@8 1009d0a0 logging.cpp.obj - 0002:000180ac ??_R1A@?0A@EA@runtime_error@std@@8 1009d0ac logging.cpp.obj - 0002:000180c8 ??_R3error_category@std@@8 1009d0c8 logging.cpp.obj - 0002:000180d8 ??_R2error_category@std@@8 1009d0d8 logging.cpp.obj - 0002:000180e0 ??_R1A@?0A@EA@error_category@std@@8 1009d0e0 logging.cpp.obj - 0002:000180fc ??_R4_System_error@std@@6B@ 1009d0fc logging.cpp.obj - 0002:00018110 ??_R3_System_error@std@@8 1009d110 logging.cpp.obj - 0002:00018120 ??_R2_System_error@std@@8 1009d120 logging.cpp.obj - 0002:00018130 ??_R1A@?0A@EA@_System_error@std@@8 1009d130 logging.cpp.obj - 0002:0001814c ??_R4system_error@std@@6B@ 1009d14c logging.cpp.obj - 0002:00018160 ??_R3system_error@std@@8 1009d160 logging.cpp.obj - 0002:00018170 ??_R2system_error@std@@8 1009d170 logging.cpp.obj - 0002:00018184 ??_R1A@?0A@EA@system_error@std@@8 1009d184 logging.cpp.obj - 0002:000181a0 ??_R4_Iostream_error_category2@std@@6B@ 1009d1a0 logging.cpp.obj - 0002:000181b4 ??_R3_Iostream_error_category2@std@@8 1009d1b4 logging.cpp.obj - 0002:000181c4 ??_R2_Iostream_error_category2@std@@8 1009d1c4 logging.cpp.obj - 0002:000181d0 ??_R1A@?0A@EA@_Iostream_error_category2@std@@8 1009d1d0 logging.cpp.obj - 0002:000181ec ??_R4bad_cast@std@@6B@ 1009d1ec logging.cpp.obj - 0002:00018200 ??_R3bad_cast@std@@8 1009d200 logging.cpp.obj - 0002:00018210 ??_R2bad_cast@std@@8 1009d210 logging.cpp.obj - 0002:0001821c ??_R1A@?0A@EA@bad_cast@std@@8 1009d21c logging.cpp.obj - 0002:00018238 ??_R4_Facet_base@std@@6B@ 1009d238 logging.cpp.obj - 0002:0001824c ??_R3_Facet_base@std@@8 1009d24c logging.cpp.obj - 0002:0001825c ??_R2_Facet_base@std@@8 1009d25c logging.cpp.obj - 0002:00018264 ??_R1A@?0A@EA@_Facet_base@std@@8 1009d264 logging.cpp.obj - 0002:00018280 ??_R3facet@locale@std@@8 1009d280 logging.cpp.obj - 0002:00018290 ??_R2facet@locale@std@@8 1009d290 logging.cpp.obj - 0002:000182a0 ??_R1A@?0A@EA@facet@locale@std@@8 1009d2a0 logging.cpp.obj - 0002:000182bc ??_R13?0A@EA@_Crt_new_delete@std@@8 1009d2bc logging.cpp.obj - 0002:000182d8 ??_R3_Crt_new_delete@std@@8 1009d2d8 logging.cpp.obj - 0002:000182e8 ??_R2_Crt_new_delete@std@@8 1009d2e8 logging.cpp.obj - 0002:000182f0 ??_R1A@?0A@EA@_Crt_new_delete@std@@8 1009d2f0 logging.cpp.obj - 0002:0001830c ??_R3codecvt_base@std@@8 1009d30c logging.cpp.obj - 0002:0001831c ??_R2codecvt_base@std@@8 1009d31c logging.cpp.obj - 0002:00018330 ??_R1A@?0A@EA@codecvt_base@std@@8 1009d330 logging.cpp.obj - 0002:0001834c ??_R3ctype_base@std@@8 1009d34c logging.cpp.obj - 0002:0001835c ??_R2ctype_base@std@@8 1009d35c logging.cpp.obj - 0002:00018370 ??_R1A@?0A@EA@ctype_base@std@@8 1009d370 logging.cpp.obj - 0002:0001838c ??_R4?$ctype@D@std@@6B@ 1009d38c logging.cpp.obj - 0002:000183a0 ??_R3?$ctype@D@std@@8 1009d3a0 logging.cpp.obj - 0002:000183b0 ??_R2?$ctype@D@std@@8 1009d3b0 logging.cpp.obj - 0002:000183c8 ??_R1A@?0A@EA@?$ctype@D@std@@8 1009d3c8 logging.cpp.obj - 0002:000183e4 ??_R4failure@ios_base@std@@6B@ 1009d3e4 logging.cpp.obj - 0002:000183f8 ??_R3failure@ios_base@std@@8 1009d3f8 logging.cpp.obj - 0002:00018408 ??_R2failure@ios_base@std@@8 1009d408 logging.cpp.obj - 0002:00018420 ??_R1A@?0A@EA@failure@ios_base@std@@8 1009d420 logging.cpp.obj - 0002:0001843c ??_R4?$codecvt@DDU_Mbstatet@@@std@@6B@ 1009d43c logging.cpp.obj - 0002:00018450 ??_R3?$codecvt@DDU_Mbstatet@@@std@@8 1009d450 logging.cpp.obj - 0002:00018460 ??_R2?$codecvt@DDU_Mbstatet@@@std@@8 1009d460 logging.cpp.obj - 0002:00018478 ??_R1A@?0A@EA@?$codecvt@DDU_Mbstatet@@@std@@8 1009d478 logging.cpp.obj - 0002:00018494 ??_R4bad_exception@std@@6B@ 1009d494 main.cpp.obj - 0002:000184a8 ??_R3bad_exception@std@@8 1009d4a8 main.cpp.obj - 0002:000184b8 ??_R2bad_exception@std@@8 1009d4b8 main.cpp.obj - 0002:000184c4 ??_R1A@?0A@EA@bad_exception@std@@8 1009d4c4 main.cpp.obj - 0002:000184e0 ??_R4?$basic_istream@DU?$char_traits@D@std@@@std@@6B@ 1009d4e0 main.cpp.obj - 0002:000184f4 ??_R3?$basic_istream@DU?$char_traits@D@std@@@std@@8 1009d4f4 main.cpp.obj - 0002:00018504 ??_R2?$basic_istream@DU?$char_traits@D@std@@@std@@8 1009d504 main.cpp.obj - 0002:00018518 ??_R1A@?0A@EA@?$basic_istream@DU?$char_traits@D@std@@@std@@8 1009d518 main.cpp.obj - 0002:00018534 ??_R4?$basic_iostream@DU?$char_traits@D@std@@@std@@6B@ 1009d534 main.cpp.obj - 0002:00018548 ??_R3?$basic_iostream@DU?$char_traits@D@std@@@std@@8 1009d548 main.cpp.obj - 0002:00018558 ??_R2?$basic_iostream@DU?$char_traits@D@std@@@std@@8 1009d558 main.cpp.obj - 0002:00018580 ??_R1A@?0A@EA@?$basic_iostream@DU?$char_traits@D@std@@@std@@8 1009d580 main.cpp.obj - 0002:0001859c ??_R1BA@?0A@EA@?$basic_ostream@DU?$char_traits@D@std@@@std@@8 1009d59c main.cpp.obj - 0002:000185b8 ??_R4?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 1009d5b8 main.cpp.obj - 0002:000185cc ??_R3?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009d5cc main.cpp.obj - 0002:000185dc ??_R2?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009d5dc main.cpp.obj - 0002:000185e8 ??_R1A@?0A@EA@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009d5e8 main.cpp.obj - 0002:00018604 ??_R4?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 1009d604 main.cpp.obj - 0002:00018618 ??_R3?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009d618 main.cpp.obj - 0002:00018628 ??_R2?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009d628 main.cpp.obj - 0002:00018640 ??_R1A@?0A@EA@?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009d640 main.cpp.obj - 0002:0001865c ??_R4?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 1009d65c main.cpp.obj - 0002:00018670 ??_R3?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009d670 main.cpp.obj - 0002:00018680 ??_R2?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009d680 main.cpp.obj - 0002:000186ac ??_R1A@?0A@EA@?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009d6ac main.cpp.obj - 0002:000186c8 ??_R3_Ref_count_base@std@@8 1009d6c8 main.cpp.obj - 0002:000186d8 ??_R2_Ref_count_base@std@@8 1009d6d8 main.cpp.obj - 0002:000186e0 ??_R1A@?0A@EA@_Ref_count_base@std@@8 1009d6e0 main.cpp.obj - 0002:000186fc ??_R4exception@boost@@6B@ 1009d6fc main.cpp.obj - 0002:00018710 ??_R3exception@boost@@8 1009d710 main.cpp.obj - 0002:00018720 ??_R2exception@boost@@8 1009d720 main.cpp.obj - 0002:00018728 ??_R1A@?0A@EA@exception@boost@@8 1009d728 main.cpp.obj - 0002:00018744 ??_R4error_info_base@exception_detail@boost@@6B@ 1009d744 main.cpp.obj - 0002:00018758 ??_R3error_info_base@exception_detail@boost@@8 1009d758 main.cpp.obj - 0002:00018768 ??_R2error_info_base@exception_detail@boost@@8 1009d768 main.cpp.obj - 0002:00018770 ??_R1A@?0A@EA@error_info_base@exception_detail@boost@@8 1009d770 main.cpp.obj - 0002:0001878c ??_R4error_info_container@exception_detail@boost@@6B@ 1009d78c main.cpp.obj - 0002:000187a0 ??_R3error_info_container@exception_detail@boost@@8 1009d7a0 main.cpp.obj - 0002:000187b0 ??_R2error_info_container@exception_detail@boost@@8 1009d7b0 main.cpp.obj - 0002:000187b8 ??_R1A@?0A@EA@error_info_container@exception_detail@boost@@8 1009d7b8 main.cpp.obj - 0002:000187d4 ??_R4clone_base@exception_detail@boost@@6B@ 1009d7d4 main.cpp.obj - 0002:000187e8 ??_R3clone_base@exception_detail@boost@@8 1009d7e8 main.cpp.obj - 0002:000187f8 ??_R2clone_base@exception_detail@boost@@8 1009d7f8 main.cpp.obj - 0002:00018800 ??_R1A@?0A@EA@clone_base@exception_detail@boost@@8 1009d800 main.cpp.obj - 0002:0001881c ??_R4sp_counted_base@detail@boost@@6B@ 1009d81c main.cpp.obj - 0002:00018830 ??_R3sp_counted_base@detail@boost@@8 1009d830 main.cpp.obj - 0002:00018840 ??_R2sp_counted_base@detail@boost@@8 1009d840 main.cpp.obj - 0002:00018848 ??_R1A@?0A@EA@sp_counted_base@detail@boost@@8 1009d848 main.cpp.obj - 0002:00018864 ??_R4error_info_container_impl@exception_detail@boost@@6B@ 1009d864 main.cpp.obj - 0002:00018878 ??_R3error_info_container_impl@exception_detail@boost@@8 1009d878 main.cpp.obj - 0002:00018888 ??_R2error_info_container_impl@exception_detail@boost@@8 1009d888 main.cpp.obj - 0002:00018894 ??_R1A@?0A@EA@error_info_container_impl@exception_detail@boost@@8 1009d894 main.cpp.obj - 0002:000188b0 ??_R4?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 1009d8b0 main.cpp.obj - 0002:000188c4 ??_R3?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 1009d8c4 main.cpp.obj - 0002:000188d4 ??_R2?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 1009d8d4 main.cpp.obj - 0002:000188e8 ??_R1A@?0A@EA@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 1009d8e8 main.cpp.obj - 0002:00018904 ??_R4bad_alloc_@exception_detail@boost@@6Bexception@2@@ 1009d904 main.cpp.obj - 0002:00018918 ??_R3bad_alloc_@exception_detail@boost@@8 1009d918 main.cpp.obj - 0002:00018928 ??_R2bad_alloc_@exception_detail@boost@@8 1009d928 main.cpp.obj - 0002:0001893c ??_R1A@?0A@EA@bad_alloc_@exception_detail@boost@@8 1009d93c main.cpp.obj - 0002:00018958 ??_R1BI@?0A@EA@bad_alloc@std@@8 1009d958 main.cpp.obj - 0002:00018974 ??_R1BI@?0A@EA@exception@std@@8 1009d974 main.cpp.obj - 0002:00018990 ??_R4bad_alloc_@exception_detail@boost@@6Bbad_alloc@std@@@ 1009d990 main.cpp.obj - 0002:000189a4 ??_R4bad_exception_@exception_detail@boost@@6Bexception@2@@ 1009d9a4 main.cpp.obj - 0002:000189b8 ??_R3bad_exception_@exception_detail@boost@@8 1009d9b8 main.cpp.obj - 0002:000189c8 ??_R2bad_exception_@exception_detail@boost@@8 1009d9c8 main.cpp.obj - 0002:000189dc ??_R1A@?0A@EA@bad_exception_@exception_detail@boost@@8 1009d9dc main.cpp.obj - 0002:000189f8 ??_R1BI@?0A@EA@bad_exception@std@@8 1009d9f8 main.cpp.obj - 0002:00018a14 ??_R4bad_exception_@exception_detail@boost@@6Bbad_exception@std@@@ 1009da14 main.cpp.obj - 0002:00018a28 ??_R4Error@hadesmem@@6Bexception@std@@@ 1009da28 main.cpp.obj - 0002:00018a3c ??_R3Error@hadesmem@@8 1009da3c main.cpp.obj - 0002:00018a4c ??_R2Error@hadesmem@@8 1009da4c main.cpp.obj - 0002:00018a5c ??_R1A@?0A@EA@Error@hadesmem@@8 1009da5c main.cpp.obj - 0002:00018a78 ??_R1A@A@3FA@exception@std@@8 1009da78 main.cpp.obj - 0002:00018a94 ??_R1A@A@7FA@exception@boost@@8 1009da94 main.cpp.obj - 0002:00018ab0 ??_R4Error@hadesmem@@6Bexception@boost@@@ 1009dab0 main.cpp.obj - 0002:00018ac4 ??_R4?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@6B@ 1009dac4 main.cpp.obj - 0002:00018ad8 ??_R3?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 1009dad8 main.cpp.obj - 0002:00018ae8 ??_R2?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 1009dae8 main.cpp.obj - 0002:00018af4 ??_R1A@?0A@EA@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 1009daf4 main.cpp.obj - 0002:00018b10 ??_R4?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@6B@ 1009db10 main.cpp.obj - 0002:00018b24 ??_R3?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 1009db24 main.cpp.obj - 0002:00018b34 ??_R2?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 1009db34 main.cpp.obj - 0002:00018b40 ??_R1A@?0A@EA@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 1009db40 main.cpp.obj - 0002:00018b5c ??_R3PatchDetourBase@hadesmem@@8 1009db5c main.cpp.obj - 0002:00018b6c ??_R2PatchDetourBase@hadesmem@@8 1009db6c main.cpp.obj - 0002:00018b74 ??_R1A@?0A@EA@PatchDetourBase@hadesmem@@8 1009db74 main.cpp.obj - 0002:00018b90 ??_R4CDataStore@Nampower@@6B@ 1009db90 main.cpp.obj - 0002:00018ba4 ??_R3CDataStore@Nampower@@8 1009dba4 main.cpp.obj - 0002:00018bb4 ??_R2CDataStore@Nampower@@8 1009dbb4 main.cpp.obj - 0002:00018bbc ??_R1A@?0A@EA@CDataStore@Nampower@@8 1009dbbc main.cpp.obj - 0002:00018bd8 ??_R4?$PatchDetour@P6IXXZPAX@hadesmem@@6B@ 1009dbd8 main.cpp.obj - 0002:00018bec ??_R3?$PatchDetour@P6IXXZPAX@hadesmem@@8 1009dbec main.cpp.obj - 0002:00018bfc ??_R2?$PatchDetour@P6IXXZPAX@hadesmem@@8 1009dbfc main.cpp.obj - 0002:00018c08 ??_R1A@?0A@EA@?$PatchDetour@P6IXXZPAX@hadesmem@@8 1009dc08 main.cpp.obj - 0002:00018c24 ??_R4?$PatchDetour@P6GXXZPAX@hadesmem@@6B@ 1009dc24 main.cpp.obj - 0002:00018c38 ??_R3?$PatchDetour@P6GXXZPAX@hadesmem@@8 1009dc38 main.cpp.obj - 0002:00018c48 ??_R2?$PatchDetour@P6GXXZPAX@hadesmem@@8 1009dc48 main.cpp.obj - 0002:00018c54 ??_R1A@?0A@EA@?$PatchDetour@P6GXXZPAX@hadesmem@@8 1009dc54 main.cpp.obj - 0002:00018c70 ??_R4?$PatchDetour@P6IXHI@ZPAX@hadesmem@@6B@ 1009dc70 main.cpp.obj - 0002:00018c84 ??_R3?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 1009dc84 main.cpp.obj - 0002:00018c94 ??_R2?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 1009dc94 main.cpp.obj - 0002:00018ca0 ??_R1A@?0A@EA@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 1009dca0 main.cpp.obj - 0002:00018cbc ??_R4?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@6B@ 1009dcbc main.cpp.obj - 0002:00018cd0 ??_R3?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 1009dcd0 main.cpp.obj - 0002:00018ce0 ??_R2?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 1009dce0 main.cpp.obj - 0002:00018cec ??_R1A@?0A@EA@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 1009dcec main.cpp.obj - 0002:00018d08 ??_R4?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@6B@ 1009dd08 main.cpp.obj - 0002:00018d1c ??_R3?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 1009dd1c main.cpp.obj - 0002:00018d2c ??_R2?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 1009dd2c main.cpp.obj - 0002:00018d38 ??_R1A@?0A@EA@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 1009dd38 main.cpp.obj - 0002:00018d54 ??_R4?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@6B@ 1009dd54 main.cpp.obj - 0002:00018d68 ??_R3?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 1009dd68 main.cpp.obj - 0002:00018d78 ??_R2?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 1009dd78 main.cpp.obj - 0002:00018d84 ??_R1A@?0A@EA@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 1009dd84 main.cpp.obj - 0002:00018da0 ??_R4?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@6B@ 1009dda0 main.cpp.obj - 0002:00018db4 ??_R3?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 1009ddb4 main.cpp.obj - 0002:00018dc4 ??_R2?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 1009ddc4 main.cpp.obj - 0002:00018dd0 ??_R1A@?0A@EA@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 1009ddd0 main.cpp.obj - 0002:00018dec ??_R4?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@6B@ 1009ddec main.cpp.obj - 0002:00018e00 ??_R3?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 1009de00 main.cpp.obj - 0002:00018e10 ??_R2?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 1009de10 main.cpp.obj - 0002:00018e1c ??_R1A@?0A@EA@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 1009de1c main.cpp.obj - 0002:00018e38 ??_R4?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@6B@ 1009de38 main.cpp.obj - 0002:00018e4c ??_R3?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 1009de4c main.cpp.obj - 0002:00018e5c ??_R2?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 1009de5c main.cpp.obj - 0002:00018e68 ??_R1A@?0A@EA@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 1009de68 main.cpp.obj - 0002:00018e84 ??_R4?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@6B@ 1009de84 main.cpp.obj - 0002:00018e98 ??_R3?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 1009de98 main.cpp.obj - 0002:00018ea8 ??_R2?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 1009dea8 main.cpp.obj - 0002:00018eb4 ??_R1A@?0A@EA@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 1009deb4 main.cpp.obj - 0002:00018ed0 ??_R4?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@6B@ 1009ded0 main.cpp.obj - 0002:00018ee4 ??_R3?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 1009dee4 main.cpp.obj - 0002:00018ef4 ??_R2?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 1009def4 main.cpp.obj - 0002:00018f00 ??_R1A@?0A@EA@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 1009df00 main.cpp.obj - 0002:00018f1c ??_R4?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1009df1c main.cpp.obj - 0002:00018f30 ??_R3?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009df30 main.cpp.obj - 0002:00018f40 ??_R2?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009df40 main.cpp.obj - 0002:00018f4c ??_R1A@?0A@EA@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009df4c main.cpp.obj - 0002:00018f68 ??_R4?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@6B@ 1009df68 main.cpp.obj - 0002:00018f7c ??_R3?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 1009df7c main.cpp.obj - 0002:00018f8c ??_R2?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 1009df8c main.cpp.obj - 0002:00018f98 ??_R1A@?0A@EA@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 1009df98 main.cpp.obj - 0002:00018fb4 ??_R4?$PatchDetour@P6IH_K@ZPAX@hadesmem@@6B@ 1009dfb4 main.cpp.obj - 0002:00018fc8 ??_R3?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 1009dfc8 main.cpp.obj - 0002:00018fd8 ??_R2?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 1009dfd8 main.cpp.obj - 0002:00018fe4 ??_R1A@?0A@EA@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 1009dfe4 main.cpp.obj - 0002:00019000 ??_R4?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@6B@ 1009e000 main.cpp.obj - 0002:00019014 ??_R3?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 1009e014 main.cpp.obj - 0002:00019024 ??_R2?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 1009e024 main.cpp.obj - 0002:00019030 ??_R1A@?0A@EA@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 1009e030 main.cpp.obj - 0002:0001904c ??_R4?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@6B@ 1009e04c main.cpp.obj - 0002:00019060 ??_R3?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 1009e060 main.cpp.obj - 0002:00019070 ??_R2?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 1009e070 main.cpp.obj - 0002:0001907c ??_R1A@?0A@EA@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 1009e07c main.cpp.obj - 0002:00019098 ??_R4?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@6B@ 1009e098 main.cpp.obj - 0002:000190ac ??_R3?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 1009e0ac main.cpp.obj - 0002:000190bc ??_R2?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 1009e0bc main.cpp.obj - 0002:000190c8 ??_R1A@?0A@EA@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 1009e0c8 main.cpp.obj - 0002:000190e4 ??_R4?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1009e0e4 main.cpp.obj - 0002:000190f8 ??_R3?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009e0f8 main.cpp.obj - 0002:00019108 ??_R2?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009e108 main.cpp.obj - 0002:00019114 ??_R1A@?0A@EA@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009e114 main.cpp.obj - 0002:00019130 ??_R4?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1009e130 main.cpp.obj - 0002:00019144 ??_R3?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009e144 main.cpp.obj - 0002:00019154 ??_R2?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009e154 main.cpp.obj - 0002:00019160 ??_R1A@?0A@EA@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009e160 main.cpp.obj - 0002:0001917c ??_R4?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1009e17c main.cpp.obj - 0002:00019190 ??_R3?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009e190 main.cpp.obj - 0002:000191a0 ??_R2?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009e1a0 main.cpp.obj - 0002:000191ac ??_R1A@?0A@EA@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009e1ac main.cpp.obj - 0002:000191c8 ??_R4?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@6B@ 1009e1c8 main.cpp.obj - 0002:000191dc ??_R3?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 1009e1dc main.cpp.obj - 0002:000191ec ??_R2?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 1009e1ec main.cpp.obj - 0002:000191f8 ??_R1A@?0A@EA@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 1009e1f8 main.cpp.obj - 0002:00019214 ??_R4?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@6B@ 1009e214 main.cpp.obj - 0002:00019228 ??_R3?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 1009e228 main.cpp.obj - 0002:00019238 ??_R2?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 1009e238 main.cpp.obj - 0002:00019244 ??_R1A@?0A@EA@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 1009e244 main.cpp.obj - 0002:00019260 ??_R4?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@6B@ 1009e260 main.cpp.obj - 0002:00019274 ??_R3?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@8 1009e274 main.cpp.obj - 0002:00019284 ??_R2?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@8 1009e284 main.cpp.obj - 0002:00019290 ??_R1A@?0A@EA@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@8 1009e290 main.cpp.obj - 0002:000192ac ??_R4?$PatchDetour@P6IX_K@ZPAX@hadesmem@@6B@ 1009e2ac main.cpp.obj - 0002:000192c0 ??_R3?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 1009e2c0 main.cpp.obj - 0002:000192d0 ??_R2?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 1009e2d0 main.cpp.obj - 0002:000192dc ??_R1A@?0A@EA@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 1009e2dc main.cpp.obj - 0002:000192f8 ??_R4?$PatchDetour@P6IXI@ZPAX@hadesmem@@6B@ 1009e2f8 main.cpp.obj - 0002:0001930c ??_R3?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 1009e30c main.cpp.obj - 0002:0001931c ??_R2?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 1009e31c main.cpp.obj - 0002:00019328 ??_R1A@?0A@EA@?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 1009e328 main.cpp.obj - 0002:00019344 ??_R4?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@6B@ 1009e344 main.cpp.obj - 0002:00019358 ??_R3?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 1009e358 main.cpp.obj - 0002:00019368 ??_R2?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 1009e368 main.cpp.obj - 0002:00019374 ??_R1A@?0A@EA@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 1009e374 main.cpp.obj - 0002:00019390 ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009e390 main.cpp.obj - 0002:000193a0 ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009e3a0 main.cpp.obj - 0002:000193a8 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009e3a8 main.cpp.obj - 0002:000193c4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 1009e3c4 main.cpp.obj - 0002:000193d4 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 1009e3d4 main.cpp.obj - 0002:000193dc ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 1009e3dc main.cpp.obj - 0002:000193f8 ??_R4?$numpunct@D@std@@6B@ 1009e3f8 main.cpp.obj - 0002:0001940c ??_R3?$numpunct@D@std@@8 1009e40c main.cpp.obj - 0002:0001941c ??_R2?$numpunct@D@std@@8 1009e41c main.cpp.obj - 0002:00019430 ??_R1A@?0A@EA@?$numpunct@D@std@@8 1009e430 main.cpp.obj - 0002:0001944c ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 1009e44c main.cpp.obj - 0002:0001945c ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 1009e45c main.cpp.obj - 0002:00019464 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 1009e464 main.cpp.obj - 0002:00019480 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 1009e480 main.cpp.obj - 0002:00019490 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 1009e490 main.cpp.obj - 0002:00019498 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 1009e498 main.cpp.obj - 0002:000194b4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 1009e4b4 main.cpp.obj - 0002:000194c4 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 1009e4c4 main.cpp.obj - 0002:000194cc ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 1009e4cc main.cpp.obj - 0002:000194e8 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIH@std@@8 1009e4e8 main.cpp.obj - 0002:000194f8 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIH@std@@8 1009e4f8 main.cpp.obj - 0002:00019500 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIH@std@@8 1009e500 main.cpp.obj - 0002:0001951c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 1009e51c main.cpp.obj - 0002:0001952c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 1009e52c main.cpp.obj - 0002:00019534 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 1009e534 main.cpp.obj - 0002:00019550 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 1009e550 main.cpp.obj - 0002:00019560 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 1009e560 main.cpp.obj - 0002:00019568 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 1009e568 main.cpp.obj - 0002:00019584 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 1009e584 main.cpp.obj - 0002:00019594 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 1009e594 main.cpp.obj - 0002:0001959c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 1009e59c main.cpp.obj - 0002:000195b8 ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 1009e5b8 main.cpp.obj - 0002:000195c8 ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 1009e5c8 main.cpp.obj - 0002:000195d0 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 1009e5d0 main.cpp.obj - 0002:000195ec ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 1009e5ec main.cpp.obj - 0002:000195fc ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 1009e5fc main.cpp.obj - 0002:00019604 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 1009e604 main.cpp.obj - 0002:00019620 ??_R3?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 1009e620 main.cpp.obj - 0002:00019630 ??_R2?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 1009e630 main.cpp.obj - 0002:00019638 ??_R1A@?0A@EA@?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 1009e638 main.cpp.obj - 0002:00019654 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 1009e654 main.cpp.obj - 0002:00019664 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 1009e664 main.cpp.obj - 0002:0001966c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 1009e66c main.cpp.obj - 0002:00019688 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 1009e688 main.cpp.obj - 0002:00019698 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 1009e698 main.cpp.obj - 0002:000196a0 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 1009e6a0 main.cpp.obj - 0002:000196bc ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 1009e6bc main.cpp.obj - 0002:000196cc ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 1009e6cc main.cpp.obj - 0002:000196d4 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 1009e6d4 main.cpp.obj - 0002:000196f0 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009e6f0 main.cpp.obj - 0002:00019700 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009e700 main.cpp.obj - 0002:00019708 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009e708 main.cpp.obj - 0002:00019724 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 1009e724 main.cpp.obj - 0002:00019734 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 1009e734 main.cpp.obj - 0002:0001973c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 1009e73c main.cpp.obj - 0002:00019758 ??_R3?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009e758 main.cpp.obj - 0002:00019768 ??_R2?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009e768 main.cpp.obj - 0002:00019770 ??_R1A@?0A@EA@?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009e770 main.cpp.obj - 0002:0001978c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 1009e78c main.cpp.obj - 0002:0001979c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 1009e79c main.cpp.obj - 0002:000197a4 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 1009e7a4 main.cpp.obj - 0002:000197c0 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 1009e7c0 main.cpp.obj - 0002:000197d0 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 1009e7d0 main.cpp.obj - 0002:000197d8 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 1009e7d8 main.cpp.obj - 0002:000197f4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 1009e7f4 main.cpp.obj - 0002:00019804 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 1009e804 main.cpp.obj - 0002:0001980c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 1009e80c main.cpp.obj - 0002:00019828 ??_R3?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 1009e828 main.cpp.obj - 0002:00019838 ??_R2?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 1009e838 main.cpp.obj - 0002:00019840 ??_R1A@?0A@EA@?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 1009e840 main.cpp.obj - 0002:0001985c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 1009e85c main.cpp.obj - 0002:0001986c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 1009e86c main.cpp.obj - 0002:00019874 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 1009e874 main.cpp.obj - 0002:00019890 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 1009e890 main.cpp.obj - 0002:000198a0 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 1009e8a0 main.cpp.obj - 0002:000198a8 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 1009e8a8 main.cpp.obj - 0002:000198c4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 1009e8c4 main.cpp.obj - 0002:000198d4 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 1009e8d4 main.cpp.obj - 0002:000198dc ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 1009e8dc main.cpp.obj - 0002:000198f8 ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6B@ 1009e8f8 main.cpp.obj - 0002:0001990c ??_R3?$wrapexcept@VError@hadesmem@@@boost@@8 1009e90c main.cpp.obj - 0002:0001991c ??_R2?$wrapexcept@VError@hadesmem@@@boost@@8 1009e91c main.cpp.obj - 0002:00019938 ??_R1A@?0A@EA@?$wrapexcept@VError@hadesmem@@@boost@@8 1009e938 main.cpp.obj - 0002:00019954 ??_R13?0A@EA@Error@hadesmem@@8 1009e954 main.cpp.obj - 0002:00019970 ??_R1A@33FA@exception@std@@8 1009e970 main.cpp.obj - 0002:0001998c ??_R1A@37FA@exception@boost@@8 1009e98c main.cpp.obj - 0002:000199a8 ??_R17?0A@EA@type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 1009e9a8 main.cpp.obj - 0002:000199c4 ??_R3type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 1009e9c4 main.cpp.obj - 0002:000199d4 ??_R2type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 1009e9d4 main.cpp.obj - 0002:000199dc ??_R1A@?0A@EA@type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 1009e9dc main.cpp.obj - 0002:000199f8 ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@std@@@ 1009e9f8 main.cpp.obj - 0002:00019a0c ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@1@@ 1009ea0c main.cpp.obj - 0002:00019a20 ??_R4?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 1009ea20 main.cpp.obj - 0002:00019a34 ??_R3?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 1009ea34 main.cpp.obj - 0002:00019a44 ??_R2?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 1009ea44 main.cpp.obj - 0002:00019a58 ??_R1A@?0A@EA@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 1009ea58 main.cpp.obj - 0002:00019a74 ??_R4?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1009ea74 main.cpp.obj - 0002:00019a88 ??_R3?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 1009ea88 main.cpp.obj - 0002:00019a98 ??_R2?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 1009ea98 main.cpp.obj - 0002:00019aa4 ??_R1A@?0A@EA@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 1009eaa4 main.cpp.obj - 0002:00019ac0 ??_R4?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1009eac0 main.cpp.obj - 0002:00019ad4 ??_R3?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 1009ead4 main.cpp.obj - 0002:00019ae4 ??_R2?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 1009eae4 main.cpp.obj - 0002:00019af0 ??_R1A@?0A@EA@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 1009eaf0 main.cpp.obj - 0002:00019b0c ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1009eb0c main.cpp.obj - 0002:00019b20 ??_R3?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 1009eb20 main.cpp.obj - 0002:00019b30 ??_R2?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 1009eb30 main.cpp.obj - 0002:00019b4c ??_R1A@?0A@EA@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 1009eb4c main.cpp.obj - 0002:00019b68 ??_R1A@CE@3FA@clone_base@exception_detail@boost@@8 1009eb68 main.cpp.obj - 0002:00019b84 ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bbad_alloc@std@@@ 1009eb84 main.cpp.obj - 0002:00019b98 ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6B@ 1009eb98 main.cpp.obj - 0002:00019bac ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1009ebac main.cpp.obj - 0002:00019bc0 ??_R3?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 1009ebc0 main.cpp.obj - 0002:00019bd0 ??_R2?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 1009ebd0 main.cpp.obj - 0002:00019bec ??_R1A@?0A@EA@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 1009ebec main.cpp.obj - 0002:00019c08 ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bbad_exception@std@@@ 1009ec08 main.cpp.obj - 0002:00019c1c ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6B@ 1009ec1c main.cpp.obj - 0002:00019c30 ??_R4?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@6B@ 1009ec30 main.cpp.obj - 0002:00019c44 ??_R3?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 1009ec44 main.cpp.obj - 0002:00019c54 ??_R2?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 1009ec54 main.cpp.obj - 0002:00019c60 ??_R1A@?0A@EA@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 1009ec60 main.cpp.obj - 0002:00019c7c ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@6B@ 1009ec7c main.cpp.obj - 0002:00019c90 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 1009ec90 main.cpp.obj - 0002:00019ca0 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 1009eca0 main.cpp.obj - 0002:00019cac ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 1009ecac main.cpp.obj - 0002:00019cc8 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@6B@ 1009ecc8 main.cpp.obj - 0002:00019cdc ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 1009ecdc main.cpp.obj - 0002:00019cec ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 1009ecec main.cpp.obj - 0002:00019cf8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 1009ecf8 main.cpp.obj - 0002:00019d14 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@6B@ 1009ed14 main.cpp.obj - 0002:00019d28 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 1009ed28 main.cpp.obj - 0002:00019d38 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 1009ed38 main.cpp.obj - 0002:00019d44 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 1009ed44 main.cpp.obj - 0002:00019d60 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@6B@ 1009ed60 main.cpp.obj - 0002:00019d74 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 1009ed74 main.cpp.obj - 0002:00019d84 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 1009ed84 main.cpp.obj - 0002:00019d90 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 1009ed90 main.cpp.obj - 0002:00019dac ??_R4?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@6B@ 1009edac main.cpp.obj - 0002:00019dc0 ??_R3?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 1009edc0 main.cpp.obj - 0002:00019dd0 ??_R2?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 1009edd0 main.cpp.obj - 0002:00019ddc ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 1009eddc main.cpp.obj - 0002:00019df8 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@6B@ 1009edf8 main.cpp.obj - 0002:00019e0c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 1009ee0c main.cpp.obj - 0002:00019e1c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 1009ee1c main.cpp.obj - 0002:00019e28 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 1009ee28 main.cpp.obj - 0002:00019e44 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@6B@ 1009ee44 main.cpp.obj - 0002:00019e58 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 1009ee58 main.cpp.obj - 0002:00019e68 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 1009ee68 main.cpp.obj - 0002:00019e74 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 1009ee74 main.cpp.obj - 0002:00019e90 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@6B@ 1009ee90 main.cpp.obj - 0002:00019ea4 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 1009eea4 main.cpp.obj - 0002:00019eb4 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 1009eeb4 main.cpp.obj - 0002:00019ec0 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 1009eec0 main.cpp.obj - 0002:00019edc ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@6B@ 1009eedc main.cpp.obj - 0002:00019ef0 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 1009eef0 main.cpp.obj - 0002:00019f00 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 1009ef00 main.cpp.obj - 0002:00019f0c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 1009ef0c main.cpp.obj - 0002:00019f28 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@6B@ 1009ef28 main.cpp.obj - 0002:00019f3c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 1009ef3c main.cpp.obj - 0002:00019f4c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 1009ef4c main.cpp.obj - 0002:00019f58 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 1009ef58 main.cpp.obj - 0002:00019f74 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@6B@ 1009ef74 main.cpp.obj - 0002:00019f88 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 1009ef88 main.cpp.obj - 0002:00019f98 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 1009ef98 main.cpp.obj - 0002:00019fa4 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 1009efa4 main.cpp.obj - 0002:00019fc0 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@6B@ 1009efc0 main.cpp.obj - 0002:00019fd4 ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 1009efd4 main.cpp.obj - 0002:00019fe4 ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 1009efe4 main.cpp.obj - 0002:00019ff0 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 1009eff0 main.cpp.obj - 0002:0001a00c ??_R4?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@6B@ 1009f00c main.cpp.obj - 0002:0001a020 ??_R3?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 1009f020 main.cpp.obj - 0002:0001a030 ??_R2?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 1009f030 main.cpp.obj - 0002:0001a03c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 1009f03c main.cpp.obj - 0002:0001a058 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@6B@ 1009f058 main.cpp.obj - 0002:0001a06c ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 1009f06c main.cpp.obj - 0002:0001a07c ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 1009f07c main.cpp.obj - 0002:0001a088 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 1009f088 main.cpp.obj - 0002:0001a0a4 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@6B@ 1009f0a4 main.cpp.obj - 0002:0001a0b8 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 1009f0b8 main.cpp.obj - 0002:0001a0c8 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 1009f0c8 main.cpp.obj - 0002:0001a0d4 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 1009f0d4 main.cpp.obj - 0002:0001a0f0 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@6B@ 1009f0f0 main.cpp.obj - 0002:0001a104 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 1009f104 main.cpp.obj - 0002:0001a114 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 1009f114 main.cpp.obj - 0002:0001a120 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 1009f120 main.cpp.obj - 0002:0001a13c ??_R4?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@6B@ 1009f13c main.cpp.obj - 0002:0001a150 ??_R3?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 1009f150 main.cpp.obj - 0002:0001a160 ??_R2?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 1009f160 main.cpp.obj - 0002:0001a16c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 1009f16c main.cpp.obj - 0002:0001a188 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@6B@ 1009f188 main.cpp.obj - 0002:0001a19c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 1009f19c main.cpp.obj - 0002:0001a1ac ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 1009f1ac main.cpp.obj - 0002:0001a1b8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 1009f1b8 main.cpp.obj - 0002:0001a1d4 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@6B@ 1009f1d4 main.cpp.obj - 0002:0001a1e8 ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 1009f1e8 main.cpp.obj - 0002:0001a1f8 ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 1009f1f8 main.cpp.obj - 0002:0001a204 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 1009f204 main.cpp.obj - 0002:0001a220 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@6B@ 1009f220 main.cpp.obj - 0002:0001a234 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 1009f234 main.cpp.obj - 0002:0001a244 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 1009f244 main.cpp.obj - 0002:0001a250 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 1009f250 main.cpp.obj - 0002:0001a26c ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@6B@ 1009f26c main.cpp.obj - 0002:0001a280 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@8 1009f280 main.cpp.obj - 0002:0001a290 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@8 1009f290 main.cpp.obj - 0002:0001a29c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@8 1009f29c main.cpp.obj - 0002:0001a2b8 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@6B@ 1009f2b8 main.cpp.obj - 0002:0001a2cc ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 1009f2cc main.cpp.obj - 0002:0001a2dc ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 1009f2dc main.cpp.obj - 0002:0001a2e8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 1009f2e8 main.cpp.obj - 0002:0001a304 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@6B@ 1009f304 main.cpp.obj - 0002:0001a318 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 1009f318 main.cpp.obj - 0002:0001a328 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 1009f328 main.cpp.obj - 0002:0001a334 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 1009f334 main.cpp.obj - 0002:0001a350 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@6B@ 1009f350 main.cpp.obj - 0002:0001a364 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 1009f364 main.cpp.obj - 0002:0001a374 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 1009f374 main.cpp.obj - 0002:0001a380 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 1009f380 main.cpp.obj - 0002:0001a39c ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@6B@ 1009f39c main.cpp.obj - 0002:0001a3b0 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 1009f3b0 main.cpp.obj - 0002:0001a3c0 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 1009f3c0 main.cpp.obj - 0002:0001a3cc ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 1009f3cc main.cpp.obj - 0002:0001a3e8 ??_R4?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 1009f3e8 main.cpp.obj - 0002:0001a3fc ??_R3?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 1009f3fc main.cpp.obj - 0002:0001a40c ??_R2?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 1009f40c main.cpp.obj - 0002:0001a418 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 1009f418 main.cpp.obj - 0002:0001a434 ??_R4?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 1009f434 main.cpp.obj - 0002:0001a448 ??_R3?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 1009f448 main.cpp.obj - 0002:0001a458 ??_R2?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 1009f458 main.cpp.obj - 0002:0001a464 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 1009f464 main.cpp.obj - 0002:0001a480 ??_R4?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@6B@ 1009f480 main.cpp.obj - 0002:0001a494 ??_R3?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@8 1009f494 main.cpp.obj - 0002:0001a4a4 ??_R2?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@8 1009f4a4 main.cpp.obj - 0002:0001a4b0 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@8 1009f4b0 main.cpp.obj - 0002:0001a4cc ??_R4?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@6B@ 1009f4cc main.cpp.obj - 0002:0001a4e0 ??_R3?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 1009f4e0 main.cpp.obj - 0002:0001a4f0 ??_R2?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 1009f4f0 main.cpp.obj - 0002:0001a4fc ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 1009f4fc main.cpp.obj - 0002:0001a518 ??_R4bad_typeid@std@@6B@ 1009f518 libvcruntime:rtti.obj - 0002:0001a52c ??_R3bad_typeid@std@@8 1009f52c libvcruntime:rtti.obj - 0002:0001a53c ??_R2bad_typeid@std@@8 1009f53c libvcruntime:rtti.obj - 0002:0001a548 ??_R1A@?0A@EA@bad_typeid@std@@8 1009f548 libvcruntime:rtti.obj - 0002:0001a564 ??_R4__non_rtti_object@std@@6B@ 1009f564 libvcruntime:rtti.obj - 0002:0001a578 ??_R3__non_rtti_object@std@@8 1009f578 libvcruntime:rtti.obj - 0002:0001a588 ??_R2__non_rtti_object@std@@8 1009f588 libvcruntime:rtti.obj - 0002:0001a598 ??_R1A@?0A@EA@__non_rtti_object@std@@8 1009f598 libvcruntime:rtti.obj - 0002:0001a5b4 ??_R4DNameNode@@6B@ 1009f5b4 libvcruntime:undname.obj - 0002:0001a5c8 ??_R3DNameNode@@8 1009f5c8 libvcruntime:undname.obj - 0002:0001a5d8 ??_R2DNameNode@@8 1009f5d8 libvcruntime:undname.obj - 0002:0001a5e0 ??_R1A@?0A@EA@DNameNode@@8 1009f5e0 libvcruntime:undname.obj - 0002:0001a5fc ??_R4charNode@@6B@ 1009f5fc libvcruntime:undname.obj - 0002:0001a610 ??_R3charNode@@8 1009f610 libvcruntime:undname.obj - 0002:0001a620 ??_R2charNode@@8 1009f620 libvcruntime:undname.obj - 0002:0001a62c ??_R1A@?0A@EA@charNode@@8 1009f62c libvcruntime:undname.obj - 0002:0001a648 ??_R4pcharNode@@6B@ 1009f648 libvcruntime:undname.obj - 0002:0001a65c ??_R3pcharNode@@8 1009f65c libvcruntime:undname.obj - 0002:0001a66c ??_R2pcharNode@@8 1009f66c libvcruntime:undname.obj - 0002:0001a678 ??_R1A@?0A@EA@pcharNode@@8 1009f678 libvcruntime:undname.obj - 0002:0001a694 ??_R4pDNameNode@@6B@ 1009f694 libvcruntime:undname.obj - 0002:0001a6a8 ??_R3pDNameNode@@8 1009f6a8 libvcruntime:undname.obj - 0002:0001a6b8 ??_R2pDNameNode@@8 1009f6b8 libvcruntime:undname.obj - 0002:0001a6c4 ??_R1A@?0A@EA@pDNameNode@@8 1009f6c4 libvcruntime:undname.obj - 0002:0001a6e0 ??_R4DNameStatusNode@@6B@ 1009f6e0 libvcruntime:undname.obj - 0002:0001a6f4 ??_R3DNameStatusNode@@8 1009f6f4 libvcruntime:undname.obj - 0002:0001a704 ??_R2DNameStatusNode@@8 1009f704 libvcruntime:undname.obj - 0002:0001a710 ??_R1A@?0A@EA@DNameStatusNode@@8 1009f710 libvcruntime:undname.obj - 0002:0001a72c ??_R4pairNode@@6B@ 1009f72c libvcruntime:undname.obj - 0002:0001a740 ??_R3pairNode@@8 1009f740 libvcruntime:undname.obj - 0002:0001a750 ??_R2pairNode@@8 1009f750 libvcruntime:undname.obj - 0002:0001a75c ??_R1A@?0A@EA@pairNode@@8 1009f75c libvcruntime:undname.obj - 0002:0001a778 ??_R4bad_function_call@std@@6B@ 1009f778 libcpmt:xthrow.obj - 0002:0001a78c ??_R3bad_function_call@std@@8 1009f78c libcpmt:xthrow.obj - 0002:0001a79c ??_R2bad_function_call@std@@8 1009f79c libcpmt:xthrow.obj - 0002:0001a7a8 ??_R1A@?0A@EA@bad_function_call@std@@8 1009f7a8 libcpmt:xthrow.obj - 0002:0001a7c4 ??_R4logic_error@std@@6B@ 1009f7c4 libcpmt:xthrow.obj - 0002:0001a7d8 ??_R3logic_error@std@@8 1009f7d8 libcpmt:xthrow.obj - 0002:0001a7e8 ??_R2logic_error@std@@8 1009f7e8 libcpmt:xthrow.obj - 0002:0001a7f4 ??_R1A@?0A@EA@logic_error@std@@8 1009f7f4 libcpmt:xthrow.obj - 0002:0001a810 ??_R4invalid_argument@std@@6B@ 1009f810 libcpmt:xthrow.obj - 0002:0001a824 ??_R3invalid_argument@std@@8 1009f824 libcpmt:xthrow.obj - 0002:0001a834 ??_R2invalid_argument@std@@8 1009f834 libcpmt:xthrow.obj - 0002:0001a844 ??_R1A@?0A@EA@invalid_argument@std@@8 1009f844 libcpmt:xthrow.obj - 0002:0001a860 ??_R4length_error@std@@6B@ 1009f860 libcpmt:xthrow.obj - 0002:0001a874 ??_R3length_error@std@@8 1009f874 libcpmt:xthrow.obj - 0002:0001a884 ??_R2length_error@std@@8 1009f884 libcpmt:xthrow.obj - 0002:0001a894 ??_R1A@?0A@EA@length_error@std@@8 1009f894 libcpmt:xthrow.obj - 0002:0001a8b0 ??_R4out_of_range@std@@6B@ 1009f8b0 libcpmt:xthrow.obj - 0002:0001a8c4 ??_R3out_of_range@std@@8 1009f8c4 libcpmt:xthrow.obj - 0002:0001a8d4 ??_R2out_of_range@std@@8 1009f8d4 libcpmt:xthrow.obj - 0002:0001a8e4 ??_R1A@?0A@EA@out_of_range@std@@8 1009f8e4 libcpmt:xthrow.obj - 0002:0001a900 ??_R4_Locimp@locale@std@@6B@ 1009f900 libcpmt:locale0.obj - 0002:0001a914 ??_R3_Locimp@locale@std@@8 1009f914 libcpmt:locale0.obj - 0002:0001a924 ??_R2_Locimp@locale@std@@8 1009f924 libcpmt:locale0.obj - 0002:0001a938 ??_R1A@?0A@EA@_Locimp@locale@std@@8 1009f938 libcpmt:locale0.obj - 0002:0001a954 ??_R4type_info@@6B@ 1009f954 LIBCMT:std_type_info_static.obj - 0002:0001a968 ??_R3type_info@@8 1009f968 LIBCMT:std_type_info_static.obj - 0002:0001a978 ??_R2type_info@@8 1009f978 LIBCMT:std_type_info_static.obj - 0002:0001a980 ??_R1A@?0A@EA@type_info@@8 1009f980 LIBCMT:std_type_info_static.obj - 0002:0001a99c ___safe_se_handler_table 1009f99c - 0002:0001ad48 ___volatile_metadata 1009fd48 - 0002:0001b1f0 ___rtc_iaa 100a01f0 LIBCMT:initsect.obj - 0002:0001b1f4 ___rtc_izz 100a01f4 LIBCMT:initsect.obj - 0002:0001b1f8 ___rtc_taa 100a01f8 LIBCMT:initsect.obj - 0002:0001b1fc ___rtc_tzz 100a01fc LIBCMT:initsect.obj - 0002:0001b200 __tls_start 100a0200 LIBCMT:tlssup.obj - 0002:0001b204 ?orig_user_ptr@?1??GetOriginalArbitraryUserPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ@4PAXA 100a0204 main.cpp.obj - 0002:0001b208 ?ret_address_ptr@?1??GetReturnAddressPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ@4PAXA 100a0208 main.cpp.obj - 0002:0001b20c __Init_thread_epoch 100a020c LIBCMT:thread_safe_statics.obj - 0002:0001b210 __tls_end 100a0210 LIBCMT:tlssup.obj - 0002:0001b4a0 __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z12 100a04a0 logging.cpp.obj - 0002:0001b4bc __TI3?AVbad_array_new_length@std@@ 100a04bc logging.cpp.obj - 0002:0001b4cc __CTA3?AVbad_array_new_length@std@@ 100a04cc logging.cpp.obj - 0002:0001b4dc __CT??_R0?AVbad_array_new_length@std@@@8??0bad_array_new_length@std@@QAE@ABV01@@Z12 100a04dc logging.cpp.obj - 0002:0001b4f8 __CT??_R0?AVbad_alloc@std@@@8??0bad_alloc@std@@QAE@ABV01@@Z12 100a04f8 logging.cpp.obj - 0002:0001b514 __CT??_R0?AVruntime_error@std@@@8??0runtime_error@std@@QAE@ABV01@@Z12 100a0514 logging.cpp.obj - 0002:0001b530 __CT??_R0?AVsystem_error@std@@@8??0system_error@std@@QAE@ABV01@@Z20 100a0530 logging.cpp.obj - 0002:0001b54c __CT??_R0?AV_System_error@std@@@8??0_System_error@std@@QAE@ABV01@@Z20 100a054c logging.cpp.obj - 0002:0001b568 __TI2?AVbad_cast@std@@ 100a0568 logging.cpp.obj - 0002:0001b578 __CTA2?AVbad_cast@std@@ 100a0578 logging.cpp.obj - 0002:0001b584 __CT??_R0?AVbad_cast@std@@@8??0bad_cast@std@@QAE@ABV01@@Z12 100a0584 logging.cpp.obj - 0002:0001b5a0 __TI5?AVfailure@ios_base@std@@ 100a05a0 logging.cpp.obj - 0002:0001b5b0 __CTA5?AVfailure@ios_base@std@@ 100a05b0 logging.cpp.obj - 0002:0001b5c8 __CT??_R0?AVfailure@ios_base@std@@@8??0failure@ios_base@std@@QAE@ABV012@@Z20 100a05c8 logging.cpp.obj - 0002:0001fb34 __CT??_R0?AVclone_base@exception_detail@boost@@@8??0clone_base@exception_detail@boost@@QAE@ABV012@@Z4 100a4b34 main.cpp.obj - 0002:0001fb50 __TI6?AU?$wrapexcept@VError@hadesmem@@@boost@@ 100a4b50 main.cpp.obj - 0002:0001fb60 __CTA6?AU?$wrapexcept@VError@hadesmem@@@boost@@ 100a4b60 main.cpp.obj - 0002:0001fb7c __CT??_R0?AU?$wrapexcept@VError@hadesmem@@@boost@@@8??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z44 100a4b7c main.cpp.obj - 0002:0001fb98 __CT??_R0?AVError@hadesmem@@@8??0Error@hadesmem@@QAE@ABV01@@Z404 100a4b98 main.cpp.obj - 0002:0001fbb4 __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z12044 100a4bb4 main.cpp.obj - 0002:0001fbd0 __CT??_R0?AVexception@boost@@@8??0exception@boost@@QAE@ABV01@@Z24048 100a4bd0 main.cpp.obj - 0002:0001fbec __CT??_R0?AUtype@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@@818 100a4bec main.cpp.obj - 0002:0001fc08 __TI6?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@ 100a4c08 main.cpp.obj - 0002:0001fc18 __CTA6?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@ 100a4c18 main.cpp.obj - 0002:0001fc34 __CT??_R0?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@8??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z48 100a4c34 main.cpp.obj - 0002:0001fc50 __CT??_R0?AUbad_exception_@exception_detail@boost@@@8??0bad_exception_@exception_detail@boost@@QAE@ABU012@@Z36 100a4c50 main.cpp.obj - 0002:0001fc6c __CT??_R0?AVexception@boost@@@8??0exception@boost@@QAE@ABV01@@Z24 100a4c6c main.cpp.obj - 0002:0001fc88 __CT??_R0?AVbad_exception@std@@@8??0bad_exception@std@@QAE@ABV01@@Z1224 100a4c88 main.cpp.obj - 0002:0001fca4 __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z1224 100a4ca4 main.cpp.obj - 0002:0001fcc0 __CT??_R0?AVclone_base@exception_detail@boost@@@8??0clone_base@exception_detail@boost@@QAE@ABV012@@Z40364 100a4cc0 main.cpp.obj - 0002:0001fcdc __TI6?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@ 100a4cdc main.cpp.obj - 0002:0001fcec __CTA6?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@ 100a4cec main.cpp.obj - 0002:0001fd08 __CT??_R0?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@8??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z48 100a4d08 main.cpp.obj - 0002:0001fd24 __CT??_R0?AUbad_alloc_@exception_detail@boost@@@8??0bad_alloc_@exception_detail@boost@@QAE@ABU012@@Z36 100a4d24 main.cpp.obj - 0002:0001fd40 __CT??_R0?AVbad_alloc@std@@@8??0bad_alloc@std@@QAE@ABV01@@Z1224 100a4d40 main.cpp.obj - 0002:000207cc __TI3?AV__non_rtti_object@std@@ 100a57cc libvcruntime:rtti.obj - 0002:000207dc __CTA3?AV__non_rtti_object@std@@ 100a57dc libvcruntime:rtti.obj - 0002:000207ec __CT??_R0?AV__non_rtti_object@std@@@8??0__non_rtti_object@std@@QAE@ABV01@@Z12 100a57ec libvcruntime:rtti.obj - 0002:00020808 __CT??_R0?AVbad_typeid@std@@@8??0bad_typeid@std@@QAE@ABV01@@Z12 100a5808 libvcruntime:rtti.obj - 0002:00020824 __TI2?AVbad_typeid@std@@ 100a5824 libvcruntime:rtti.obj - 0002:00020834 __CTA2?AVbad_typeid@std@@ 100a5834 libvcruntime:rtti.obj - 0002:00020924 __TI2?AVbad_exception@std@@ 100a5924 libvcruntime:frame.obj - 0002:00020934 __CTA2?AVbad_exception@std@@ 100a5934 libvcruntime:frame.obj - 0002:00020940 __CT??_R0?AVbad_exception@std@@@8??0bad_exception@std@@QAE@ABV01@@Z12 100a5940 libvcruntime:frame.obj - 0002:00020f78 __TI2?AVbad_alloc@std@@ 100a5f78 libcpmt:xthrow.obj - 0002:00020f88 __CTA2?AVbad_alloc@std@@ 100a5f88 libcpmt:xthrow.obj - 0002:00020f94 __TI3?AVinvalid_argument@std@@ 100a5f94 libcpmt:xthrow.obj - 0002:00020fa4 __CTA3?AVinvalid_argument@std@@ 100a5fa4 libcpmt:xthrow.obj - 0002:00020fb4 __CT??_R0?AVinvalid_argument@std@@@8??0invalid_argument@std@@QAE@ABV01@@Z12 100a5fb4 libcpmt:xthrow.obj - 0002:00020fd0 __CT??_R0?AVlogic_error@std@@@8??0logic_error@std@@QAE@ABV01@@Z12 100a5fd0 libcpmt:xthrow.obj - 0002:00020fec __TI3?AVlength_error@std@@ 100a5fec libcpmt:xthrow.obj - 0002:00020ffc __CTA3?AVlength_error@std@@ 100a5ffc libcpmt:xthrow.obj - 0002:0002100c __CT??_R0?AVlength_error@std@@@8??0length_error@std@@QAE@ABV01@@Z12 100a600c libcpmt:xthrow.obj - 0002:00021028 __TI3?AVout_of_range@std@@ 100a6028 libcpmt:xthrow.obj - 0002:00021038 __CTA3?AVout_of_range@std@@ 100a6038 libcpmt:xthrow.obj - 0002:00021048 __CT??_R0?AVout_of_range@std@@@8??0out_of_range@std@@QAE@ABV01@@Z12 100a6048 libcpmt:xthrow.obj - 0002:00021064 __TI2?AVruntime_error@std@@ 100a6064 libcpmt:xthrow.obj - 0002:00021074 __CTA2?AVruntime_error@std@@ 100a6074 libcpmt:xthrow.obj - 0002:00021080 __TI2?AVbad_function_call@std@@ 100a6080 libcpmt:xthrow.obj - 0002:00021090 __CTA2?AVbad_function_call@std@@ 100a6090 libcpmt:xthrow.obj - 0002:0002109c __CT??_R0?AVbad_function_call@std@@@8??0bad_function_call@std@@QAE@ABV01@@Z12 100a609c libcpmt:xthrow.obj - 0002:00021234 __IMPORT_DESCRIPTOR_KERNEL32 100a6234 kernel32:KERNEL32.dll - 0002:00021248 __IMPORT_DESCRIPTOR_USER32 100a6248 user32:USER32.dll - 0002:0002125c __NULL_IMPORT_DESCRIPTOR 100a625c kernel32:KERNEL32.dll - 0003:00000000 ?debugLogFile@Nampower@@3V?$basic_ofstream@DU?$char_traits@D@std@@@std@@A 100a7000 logging.cpp.obj - 0003:000000b0 ?_Static@?1???$_Immortalize_memcpy_image@V_Iostream_error_category2@std@@@std@@YAABV_Iostream_error_category2@1@XZ@4U?$_Constexpr_immortalize_impl@V_Iostream_error_category2@std@@@1@A 100a70b0 logging.cpp.obj - 0003:000000b8 ?gNextCastId@Nampower@@3_KA 100a70b8 main.cpp.obj - 0003:000000c0 ?gUserSettings@Nampower@@3UUserSettings@@A 100a70c0 main.cpp.obj - 0003:00000100 ?lua_error@Nampower@@3P6AXPAIPBD@ZA 100a7100 helper.cpp.obj - 0003:00000104 ?lua_gettop@Nampower@@3P6IHPAI@ZA 100a7104 helper.cpp.obj - 0003:00000108 ?lua_settop@Nampower@@3P6IXPAIH@ZA 100a7108 helper.cpp.obj - 0003:0000010c ?lua_type@Nampower@@3P6IHPAIH@ZA 100a710c helper.cpp.obj - 0003:00000110 ?lua_isstring@Nampower@@3P6I_NPAIH@ZA 100a7110 helper.cpp.obj - 0003:00000114 ?lua_isnumber@Nampower@@3P6I_NPAIH@ZA 100a7114 helper.cpp.obj - 0003:00000118 ?lua_tostring@Nampower@@3P6IPADPAIH@ZA 100a7118 helper.cpp.obj - 0003:0000011c ?lua_tonumber@Nampower@@3P6INPAIH@ZA 100a711c helper.cpp.obj - 0003:00000120 ?lua_pushnumber@Nampower@@3P6IXPAIN@ZA 100a7120 helper.cpp.obj - 0003:00000124 ?lua_pushstring@Nampower@@3P6IXPAIPAD@ZA 100a7124 helper.cpp.obj - 0003:00000128 ?lua_pushnil@Nampower@@3P6IXPAI@ZA 100a7128 helper.cpp.obj - 0003:0000012c ?lua_newtable@Nampower@@3P6IXPAI@ZA 100a712c helper.cpp.obj - 0003:00000130 ?lua_settable@Nampower@@3P6IXPAIH@ZA 100a7130 helper.cpp.obj - 0003:00000134 ?luaL_ref@Nampower@@3P6IHPAIH@ZA 100a7134 helper.cpp.obj - 0003:00000138 ?lua_rawgeti@Nampower@@3P6IXPAIHH@ZA 100a7138 helper.cpp.obj - 0003:0000013c ?luaL_unref@Nampower@@3P6IXPAIHH@ZA 100a713c helper.cpp.obj - 0003:0000020c ?gScriptPriority@Nampower@@3HA 100a720c misc_scripts.cpp.obj - 0003:00000540 __NLG_Destination 100a7540 libvcruntime:exsup.obj - 0003:00000550 __iob 100a7550 libucrt:_file.obj - 0003:00000600 ___abort_behavior 100a7600 libucrt:abort.obj - 0003:00000610 ___acrt_lconv_c 100a7610 libucrt:localeconv.obj - 0003:00000660 ___acrt_lconv 100a7660 libucrt:localeconv.obj - 0003:00000664 ___acrt_lconv_static_decimal 100a7664 libucrt:localeconv.obj - 0003:00000668 ___acrt_lconv_static_W_decimal 100a7668 libucrt:localeconv.obj - 0003:00000678 ___acrt_initial_locale_data 100a7678 libucrt:nlsdata.obj - 0003:00000730 ___acrt_initial_locale_pointers 100a7730 libucrt:nlsdata.obj - 0003:00000738 ___acrt_wide_c_locale_string 100a7738 libucrt:nlsdata.obj - 0003:0000073c ___mb_cur_max 100a773c libucrt:nlsdata.obj - 0003:00000740 ___badioinfo 100a7740 libucrt:ioinit.obj - 0003:00000778 __lookuptrailbytes 100a7778 libucrt:read.obj - 0003:0000087c __pctype 100a787c libucrt:ctype.obj - 0003:00000880 __pwctype 100a7880 libucrt:ctype.obj - 0003:00000a30 ___acrt_initial_multibyte_data 100a7a30 libucrt:mbctype.obj - 0003:00000f50 ___globallocalestatus 100a7f50 libucrt:glstatus.obj - 0003:00000f74 ?_Sync@ios_base@std@@0_NA 100a7f74 libcpmt:ios.obj - 0003:00000fcc ___scrt_native_dllmain_reason 100a7fcc LIBCMT:utility.obj - 0003:00001000 ___security_cookie 100a8000 LIBCMT:gs_cookie.obj - 0003:00001040 ___security_cookie_complement 100a8040 LIBCMT:gs_cookie.obj - 0003:00001050 __Init_global_epoch 100a8050 LIBCMT:thread_safe_statics.obj - 0003:00001060 __fltused 100a8060 LIBCMT:fltused.obj - 0003:00001070 ___isa_inverted 100a8070 LIBCMT:cpu_disp.obj - 0003:00001078 ___isa_enabled 100a8078 LIBCMT:cpu_disp.obj - 0003:00001080 _ud_lookup_table_list 100a8080 udis86:itab.obj - 0003:00002578 _ud_itab 100a9578 udis86:itab.obj - 0003:000138a0 ??_R0?AVexception@std@@@8 100ba8a0 logging.cpp.obj - 0003:000138bc ??_R0?AVbad_array_new_length@std@@@8 100ba8bc logging.cpp.obj - 0003:000138e4 ??_R0?AVbad_alloc@std@@@8 100ba8e4 logging.cpp.obj - 0003:00013900 ??_R0?AVruntime_error@std@@@8 100ba900 logging.cpp.obj - 0003:00013920 ??_R0?AVsystem_error@std@@@8 100ba920 logging.cpp.obj - 0003:00013940 ??_R0?AV_System_error@std@@@8 100ba940 logging.cpp.obj - 0003:00013960 ??_R0?AVbad_cast@std@@@8 100ba960 logging.cpp.obj - 0003:0001397c ??_R0?AVfailure@ios_base@std@@@8 100ba97c logging.cpp.obj - 0003:000139a0 ??_R0?AVexception@boost@@@8 100ba9a0 main.cpp.obj - 0003:000139c0 ??_R0?AVclone_base@exception_detail@boost@@@8 100ba9c0 main.cpp.obj - 0003:000139f0 ??_R0?AVbad_exception@std@@@8 100ba9f0 main.cpp.obj - 0003:00013a10 ??_R0?AVError@hadesmem@@@8 100baa10 main.cpp.obj - 0003:00013a30 ??_R0?AU?$wrapexcept@VError@hadesmem@@@boost@@@8 100baa30 main.cpp.obj - 0003:00013a68 ??_R0?AUtype@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@@8 100baa68 main.cpp.obj - 0003:00013ac8 ??_R0P6IXPAVPatchDetourBase@hadesmem@@@Z@8 100baac8 main.cpp.obj - 0003:00013af8 ??_R0P6IHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100baaf8 main.cpp.obj - 0003:00013b28 ??_R0P6GXPAVPatchDetourBase@hadesmem@@@Z@8 100bab28 main.cpp.obj - 0003:00013b58 ??_R0P6IXPAVPatchDetourBase@hadesmem@@HI@Z@8 100bab58 main.cpp.obj - 0003:00013b88 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAX1I@Z@8 100bab88 main.cpp.obj - 0003:00013bbc ??_R0P6IXPAVPatchDetourBase@hadesmem@@IH_K@Z@8 100babbc main.cpp.obj - 0003:00013bf0 ??_R0P6I_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@8 100babf0 main.cpp.obj - 0003:00013c38 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@8 100bac38 main.cpp.obj - 0003:00013c80 ??_R0P6IXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@8 100bac80 main.cpp.obj - 0003:00013cc8 ??_R0P6IXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@8 100bacc8 main.cpp.obj - 0003:00013d14 ??_R0P6IPAHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bad14 main.cpp.obj - 0003:00013d48 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@8 100bad48 main.cpp.obj - 0003:00013d94 ??_R0P6IIPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bad94 main.cpp.obj - 0003:00013dc4 ??_R0P6IHPAVPatchDetourBase@hadesmem@@_K@Z@8 100badc4 main.cpp.obj - 0003:00013df8 ??_R0P6IIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@8 100badf8 main.cpp.obj - 0003:00013e44 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAXHH@Z@8 100bae44 main.cpp.obj - 0003:00013e78 ??_R0P6I_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@8 100bae78 main.cpp.obj - 0003:00013eb0 ??_R0P6GHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@8 100baeb0 main.cpp.obj - 0003:00013ef8 ??_R0P6IHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@8 100baef8 main.cpp.obj - 0003:00013f40 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@8 100baf40 main.cpp.obj - 0003:00013f8c ??_R0P6IXPAVPatchDetourBase@hadesmem@@IHH@Z@8 100baf8c main.cpp.obj - 0003:00013fbc ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@8 100bafbc main.cpp.obj - 0003:00013ff4 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAIH@Z@8 100baff4 main.cpp.obj - 0003:00014028 ??_R0P6IXPAVPatchDetourBase@hadesmem@@_K@Z@8 100bb028 main.cpp.obj - 0003:00014058 ??_R0P6IXPAVPatchDetourBase@hadesmem@@I@Z@8 100bb058 main.cpp.obj - 0003:00014088 ??_R0P6IIPAVPatchDetourBase@hadesmem@@HPAI1@Z@8 100bb088 main.cpp.obj - 0003:000140c0 ??_R0?AV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@8 100bb0c0 main.cpp.obj - 0003:00014108 ??_R0?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@8 100bb108 main.cpp.obj - 0003:00014164 ??_R0?AUbad_exception_@exception_detail@boost@@@8 100bb164 main.cpp.obj - 0003:00014198 ??_R0?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@8 100bb198 main.cpp.obj - 0003:000141f0 ??_R0?AUbad_alloc_@exception_detail@boost@@@8 100bb1f0 main.cpp.obj - 0003:00014220 ??_R0?AV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@8 100bb220 main.cpp.obj - 0003:0001429c ??_R0P6AXPAVPatchDetourBase@hadesmem@@@Z@8 100bb29c main.cpp.obj - 0003:000142cc ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@8 100bb2cc main.cpp.obj - 0003:00014300 ??_R0P6AXPAVPatchDetourBase@hadesmem@@HI@Z@8 100bb300 main.cpp.obj - 0003:00014330 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@8 100bb330 main.cpp.obj - 0003:0001437c ??_R0P6AXPAVPatchDetourBase@hadesmem@@_K@Z@8 100bb37c main.cpp.obj - 0003:000143ac ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@8 100bb3ac main.cpp.obj - 0003:000143e0 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@8 100bb3e0 main.cpp.obj - 0003:00014418 ??_R0P6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@8 100bb418 main.cpp.obj - 0003:0001444c ??_R0P6AXPAVPatchDetourBase@hadesmem@@I@Z@8 100bb44c main.cpp.obj - 0003:0001447c ??_R0P6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bb47c main.cpp.obj - 0003:000144b0 ??_R0P6AHPAVPatchDetourBase@hadesmem@@_K@Z@8 100bb4b0 main.cpp.obj - 0003:000144e0 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@8 100bb4e0 main.cpp.obj - 0003:00014518 ??_R0P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@8 100bb518 main.cpp.obj - 0003:00014564 ??_R0P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@8 100bb564 main.cpp.obj - 0003:00014598 ??_R0P6AIPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bb598 main.cpp.obj - 0003:000145c8 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@8 100bb5c8 main.cpp.obj - 0003:00014618 ??_R0P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@8 100bb618 main.cpp.obj - 0003:00014668 ??_R0P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@8 100bb668 main.cpp.obj - 0003:000146b0 ??_R0P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@8 100bb6b0 main.cpp.obj - 0003:000146f8 ??_R0P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@8 100bb6f8 main.cpp.obj - 0003:00014740 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@8 100bb740 main.cpp.obj - 0003:00014788 ??_R0P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@8 100bb788 main.cpp.obj - 0003:000147d0 ??_R0P6AXPAVPatchDetourBase@hadesmem@@IHH@Z@8 100bb7d0 main.cpp.obj - 0003:00014800 ??_R0P6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@8 100bb800 main.cpp.obj - 0003:00014834 ??_R0P6AHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bb834 main.cpp.obj - 0003:00014864 ??_R0PAUTagErrorString@hadesmem@@@8 100bb864 main.cpp.obj - 0003:0001488c ??_R0PAUTagErrorCodeWinLast@hadesmem@@@8 100bb88c main.cpp.obj - 0003:000148b8 ??_R0?AV__non_rtti_object@std@@@8 100bb8b8 libvcruntime:rtti.obj - 0003:000148dc ??_R0?AVbad_typeid@std@@@8 100bb8dc libvcruntime:rtti.obj - 0003:000148fc ??_R0?AVinvalid_argument@std@@@8 100bb8fc libcpmt:xthrow.obj - 0003:00014920 ??_R0?AVlogic_error@std@@@8 100bb920 libcpmt:xthrow.obj - 0003:00014940 ??_R0?AVlength_error@std@@@8 100bb940 libcpmt:xthrow.obj - 0003:00014960 ??_R0?AVout_of_range@std@@@8 100bb960 libcpmt:xthrow.obj - 0003:00014980 ??_R0?AVbad_function_call@std@@@8 100bb980 libcpmt:xthrow.obj - 0003:000149a8 ??_R0?AVios_base@std@@@8 100bb9a8 logging.cpp.obj - 0003:000149c4 ??_R0?AV?$_Iosb@H@std@@@8 100bb9c4 logging.cpp.obj - 0003:000149e0 ??_R0?AV?$basic_ios@DU?$char_traits@D@std@@@std@@@8 100bb9e0 logging.cpp.obj - 0003:00014a18 ??_R0?AV?$basic_streambuf@DU?$char_traits@D@std@@@std@@@8 100bba18 logging.cpp.obj - 0003:00014a54 ??_R0?AV?$basic_ostream@DU?$char_traits@D@std@@@std@@@8 100bba54 logging.cpp.obj - 0003:00014a90 ??_R0?AV?$basic_filebuf@DU?$char_traits@D@std@@@std@@@8 100bba90 logging.cpp.obj - 0003:00014acc ??_R0?AV?$basic_ofstream@DU?$char_traits@D@std@@@std@@@8 100bbacc logging.cpp.obj - 0003:00014b08 ??_R0?AVerror_category@std@@@8 100bbb08 logging.cpp.obj - 0003:00014b2c ??_R0?AV_Iostream_error_category2@std@@@8 100bbb2c logging.cpp.obj - 0003:00014b58 ??_R0?AV_Facet_base@std@@@8 100bbb58 logging.cpp.obj - 0003:00014b78 ??_R0?AVfacet@locale@std@@@8 100bbb78 logging.cpp.obj - 0003:00014b98 ??_R0?AU_Crt_new_delete@std@@@8 100bbb98 logging.cpp.obj - 0003:00014bbc ??_R0?AVcodecvt_base@std@@@8 100bbbbc logging.cpp.obj - 0003:00014bdc ??_R0?AUctype_base@std@@@8 100bbbdc logging.cpp.obj - 0003:00014bfc ??_R0?AV?$ctype@D@std@@@8 100bbbfc logging.cpp.obj - 0003:00014c18 ??_R0?AV?$codecvt@DDU_Mbstatet@@@std@@@8 100bbc18 logging.cpp.obj - 0003:00014c44 ??_R0?AV?$basic_istream@DU?$char_traits@D@std@@@std@@@8 100bbc44 main.cpp.obj - 0003:00014c80 ??_R0?AV?$basic_iostream@DU?$char_traits@D@std@@@std@@@8 100bbc80 main.cpp.obj - 0003:00014cc0 ??_R0?AV?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@8 100bbcc0 main.cpp.obj - 0003:00014d10 ??_R0?AV?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@8 100bbd10 main.cpp.obj - 0003:00014d68 ??_R0?AV?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@8 100bbd68 main.cpp.obj - 0003:00014db8 ??_R0?AV_Ref_count_base@std@@@8 100bbdb8 main.cpp.obj - 0003:00014ddc ??_R0?AVerror_info_base@exception_detail@boost@@@8 100bbddc main.cpp.obj - 0003:00014e14 ??_R0?AUerror_info_container@exception_detail@boost@@@8 100bbe14 main.cpp.obj - 0003:00014e50 ??_R0?AVsp_counted_base@detail@boost@@@8 100bbe50 main.cpp.obj - 0003:00014e7c ??_R0?AVerror_info_container_impl@exception_detail@boost@@@8 100bbe7c main.cpp.obj - 0003:00014ec0 ??_R0?AV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@8 100bbec0 main.cpp.obj - 0003:00014f14 ??_R0?AVPatchDetourBase@hadesmem@@@8 100bbf14 main.cpp.obj - 0003:00014f3c ??_R0?AVCDataStore@Nampower@@@8 100bbf3c main.cpp.obj - 0003:00014f60 ??_R0?AV?$PatchDetour@P6IXXZPAX@hadesmem@@@8 100bbf60 main.cpp.obj - 0003:00014f90 ??_R0?AV?$PatchDetour@P6GXXZPAX@hadesmem@@@8 100bbf90 main.cpp.obj - 0003:00014fc0 ??_R0?AV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@8 100bbfc0 main.cpp.obj - 0003:00014ff4 ??_R0?AV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@8 100bbff4 main.cpp.obj - 0003:00015028 ??_R0?AV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@8 100bc028 main.cpp.obj - 0003:0001505c ??_R0?AV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@8 100bc05c main.cpp.obj - 0003:00015090 ??_R0?AV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@8 100bc090 main.cpp.obj - 0003:000150d8 ??_R0?AV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@8 100bc0d8 main.cpp.obj - 0003:00015120 ??_R0?AV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@8 100bc120 main.cpp.obj - 0003:00015170 ??_R0?AV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@8 100bc170 main.cpp.obj - 0003:000151bc ??_R0?AV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@8 100bc1bc main.cpp.obj - 0003:000151f0 ??_R0?AV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100bc1f0 main.cpp.obj - 0003:00015240 ??_R0?AV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@8 100bc240 main.cpp.obj - 0003:00015274 ??_R0?AV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@8 100bc274 main.cpp.obj - 0003:000152a8 ??_R0?AV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@8 100bc2a8 main.cpp.obj - 0003:000152f4 ??_R0?AV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@8 100bc2f4 main.cpp.obj - 0003:00015328 ??_R0?AV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@8 100bc328 main.cpp.obj - 0003:00015360 ??_R0?AV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100bc360 main.cpp.obj - 0003:000153b0 ??_R0?AV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100bc3b0 main.cpp.obj - 0003:00015400 ??_R0?AV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100bc400 main.cpp.obj - 0003:0001544c ??_R0?AV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@8 100bc44c main.cpp.obj - 0003:00015480 ??_R0?AV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@8 100bc480 main.cpp.obj - 0003:000154b8 ??_R0?AV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@8 100bc4b8 main.cpp.obj - 0003:000154ec ??_R0?AV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@8 100bc4ec main.cpp.obj - 0003:00015520 ??_R0?AV?$PatchDetour@P6IXI@ZPAX@hadesmem@@@8 100bc520 main.cpp.obj - 0003:00015550 ??_R0?AV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@8 100bc550 main.cpp.obj - 0003:00015588 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@@8 100bc588 main.cpp.obj - 0003:000155cc ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@@8 100bc5cc main.cpp.obj - 0003:0001560c ??_R0?AV?$numpunct@D@std@@@8 100bc60c main.cpp.obj - 0003:00015630 ??_R0?AV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@@8 100bc630 main.cpp.obj - 0003:00015678 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@@8 100bc678 main.cpp.obj - 0003:000156b8 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@@8 100bc6b8 main.cpp.obj - 0003:000156f8 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIH@std@@@8 100bc6f8 main.cpp.obj - 0003:00015740 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@@8 100bc740 main.cpp.obj - 0003:00015788 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@@8 100bc788 main.cpp.obj - 0003:000157d0 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@@8 100bc7d0 main.cpp.obj - 0003:00015830 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@@8 100bc830 main.cpp.obj - 0003:00015890 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@@8 100bc890 main.cpp.obj - 0003:000158f0 ??_R0?AV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@@8 100bc8f0 main.cpp.obj - 0003:00015938 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@@8 100bc938 main.cpp.obj - 0003:00015980 ??_R0?AV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@@8 100bc980 main.cpp.obj - 0003:000159e0 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@@8 100bc9e0 main.cpp.obj - 0003:00015a20 ??_R0?AV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@@8 100bca20 main.cpp.obj - 0003:00015a68 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@@8 100bca68 main.cpp.obj - 0003:00015ac8 ??_R0?AV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@@8 100bcac8 main.cpp.obj - 0003:00015b10 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@@8 100bcb10 main.cpp.obj - 0003:00015b70 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@@8 100bcb70 main.cpp.obj - 0003:00015bd0 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@@8 100bcbd0 main.cpp.obj - 0003:00015c28 ??_R0?AV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@@8 100bcc28 main.cpp.obj - 0003:00015c80 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@@8 100bcc80 main.cpp.obj - 0003:00015cc8 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@@8 100bccc8 main.cpp.obj - 0003:00015d10 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@@8 100bcd10 main.cpp.obj - 0003:00015d50 ??_R0?AV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@8 100bcd50 main.cpp.obj - 0003:00015da8 ??_R0?AV?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@@8 100bcda8 main.cpp.obj - 0003:00015e10 ??_R0?AV?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@@8 100bce10 main.cpp.obj - 0003:00015e70 ??_R0?AV?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@@8 100bce70 main.cpp.obj - 0003:00015ed0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@@8 100bced0 main.cpp.obj - 0003:00015f28 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@@8 100bcf28 main.cpp.obj - 0003:00015f88 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@@8 100bcf88 main.cpp.obj - 0003:00015fe8 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@@8 100bcfe8 main.cpp.obj - 0003:00016048 ??_R0?AV?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@@8 100bd048 main.cpp.obj - 0003:000160c8 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@@8 100bd0c8 main.cpp.obj - 0003:00016138 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@@8 100bd138 main.cpp.obj - 0003:000161b0 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@@8 100bd1b0 main.cpp.obj - 0003:00016228 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@@8 100bd228 main.cpp.obj - 0003:000162a0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@@8 100bd2a0 main.cpp.obj - 0003:00016320 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@@8 100bd320 main.cpp.obj - 0003:000163a0 ??_R0?AV?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@@8 100bd3a0 main.cpp.obj - 0003:00016400 ??_R0?AV?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@@8 100bd400 main.cpp.obj - 0003:00016468 ??_R0?AV?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@@8 100bd468 main.cpp.obj - 0003:000164e0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@@8 100bd4e0 main.cpp.obj - 0003:00016540 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@@8 100bd540 main.cpp.obj - 0003:00016598 ??_R0?AV?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@@8 100bd598 main.cpp.obj - 0003:000165f8 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@@8 100bd5f8 main.cpp.obj - 0003:00016650 ??_R0?AV?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@@8 100bd650 main.cpp.obj - 0003:000166b0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@@8 100bd6b0 main.cpp.obj - 0003:00016718 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@@8 100bd718 main.cpp.obj - 0003:00016778 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@@8 100bd778 main.cpp.obj - 0003:000167d0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@@8 100bd7d0 main.cpp.obj - 0003:00016850 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@@8 100bd850 main.cpp.obj - 0003:000168a8 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@@8 100bd8a8 main.cpp.obj - 0003:00016908 ??_R0?AV?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@@8 100bd908 main.cpp.obj - 0003:00016988 ??_R0?AV?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@@8 100bd988 main.cpp.obj - 0003:00016a08 ??_R0?AV?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@@8 100bda08 main.cpp.obj - 0003:00016aa8 ??_R0?AV?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@@8 100bdaa8 main.cpp.obj - 0003:00016b10 ??_R0?AVDNameNode@@@8 100bdb10 libvcruntime:undname.obj - 0003:00016b28 ??_R0?AVcharNode@@@8 100bdb28 libvcruntime:undname.obj - 0003:00016b40 ??_R0?AVpcharNode@@@8 100bdb40 libvcruntime:undname.obj - 0003:00016b58 ??_R0?AVpDNameNode@@@8 100bdb58 libvcruntime:undname.obj - 0003:00016b74 ??_R0?AVDNameStatusNode@@@8 100bdb74 libvcruntime:undname.obj - 0003:00016b94 ??_R0?AVpairNode@@@8 100bdb94 libvcruntime:undname.obj - 0003:00016bac ??_R0?AV_Locimp@locale@std@@@8 100bdbac libcpmt:locale0.obj - 0003:00016bd0 ??_R0?AVtype_info@@@8 100bdbd0 LIBCMT:std_type_info_static.obj - 0003:00016be8 ?gStartTime@Nampower@@3IA 100bdbe8 logging.cpp.obj - 0003:00016bec ?id@?$codecvt@DDU_Mbstatet@@@std@@2V0locale@2@A 100bdbec logging.cpp.obj - 0003:00016bf0 ?_Stinit@?1??_Init@?$basic_filebuf@DU?$char_traits@D@std@@@std@@IAEXPAU_iobuf@@W4_Initfl@23@@Z@4U_Mbstatet@@A 100bdbf0 logging.cpp.obj - 0003:00016bf8 ?_Psave@?$_Facetptr@V?$ctype@D@std@@@std@@2PBVfacet@locale@2@B 100bdbf8 logging.cpp.obj - 0003:00016bfc ?_Psave@?$_Facetptr@V?$codecvt@DDU_Mbstatet@@@std@@@std@@2PBVfacet@locale@2@B 100bdbfc logging.cpp.obj - 0003:00016c00 ?gLastErrorTimeMs@Nampower@@3IA 100bdc00 main.cpp.obj - 0003:00016c04 ?gLastBufferIncreaseTimeMs@Nampower@@3IA 100bdc04 main.cpp.obj - 0003:00016c08 ?gLastBufferDecreaseTimeMs@Nampower@@3IA 100bdc08 main.cpp.obj - 0003:00016c0c ?gBufferTimeMs@Nampower@@3IA 100bdc0c main.cpp.obj - 0003:00016c10 ?gDisenchantItemId@Nampower@@3IA 100bdc10 main.cpp.obj - 0003:00016c14 ?gDisenchantQuality@Nampower@@3IA 100bdc14 main.cpp.obj - 0003:00016c18 ?gDisenchantIncludeSoulbound@Nampower@@3_NA 100bdc18 main.cpp.obj - 0003:00016c19 ?gForceQueueCast@Nampower@@3_NA 100bdc19 main.cpp.obj - 0003:00016c1a ?gNoQueueCast@Nampower@@3_NA 100bdc1a main.cpp.obj - 0003:00016c1b ?gQueuesProcessed@Nampower@@3_NA 100bdc1b main.cpp.obj - 0003:00016c1c ?gNextDisenchantTimeMs@Nampower@@3IA 100bdc1c main.cpp.obj - 0003:00016c20 ?gRunningAverageLatencyMs@Nampower@@3IA 100bdc20 main.cpp.obj - 0003:00016c24 ?gLastServerSpellDelayMs@Nampower@@3IA 100bdc24 main.cpp.obj - 0003:00016c28 ?castSpellDetour@Nampower@@3PAVPatchDetourBase@hadesmem@@A 100bdc28 main.cpp.obj - 0003:00016c2c ?gLastCastData@Nampower@@3ULastCastData@@A 100bdc2c main.cpp.obj - 0003:00016c48 ?gCastData@Nampower@@3UCastData@@A 100bdc48 main.cpp.obj - 0003:00016ca0 ?gLastNormalCastParams@Nampower@@3UCastSpellParams@@A 100bdca0 main.cpp.obj - 0003:00016cd8 ?gLastOnSwingCastParams@Nampower@@3UCastSpellParams@@A 100bdcd8 main.cpp.obj - 0003:00016d10 ?loadFlag@Nampower@@3Uonce_flag@std@@A 100bdd10 main.cpp.obj - 0003:00016d14 ?initHooksFlag@Nampower@@3Uonce_flag@std@@A 100bdd14 main.cpp.obj - 0003:00016d18 ?lastCastUsedServerDelay@Nampower@@3_NA 100bdd18 main.cpp.obj - 0003:00016d1c ?gNonGcdCastQueue@Nampower@@3VCastQueue@1@A 100bdd1c main.cpp.obj - 0003:00016d38 ?gCastHistory@Nampower@@3VCastQueue@1@A 100bdd38 main.cpp.obj - 0003:00016d54 ?gSysMsgInitDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXXZPAX@hadesmem@@@std@@@std@@A 100bdd54 main.cpp.obj - 0003:00016d58 ?gLoadScriptFunctionsDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@A 100bdd58 main.cpp.obj - 0003:00016d5c ?gCreateEventsDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@A 100bdd5c main.cpp.obj - 0003:00016d60 ?gSetEventCountDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@A 100bdd60 main.cpp.obj - 0003:00016d64 ?gSetCVarDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@A 100bdd64 main.cpp.obj - 0003:00016d68 ?gCGSpellBook_CastSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@A 100bdd68 main.cpp.obj - 0003:00016d6c ?gCastDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@A 100bdd6c main.cpp.obj - 0003:00016d70 ?gSendCastDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@A 100bdd70 main.cpp.obj - 0003:00016d74 ?gCancelSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@A 100bdd74 main.cpp.obj - 0003:00016d78 ?gSignalEventDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXW4Events@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXW4Events@game@@@ZPAX@hadesmem@@@std@@@std@@A 100bdd78 main.cpp.obj - 0003:00016d7c ?gSpellFailedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@A 100bdd7c main.cpp.obj - 0003:00016d80 ?gSpell_C_GetSpellModifiersDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPBUSpellRec@game@@PAHW4SpellModOp@2@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPBUSpellRec@game@@PAHW4SpellModOp@2@@ZPAX@hadesmem@@@std@@@std@@A 100bdd80 main.cpp.obj - 0003:00016d84 ?gSpell_C_GetSpellRadiusDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IMXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IMXZPAX@hadesmem@@@std@@@std@@A 100bdd84 main.cpp.obj - 0003:00016d88 ?gCastbarPatch@Nampower@@3V?$unique_ptr@VPatchRaw@hadesmem@@U?$default_delete@VPatchRaw@hadesmem@@@std@@@std@@A 100bdd88 main.cpp.obj - 0003:00016d8c ?gIEndSceneDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@A 100bdd8c main.cpp.obj - 0003:00016d90 ?gSpell_C_GetAutoRepeatingSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6AHXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6AHXZPAX@hadesmem@@@std@@@std@@A 100bdd90 main.cpp.obj - 0003:00016d94 ?gSpell_C_CooldownEventTriggeredDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIPA_KHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIPA_KHH@ZPAX@hadesmem@@@std@@@std@@A 100bdd94 main.cpp.obj - 0003:00016d98 ?gSpellGoDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bdd98 main.cpp.obj - 0003:00016d9c ?gSpellTargetUnitDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@A 100bdd9c main.cpp.obj - 0003:00016da0 ?gSpellStopCastingDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@A 100bdda0 main.cpp.obj - 0003:00016da4 ?gOnSpriteRightClickDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@A 100bdda4 main.cpp.obj - 0003:00016da8 ?gSpell_C_HandleSpriteClickDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6I_NPAUCSpriteClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAUCSpriteClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@A 100bdda8 main.cpp.obj - 0003:00016dac ?gSpell_C_HandleTerrainClickDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@A 100bddac main.cpp.obj - 0003:00016db0 ?gCGWorldFrame_OnLayerTrackTerrainDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@A 100bddb0 main.cpp.obj - 0003:00016db4 ?gSpell_C_TargetSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@A 100bddb4 main.cpp.obj - 0003:00016db8 ?gSpellCooldownDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bddb8 main.cpp.obj - 0003:00016dbc ?gSpellDelayedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bddbc main.cpp.obj - 0003:00016dc0 ?gCastResultHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bddc0 main.cpp.obj - 0003:00016dc4 ?gSpellFailedHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bddc4 main.cpp.obj - 0003:00016dc8 ?gSpellChannelStartHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bddc8 main.cpp.obj - 0003:00016dcc ?gSpellChannelUpdateHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bddcc main.cpp.obj - 0003:00016dd0 ?gPlaySpellVisualHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bddd0 main.cpp.obj - 0003:00016dd4 ?gSpellHealingLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bddd4 main.cpp.obj - 0003:00016dd8 ?gSpellEnergizeLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bddd8 main.cpp.obj - 0003:00016ddc ?gSpellStartHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bdddc main.cpp.obj - 0003:00016de0 ?gPeriodicAuraLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bdde0 main.cpp.obj - 0003:00016de4 ?gSpellNonMeleeDmgLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bdde4 main.cpp.obj - 0003:00016de8 ?gCGPlayer_C_OnAttackIconPressedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHPAIPAX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAIPAX_K@ZPAX@hadesmem@@@std@@@std@@A 100bdde8 main.cpp.obj - 0003:00016dec ?gAttackRoundInfo_ReadPacketDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bddec main.cpp.obj - 0003:00016df0 ?gCGActionBar_UseActionDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@A 100bddf0 main.cpp.obj - 0003:00016df4 ?gCGUnit_C_OnAuraRemovedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@A 100bddf4 main.cpp.obj - 0003:00016df8 ?gCGUnit_C_OnAuraAddedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@A 100bddf8 main.cpp.obj - 0003:00016dfc ?gCGUnit_C_OnAuraAddedStackDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@A 100bddfc main.cpp.obj - 0003:00016e00 ?gUnitCombatLogUnitDeadDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@A 100bde00 main.cpp.obj - 0003:00016e04 ?gInvalidFunctionPtrCheckDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@A 100bde04 main.cpp.obj - 0003:00016e08 ?gGetSpellSlotFromLuaDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@A 100bde08 main.cpp.obj - 0003:00016e0c ?ep@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4V32@A 100bde0c main.cpp.obj - 0003:00016e14 ?ep@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4V32@A 100bde14 main.cpp.obj - 0003:00016e1c ?e@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B 100bde1c main.cpp.obj - 0003:00016e24 ?e@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B 100bde24 main.cpp.obj - 0003:00016e2c ?id@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100bde2c main.cpp.obj - 0003:00016e30 ?id@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100bde30 main.cpp.obj - 0003:00016e34 ?id@?$numpunct@D@std@@2V0locale@2@A 100bde34 main.cpp.obj - 0003:00016e38 ?id@?$numpunct@_W@std@@2V0locale@2@A 100bde38 main.cpp.obj - 0003:00016e3c ?id@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100bde3c main.cpp.obj - 0003:00016e40 ?_Psave@?$_Facetptr@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@2PBVfacet@locale@2@B 100bde40 main.cpp.obj - 0003:00016e44 ?_Psave@?$_Facetptr@V?$numpunct@D@std@@@std@@2PBVfacet@locale@2@B 100bde44 main.cpp.obj - 0003:00016e48 ?$TSS0@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4HA 100bde48 main.cpp.obj - 0003:00016e4c ?$TSS0@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4HA 100bde4c main.cpp.obj - 0003:00016e50 ?_Psave@?$_Facetptr@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@2PBVfacet@locale@2@B 100bde50 main.cpp.obj - 0003:00016e54 ?id@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100bde54 main.cpp.obj - 0003:00016e58 ?id@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100bde58 main.cpp.obj - 0003:00016ea4 ?lastCastResultTimeMs@Nampower@@3IA 100bdea4 spellevents.cpp.obj - 0003:000171c8 ?gScriptQueued@Nampower@@3_NA 100be1c8 misc_scripts.cpp.obj - 0003:000171cc ?queuedScript@Nampower@@3PADA 100be1cc misc_scripts.cpp.obj - 0003:00018018 ?equippedTrinketDataCache@Nampower@@3V?$array@UCachedTrinketData@Nampower@@$0BD@@std@@A 100bf018 items.cpp.obj - 0003:00018068 ?bagTrinketDataCache@Nampower@@3V?$array@V?$array@UCachedTrinketData@Nampower@@$0EA@@std@@$0N@@std@@A 100bf068 items.cpp.obj - 0003:00018d68 ?bagItemDataCache@Nampower@@3V?$array@V?$array@UCachedItemData@Nampower@@$0EA@@std@@$0N@@std@@A 100bfd68 items.cpp.obj - 0003:00020f68 ?equippedItemDataCache@Nampower@@3V?$array@UCachedItemData@Nampower@@$0BD@@std@@A 100c7f68 items.cpp.obj - 0003:000212c4 ?itemStatsArrayFieldMap@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@A 100c82c4 dbc_fields.cpp.obj - 0003:000212e4 ?itemStatsFieldMap@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@A 100c82e4 dbc_fields.cpp.obj - 0003:00021304 ?spellRecFieldMap@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@A 100c8304 dbc_fields.cpp.obj - 0003:00021324 ?spellRecArrayFieldMap@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@A 100c8324 dbc_fields.cpp.obj - 0003:00021348 ?unitFieldsArrayFieldMap@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@A 100c8348 unit_fields.cpp.obj - 0003:00021368 ?unitFieldsFieldMap@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@A 100c8368 unit_fields.cpp.obj - 0003:00021398 ?__WinRTOutOfMemoryExceptionCallback@@3P6GPAXXZA 100c8398 libvcruntime:ehhelpers.obj - 0003:0002139c ___pPurecall 100c839c libvcruntime:purevirt_data.obj - 0003:000213c8 ?pArgList@UnDecorator@@0PAVReplicator@@A 100c83c8 libvcruntime:undname.obj - 0003:000213cc ?pZNameList@UnDecorator@@0PAVReplicator@@A 100c83cc libvcruntime:undname.obj - 0003:000213d0 ?pTemplateArgList@UnDecorator@@0PAVReplicator@@A 100c83d0 libvcruntime:undname.obj - 0003:000213d4 ?gName@UnDecorator@@0PBDB 100c83d4 libvcruntime:undname.obj - 0003:000213d8 ?name@UnDecorator@@0PBDB 100c83d8 libvcruntime:undname.obj - 0003:000213dc ?disableFlags@UnDecorator@@0KA 100c83dc libvcruntime:undname.obj - 0003:000213e0 ?fExplicitTemplateParams@UnDecorator@@0_NA 100c83e0 libvcruntime:undname.obj - 0003:000213e1 ?fGetTemplateArgumentList@UnDecorator@@0_NA 100c83e1 libvcruntime:undname.obj - 0003:000213e4 ?m_pGetParameter@UnDecorator@@0P6APADJ@ZA 100c83e4 libvcruntime:undname.obj - 0003:000213e8 ?m_CHPENameOffset@UnDecorator@@0KA 100c83e8 libvcruntime:undname.obj - 0003:000213ec ?m_recursionLevel@UnDecorator@@0KA 100c83ec libvcruntime:undname.obj - 0003:00021444 __nstream 100c8444 libucrt:_file.obj - 0003:00021448 ___piob 100c8448 libucrt:_file.obj - 0003:0002144c __cflush 100c844c libucrt:_file.obj - 0003:00021450 ___acrt_lconv_static_null 100c8450 libucrt:localeconv.obj - 0003:00021454 ___acrt_lconv_static_W_null 100c8454 libucrt:localeconv.obj - 0003:00021458 ___acrt_locale_changed_data 100c8458 libucrt:wsetlocale.obj - 0003:0002145c ___acrt_current_locale_data 100c845c libucrt:nlsdata.obj - 0003:00021548 ___pioinfo 100c8548 libucrt:ioinit.obj - 0003:00021748 __nhandle 100c8748 libucrt:ioinit.obj - 0003:000218a4 ___acrt_stdout_buffer 100c88a4 libucrt:_sftbuf.obj - 0003:000218a8 ___acrt_stderr_buffer 100c88a8 libucrt:_sftbuf.obj - 0003:000218d4 ?_timezone@@3V?$dual_state_global@J@__crt_state_management@@A 100c88d4 libucrt:timeset.obj - 0003:000218d8 ?_daylight@@3V?$dual_state_global@H@__crt_state_management@@A 100c88d8 libucrt:timeset.obj - 0003:000218dc ?_dstbias@@3V?$dual_state_global@J@__crt_state_management@@A 100c88dc libucrt:timeset.obj - 0003:000219a8 __mbctype 100c89a8 libucrt:mbctype.obj - 0003:000219ac __mbcasemap 100c89ac libucrt:mbctype.obj - 0003:000219b0 ___acrt_current_multibyte_data 100c89b0 libucrt:mbctype.obj - 0003:000219c4 ___acrt_heap 100c89c4 libucrt:heap_handle.obj - 0003:000219cc ___acrt_atexit_table 100c89cc libucrt:onexit.obj - 0003:000219d8 ___acrt_at_quick_exit_table 100c89d8 libucrt:onexit.obj - 0003:000219f0 __environ_table 100c89f0 libucrt:environment_initialization.obj - 0003:000219f4 __wenviron_table 100c89f4 libucrt:environment_initialization.obj - 0003:000219f8 ___dcrt_initial_wide_environment 100c89f8 libucrt:environment_initialization.obj - 0003:000219fc ___dcrt_initial_narrow_environment 100c89fc libucrt:environment_initialization.obj - 0003:00021a00 ___fastflag 100c8a00 libucrt:fp_flags.obj - 0003:00021ad0 ?_Id_cnt@id@locale@std@@0HA 100c8ad0 libcpmt:locale0.obj - 0003:00021ad4 ?_Clocptr@_Locimp@locale@std@@0PAV123@A 100c8ad4 libcpmt:locale0.obj - 0003:00021ad8 ?id@?$ctype@G@std@@2V0locale@2@A 100c8ad8 libcpmt:locale0.obj - 0003:00021adc ?id@?$codecvt@_WDU_Mbstatet@@@std@@2V0locale@2@A 100c8adc libcpmt:locale0.obj - 0003:00021ae0 ?id@?$codecvt@GDU_Mbstatet@@@std@@2V0locale@2@A 100c8ae0 libcpmt:locale0.obj - 0003:00021ae4 ?id@?$ctype@_W@std@@2V0locale@2@A 100c8ae4 libcpmt:locale0.obj - 0003:00021ae8 ?id@?$ctype@D@std@@2V0locale@2@A 100c8ae8 libcpmt:locale0.obj - 0003:00021b04 ?_Index@ios_base@std@@0HA 100c8b04 libcpmt:ios.obj - 0003:00021b48 ?_Ptr_cin@std@@3PAV?$basic_istream@DU?$char_traits@D@std@@@1@A 100c8b48 libcpmt:iosptrs.obj - 0003:00021b4c ?_Ptr_cout@std@@3PAV?$basic_ostream@DU?$char_traits@D@std@@@1@A 100c8b4c libcpmt:iosptrs.obj - 0003:00021b50 ?_Ptr_cerr@std@@3PAV?$basic_ostream@DU?$char_traits@D@std@@@1@A 100c8b50 libcpmt:iosptrs.obj - 0003:00021b54 ?_Ptr_clog@std@@3PAV?$basic_ostream@DU?$char_traits@D@std@@@1@A 100c8b54 libcpmt:iosptrs.obj - 0003:00021b58 ?_Ptr_wcin@std@@3PAV?$basic_istream@_WU?$char_traits@_W@std@@@1@A 100c8b58 libcpmt:iosptrs.obj - 0003:00021b5c ?_Ptr_wcout@std@@3PAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@A 100c8b5c libcpmt:iosptrs.obj - 0003:00021b60 ?_Ptr_wcerr@std@@3PAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@A 100c8b60 libcpmt:iosptrs.obj - 0003:00021b64 ?_Ptr_wclog@std@@3PAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@A 100c8b64 libcpmt:iosptrs.obj - 0003:00021ba0 ?id@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100c8ba0 libcpmt:wlocale.obj - 0003:00021ba4 ?id@?$collate@_W@std@@2V0locale@2@A 100c8ba4 libcpmt:wlocale.obj - 0003:00021ba8 ?id@?$messages@_W@std@@2V0locale@2@A 100c8ba8 libcpmt:wlocale.obj - 0003:00021bac ?id@?$money_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100c8bac libcpmt:wlocale.obj - 0003:00021bb0 ?id@?$money_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100c8bb0 libcpmt:wlocale.obj - 0003:00021bb4 ?id@?$moneypunct@_W$0A@@std@@2V0locale@2@A 100c8bb4 libcpmt:wlocale.obj - 0003:00021bb8 ?id@?$moneypunct@_W$00@std@@2V0locale@2@A 100c8bb8 libcpmt:wlocale.obj - 0003:00021bbc ?id@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100c8bbc libcpmt:wlocale.obj - 0003:00021bc0 ?id@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100c8bc0 libcpmt:wlocale.obj - 0003:00021bc4 ?id@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100c8bc4 libcpmt:wlocale.obj - 0003:00021bc8 ?id@?$numpunct@G@std@@2V0locale@2@A 100c8bc8 libcpmt:wlocale.obj - 0003:00021bcc ?id@?$collate@G@std@@2V0locale@2@A 100c8bcc libcpmt:wlocale.obj - 0003:00021bd0 ?id@?$messages@G@std@@2V0locale@2@A 100c8bd0 libcpmt:wlocale.obj - 0003:00021bd4 ?id@?$money_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100c8bd4 libcpmt:wlocale.obj - 0003:00021bd8 ?id@?$money_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100c8bd8 libcpmt:wlocale.obj - 0003:00021bdc ?id@?$moneypunct@G$0A@@std@@2V0locale@2@A 100c8bdc libcpmt:wlocale.obj - 0003:00021be0 ?id@?$moneypunct@G$00@std@@2V0locale@2@A 100c8be0 libcpmt:wlocale.obj - 0003:00021be4 ?id@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100c8be4 libcpmt:wlocale.obj - 0003:00021be8 ?id@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100c8be8 libcpmt:wlocale.obj - 0003:00021bec ?id@?$collate@D@std@@2V0locale@2@A 100c8bec libcpmt:xlocale.obj - 0003:00021bf0 ?id@?$messages@D@std@@2V0locale@2@A 100c8bf0 libcpmt:xlocale.obj - 0003:00021bf4 ?id@?$money_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100c8bf4 libcpmt:xlocale.obj - 0003:00021bf8 ?id@?$money_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100c8bf8 libcpmt:xlocale.obj - 0003:00021bfc ?id@?$moneypunct@D$0A@@std@@2V0locale@2@A 100c8bfc libcpmt:xlocale.obj - 0003:00021c00 ?id@?$moneypunct@D$00@std@@2V0locale@2@A 100c8c00 libcpmt:xlocale.obj - 0003:00021c04 ?id@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100c8c04 libcpmt:xlocale.obj - 0003:00021c08 ___scrt_current_native_startup_state 100c8c08 LIBCMT:utility.obj - 0003:00021c0c ___scrt_native_startup_lock 100c8c0c LIBCMT:utility.obj - 0003:00021c38 ?__type_info_root_node@@3U__type_info_node@@A 100c8c38 LIBCMT:tncleanup.obj - 0003:00021c40 __tls_index 100c8c40 LIBCMT:tlssup.obj - 0003:00021c48 ___avx10_version 100c8c48 LIBCMT:cpu_disp.obj - 0003:00021c4c ___isa_available 100c8c4c LIBCMT:cpu_disp.obj - 0003:00021c50 ___favor 100c8c50 LIBCMT:cpu_disp.obj - 0003:00021c54 ___scrt_debugger_hook_flag 100c8c54 LIBCMT:utility_desktop.obj - 0003:00021f78 ?_OptionsStorage@?1??__local_stdio_scanf_options@@9@4_KA 100c8f78 LIBCMT:default_local_stdio_options.obj - 0003:00022088 __pgmptr 100c9088 libucrt:argv_data.obj - 0003:0002208c ___argc 100c908c libucrt:argv_data.obj - 0003:00022090 ___argv 100c9090 libucrt:argv_data.obj - 0003:00022094 ___wargv 100c9094 libucrt:argv_data.obj - 0003:00022098 __acmdln 100c9098 libucrt:argv_data.obj - 0003:0002209c __wcmdln 100c909c libucrt:argv_data.obj - 0003:000220a0 __commode 100c90a0 libucrt:ncommode.obj - 0003:000220ac __umaskval 100c90ac libucrt:umask.obj - 0003:000220b0 __fmode 100c90b0 libucrt:txtmode.obj - 0003:000220b4 ___use_sse2_mathfcns 100c90b4 - 0003:000220b8 __pmatherr 100c90b8 - 0003:000220bc ___dyn_tls_init_callback 100c90bc - 0003:000220c0 ___scrt_ucrt_dll_is_in_use 100c90c0 - 0003:000220c8 ?_OptionsStorage@?1??__local_stdio_printf_options@@9@9 100c90c8 + 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:0003c0e0 ?insert@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@IID@Z 1003d0e0 f i main.cpp.obj + 0001:0003c290 ?loadConfig@Nampower@@YAXXZ 1003d290 f main.cpp.obj + 0001:0003d740 ?loadUserVar@Nampower@@YAXPBD@Z 1003e740 f main.cpp.obj + 0001:0003d8d0 ?name_value_string@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@EBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 1003e8d0 f i main.cpp.obj + 0001:0003d8f0 ?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 1003e8f0 f i main.cpp.obj + 0001:0003d910 ?now@steady_clock@chrono@std@@SA?AV?$time_point@Usteady_clock@chrono@std@@V?$duration@_JU?$ratio@$00$0DLJKMKAA@@std@@@23@@23@XZ 1003e910 f i main.cpp.obj + 0001:0003da10 ?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 1003ea10 f i main.cpp.obj + 0001:0003db90 ?overflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 1003eb90 f i main.cpp.obj + 0001:0003dce0 ?pbackfail@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 1003ece0 f i main.cpp.obj + 0001:0003dd30 ?pop@CastQueue@Nampower@@QAE?AUCastSpellParams@@XZ 1003ed30 f i main.cpp.obj + 0001:0003dde0 ?processQueues@Nampower@@YA_NXZ 1003ede0 f main.cpp.obj + 0001:0003e0e0 ?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 1003f0e0 f i main.cpp.obj + 0001:0003e260 ?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 1003f260 f i main.cpp.obj + 0001:0003e4d0 ?release@error_info_container_impl@exception_detail@boost@@EBE_NXZ 1003f4d0 f i main.cpp.obj + 0001:0003e570 ?reset@?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@QAEXPAVAllocator@hadesmem@@@Z 1003f570 f i main.cpp.obj + 0001:0003e593 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 1003f593 f i main.cpp.obj + 0001:0003e5a0 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 1003f5a0 f i main.cpp.obj + 0001:0003e5c1 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 1003f5c1 f i main.cpp.obj + 0001:0003e5d0 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 1003f5d0 f i main.cpp.obj + 0001:0003e600 ?rethrow@?$wrapexcept@VError@hadesmem@@@boost@@UBEXXZ 1003f600 f i main.cpp.obj + 0001:0003e620 ?safeRename@Nampower@@YA_NPBD0@Z 1003f620 f main.cpp.obj + 0001:0003e6b0 ?seekoff@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@_JHH@Z 1003f6b0 f i main.cpp.obj + 0001:0003e8a0 ?seekpos@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@V32@H@Z 1003f8a0 f i main.cpp.obj + 0001:0003ea10 ?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 1003fa10 f i main.cpp.obj + 0001:0003eb50 ?stof@std@@YAMABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@PAI@Z 1003fb50 f i main.cpp.obj + 0001:0003ebc0 ?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 1003fbc0 f i main.cpp.obj + 0001:0003eca0 ?underflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHXZ 1003fca0 f i main.cpp.obj + 0001:0003ed00 ?updateFromCvar@Nampower@@YAXPBD0@Z 1003fd00 f main.cpp.obj + 0001:0003fd00 _Load 10040d00 f main.cpp.obj + 0001:0003fe80 __scprintf 10040e80 f i main.cpp.obj + 0001:0003feb0 __snprintf 10040eb0 f i main.cpp.obj + 0001:0003fef0 _sprintf_s 10040ef0 f i main.cpp.obj + 0001:0003ff20 ??$?R_K@?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@QBEIAB_K@Z 10040f20 f i helper.cpp.obj + 0001:0003ff90 ??$_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 10040f90 f misc_scripts.cpp.obj + 0001:0003ff90 ??$_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 10040f90 f misc_scripts.cpp.obj + 0001:00040080 ??$_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 10041080 f i helper.cpp.obj + 0001:00040330 ??$_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 10041330 f i helper.cpp.obj + 0001:00040500 ??$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 10041500 f items.cpp.obj + 0001:00040500 ??$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 10041500 f items.cpp.obj + 0001:00040500 ??$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 10041500 f misc_scripts.cpp.obj + 0001:00040500 ??$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 10041500 f items.cpp.obj + 0001:00040500 ??$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 10041500 f helper.cpp.obj + 0001:00040580 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 10041580 f i helper.cpp.obj + 0001:00040580 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 10041580 f i helper.cpp.obj + 0001:00040600 ??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 10041600 f i helper.cpp.obj + 0001:00040690 ??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 10041690 f items.cpp.obj + 0001:00040690 ??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 10041690 f items.cpp.obj + 0001:00040690 ??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 10041690 f misc_scripts.cpp.obj + 0001:00040690 ??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 10041690 f items.cpp.obj + 0001:00040690 ??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 10041690 f helper.cpp.obj + 0001:00040770 ??1?$list@U?$pair@$$CB_KI@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@@std@@QAE@XZ 10041770 f i helper.cpp.obj + 0001:00040930 ?ConvertGuidToString@Nampower@@YAPAD_K@Z 10041930 f helper.cpp.obj + 0001:00040960 ?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 10041960 f helper.cpp.obj + 0001:00040b50 ?GetGcdOrCooldownForSpell@Nampower@@YAII@Z 10041b50 f helper.cpp.obj + 0001:00040b90 ?GetNameplateDistance@Nampower@@YAMXZ 10041b90 f helper.cpp.obj + 0001:00040be0 ?GetRemainingCooldownForSpell@Nampower@@YAII@Z 10041be0 f helper.cpp.obj + 0001:00040c50 ?GetSpellIdFromSpellName@Nampower@@YAIPBD@Z 10041c50 f helper.cpp.obj + 0001:00040c90 ?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 10041c90 f helper.cpp.obj + 0001:00041010 ?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 10042010 f helper.cpp.obj + 0001:000411c0 ?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100421c0 f helper.cpp.obj + 0001:00041310 ?IsSpellOnCooldown@Nampower@@YA_NI@Z 10042310 f helper.cpp.obj + 0001:00041370 ?IsTargetingTerrainSpell@Nampower@@YA_NXZ 10042370 f helper.cpp.obj + 0001:00041380 ?SetNameplateDistance@Nampower@@YAXM@Z 10042380 f helper.cpp.obj + 0001:000413a0 ?SpellIsAttackTradeskillOrEnchant@Nampower@@YA_NPBUSpellRec@game@@@Z 100423a0 f helper.cpp.obj + 0001:000413e0 ?SpellIsChanneling@Nampower@@YA_NPBUSpellRec@game@@@Z 100423e0 f helper.cpp.obj + 0001:000413f0 ?SpellIsMounting@Nampower@@YA_NPBUSpellRec@game@@@Z 100423f0 f helper.cpp.obj + 0001:00041420 ?SpellIsOnGcd@Nampower@@YA_NPBUSpellRec@game@@@Z 10042420 f helper.cpp.obj + 0001:00041440 ?SpellIsOnSwing@Nampower@@YA_NPBUSpellRec@game@@@Z 10042440 f helper.cpp.obj + 0001:00041450 ?SpellIsTargeting@Nampower@@YA_NPBUSpellRec@game@@@Z 10042450 f helper.cpp.obj + 0001:00041550 ?_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 10042550 f i items.cpp.obj + 0001:00041550 ?_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 10042550 f i items.cpp.obj + 0001:00041550 ?_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 10042550 f i misc_scripts.cpp.obj + 0001:00041550 ?_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 10042550 f i items.cpp.obj + 0001:00041550 ?_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 10042550 f i helper.cpp.obj + 0001:00041900 ?_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 10042900 f i helper.cpp.obj + 0001:00041a40 _snprintf 10042a40 f i helper.cpp.obj + 0001:00041a80 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 10042a80 f i spellcast.cpp.obj + 0001:00041c30 ?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 10042c30 f spellcast.cpp.obj + 0001:00042250 ?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 10043250 f spellcast.cpp.obj + 0001:000423d0 ?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 100433d0 f spellcast.cpp.obj + 0001:00042550 ?CGWorldFrame_OnLayerTrackTerrainHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAXHH@Z 10043550 f spellcast.cpp.obj + 0001:000425c0 ?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 100435c0 f spellcast.cpp.obj + 0001:00042780 ?CastQueuedNonGcdSpell@Nampower@@YAXXZ 10043780 f spellcast.cpp.obj + 0001:00042970 ?CastQueuedNormalSpell@Nampower@@YAXXZ 10043970 f spellcast.cpp.obj + 0001:00042b60 ?SendCastHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z 10043b60 f spellcast.cpp.obj + 0001:00042ba0 ?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 10043ba0 f spellcast.cpp.obj + 0001:00044270 ?Spell_C_HandleTerrainClickHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z 10045270 f spellcast.cpp.obj + 0001:00044290 ?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 10045290 f spellcast.cpp.obj + 0001:00044410 ?TriggerQuickcast@Nampower@@YAXXZ 10045410 f spellcast.cpp.obj + 0001:00044570 ?TriggerSpellCastEvent@Nampower@@YAX_NIW4CastType@@_KI@Z 10045570 f spellcast.cpp.obj + 0001:000445c0 ?TriggerSpellQueuedEvent@Nampower@@YAXW4QueueEvents@@I@Z 100455c0 f spellcast.cpp.obj + 0001:000445e0 ?findSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 100455e0 f i spellcast.cpp.obj + 0001:00044620 ?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 10045620 f i spellcast.cpp.obj + 0001:00044800 ?pushFront@CastQueue@Nampower@@QAEXABUCastSpellParams@@@Z 10045800 f i spellcast.cpp.obj + 0001:00044920 ??$Get@H@CDataStore@Nampower@@QAEXAAH@Z 10045920 f i spellevents.cpp.obj + 0001:00044920 ??$Get@I@CDataStore@Nampower@@QAEXAAI@Z 10045920 f i spellchannel.cpp.obj + 0001:00044980 ?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10045980 f spellchannel.cpp.obj + 0001:00044fa0 ?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10045fa0 f spellchannel.cpp.obj + 0001:00045250 ??$Get@F@CDataStore@Nampower@@QAEXAAF@Z 10046250 f i spellevents.cpp.obj + 0001:000452b0 ??$Get@_K@CDataStore@Nampower@@QAEXAA_K@Z 100462b0 f i spellevents.cpp.obj + 0001:00045320 ?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10046320 f spellevents.cpp.obj + 0001:00045850 ?PeriodicAuraLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 10046850 f spellevents.cpp.obj + 0001:00045a60 ?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10046a60 f spellevents.cpp.obj + 0001:00045bd0 ?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10046bd0 f spellevents.cpp.obj + 0001:00045dd0 ?SpellEnergizeLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10046dd0 f spellevents.cpp.obj + 0001:00045e70 ?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 10046e70 f spellevents.cpp.obj + 0001:00046510 ?SpellHealingLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10047510 f spellevents.cpp.obj + 0001:000465b0 ?SpellNonMeleeDmgLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100475b0 f spellevents.cpp.obj + 0001:000466b0 ?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100476b0 f spellevents.cpp.obj + 0001:00046be0 ?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 10047be0 f spellevents.cpp.obj + 0001:00047850 ?TriggerAuraCastEvent@Nampower@@YAXPBUSpellRec@game@@_KQA_KE1_N@Z 10048850 f spellevents.cpp.obj + 0001:00047b20 ?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 10048b20 f spellevents.cpp.obj + 0001:00047ea0 ?TriggerSpellEnergizeEvent@Nampower@@YAX_K0IIIE@Z 10048ea0 f spellevents.cpp.obj + 0001:00047f60 ?TriggerSpellHealEvent@Nampower@@YAX_K0IIEE@Z 10048f60 f spellevents.cpp.obj + 0001:00048020 ?findOldestWaitingForServerSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 10049020 f i spellevents.cpp.obj + 0001:00048070 ?triggerAuraCastEventOnTarget@Nampower@@YAXPBUSpellRec@game@@HPAD1_K2II@Z 10049070 f spellevents.cpp.obj + 0001:00048160 ??$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 10049160 f i misc_scripts.cpp.obj + 0001:00048160 ??$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 10049160 f i spell_scripts.cpp.obj + 0001:00048160 ??$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 10049160 f i misc_scripts.cpp.obj + 0001:000483d0 ??$_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 100493d0 f i misc_scripts.cpp.obj + 0001:000483d0 ??$_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 100493d0 f i items.cpp.obj + 0001:00048450 ??$_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 10049450 f i misc_scripts.cpp.obj + 0001:00048450 ??$_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 10049450 f i dbc_fields.cpp.obj + 0001:00048690 ??$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 10049690 f i misc_scripts.cpp.obj + 0001:00048690 ??$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 10049690 f i items.cpp.obj + 0001:000486e0 ??$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 100496e0 f i misc_scripts.cpp.obj + 0001:000487e0 ??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 100497e0 f i misc_scripts.cpp.obj + 0001:000487e0 ??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 100497e0 f i items.cpp.obj + 0001:00048890 ??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 10049890 f i misc_scripts.cpp.obj + 0001:00048890 ??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 10049890 f i items.cpp.obj + 0001:000488b0 ??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 100498b0 f i misc_scripts.cpp.obj + 0001:000488b0 ??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 100498b0 f i items.cpp.obj + 0001:00048920 ??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 10049920 f i misc_scripts.cpp.obj + 0001:00048920 ??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 10049920 f i items.cpp.obj + 0001:00048950 ??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 10049950 f i misc_scripts.cpp.obj + 0001:00048950 ??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 10049950 f i items.cpp.obj + 0001:00048970 ?PushTableValue@Nampower@@YAXPAIPADI@Z 10049970 f i misc_scripts.cpp.obj + 0001:000489c0 ?RunQueuedScript@Nampower@@YA_NH@Z 100499c0 f misc_scripts.cpp.obj + 0001:00048b00 ?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 10049b00 f misc_scripts.cpp.obj + 0001:00048c00 ?Script_DisenchantAll@Nampower@@YAIPAI@Z 10049c00 f misc_scripts.cpp.obj + 0001:00048ff0 ?Script_GetCastInfo@Nampower@@YAIPAI@Z 10049ff0 f misc_scripts.cpp.obj + 0001:00049350 ?Script_GetCurrentCastingInfo@Nampower@@YAIPAI@Z 1004a350 f misc_scripts.cpp.obj + 0001:000494a0 ?Script_GetItemLevel@Nampower@@YAIPAI@Z 1004a4a0 f misc_scripts.cpp.obj + 0001:00049550 ?Script_GetItemStats@Nampower@@YAIPAI@Z 1004a550 f misc_scripts.cpp.obj + 0001:00049900 ?Script_GetItemStatsField@Nampower@@YAIPAI@Z 1004a900 f misc_scripts.cpp.obj + 0001:00049d60 ?Script_GetItemTexture@Nampower@@YAIPAI@Z 1004ad60 f misc_scripts.cpp.obj + 0001:00049e00 ?Script_GetNampowerVersion@Nampower@@YAIPAI@Z 1004ae00 f misc_scripts.cpp.obj + 0001:00049e60 ?Script_GetSpellTexture@Nampower@@YAIPAI@Z 1004ae60 f misc_scripts.cpp.obj + 0001:00049f10 ?Script_GetUnitData@Nampower@@YAIPAI@Z 1004af10 f misc_scripts.cpp.obj + 0001:0004a280 ?Script_GetUnitField@Nampower@@YAIPAI@Z 1004b280 f misc_scripts.cpp.obj + 0001:0004a5d0 ?Script_QueueScript@Nampower@@YAIPAI@Z 1004b5d0 f misc_scripts.cpp.obj + 0001:0004a8d0 ?Script_StartItemExport@Nampower@@YAIPAI@Z 1004b8d0 f misc_scripts.cpp.obj + 0001:0004a8e0 ?TryDisenchant@Nampower@@YA_NXZ 1004b8e0 f misc_scripts.cpp.obj + 0001:0004ac70 ?_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 1004bc70 f i misc_scripts.cpp.obj + 0001:0004ac70 ?_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 1004bc70 f i items.cpp.obj + 0001:0004af30 ??$_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 1004bf30 f i spell_scripts.cpp.obj + 0001:0004b170 ??$_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 1004c170 f i spell_scripts.cpp.obj + 0001:0004b1c0 ?GetSpellSlotFromLuaHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@HPAI1@Z 1004c1c0 f spell_scripts.cpp.obj + 0001:0004b310 ?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 1004c310 f spell_scripts.cpp.obj + 0001:0004b420 ?Script_GetSpellIdForName@Nampower@@YAIPAI@Z 1004c420 f spell_scripts.cpp.obj + 0001:0004b490 ?Script_GetSpellModifiers@Nampower@@YAIPAI@Z 1004c490 f spell_scripts.cpp.obj + 0001:0004b610 ?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 1004c610 f spell_scripts.cpp.obj + 0001:0004b760 ?Script_GetSpellRec@Nampower@@YAIPAI@Z 1004c760 f spell_scripts.cpp.obj + 0001:0004bba0 ?Script_GetSpellRecField@Nampower@@YAIPAI@Z 1004cba0 f spell_scripts.cpp.obj + 0001:0004c0a0 ?Script_GetSpellSlotTypeIdForName@Nampower@@YAIPAI@Z 1004d0a0 f spell_scripts.cpp.obj + 0001:0004c220 ?Script_IsSpellInRange@Nampower@@YAIPAI@Z 1004d220 f spell_scripts.cpp.obj + 0001:0004c4e0 ?Script_IsSpellUsable@Nampower@@YAIPAI@Z 1004d4e0 f spell_scripts.cpp.obj + 0001:0004c620 ?Script_QueueSpellByName@Nampower@@YAIPAI@Z 1004d620 f spell_scripts.cpp.obj + 0001:0004c730 ?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1004d730 f spell_scripts.cpp.obj + 0001:0004c850 ?GetCooldownFromSpellHistory@Nampower@@YA?AUCooldownDetail@1@III@Z 1004d850 f cooldown_scripts.cpp.obj + 0001:0004cb10 ?GetItemCooldownDetail@Nampower@@YA?AUCooldownDetail@1@I@Z 1004db10 f cooldown_scripts.cpp.obj + 0001:0004ccb0 ?PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@1@@Z 1004dcb0 f cooldown_scripts.cpp.obj + 0001:0004d1e0 ?Script_GetItemIdCooldown@Nampower@@YAIPAI@Z 1004e1e0 f cooldown_scripts.cpp.obj + 0001:0004d2c0 ?Script_GetSpellIdCooldown@Nampower@@YAIPAI@Z 1004e2c0 f cooldown_scripts.cpp.obj + 0001:0004d380 ?Script_GetTrinketCooldown@Nampower@@YAIPAI@Z 1004e380 f cooldown_scripts.cpp.obj + 0001:0004d5a0 ??0CachedItemData@Nampower@@QAE@XZ 1004e5a0 f i item_scripts.cpp.obj + 0001:0004da10 ?ClearBagSlot@Nampower@@YAXPAIHI@Z 1004ea10 f item_scripts.cpp.obj + 0001:0004daf0 ?CreateBasicItemInfoTable@Nampower@@YAXPAIPAUCGItem@game@@@Z 1004eaf0 f item_scripts.cpp.obj + 0001:0004dbe0 ?CreateItemInfoTable@Nampower@@YAXPAIPAUCGItem_C@game@@@Z 1004ebe0 f item_scripts.cpp.obj + 0001:0004de90 ?GetSingleBagItems@Nampower@@YAIPAIH@Z 1004ee90 f item_scripts.cpp.obj + 0001:0004e280 ?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 1004f280 f item_scripts.cpp.obj + 0001:0004e7b0 ?Script_FindPlayerItemSlot@Nampower@@YAIPAI@Z 1004f7b0 f item_scripts.cpp.obj + 0001:0004e920 ?Script_GetBagItem@Nampower@@YAIPAI@Z 1004f920 f item_scripts.cpp.obj + 0001:0004ebf0 ?Script_GetBagItems@Nampower@@YAIPAI@Z 1004fbf0 f item_scripts.cpp.obj + 0001:0004ed90 ?Script_GetEquippedItem@Nampower@@YAIPAI@Z 1004fd90 f item_scripts.cpp.obj + 0001:0004ef10 ?Script_GetEquippedItems@Nampower@@YAIPAI@Z 1004ff10 f item_scripts.cpp.obj + 0001:0004f090 ?Script_GetTrinkets@Nampower@@YAIPAI@Z 10050090 f item_scripts.cpp.obj + 0001:0004f540 ?Script_UseItemIdOrName@Nampower@@YAIPAI@Z 10050540 f item_scripts.cpp.obj + 0001:0004f6c0 ?Script_UseTrinket@Nampower@@YAIPAI@Z 100506c0 f item_scripts.cpp.obj + 0001:0004f8f0 ??$_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 100508f0 f i items.cpp.obj + 0001:0004f8f0 ??$_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 100508f0 f i items.cpp.obj + 0001:0004f960 ??$_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 10050960 f i items.cpp.obj + 0001:0004fb60 ??$_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 10050b60 f i items.cpp.obj + 0001:0004fd50 ??$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 10050d50 f i items.cpp.obj + 0001:0004ff40 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 10050f40 f i items.cpp.obj + 0001:0004ff40 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 10050f40 f i items.cpp.obj + 0001:0004ff60 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10050f60 f i items.cpp.obj + 0001:0004ff60 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10050f60 f i items.cpp.obj + 0001:0004ff80 ??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 10050f80 f i items.cpp.obj + 0001:00050010 ??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 10051010 f i items.cpp.obj + 0001:000500a0 ??1?$list@IV?$allocator@I@std@@@std@@QAE@XZ 100510a0 f i items.cpp.obj + 0001:000500e0 ??1?$list@U?$pair@$$CBIPAUItemStats_C@game@@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@2@@std@@QAE@XZ 100510e0 f i items.cpp.obj + 0001:00050120 ??_H@YGXPAXIIP6EPAX0@Z@Z 10051120 f i items.cpp.obj + 0001:00050150 ?CacheItemNameToId@Nampower@@YAXPBDI@Z 10051150 f items.cpp.obj + 0001:000501e0 ?ClearItemCaches@Nampower@@YAXXZ 100511e0 f items.cpp.obj + 0001:00050340 ?DoesItemMatch@Nampower@@YA_NIIPBD@Z 10051340 f items.cpp.obj + 0001:00050410 ?FindPlayerDisenchantItem@Nampower@@YA?AUPlayerItemSearchResult@1@I_N@Z 10051410 f items.cpp.obj + 0001:00050620 ?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 10051620 f items.cpp.obj + 0001:00050c60 ?GetBagPtrFromContainer@Nampower@@YAPAIPAI@Z 10051c60 f items.cpp.obj + 0001:00050c80 ?GetItemIdFromCache@Nampower@@YAIPBD@Z 10051c80 f items.cpp.obj + 0001:00050d70 ?GetItemStats@Nampower@@YAPAUItemStats_C@game@@I@Z 10051d70 f items.cpp.obj + 0001:00050df0 ?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 10051df0 f items.cpp.obj + 0001:00051010 ?LoadItem@Nampower@@YA_NI@Z 10052010 f items.cpp.obj + 0001:000510e0 ?StartItemExport@Nampower@@YAXXZ 100520e0 f items.cpp.obj + 0001:00051100 ?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 10052100 f items.cpp.obj + 0001:000512d0 ?_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 100522d0 f i items.cpp.obj + 0001:00051430 ?_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 10052430 f i items.cpp.obj + 0001:00051590 ?_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 10052590 f i items.cpp.obj + 0001:00051740 ?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 10052740 f i items.cpp.obj + 0001:000517c0 ?InitializeFieldMaps@Nampower@@YAXXZ 100527c0 f dbc_fields.cpp.obj + 0001:00051ac0 ?InitializeUnitFieldMaps@Nampower@@YAXXZ 10052ac0 f unit_fields.cpp.obj + 0001:00051c70 ?CGUnit_C_OnAuraAddedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 10052c70 f auras.cpp.obj + 0001:00051cb0 ?CGUnit_C_OnAuraAddedStackHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIH@Z 10052cb0 f auras.cpp.obj + 0001:00051cf0 ?CGUnit_C_OnAuraRemovedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 10052cf0 f auras.cpp.obj + 0001:00051d30 ?TriggerAuraEvent@Nampower@@YAXPAIII_N@Z 10052d30 f auras.cpp.obj + 0001:00051f60 ?UnitCombatLogUnitDeadHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_K@Z 10052f60 f auras.cpp.obj + 0001:00051fb0 ??$_Emplace_reallocate@ABQAH@?$vector@PAHV?$allocator@PAH@std@@@std@@AAEPAPAHQAPAHABQAH@Z 10052fb0 f i lua_refs.cpp.obj + 0001:00052110 ?CleanupAllLuaTableRefs@Nampower@@YAXXZ 10053110 f lua_refs.cpp.obj + 0001:00052280 ?GetTableRef@Nampower@@YAXPAIAAH@Z 10053280 f lua_refs.cpp.obj + 0001:00052300 ?AttackRoundInfo_ReadPacketHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@1@@Z 10053300 f autoattack.cpp.obj + 0001:000526b8 __get_purecall_handler 100536b8 f libvcruntime:purevirt.obj + 0001:000526bf __purecall 100536bf f libvcruntime:purevirt.obj + 0001:000526db ___DestructExceptionObject 100536db f libvcruntime:ehhelpers.obj + 0001:0005277c ?_CallMemberFunction0@@YGXQAX0@Z 1005377c f i libvcruntime:ehhelpers.obj + 0001:000527e1 __IsExceptionObjectToBeDestroyed 100537e1 f libvcruntime:ehhelpers.obj + 0001:00052807 ___AdjustPointer 10053807 f libvcruntime:ehhelpers.obj + 0001:0005282c ___FrameUnwindFilter 1005382c f libvcruntime:ehhelpers.obj + 0001:00052882 ___std_terminate 10053882 f libvcruntime:ehhelpers.obj + 0001:00052887 ___std_exception_copy 10053887 f libvcruntime:std_exception.obj + 0001:000528ea ___std_exception_destroy 100538ea f libvcruntime:std_exception.obj + 0001:00052909 __CxxThrowException@8 10053909 f libvcruntime:throw.obj + 0001:00052975 ?GetRangeOfTrysToCheck@__FrameHandler3@@SA?AU?$pair@Viterator@TryBlockMap@__FrameHandler3@@V123@@std@@AAVTryBlockMap@1@HPAXPBU_s_FuncInfo@@H@Z 10053975 f libvcruntime:trnsctrl.obj + 0001:000529e4 ?_CallCatchBlock2@@YAPAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@PAXHK@Z 100539e4 f libvcruntime:trnsctrl.obj + 0001:00052a41 ?_CallSETranslator@@YAHPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAX2PBU_s_FuncInfo@@H1@Z 10053a41 f libvcruntime:trnsctrl.obj + 0001:00052b31 ?_JumpToContinuation@@YGXPAXPAUEHRegistrationNode@@@Z 10053b31 f libvcruntime:trnsctrl.obj + 0001:00052b61 ?_UnwindNestedFrames@@YGXPAUEHRegistrationNode@@PAUEHExceptionRecord@@@Z 10053b61 f libvcruntime:trnsctrl.obj + 0001:00052bb5 __CatchGuardHandler 10053bb5 f libvcruntime:trnsctrl.obj + 0001:00052be6 __CreateFrameInfo 10053be6 f libvcruntime:trnsctrl.obj + 0001:00052c0a __FindAndUnlinkFrame 10053c0a f libvcruntime:trnsctrl.obj + 0001:00052c52 __TranslatorGuardHandler 10053c52 f libvcruntime:trnsctrl.obj + 0001:00052cf1 ___CxxFrameHandler3 10053cf1 f libvcruntime:trnsctrl.obj + 0001:00052d30 _memcpy 10053d30 f libvcruntime:memcpy.obj + 0001:00052d30 _memmove 10053d30 f libvcruntime:memmove.obj + 0001:000532b0 ??0__non_rtti_object@std@@QAE@ABV01@@Z 100542b0 f i libvcruntime:rtti.obj + 0001:000532cb ??0bad_typeid@std@@QAE@ABV01@@Z 100542cb f i libvcruntime:rtti.obj + 0001:000532e6 ??_E__non_rtti_object@std@@UAEPAXI@Z 100542e6 f i libvcruntime:rtti.obj + 0001:000532e6 ??_Ebad_function_call@std@@UAEPAXI@Z 100542e6 f i libcpmt:xthrow.obj + 0001:000532e6 ??_Ebad_typeid@std@@UAEPAXI@Z 100542e6 f i libvcruntime:rtti.obj + 0001:000532e6 ??_Einvalid_argument@std@@UAEPAXI@Z 100542e6 f i libcpmt:xthrow.obj + 0001:000532e6 ??_Elength_error@std@@UAEPAXI@Z 100542e6 f i libcpmt:xthrow.obj + 0001:000532e6 ??_Elogic_error@std@@UAEPAXI@Z 100542e6 f i libcpmt:xthrow.obj + 0001:000532e6 ??_Eout_of_range@std@@UAEPAXI@Z 100542e6 f i libcpmt:xthrow.obj + 0001:000532e6 ??_G__non_rtti_object@std@@UAEPAXI@Z 100542e6 f i libvcruntime:rtti.obj + 0001:000532e6 ??_Gbad_function_call@std@@UAEPAXI@Z 100542e6 f i libcpmt:xthrow.obj + 0001:000532e6 ??_Gbad_typeid@std@@UAEPAXI@Z 100542e6 f i libvcruntime:rtti.obj + 0001:000532e6 ??_Ginvalid_argument@std@@UAEPAXI@Z 100542e6 f i libcpmt:xthrow.obj + 0001:000532e6 ??_Glength_error@std@@UAEPAXI@Z 100542e6 f i libcpmt:xthrow.obj + 0001:000532e6 ??_Glogic_error@std@@UAEPAXI@Z 100542e6 f i libcpmt:xthrow.obj + 0001:000532e6 ??_Gout_of_range@std@@UAEPAXI@Z 100542e6 f i libcpmt:xthrow.obj + 0001:000536b7 ?__construct_from_string_literal@__non_rtti_object@std@@SA?AV12@QBD@Z 100546b7 f i libvcruntime:rtti.obj + 0001:000536d3 ?__construct_from_string_literal@bad_cast@std@@SA?AV12@QBD@Z 100546d3 f i libvcruntime:rtti.obj + 0001:000536ef ?__construct_from_string_literal@bad_typeid@std@@SA?AV12@QBD@Z 100546ef f i libvcruntime:rtti.obj + 0001:0005370b ___RTDynamicCast 1005470b f libvcruntime:rtti.obj + 0001:000537fe ___RTtypeid 100547fe f libvcruntime:rtti.obj + 0001:00053894 ??3@YAXPAX@Z 10054894 f LIBCMT:delete_scalar.obj + 0001:00053899 ___std_type_info_compare 10054899 f libvcruntime:std_type_info.obj + 0001:000538d5 ___std_type_info_destroy_list 100548d5 f libvcruntime:std_type_info.obj + 0001:000538f8 ___std_type_info_name 100548f8 f libvcruntime:std_type_info.obj + 0001:000539c0 _memset 100549c0 f libvcruntime:memset.obj + 0001:00053b20 _strstr 10054b20 f libvcruntime:strstr.obj + 0001:00053d90 _memchr 10054d90 f libvcruntime:memchr.obj + 0001:00053e3d ___vcrt_freefls@4 10054e3d f libvcruntime:per_thread_data.obj + 0001:00053e59 ___vcrt_freeptd_for_this_thread 10054e59 f libvcruntime:per_thread_data.obj + 0001:00053e84 ___vcrt_getptd 10054e84 f libvcruntime:per_thread_data.obj + 0001:00053e92 ___vcrt_getptd_noexit 10054e92 f libvcruntime:per_thread_data.obj + 0001:00053f24 ___vcrt_getptd_noinit 10054f24 f libvcruntime:per_thread_data.obj + 0001:00053f5b ___vcrt_initialize_ptd 10054f5b f libvcruntime:per_thread_data.obj + 0001:00053f8e ___vcrt_uninitialize_ptd 10054f8e f libvcruntime:per_thread_data.obj + 0001:00053ff0 __except_handler4 10054ff0 f libvcruntime:chandler4.obj + 0001:00054880 ??$TypeMatchHelper@V__FrameHandler3@@@@YAHPBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_ThrowInfo@@@Z 10055880 f i libvcruntime:frame.obj + 0001:0005490e ??$__InternalCxxFrameHandler@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 1005590e f i libvcruntime:frame.obj + 0001:00054a10 ??$__InternalCxxFrameHandlerWrapper@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 10055a10 f i libvcruntime:frame.obj + 0001:00054c71 ?FrameUnwindToEmptyState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 10055c71 f libvcruntime:frame.obj + 0001:00054c89 ?FrameUnwindToState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@H@Z 10055c89 f libvcruntime:frame.obj + 0001:00054e0b ?_CallMemberFunction1@@YGXQAX00@Z 10055e0b f i libvcruntime:frame.obj + 0001:00054e1b ?_CallMemberFunction2@@YGXQAX00H@Z 10055e1b f i libvcruntime:frame.obj + 0001:00054e2e ?getESTypes@__FrameHandler3@@SAPBU_s_ESTypeList@@PBU_s_FuncInfo@@@Z 10055e2e f i libvcruntime:frame.obj + 0001:00054e40 __CallSettingFrame@12 10055e40 f libvcruntime:lowhelpr.obj + 0001:00054e67 __NLG_Return 10055e67 libvcruntime:lowhelpr.obj + 0001:00054e8c ___except_validate_context_record 10055e8c f libvcruntime:jbcxrval.obj + 0001:00054ebc ??$?0$00@DName@@QAE@PBDU?$StringLifeSelector@$00@@@Z 10055ebc f i libvcruntime:undname.obj + 0001:00054eef ??$?0$01@DName@@QAE@PBDU?$StringLifeSelector@$01@@@Z 10055eef f i libvcruntime:undname.obj + 0001:00054eef ??$?0$0A@@DName@@QAE@PBDU?$StringLifeSelector@$0A@@@@Z 10055eef f i libvcruntime:undname.obj + 0001:00054f22 ??$?0$01@pcharNode@@QAE@PBDHU?$StringLifeSelector@$01@@@Z 10055f22 f i libvcruntime:undname.obj + 0001:00054f22 ??$?0$0A@@pcharNode@@QAE@PBDHU?$StringLifeSelector@$0A@@@@Z 10055f22 f i libvcruntime:undname.obj + 0001:00054f62 ??$append@VDNameNode@@@DName@@AAEXPBVDNameNode@@@Z 10055f62 f i libvcruntime:undname.obj + 0001:00054f62 ??$append@VDNameStatusNode@@@DName@@AAEXPBVDNameStatusNode@@@Z 10055f62 f i libvcruntime:undname.obj + 0001:00054f62 ??$append@VcharNode@@@DName@@AAEXPBVcharNode@@@Z 10055f62 f i libvcruntime:undname.obj + 0001:00054f62 ??$append@VpcharNode@@@DName@@AAEXPBVpcharNode@@@Z 10055f62 f i libvcruntime:undname.obj + 0001:00054fa3 ??$doPchar@$00@DName@@AAEXPBDH@Z 10055fa3 f i libvcruntime:undname.obj + 0001:0005500f ??$doPchar@$01@DName@@AAEXPBDH@Z 1005600f f i libvcruntime:undname.obj + 0001:0005500f ??$doPchar@$0A@@DName@@AAEXPBDH@Z 1005600f f i libvcruntime:undname.obj + 0001:0005513c ??0DName@@QAE@AAPBDD@Z 1005613c f libvcruntime:undname.obj + 0001:000551c5 ??0DName@@QAE@ABUStringLiteral@@@Z 100561c5 f libvcruntime:undname.obj + 0001:000551ec ??0DName@@QAE@PAV0@@Z 100561ec f libvcruntime:undname.obj + 0001:00055233 ??0DName@@QAE@W4DNameStatus@@@Z 10056233 f libvcruntime:undname.obj + 0001:00055273 ??0DName@@QAE@_J@Z 10056273 f libvcruntime:undname.obj + 0001:000552fd ??0DName@@QAE@_K@Z 100562fd f libvcruntime:undname.obj + 0001:00055361 ??0DNameNode@@IAE@XZ 10056361 f i libvcruntime:undname.obj + 0001:0005536a ??0UnDecorator@@QAE@PBDP6APADJ@ZK@Z 1005636a f i libvcruntime:undname.obj + 0001:000553ce ??0pDNameNode@@QAE@PAVDName@@@Z 100563ce f libvcruntime:undname.obj + 0001:000553f6 ??0pairNode@@QAE@PBVDNameNode@@0@Z 100563f6 f i libvcruntime:undname.obj + 0001:0005541c ??2@YAPAXIAAV_HeapManager@@H@Z 1005641c f libvcruntime:undname.obj + 0001:0005543b ??4DName@@QAEAAV0@ABUStringLiteral@@@Z 1005643b f libvcruntime:undname.obj + 0001:0005545c ??4DName@@QAEAAV0@W4DNameStatus@@@Z 1005645c f libvcruntime:undname.obj + 0001:0005548e ??AReplicator@@QBE?AVDName@@H@Z 1005648e f libvcruntime:undname.obj + 0001:000554ca ??H@YA?AVDName@@ABUStringLiteral@@ABV0@@Z 100564ca f i libvcruntime:undname.obj + 0001:000554ec ??H@YA?AVDName@@DABV0@@Z 100564ec f i libvcruntime:undname.obj + 0001:00055517 ??H@YA?AVDName@@W4DNameStatus@@ABV0@@Z 10056517 f i libvcruntime:undname.obj + 0001:00055539 ??HDName@@QBE?AV0@ABUStringLiteral@@@Z 10056539 f libvcruntime:undname.obj + 0001:0005555b ??HDName@@QBE?AV0@ABV0@@Z 1005655b f libvcruntime:undname.obj + 0001:0005557d ??HDName@@QBE?AV0@D@Z 1005657d f libvcruntime:undname.obj + 0001:0005559f ??HDName@@QBE?AV0@W4DNameStatus@@@Z 1005659f f libvcruntime:undname.obj + 0001:000555c1 ??YDName@@QAEAAV0@ABUStringLiteral@@@Z 100565c1 f libvcruntime:undname.obj + 0001:00055619 ??YDName@@QAEAAV0@ABV0@@Z 10056619 f libvcruntime:undname.obj + 0001:00055670 ??YDName@@QAEAAV0@D@Z 10056670 f libvcruntime:undname.obj + 0001:000556c5 ??YDName@@QAEAAV0@W4DNameStatus@@@Z 100566c5 f libvcruntime:undname.obj + 0001:00055705 ??YReplicator@@QAEAAV0@ABVDName@@@Z 10056705 f libvcruntime:undname.obj + 0001:00055745 ??_5DName@@QAEAAV0@ABV0@@Z 10056745 f libvcruntime:undname.obj + 0001:00055764 ?Destructor@_HeapManager@@QAEXXZ 10056764 f i libvcruntime:undname.obj + 0001:00055799 ?UScore@UnDecorator@@SA?AUStringLiteral@@W4Tokens@@@Z 10056799 f libvcruntime:undname.obj + 0001:000557c0 ?composeDeclaration@UnDecorator@@CA?AVDName@@ABV2@@Z 100567c0 f i libvcruntime:undname.obj + 0001:00056546 ?doPchar@DName@@AAEXD@Z 10057546 f libvcruntime:undname.obj + 0001:0005657e ?getAddressOf@UnDecorator@@CA?AVDName@@XZ 1005757e f libvcruntime:undname.obj + 0001:000565e6 ?getArgumentList@UnDecorator@@CA?AVDName@@XZ 100575e6 f libvcruntime:undname.obj + 0001:000566f3 ?getArgumentTypes@UnDecorator@@CA?AVDName@@XZ 100576f3 f libvcruntime:undname.obj + 0001:000567fb ?getArrayAccess@UnDecorator@@CA?AVDName@@XZ 100577fb f libvcruntime:undname.obj + 0001:0005686f ?getArrayObject@UnDecorator@@CA?AVDName@@XZ 1005786f f libvcruntime:undname.obj + 0001:0005690d ?getArrayType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005790d f i libvcruntime:undname.obj + 0001:00056aaa ?getBasedType@UnDecorator@@CA?AVDName@@XZ 10057aaa f libvcruntime:undname.obj + 0001:00056b59 ?getBasicDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 10057b59 f libvcruntime:undname.obj + 0001:000570b5 ?getCallingConvention@UnDecorator@@CA?AVDName@@XZ 100580b5 f libvcruntime:undname.obj + 0001:0005717f ?getDataIndirectType@UnDecorator@@CA?AVDName@@ABV2@W4IndirectionKind@@0H@Z 1005817f f libvcruntime:undname.obj + 0001:0005783e ?getDataIndirectType@UnDecorator@@CA?AVDName@@XZ 1005883e f i libvcruntime:undname.obj + 0001:0005786c ?getDataType@UnDecorator@@CA?AVDName@@PAV2@@Z 1005886c f libvcruntime:undname.obj + 0001:00057943 ?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 10058943 f libvcruntime:undname.obj + 0001:00057b97 ?getDimension@UnDecorator@@CA?AVDName@@_N@Z 10058b97 f libvcruntime:undname.obj + 0001:00057c9e ?getDispatchTarget@UnDecorator@@CA?AVDName@@XZ 10058c9e f libvcruntime:undname.obj + 0001:00057cef ?getECSUDataType@UnDecorator@@CA?AVDName@@XZ 10058cef f libvcruntime:undname.obj + 0001:00057e99 ?getEnumType@UnDecorator@@CA?AVDName@@XZ 10058e99 f i libvcruntime:undname.obj + 0001:00057fad ?getExtendedDataIndirectType@UnDecorator@@CA?AVDName@@AAW4IndirectionKind@@AA_NH@Z 10058fad f libvcruntime:undname.obj + 0001:000581b0 ?getExternalDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 100591b0 f i libvcruntime:undname.obj + 0001:00058215 ?getFloatingPoint@UnDecorator@@CA?AVDName@@H@Z 10059215 f libvcruntime:undname.obj + 0001:000582d8 ?getFunctionIndirectType@UnDecorator@@CA?AVDName@@ABV2@@Z 100592d8 f libvcruntime:undname.obj + 0001:00058682 ?getLastChar@DName@@QBEDXZ 10059682 f i libvcruntime:undname.obj + 0001:000586a2 ?getLastChar@DNameStatusNode@@UBEDXZ 100596a2 f i libvcruntime:undname.obj + 0001:000586ae ?getLastChar@charNode@@UBEDXZ 100596ae f i libvcruntime:undname.obj + 0001:000586b2 ?getLastChar@pDNameNode@@UBEDXZ 100596b2 f i libvcruntime:undname.obj + 0001:000586c0 ?getLastChar@pairNode@@UBEDXZ 100596c0 f i libvcruntime:undname.obj + 0001:000586f5 ?getLastChar@pcharNode@@UBEDXZ 100596f5 f i libvcruntime:undname.obj + 0001:00058707 ?getLexicalFrame@UnDecorator@@CA?AVDName@@XZ 10059707 f i libvcruntime:undname.obj + 0001:00058738 ?getMemberAccess@UnDecorator@@CA?AVDName@@XZ 10059738 f libvcruntime:undname.obj + 0001:000587a8 ?getMemoryWithBuffer@_HeapManager@@QAEPAXI@Z 100597a8 f libvcruntime:undname.obj + 0001:00058812 ?getMemoryWithoutBuffer@_HeapManager@@QAEPAXI@Z 10059812 f libvcruntime:undname.obj + 0001:00058832 ?getNoexcept@UnDecorator@@CA?AVDName@@XZ 10059832 f libvcruntime:undname.obj + 0001:0005887a ?getNumberOfDimensions@UnDecorator@@CAHXZ 1005987a f libvcruntime:undname.obj + 0001:000588d4 ?getOperatorName@UnDecorator@@CA?AVDName@@_NPA_N@Z 100598d4 f i libvcruntime:undname.obj + 0001:0005919a ?getPointerToMember@UnDecorator@@CA?AVDName@@XZ 1005a19a f libvcruntime:undname.obj + 0001:00059256 ?getPrimaryDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005a256 f libvcruntime:undname.obj + 0001:000594a4 ?getPtrRefDataType@UnDecorator@@CA?AVDName@@ABV2@H@Z 1005a4a4 f libvcruntime:undname.obj + 0001:00059611 ?getPtrRefType@UnDecorator@@CA?AVDName@@ABV2@0W4IndirectionKind@@@Z 1005a611 f libvcruntime:undname.obj + 0001:00059722 ?getRestrictionSpec@UnDecorator@@CA?AVDName@@XZ 1005a722 f libvcruntime:undname.obj + 0001:0005983b ?getReturnType@UnDecorator@@CA?AVDName@@PAV2@@Z 1005a83b f libvcruntime:undname.obj + 0001:0005986a ?getScope@UnDecorator@@CA?AVDName@@XZ 1005a86a f libvcruntime:undname.obj + 0001:00059c28 ?getScopedName@UnDecorator@@CA?AVDName@@XZ 1005ac28 f libvcruntime:undname.obj + 0001:00059d1d ?getSignedDimension@UnDecorator@@CA?AVDName@@XZ 1005ad1d f libvcruntime:undname.obj + 0001:00059d6e ?getString@DName@@QBEPADPAD0@Z 1005ad6e f i libvcruntime:undname.obj + 0001:00059d9b ?getString@DName@@QBEPADPADH@Z 1005ad9b f i libvcruntime:undname.obj + 0001:00059df0 ?getString@DNameStatusNode@@UBEPADPAD0@Z 1005adf0 f i libvcruntime:undname.obj + 0001:00059e37 ?getString@charNode@@UBEPADPAD0@Z 1005ae37 f i libvcruntime:undname.obj + 0001:00059e4c ?getString@pDNameNode@@UBEPADPAD0@Z 1005ae4c f i libvcruntime:undname.obj + 0001:00059e63 ?getString@pairNode@@UBEPADPAD0@Z 1005ae63 f i libvcruntime:undname.obj + 0001:00059ea9 ?getString@pcharNode@@UBEPADPAD0@Z 1005aea9 f i libvcruntime:undname.obj + 0001:00059ec4 ?getStringEncoding@UnDecorator@@CA?AVDName@@W4PrefixKind@@H@Z 1005aec4 f libvcruntime:undname.obj + 0001:00059f57 ?getStringHelper@@YAPADPADPBD1H@Z 1005af57 f i libvcruntime:undname.obj + 0001:00059f81 ?getStringObject@UnDecorator@@CA?AVDName@@XZ 1005af81 f libvcruntime:undname.obj + 0001:00059fed ?getSymbolName@UnDecorator@@CA?AVDName@@XZ 1005afed f i libvcruntime:undname.obj + 0001:0005a035 ?getTemplateArgumentList@UnDecorator@@CA?AVDName@@XZ 1005b035 f libvcruntime:undname.obj + 0001:0005a1e5 ?getTemplateName@UnDecorator@@CA?AVDName@@_N@Z 1005b1e5 f libvcruntime:undname.obj + 0001:0005a360 ?getTemplateNonTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005b360 f libvcruntime:undname.obj + 0001:0005a728 ?getTemplateTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005b728 f libvcruntime:undname.obj + 0001:0005a839 ?getThisType@UnDecorator@@CA?AVDName@@XZ 1005b839 f i libvcruntime:undname.obj + 0001:0005a868 ?getThrowTypes@UnDecorator@@CA?AVDName@@XZ 1005b868 f libvcruntime:undname.obj + 0001:0005a887 ?getTypeEncoding@UnDecorator@@CAHXZ 1005b887 f i libvcruntime:undname.obj + 0001:0005abc3 ?getUndecoratedName@UnDecorator@@QAEPADPADH@Z 1005bbc3 f i libvcruntime:undname.obj + 0001:0005ace4 ?getUnionObject@UnDecorator@@CA?AVDName@@XZ 1005bce4 f libvcruntime:undname.obj + 0001:0005ad8b ?getVCallThunkType@UnDecorator@@CA?AVDName@@XZ 1005bd8b f i libvcruntime:undname.obj + 0001:0005add5 ?getValue@UnDecorator@@CA?AV?$optional@_K@std@@XZ 1005bdd5 f libvcruntime:undname.obj + 0001:0005ae25 ?getValueObject@UnDecorator@@CA?AVDName@@XZ 1005be25 f libvcruntime:undname.obj + 0001:0005af51 ?getVdispMapType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005bf51 f i libvcruntime:undname.obj + 0001:0005afb2 ?getVfTableType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005bfb2 f i libvcruntime:undname.obj + 0001:0005b106 ?getZName@UnDecorator@@CA?AVDName@@_N0@Z 1005c106 f libvcruntime:undname.obj + 0001:0005b31f ?get_current_character_and_increment_buffer@UnDecorator@@CADXZ 1005c31f f i libvcruntime:undname.obj + 0001:0005b333 ?increment_buffer@UnDecorator@@CA_NI@Z 1005c333 f i libvcruntime:undname.obj + 0001:0005b35b ?isEmpty@DName@@QBEHXZ 1005c35b f i libvcruntime:undname.obj + 0001:0005b363 ?isValid@DName@@QBEHXZ 1005c363 f i libvcruntime:undname.obj + 0001:0005b36d ?length@DName@@QBEHXZ 1005c36d f i libvcruntime:undname.obj + 0001:0005b38c ?length@DNameStatusNode@@UBEHXZ 1005c38c f i libvcruntime:undname.obj + 0001:0005b38c ?length@pcharNode@@UBEHXZ 1005c38c f i libvcruntime:undname.obj + 0001:0005b38c ?raw_length@DNameStatusNode@@UBEHXZ 1005c38c f i libvcruntime:undname.obj + 0001:0005b38c ?raw_length@pcharNode@@UBEHXZ 1005c38c f i libvcruntime:undname.obj + 0001:0005b390 ?length@charNode@@UBEHXZ 1005c390 f i libvcruntime:undname.obj + 0001:0005b390 ?raw_length@charNode@@UBEHXZ 1005c390 f i libvcruntime:undname.obj + 0001:0005b390 __get_startup_argv_mode 1005c390 f i LIBCMT:argv_mode.obj + 0001:0005b394 ?length@pDNameNode@@UBEHXZ 1005c394 f i libvcruntime:undname.obj + 0001:0005b3a2 ?length@pairNode@@UBEHXZ 1005c3a2 f i libvcruntime:undname.obj + 0001:0005b3eb ?make@DNameStatusNode@@SAPBV1@W4DNameStatus@@@Z 1005c3eb f i libvcruntime:undname.obj + 0001:0005b407 ?parseDecoratedName@UnDecorator@@CA?AVDName@@XZ 1005c407 f libvcruntime:undname.obj + 0001:0005b502 ?raw_length@pairNode@@UBEHXZ 1005c502 f i libvcruntime:undname.obj + 0001:0005b558 ___unDName 1005c558 f libvcruntime:undname.obj + 0001:0005b57b ___unDNameEx 1005c57b f libvcruntime:undname.obj + 0001:0005b620 _strchr 1005c620 f libvcruntime:strchr.obj + 0001:0005b68e ___from_strstr_to_strchr 1005c68e libvcruntime:strchr.obj + 0001:0005b836 ___vcrt_FlsAlloc 1005c836 f libvcruntime:winapi_downlevel.obj + 0001:0005b871 ___vcrt_FlsFree 1005c871 f libvcruntime:winapi_downlevel.obj + 0001:0005b8ac ___vcrt_FlsGetValue 1005c8ac f libvcruntime:winapi_downlevel.obj + 0001:0005b8e7 ___vcrt_FlsSetValue 1005c8e7 f libvcruntime:winapi_downlevel.obj + 0001:0005b925 ___vcrt_InitializeCriticalSectionEx 1005c925 f libvcruntime:winapi_downlevel.obj + 0001:0005b970 __local_unwind4 1005c970 f libvcruntime:exsup4.obj + 0001:0005ba60 @_EH4_CallFilterFunc@8 1005ca60 f libvcruntime:exsup4.obj + 0001:0005ba80 @_EH4_TransferToHandler@8 1005ca80 f libvcruntime:exsup4.obj + 0001:0005baa0 @_EH4_GlobalUnwind2@8 1005caa0 f libvcruntime:exsup4.obj + 0001:0005bac0 @_EH4_LocalUnwind@16 1005cac0 f libvcruntime:exsup4.obj + 0001:0005bad7 _unexpected 1005cad7 f libvcruntime:unexpected.obj + 0001:0005baf4 ?GetCurrentState@__FrameHandler3@@SAHPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 1005caf4 f libvcruntime:ehstate.obj + 0001:0005bb11 ?SetState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@H@Z 1005cb11 f libvcruntime:ehstate.obj + 0001:0005bb20 __NLG_Notify1 1005cb20 f libvcruntime:exsup.obj + 0001:0005bb30 __NLG_Notify 1005cb30 f libvcruntime:exsup.obj + 0001:0005bb47 __NLG_Dispatch 1005cb47 libvcruntime:exsup.obj + 0001:0005bb47 __NLG_Dispatch2 1005cb47 libvcruntime:exsup.obj + 0001:0005bb50 __NLG_Call 1005cb50 f libvcruntime:exsup.obj + 0001:0005bb52 __NLG_Return2 1005cb52 libvcruntime:exsup.obj + 0001:0005bb53 ___vcrt_initialize_locks 1005cb53 f libvcruntime:locks.obj + 0001:0005bb8f ___vcrt_lock 1005cb8f f libvcruntime:locks.obj + 0001:0005bba4 ___vcrt_uninitialize_locks 1005cba4 f libvcruntime:locks.obj + 0001:0005bbd3 ___vcrt_unlock 1005cbd3 f libvcruntime:locks.obj + 0001:0005bbe8 ??0__crt_cached_ptd_host@@QAE@QAU__crt_locale_pointers@@@Z 1005cbe8 f i libucrt:invalid_parameter.obj + 0001:0005bc30 ??1__crt_cached_ptd_host@@QAE@XZ 1005cc30 f i libucrt:invalid_parameter.obj + 0001:0005bc6c ?check_synchronize_global_state_index@__crt_cached_ptd_host@@AAEIXZ 1005cc6c f i libucrt:invalid_parameter.obj + 0001:0005bc95 ?force_synchronize_per_thread_data@__crt_cached_ptd_host@@AAEPAU__acrt_ptd@@XZ 1005cc95 f i libucrt:invalid_parameter.obj + 0001:0005bcdb ?get_raw_ptd@__crt_cached_ptd_host@@QAEPAU__acrt_ptd@@XZ 1005ccdb f i libucrt:invalid_parameter.obj + 0001:0005bcf8 ___acrt_call_reportfault 1005ccf8 f libucrt:invalid_parameter.obj + 0001:0005be31 ___acrt_initialize_invalid_parameter_handler 1005ce31 f libucrt:invalid_parameter.obj + 0001:0005be40 __invalid_parameter 1005ce40 f libucrt:invalid_parameter.obj + 0001:0005be77 __invalid_parameter_internal 1005ce77 f libucrt:invalid_parameter.obj + 0001:0005bef4 __invalid_parameter_noinfo 1005cef4 f libucrt:invalid_parameter.obj + 0001:0005bf04 __invalid_parameter_noinfo_noreturn 1005cf04 f libucrt:invalid_parameter.obj + 0001:0005bf21 __invoke_watson 1005cf21 f libucrt:invalid_parameter.obj + 0001:0005bf55 ___acrt_initialize_stdio 1005cf55 f libucrt:_file.obj + 0001:0005c01d ___acrt_iob_func 1005d01d f libucrt:_file.obj + 0001:0005c02d ___acrt_uninitialize_stdio 1005d02d f libucrt:_file.obj + 0001:0005c079 __get_stream_buffer_pointers 1005d079 f libucrt:_file.obj + 0001:0005c0bf __lock_file 1005d0bf f libucrt:_file.obj + 0001:0005c0d3 __unlock_file 1005d0d3 f libucrt:_file.obj + 0001:0005c20c _fclose 1005d20c f libucrt:fclose.obj + 0001:0005c475 ___acrt_stdio_flush_nolock 1005d475 f libucrt:fflush.obj + 0001:0005c4de __fflush_nolock 1005d4de f libucrt:fflush.obj + 0001:0005c543 __flushall 1005d543 f libucrt:fflush.obj + 0001:0005c54c _fflush 1005d54c f libucrt:fflush.obj + 0001:0005c59f __fgetc_nolock 1005d59f f libucrt:fgetc.obj + 0001:0005c5db _fgetc 1005d5db f libucrt:fgetc.obj + 0001:0005c6f4 _fgetpos 1005d6f4 f libucrt:fgetpos.obj + 0001:0005c883 __fputc_nolock_internal 1005d883 f libucrt:fputc.obj + 0001:0005c8b0 _fputc 1005d8b0 f libucrt:fputc.obj + 0001:0005c8e4 __fread_nolock_s 1005d8e4 f libucrt:fread.obj + 0001:0005cabd _fread 1005dabd f libucrt:fread.obj + 0001:0005cada _fread_s 1005dada f libucrt:fread.obj + 0001:0005cbf8 _fsetpos 1005dbf8 f libucrt:fsetpos.obj + 0001:0005cc33 ?LongLongSub@@YAJ_J0PA_J@Z 1005dc33 f i libucrt:fseek.obj + 0001:0005cf1c __fseeki64 1005df1c f libucrt:fseek.obj + 0001:0005cf56 _fseek 1005df56 f libucrt:fseek.obj + 0001:0005d037 __fwrite_internal 1005e037 f libucrt:fwrite.obj + 0001:0005d0ae __fwrite_nolock_internal 1005e0ae f libucrt:fwrite.obj + 0001:0005d255 _fwrite 1005e255 f libucrt:fwrite.obj + 0001:0005d453 _setvbuf 1005e453 f libucrt:setvbuf.obj + 0001:0005d48d __ungetc_nolock 1005e48d f libucrt:ungetc.obj + 0001:0005d581 _ungetc 1005e581 f libucrt:ungetc.obj + 0001:0005d5f4 _free 1005e5f4 f libucrt:free.obj + 0001:0005d60f ??$__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 1005e60f f i libucrt:rename.obj + 0001:0005d6c1 ??$__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 1005e6c1 f i libucrt:rename.obj + 0001:0005d6de ??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z 1005e6de f i libucrt:rename.obj + 0001:0005d760 ?__acrt_get_utf8_acp_compatibility_codepage@@YAIXZ 1005e760 f i libucrt:rename.obj + 0001:0005d79f ?_deallocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 1005e79f f i libucrt:argv_wildcards.obj + 0001:0005d79f ?_deallocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 1005e79f f i libucrt:rename.obj + 0001:0005d7b9 ?allocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 1005e7b9 f i libucrt:rename.obj + 0001:0005d7f8 ?allocate@__crt_win32_buffer_internal_dynamic_resizing@@SAHQAPAXIABV__crt_win32_buffer_empty_debug_info@@@Z 1005e7f8 f i libucrt:rename.obj + 0001:0005d817 _rename 1005e817 f libucrt:rename.obj + 0001:0005dc4c ??$count@D@formatting_buffer@__crt_stdio_output@@QBEIXZ 1005ec4c f i libucrt:output.obj + 0001:0005dc64 ??$ensure_buffer_is_big_enough@D@formatting_buffer@__crt_stdio_output@@QAE_NIAAV__crt_cached_ptd_host@@@Z 1005ec64 f i libucrt:output.obj + 0001:0005dce5 ??$is_overflow_condition@K@__crt_strtox@@YA_NIK@Z 1005ece5 f i libucrt:output.obj + 0001:0005dd19 ??$is_wide_character_specifier@D@__crt_stdio_output@@YA_N_KDW4length_modifier@0@@Z 1005ed19 f i libucrt:output.obj + 0001:0005dd4a ??$make_c_string_character_source@DPAPAD@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBDQAPAD@Z 1005ed4a f i libucrt:output.obj + 0001:0005dd4a ??$make_c_string_character_source@_WPAPA_W@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_WQAPA_W@Z 1005ed4a f i libucrt:output.obj + 0001:0005dd65 ??$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 1005ed65 f i libucrt:output.obj + 0001:0005df74 ??$scratch_data@D@formatting_buffer@__crt_stdio_output@@QAEPADXZ 1005ef74 f i libucrt:output.obj + 0001:0005df92 ??$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 1005ef92 f i libucrt:output.obj + 0001:0005df92 ??$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 1005ef92 f i libucrt:output.obj + 0001:0005e11f ??$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 1005f11f f i libucrt:output.obj + 0001:0005e11f ??$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 1005f11f f i libucrt:output.obj + 0001:0005e2ac ??$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 1005f2ac f i libucrt:output.obj + 0001:0005e2ac ??$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 1005f2ac f i libucrt:output.obj + 0001:0005e439 ??$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 1005f439 f i libucrt:output.obj + 0001:0005e439 ??$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 1005f439 f i libucrt:output.obj + 0001:0005e49c ??$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 1005f49c f i libucrt:output.obj + 0001:0005e49c ??$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 1005f49c f i libucrt:output.obj + 0001:0005e523 ??$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 1005f523 f i libucrt:output.obj + 0001:0005e523 ??$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 1005f523 f i libucrt:output.obj + 0001:0005e5a0 ??$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 1005f5a0 f i libucrt:output.obj + 0001:0005e5a0 ??$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 1005f5a0 f i libucrt:output.obj + 0001:0005e618 ??$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 1005f618 f i libucrt:output.obj + 0001:0005e618 ??$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 1005f618 f i libucrt:output.obj + 0001:0005e6bf ??$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 1005f6bf f i libucrt:output.obj + 0001:0005e6bf ??$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 1005f6bf f i libucrt:output.obj + 0001:0005e749 ??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 1005f749 f i libucrt:output.obj + 0001:0005e7b0 ??1formatting_buffer@__crt_stdio_output@@QAE@XZ 1005f7b0 f i libucrt:output.obj + 0001:0005e7ca ??4?$__crt_unique_heap_ptr@DU__crt_internal_free_policy@@@@QAEAAV0@$$QAV0@@Z 1005f7ca f i libucrt:output.obj + 0001:0005e7ee ?crop_zeroes@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 1005f7ee f i libucrt:output.obj + 0001:0005e84e ?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 1005f84e f i libucrt:output.obj + 0001:0005e88b ?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 1005f88b f i libucrt:output.obj + 0001:0005e8c6 ?force_decimal_point@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 1005f8c6 f i libucrt:output.obj + 0001:0005e922 ?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 1005f922 f i libucrt:output.obj + 0001:0005e922 ?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 1005f922 f i libucrt:output.obj + 0001:0005e99a ?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 1005f99a f i libucrt:output.obj + 0001:0005ec7e ?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 1005fc7e f i libucrt:output.obj + 0001:0005ef52 ?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 1005ff52 f i libucrt:output.obj + 0001:0005ef52 ?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 1005ff52 f i libucrt:output.obj + 0001:0005f0ab ?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 100600ab f i libucrt:output.obj + 0001:0005f0ab ?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 100600ab f i libucrt:output.obj + 0001:0005f40a ?to_integer_size@__crt_stdio_output@@YAIW4length_modifier@1@@Z 1006040a f i libucrt:output.obj + 0001:0005f45e ?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 1006045e f i libucrt:output.obj + 0001:0005f45e ?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 1006045e f i libucrt:output.obj + 0001:0005f4c1 ?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 100604c1 f i libucrt:output.obj + 0001:0005f4c1 ?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 100604c1 f i libucrt:output.obj + 0001:0005f652 ?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 10060652 f i libucrt:output.obj + 0001:0005f652 ?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 10060652 f i libucrt:output.obj + 0001:0005f6e7 ?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 100606e7 f i libucrt:output.obj + 0001:0005f6e7 ?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 100606e7 f i libucrt:output.obj + 0001:0005f76c ?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 1006076c f i libucrt:output.obj + 0001:0005f76c ?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 1006076c f i libucrt:output.obj + 0001:0005f789 ?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 10060789 f i libucrt:output.obj + 0001:0005f789 ?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 10060789 f i libucrt:output.obj + 0001:0005f79f ?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 1006079f f i libucrt:output.obj + 0001:0005f79f ?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 1006079f f i libucrt:output.obj + 0001:0005f811 ?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z 10060811 f i libucrt:output.obj + 0001:0005f83a ?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z 1006083a f i libucrt:output.obj + 0001:0005f870 ?update_locale_slow@__crt_cached_ptd_host@@AAEXXZ 10060870 f i libucrt:output.obj + 0001:0005f8cb ?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ 100608cb f i libucrt:output.obj + 0001:0005f8cb ?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ 100608cb f i libucrt:output.obj + 0001:0005f8e6 ?validate@?$string_output_adapter@D@__crt_stdio_output@@QBE_NAAV__crt_cached_ptd_host@@@Z 100608e6 f i libucrt:output.obj + 0001:0005f917 ?write_string@?$string_output_adapter@D@__crt_stdio_output@@QBEXQBDHQAHAAV__crt_cached_ptd_host@@@Z 10060917 f i libucrt:output.obj + 0001:0005f97e ___acrt_locale_get_ctype_array_value 1006097e f i libucrt:output.obj + 0001:0005f9a0 ___stdio_common_vsprintf 100609a0 f libucrt:output.obj + 0001:0005f9e1 ___stdio_common_vsprintf_s 100609e1 f libucrt:output.obj + 0001:0005fa22 ___acrt_errno_from_os_error 10060a22 f libucrt:errno.obj + 0001:0005fa65 ___acrt_errno_map_os_error 10060a65 f libucrt:errno.obj + 0001:0005fa88 ___acrt_errno_map_os_error_ptd 10060a88 f libucrt:errno.obj + 0001:0005faac ___doserrno 10060aac f libucrt:errno.obj + 0001:0005fabf __errno 10060abf f libucrt:errno.obj + 0001:0005fad2 _frexp 10060ad2 f libucrt:frexp.obj + 0001:0005fbcc _calloc 10060bcc f libucrt:calloc.obj + 0001:0005fbd7 _abort 10060bd7 f libucrt:abort.obj + 0001:0005fc1b ??$is_overflow_condition@_K@__crt_strtox@@YA_NI_K@Z 10060c1b f i libucrt:atox.obj + 0001:0005fc5c ??$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 10060c5c f i libucrt:atox.obj + 0001:0005fea3 ??$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 10060ea3 f i libucrt:atox.obj + 0001:000604b1 ??$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 100614b1 f i libucrt:atox.obj + 0001:00060779 __ischartype_l 10061779 f i libucrt:atox.obj + 0001:000607d0 __wtol 100617d0 f libucrt:atox.obj + 0001:0006080f _atoi 1006180f f libucrt:atox.obj + 0001:0006080f _atol 1006180f f libucrt:atox.obj + 0001:0006084e ??$assemble_floating_point_value_t@M@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAM@Z 1006184e f i libucrt:strtod.obj + 0001:0006087e ??$assemble_floating_point_value_t@N@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAN@Z 1006187e f i libucrt:strtod.obj + 0001:0006094f ??$convert_decimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 1006194f f i libucrt:strtod.obj + 0001:00060970 ??$convert_hexadecimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 10061970 f i libucrt:strtod.obj + 0001:00060991 ??$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 10061991 f i libucrt:strtod.obj + 0001:00060a11 ??$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 10061a11 f i libucrt:strtod.obj + 0001:00060e29 ??$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 10061e29 f i libucrt:strtod.obj + 0001:00060edc ??$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 10061edc f i libucrt:strtod.obj + 0001:00060fe2 ??$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 10061fe2 f i libucrt:strtod.obj + 0001:0006101e ??$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 1006201e f i libucrt:strtod.obj + 0001:0006105a ??$parse_floating_point_write_result@M@__crt_strtox@@YA?AW4SLD_STATUS@@W4floating_point_parse_result@0@ABUfloating_point_string@0@QAM@Z 1006205a f i libucrt:strtod.obj + 0001:000611c6 ??R@@QBE@XZ 100621c6 f i libucrt:strtod.obj + 0001:000611c6 ??R@@QBE@XZ 100621c6 f i libucrt:strtod.obj + 0001:000611c6 ??R@@QBE@XZ 100621c6 f i libucrt:strtod.obj + 0001:000611ec ?as_double@floating_point_value@__crt_strtox@@QBEAANXZ 100621ec f i libucrt:strtod.obj + 0001:00061211 ?as_float@floating_point_value@__crt_strtox@@QBEAAMXZ 10062211 f i libucrt:strtod.obj + 0001:00061236 ?assemble_floating_point_infinity@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 10062236 f i libucrt:strtod.obj + 0001:00061276 ?assemble_floating_point_value@__crt_strtox@@YA?AW4SLD_STATUS@@_KH_N1ABVfloating_point_value@1@@Z 10062276 f i libucrt:strtod.obj + 0001:000615cf ?assemble_floating_point_value_from_big_integer@__crt_strtox@@YA?AW4SLD_STATUS@@ABUbig_integer@1@I_N1ABVfloating_point_value@1@@Z 100625cf f i libucrt:strtod.obj + 0001:00061761 ?assemble_floating_point_zero@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 10062761 f i libucrt:strtod.obj + 0001:00061796 ?convert_decimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 10062796 f i libucrt:strtod.obj + 0001:0006353c ?convert_hexadecimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 1006453c f i libucrt:strtod.obj + 0001:000635e2 ?denormal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 100645e2 f i libucrt:strtod.obj + 0001:00063600 ?divide@__crt_strtox@@YA_KAAUbig_integer@1@ABU21@@Z 10064600 f i libucrt:strtod.obj + 0001:00063aab ?normal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 10064aab f i libucrt:strtod.obj + 0001:00063ac2 _strtof 10064ac2 f libucrt:strtod.obj + 0001:00063ae0 _strcspn 10064ae0 f libucrt:strcspn.obj + 0001:00063b30 _strncmp 10064b30 f libucrt:strncmp.obj + 0001:00063e39 __localtime64_s 10064e39 f libucrt:localtime.obj + 0001:00063e44 _localeconv 10064e44 f libucrt:localeconv.obj + 0001:00063e6c ??$__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 10064e6c f i libucrt:strftime.obj + 0001:00063f2e ??$__acrt_wcs_to_mbs_cp@U__crt_win32_buffer_no_resizing@@@@YAHQB_WAAV?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@I@Z 10064f2e f i libucrt:strftime.obj + 0001:00063f4b ??R@@QBE@IQB_WQADI@Z 10064f4b f i libucrt:strftime.obj + 0001:00063f4b ??R@@QBE@IQB_WQADI@Z 10064f4b f i libucrt:argv_wildcards.obj + 0001:00063f6f ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEHI@Z 10064f6f f i libucrt:strftime.obj + 0001:00063f96 ?set_to_nullptr@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEXXZ 10064f96 f i libucrt:strftime.obj + 0001:00063faa __Gettnames 10064faa f libucrt:strftime.obj + 0001:00063faf __Strftime 10064faf f libucrt:strftime.obj + 0001:00063fcf __Strftime_l 10064fcf f libucrt:strftime.obj + 0001:000640ca __dclass 100650ca f libucrt:nan.obj + 0001:000640db __dsign 100650db f libucrt:nan.obj + 0001:000640eb __ldclass 100650eb f libucrt:nanl.obj + 0001:000640fc ___ascii_stricmp 100650fc f libucrt:stricmp.obj + 0001:00064135 __strcmpi 10065135 f libucrt:stricmp.obj + 0001:00064135 __stricmp 10065135 f libucrt:stricmp.obj + 0001:0006417e __stricmp_l 1006517e f libucrt:stricmp.obj + 0001:0006420e _strtoull 1006520e f libucrt:strtox.obj + 0001:0006425a _wcstol 1006525a f libucrt:strtox.obj + 0001:000642a0 __tolower_l 100652a0 f libucrt:tolower_toupper.obj + 0001:0006439e _tolower 1006539e f libucrt:tolower_toupper.obj + 0001:000643d0 __libm_sse2_sqrt_precise 100653d0 f libucrt:sqrt_sse2_precise.obj + 0001:000644d0 _ceil 100654d0 f libucrt:ceil_pentium4.obj + 0001:00064510 __ceil_pentium4 10065510 f libucrt:ceil_pentium4.obj + 0001:000645ed __strnicmp 100655ed f libucrt:strnicmp.obj + 0001:0006465a __strnicmp_l 1006565a f libucrt:strnicmp.obj + 0001:00064725 _terminate 10065725 f libucrt:terminate.obj + 0001:00064761 _malloc 10065761 f libucrt:malloc.obj + 0001:0006476c _strcpy_s 1006576c f libucrt:strcpy_s.obj + 0001:000647c6 _wcsncmp 100657c6 f libucrt:wcsncmp.obj + 0001:00064b3e ___acrt_freeptd 10065b3e f libucrt:per_thread_data.obj + 0001:00064b6a ___acrt_getptd 10065b6a f libucrt:per_thread_data.obj + 0001:00064c25 ___acrt_getptd_head 10065c25 f libucrt:per_thread_data.obj + 0001:00064cbb ___acrt_getptd_noexit 10065cbb f libucrt:per_thread_data.obj + 0001:00064d6c ___acrt_getptd_noexit_explicit 10065d6c f libucrt:per_thread_data.obj + 0001:00064e0f ___acrt_initialize_ptd 10065e0f f libucrt:per_thread_data.obj + 0001:00064e3b ___acrt_uninitialize_ptd 10065e3b f libucrt:per_thread_data.obj + 0001:00064f55 ??0_expandlocale_locale_name_cache@@QAE@QA_WIQAU__crt_qualified_locale_data@@@Z 10065f55 f i libucrt:wsetlocale.obj + 0001:00064f9f ??1_expandlocale_locale_name_cache@@QAE@XZ 10065f9f f i libucrt:wsetlocale.obj + 0001:00065137 ?commit_locale_name@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 10066137 f i libucrt:wsetlocale.obj + 0001:0006517b ?commit_locale_name_cache_already_updated@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 1006617b f i libucrt:wsetlocale.obj + 0001:000651b0 ___acrt_copy_locale_name 100661b0 f libucrt:wsetlocale.obj + 0001:00065210 ___acrt_set_locale_changed 10066210 f libucrt:wsetlocale.obj + 0001:0006521b ___acrt_uninitialize_locale 1006621b f libucrt:wsetlocale.obj + 0001:00065242 ___lc_lctowcs 10066242 f libucrt:wsetlocale.obj + 0001:000652b2 ___lc_wcstolc 100662b2 f libucrt:wsetlocale.obj + 0001:000657e4 __wcscats 100667e4 f libucrt:wsetlocale.obj + 0001:00065825 __wsetlocale 10066825 f libucrt:wsetlocale.obj + 0001:0006651a __calloc_base 1006751a f libucrt:calloc_base.obj + 0001:00066577 __free_base 10067577 f libucrt:free_base.obj + 0001:0006663a ??$__crt_fast_encode_pointer@P6AHXZ@@YAP6AHXZQ6AHXZ@Z 1006763a f i libucrt:onexit.obj + 0001:0006663a ??$__crt_fast_encode_pointer@P6GHPA_WKJ@Z@@YAP6GHPA_WKJ@ZQ6GH0KJ@Z@Z 1006763a f i libucrt:winapi_thunks.obj + 0001:0006663a ??$__crt_fast_encode_pointer@PAP6AXXZ@@YAPAP6AXXZQAP6AXXZ@Z 1006763a f i libucrt:onexit.obj + 0001:0006663a ??$__crt_fast_encode_pointer@PAX@@YAPAXQAX@Z 1006763a f i libucrt:winapi_thunks.obj + 0001:000668fa ___acrt_AppPolicyGetProcessTerminationMethodInternal@4 100678fa f libucrt:winapi_thunks.obj + 0001:0006693a ___acrt_AreFileApisANSI@0 1006793a f libucrt:winapi_thunks.obj + 0001:00066959 ___acrt_CompareStringEx@36 10067959 f libucrt:winapi_thunks.obj + 0001:000669b6 ___acrt_EnumSystemLocalesEx@16 100679b6 f libucrt:winapi_thunks.obj + 0001:00066a0a ___acrt_FlsAlloc@4 10067a0a f libucrt:winapi_thunks.obj + 0001:00066a49 ___acrt_FlsFree@4 10067a49 f libucrt:winapi_thunks.obj + 0001:00066a88 ___acrt_FlsGetValue@4 10067a88 f libucrt:winapi_thunks.obj + 0001:00066ac7 ___acrt_FlsSetValue@8 10067ac7 f libucrt:winapi_thunks.obj + 0001:00066b09 ___acrt_GetDateFormatEx@28 10067b09 f libucrt:winapi_thunks.obj + 0001:00066b60 ___acrt_GetLocaleInfoEx@16 10067b60 f libucrt:winapi_thunks.obj + 0001:00066b9f ___acrt_GetTimeFormatEx@24 10067b9f f libucrt:winapi_thunks.obj + 0001:00066be4 ___acrt_GetUserDefaultLocaleName@8 10067be4 f libucrt:winapi_thunks.obj + 0001:00066c20 ___acrt_InitializeCriticalSectionEx@12 10067c20 f libucrt:winapi_thunks.obj + 0001:00066c6b ___acrt_IsValidLocaleName@4 10067c6b f libucrt:winapi_thunks.obj + 0001:00066ca3 ___acrt_LCIDToLocaleName@16 10067ca3 f libucrt:winapi_thunks.obj + 0001:00066ce2 ___acrt_LCMapStringEx@36 10067ce2 f libucrt:winapi_thunks.obj + 0001:00066d3f ___acrt_LocaleNameToLCID@8 10067d3f f libucrt:winapi_thunks.obj + 0001:00066d70 ___acrt_can_use_vista_locale_apis 10067d70 f libucrt:winapi_thunks.obj + 0001:00066d7b ___acrt_eagerly_load_locale_apis 10067d7b f libucrt:winapi_thunks.obj + 0001:00066db2 ___acrt_initialize_winapi_thunks 10067db2 f libucrt:winapi_thunks.obj + 0001:00066dc6 ___acrt_uninitialize_winapi_thunks 10067dc6 f libucrt:winapi_thunks.obj + 0001:00066dfc __fcloseall 10067dfc f libucrt:closeall.obj + 0001:00066ea7 ___acrt_stdio_free_buffer_nolock 10067ea7 f libucrt:_freebuf.obj + 0001:00067050 ___acrt_initialize_lowio 10068050 f libucrt:ioinit.obj + 0001:000670b0 ___acrt_uninitialize_lowio 100680b0 f libucrt:ioinit.obj + 0001:000670dc __fileno 100680dc f libucrt:fileno.obj + 0001:00067194 __close_internal 10068194 f libucrt:close.obj + 0001:00067237 __close_nolock 10068237 f libucrt:close.obj + 0001:00067267 __close_nolock_internal 10068267 f libucrt:close.obj + 0001:00067307 ?__acrt_stdio_allocate_stream@@YA?AV__crt_stdio_stream@@XZ 10068307 f libucrt:stream.obj + 0001:00067370 ?__acrt_stdio_free_stream@@YAXV__crt_stdio_stream@@@Z 10068370 f libucrt:stream.obj + 0001:0006746d ___acrt_initialize_locks 1006846d f libucrt:locks.obj + 0001:000674ae ___acrt_lock 100684ae f libucrt:locks.obj + 0001:000674c5 ___acrt_uninitialize_locks 100684c5 f libucrt:locks.obj + 0001:000674f6 ___acrt_unlock 100684f6 f libucrt:locks.obj + 0001:0006750d __lock_locales 1006850d f libucrt:locks.obj + 0001:0006751b __unlock_locales 1006851b f libucrt:locks.obj + 0001:000675c6 __commit 100685c6 f libucrt:commit.obj + 0001:00067de5 __write 10068de5 f libucrt:write.obj + 0001:00067e1c __write_internal 10068e1c f libucrt:write.obj + 0001:00067f2d __write_nolock 10068f2d f libucrt:write.obj + 0001:000682d8 ___acrt_stdio_refill_and_read_narrow_nolock 100692d8 f libucrt:_filbuf.obj + 0001:000688da __ftelli64 100698da f libucrt:ftell.obj + 0001:00068910 __ftelli64_nolock_internal 10069910 f libucrt:ftell.obj + 0001:00068b68 ___acrt_stdio_flush_and_write_narrow_nolock 10069b68 f libucrt:_flsbuf.obj + 0001:0006904f __read 1006a04f f libucrt:read.obj + 0001:00069168 __read_nolock 1006a168 f libucrt:read.obj + 0001:0006969b __lseeki64 1006a69b f libucrt:lseek.obj + 0001:000696db __lseeki64_internal 1006a6db f libucrt:lseek.obj + 0001:000696f9 __lseeki64_nolock 1006a6f9 f libucrt:lseek.obj + 0001:00069739 __lseeki64_nolock_internal 1006a739 f libucrt:lseek.obj + 0001:00069757 ___acrt_should_use_temporary_buffer 1006a757 f libucrt:_sftbuf.obj + 0001:00069795 ___acrt_stdio_begin_temporary_buffering_nolock 1006a795 f libucrt:_sftbuf.obj + 0001:00069840 ___acrt_stdio_end_temporary_buffering_nolock 1006a840 f libucrt:_sftbuf.obj + 0001:0006987e ___acrt_stdio_allocate_buffer_nolock 1006a87e f libucrt:_getbuf.obj + 0001:000698da __malloc_base 1006a8da f libucrt:malloc_base.obj + 0001:000699c0 ___acrt_MultiByteToWideChar 1006a9c0 f libucrt:multibytetowidechar.obj + 0001:000699ea ___acrt_update_locale_info 1006a9ea f libucrt:locale_update.obj + 0001:00069a17 ___acrt_update_locale_info_explicit 1006aa17 f libucrt:locale_update.obj + 0001:00069a48 ___acrt_update_multibyte_info 1006aa48 f libucrt:locale_update.obj + 0001:00069a75 ___acrt_update_multibyte_info_explicit 1006aa75 f libucrt:locale_update.obj + 0001:00069aa6 __wrename 1006aaa6 f libucrt:wrename.obj + 0001:00069ad3 _strnlen 1006aad3 f libucrt:strnlen.obj + 0001:00069bf5 _wcsnlen 1006abf5 f libucrt:strnlen.obj + 0001:00069da5 ?__acrt_fp_classify@@YA?AW4__acrt_fp_class@@ABN@Z 1006ada5 f i libucrt:cvt.obj + 0001:0006a77d ___acrt_fp_format 1006b77d f libucrt:cvt.obj + 0001:0006a8fe __wctomb_internal 1006b8fe f libucrt:wctomb.obj + 0001:0006aa68 __mbtowc_internal 1006ba68 f libucrt:mbtowc.obj + 0001:0006ab9b __get_printf_count_output 1006bb9b f libucrt:printf_count_output.obj + 0001:0006abb0 __errcode 1006bbb0 f libucrt:fpexcept.obj + 0001:0006abe4 __except1 1006bbe4 f libucrt:fpexcept.obj + 0001:0006acb2 __handle_exc 1006bcb2 f libucrt:fpexcept.obj + 0001:0006af32 __raise_exc 1006bf32 f libucrt:fpexcept.obj + 0001:0006af55 __raise_exc_ex 1006bf55 f libucrt:fpexcept.obj + 0001:0006b246 __set_errno_from_matherr 1006c246 f libucrt:fpexcept.obj + 0001:0006b277 __umatherr 1006c277 f libucrt:fpexcept.obj + 0001:0006b317 __decomp 1006c317 f libucrt:util.obj + 0001:0006b3e9 __set_exp 1006c3e9 f libucrt:util.obj + 0001:0006b416 __sptype 1006c416 f libucrt:util.obj + 0001:0006b479 ___set_fpsr_sse2 1006c479 f libucrt:fpctrl.obj + 0001:0006b4f9 __clrfp 1006c4f9 f libucrt:fpctrl.obj + 0001:0006b50a __ctrlfp 1006c50a f libucrt:fpctrl.obj + 0001:0006b534 __set_statfp 1006c534 f libucrt:fpctrl.obj + 0001:0006b58d __statfp 1006c58d f libucrt:fpctrl.obj + 0001:0006b5ea ??$__crt_fast_decode_pointer@P6AHI@Z@@YAP6AHI@ZQ6AHI@Z@Z 1006c5ea f i libucrt:new_handler.obj + 0001:0006b5ea ??$__crt_fast_decode_pointer@P6AXH@Z@@YAP6AXH@ZQ6AXH@Z@Z 1006c5ea f i libucrt:signal.obj + 0001:0006b5ea ??$__crt_fast_decode_pointer@P6GXPAXK0@Z@@YAP6GXPAXK0@ZQ6GX0K0@Z@Z 1006c5ea f i libucrt:exit.obj + 0001:0006b892 ___acrt_initialize_thread_local_exit_callback 1006c892 f libucrt:exit.obj + 0001:0006b8a1 __cexit 1006c8a1 f libucrt:exit.obj + 0001:0006b8b0 __exit 1006c8b0 f libucrt:exit.obj + 0001:0006b8c6 __is_c_termination_complete 1006c8c6 f libucrt:exit.obj + 0001:0006b99f ___acrt_get_sigabrt_handler 1006c99f f libucrt:signal.obj + 0001:0006b9c6 ___acrt_initialize_signal_handlers 1006c9c6 f libucrt:signal.obj + 0001:0006b9e4 _raise 1006c9e4 f libucrt:signal.obj + 0001:0006bbd6 ___pctype_func 1006cbd6 f libucrt:ctype.obj + 0001:0006bbfa _iswctype 1006cbfa f libucrt:iswctype.obj + 0001:0006bc63 __isctype_l 1006cc63 f libucrt:isctype.obj + 0001:0006bd2e _fegetround 1006cd2e f libucrt:fegetround.obj + 0001:0006bd3b ___acrt_initialize_timeset 1006cd3b f libucrt:timeset.obj + 0001:0006bd70 ___daylight 1006cd70 f libucrt:timeset.obj + 0001:0006bd76 ___dstbias 1006cd76 f libucrt:timeset.obj + 0001:0006bd7c ___timezone 1006cd7c f libucrt:timeset.obj + 0001:0006bd82 ___tzname 1006cd82 f libucrt:timeset.obj + 0001:0006bd88 ___wide_tzname 1006cd88 f libucrt:timeset.obj + 0001:0006bd8e __get_daylight 1006cd8e f libucrt:timeset.obj + 0001:0006bdba __get_dstbias 1006cdba f libucrt:timeset.obj + 0001:0006bde6 __get_timezone 1006cde6 f libucrt:timeset.obj + 0001:0006be12 ??$__crt_time_elapsed_leap_years@H@@YAHH@Z 1006ce12 f i libucrt:gmtime.obj + 0001:0006be4c ??$__crt_time_is_leap_year@H@@YA_NH@Z 1006ce4c f i libucrt:gmtime.obj + 0001:0006c092 __gmtime64_s 1006d092 f libucrt:gmtime.obj + 0001:0006c95c ___tzset 1006d95c f libucrt:tzset.obj + 0001:0006c9b9 __isindst 1006d9b9 f libucrt:tzset.obj + 0001:0006ca9d ___acrt_WideCharToMultiByte 1006da9d f libucrt:widechartomultibyte.obj + 0001:0006cb09 ??1?$__crt_scoped_stack_ptr@_W@@QAE@XZ 1006db09 f i libucrt:wcsftime.obj + 0001:0006db6d __W_Gettnames 1006eb6d f libucrt:wcsftime.obj + 0001:0006e269 __Wcsftime_l 1006f269 f libucrt:wcsftime.obj + 0001:0006e3c9 __freea_crt 1006f3c9 f i libucrt:wcsftime.obj + 0001:0006e3e9 __dtest 1006f3e9 f libucrt:_test.obj + 0001:0006e44d __ldtest 1006f44d f libucrt:_test.obj + 0001:0006e647 ___acrt_LCMapStringA 1006f647 f libucrt:lcmapstringa.obj + 0001:0006e690 ___libm_error_support 1006f690 f libucrt:libm_error.obj + 0001:0006e890 _sqrt 1006f890 f libucrt:sqrt.obj + 0001:0006e89e ___acrt_initialize_sse2 1006f89e f libucrt:mathfcns.obj + 0001:0006e8ae __ceil_default 1006f8ae f libucrt:ceil.obj + 0001:0006e970 ___ascii_strnicmp 1006f970 f libucrt:_strnicm.obj + 0001:0006e9d1 ___acrt_add_locale_ref 1006f9d1 f libucrt:locale_refcounting.obj + 0001:0006ea4e ___acrt_free_locale 1006fa4e f libucrt:locale_refcounting.obj + 0001:0006eb96 ___acrt_locale_add_lc_time_reference 1006fb96 f libucrt:locale_refcounting.obj + 0001:0006ebbf ___acrt_locale_free_lc_time_if_unreferenced 1006fbbf f libucrt:locale_refcounting.obj + 0001:0006ebf0 ___acrt_locale_release_lc_time_reference 1006fbf0 f libucrt:locale_refcounting.obj + 0001:0006ec19 ___acrt_release_locale_ref 1006fc19 f libucrt:locale_refcounting.obj + 0001:0006ec9a ___acrt_update_thread_locale_data 1006fc9a f libucrt:locale_refcounting.obj + 0001:0006ed1b __updatetlocinfoEx_nolock 1006fd1b f libucrt:locale_refcounting.obj + 0001:0006f2e7 ___acrt_initialize_multibyte 100702e7 f libucrt:mbctype.obj + 0001:0006f32f ___acrt_update_thread_multibyte_data 1007032f f libucrt:mbctype.obj + 0001:0006f342 __setmbcp_nolock 10070342 f libucrt:mbctype.obj + 0001:0006f547 __seh_filter_dll 10070547 f libucrt:exception_filter.obj + 0001:0006f567 __seh_filter_exe 10070567 f libucrt:exception_filter.obj + 0001:0006f6ad ____lc_codepage_func 100706ad f libucrt:initctype.obj + 0001:0006f6d2 ____lc_locale_name_func 100706d2 f libucrt:initctype.obj + 0001:0006f6f9 ____mb_cur_max_func 100706f9 f libucrt:initctype.obj + 0001:0006f71e ___acrt_locale_initialize_ctype 1007071e f libucrt:initctype.obj + 0001:0006fb7b ___acrt_locale_free_monetary 10070b7b f libucrt:initmon.obj + 0001:0006fc79 ___acrt_locale_initialize_monetary 10070c79 f libucrt:initmon.obj + 0001:0006ffdd ___acrt_locale_free_numeric 10070fdd f libucrt:initnum.obj + 0001:00070046 ___acrt_locale_initialize_numeric 10071046 f libucrt:initnum.obj + 0001:00070504 ___acrt_locale_free_time 10071504 f libucrt:inittime.obj + 0001:000705e8 ___acrt_locale_initialize_time 100715e8 f libucrt:inittime.obj + 0001:00070663 _wcscat_s 10071663 f libucrt:wcscat_s.obj + 0001:000706d2 _wcscpy_s 100716d2 f libucrt:wcscpy_s.obj + 0001:0007081e _wcsncat_s 1007181e f libucrt:wcsncat_s.obj + 0001:000708f7 _wcsncpy_s 100718f7 f libucrt:wcsncpy_s.obj + 0001:00070902 _wcscspn 10071902 f libucrt:wcscspn.obj + 0001:0007095b _wcspbrk 1007195b f libucrt:wcspbrk.obj + 0001:000709a9 ___acrt_GetStringTypeA 100719a9 f libucrt:getstringtypea.obj + 0001:000711a1 ___acrt_get_qualified_locale 100721a1 f libucrt:get_qualified_locale.obj + 0001:00071b16 ___acrt_get_qualified_locale_downlevel 10072b16 f libucrt:getqloc_downlevel.obj + 0001:00071d06 ___acrt_initialize_new_handler 10072d06 f libucrt:new_handler.obj + 0001:00071d15 __callnewh 10072d15 f libucrt:new_handler.obj + 0001:00071d41 __query_new_handler 10072d41 f libucrt:new_handler.obj + 0001:00071d98 __query_new_mode 10072d98 f libucrt:new_mode.obj + 0001:00071d9f ___acrt_initialize_heap 10072d9f f libucrt:heap_handle.obj + 0001:00071db0 ___acrt_uninitialize_heap 10072db0 f libucrt:heap_handle.obj + 0001:00071e0a ___acrt_DownlevelLCIDToLocaleName 10072e0a f libucrt:lcidtoname_downlevel.obj + 0001:00071ead ___acrt_DownlevelLocaleNameToLCID 10072ead f libucrt:lcidtoname_downlevel.obj + 0001:00071ed9 ___acrt_get_process_end_policy 10072ed9 f libucrt:win_policies.obj + 0001:00071f00 ___acrt_lowio_create_handle_array 10072f00 f libucrt:osfinfo.obj + 0001:00071f7b ___acrt_lowio_destroy_handle_array 10072f7b f libucrt:osfinfo.obj + 0001:00071fb0 ___acrt_lowio_ensure_fh_exists 10072fb0 f libucrt:osfinfo.obj + 0001:0007204e ___acrt_lowio_lock_fh 1007304e f libucrt:osfinfo.obj + 0001:00072071 ___acrt_lowio_set_os_handle 10073071 f libucrt:osfinfo.obj + 0001:00072103 ___acrt_lowio_unlock_fh 10073103 f libucrt:osfinfo.obj + 0001:00072126 __alloc_osfhnd 10073126 f libucrt:osfinfo.obj + 0001:00072239 __free_osfhnd 10073239 f libucrt:osfinfo.obj + 0001:000722ca __get_osfhandle 100732ca f libucrt:osfinfo.obj + 0001:00072334 __isatty 10073334 f libucrt:isatty.obj + 0001:000723b6 ?__mbrtowc_utf8@__crt_mbstring@@YAIPA_WPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 100733b6 f libucrt:mbrtowc.obj + 0001:000723f9 ?__mbsrtowcs_utf8@__crt_mbstring@@YAIPA_WPAPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 100733f9 f libucrt:mbrtowc.obj + 0001:00072501 __putwch_nolock 10073501 f libucrt:putwch.obj + 0001:000725e4 ___acrt_fp_strflt_to_string 100735e4 f libucrt:_fptostr.obj + 0001:000726de ___acrt_fltout 100736de f libucrt:cfout.obj + 0001:00073cc6 ?__c32rtomb_utf8@__crt_mbstring@@YAIPAD_UPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10074cc6 f libucrt:c32rtomb.obj + 0001:00073d76 ___acrt_has_user_matherr 10074d76 f libucrt:matherr.obj + 0001:00073d93 ___acrt_initialize_user_matherr 10074d93 f libucrt:matherr.obj + 0001:00073da2 ___acrt_invoke_user_matherr 10074da2 f libucrt:matherr.obj + 0001:00073dd8 __initterm 10074dd8 f libucrt:initterm.obj + 0001:00073e03 __initterm_e 10074e03 f libucrt:initterm.obj + 0001:000740c3 __crt_atexit 100750c3 f libucrt:onexit.obj + 0001:000740d9 __execute_onexit_table 100750d9 f libucrt:onexit.obj + 0001:00074117 __initialize_onexit_table 10075117 f libucrt:onexit.obj + 0001:00074140 __register_onexit_function 10075140 f libucrt:onexit.obj + 0001:00074173 ___acrt_app_verifier_enabled 10075173 f libucrt:peb_access.obj + 0001:00074185 ___acrt_is_secure_process 10075185 f libucrt:peb_access.obj + 0001:00074198 ___acrt_GetStringTypeW 10075198 f libucrt:getstringtypew.obj + 0001:0007447a ___acrt_fenv_get_common_round_control 1007547a f libucrt:_fenvutils.obj + 0001:0007449c ___acrt_fenv_get_control 1007549c f libucrt:_fenvutils.obj + 0001:0007451c ___acrt_fenv_get_status 1007551c f libucrt:_fenvutils.obj + 0001:000745c6 ___acrt_fenv_set_control 100755c6 f libucrt:_fenvutils.obj + 0001:00074641 ___acrt_fenv_set_status 10075641 f libucrt:_fenvutils.obj + 0001:000748ce __wgetenv_s 100758ce f libucrt:getenv.obj + 0001:000748d9 ___ascii_wcsicmp 100758d9 f libucrt:wcsicmp.obj + 0001:00074916 __towlower_internal 10075916 f i libucrt:wcsicmp.obj + 0001:00074955 __wcsicmp 10075955 f libucrt:wcsicmp.obj + 0001:0007499e __wcsicmp_l 1007599e f libucrt:wcsicmp.obj + 0001:00074a56 ___strncnt 10075a56 f libucrt:strncnt.obj + 0001:00074a80 __twoToTOS 10075a80 f libucrt:common.obj + 0001:00074a95 __load_CW 10075a95 f libucrt:common.obj + 0001:00074aac __convertTOStoQNaN 10075aac f libucrt:common.obj + 0001:00074ac5 __fload_withFB 10075ac5 f libucrt:common.obj + 0001:00074b08 __checkTOS_withFB 10075b08 f libucrt:common.obj + 0001:00074b1e __fast_exit 10075b1e f libucrt:common.obj + 0001:00074b2b __math_exit 10075b2b f libucrt:common.obj + 0001:00074b55 __check_overflow_exit 10075b55 f libucrt:common.obj + 0001:00074b69 __check_range_exit 10075b69 f libucrt:common.obj + 0001:00074c10 __CIsqrt 10075c10 f libucrt:sqrt_impl.obj + 0001:00074c24 __sqrt_common 10075c24 libucrt:sqrt_impl.obj + 0001:00074cc1 __frnd 10075cc1 f libucrt:frnd.obj + 0001:00074dc3 ___acrt_GetLocaleInfoA 10075dc3 f libucrt:getlocaleinfoa.obj + 0001:000750a1 __itow_s 100760a1 f libucrt:xtoa.obj + 0001:000750d4 ___ascii_wcsnicmp 100760d4 f libucrt:wcsnicmp.obj + 0001:00075123 __wcsnicmp 10076123 f libucrt:wcsnicmp.obj + 0001:0007516f __wcsnicmp_l 1007616f f libucrt:wcsnicmp.obj + 0001:00075242 __query_app_type 10076242 f libucrt:report_runtime_error.obj + 0001:00075248 ?__mbrtoc32_utf8@__crt_mbstring@@YAIPA_UPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10076248 f libucrt:mbrtoc32.obj + 0001:00075418 ___dcrt_lowio_ensure_console_output_initialized 10076418 f libucrt:initcon.obj + 0001:00075437 ___dcrt_terminate_console_output 10076437 f libucrt:initcon.obj + 0001:0007544e ___dcrt_write_console 1007644e f libucrt:initcon.obj + 0001:000754a3 __controlfp_s 100764a3 f libucrt:contrlfp.obj + 0001:00075502 _fegetenv 10076502 f libucrt:fegetenv.obj + 0001:0007551f _fesetenv 1007651f f libucrt:fesetenv.obj + 0001:0007556b _feholdexcept 1007656b f libucrt:feholdexcept.obj + 0001:000755c0 __CIlog10 100765c0 f libucrt:log10_impl.obj + 0001:000755fb __CIlog10_default 100765fb f libucrt:log10_impl.obj + 0001:0007560f __log10_default 1007660f libucrt:log10_impl.obj + 0001:000756d0 ?reset_and_return@__crt_mbstring@@YAIIPAU_Mbstatet@@@Z 100766d0 f libucrt:common_utf8.obj + 0001:000756e4 ?return_illegal_sequence@__crt_mbstring@@YAIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 100766e4 f libucrt:common_utf8.obj + 0001:00075706 __recalloc_base 10076706 f libucrt:recalloc.obj + 0001:00075773 __wcsnicoll 10076773 f libucrt:wcsnicol.obj + 0001:000757e0 __wcsnicoll_l 100767e0 f libucrt:wcsnicol.obj + 0001:00075c61 ___dcrt_get_or_create_wide_environment_nolock 10076c61 f libucrt:environment_initialization.obj + 0001:00075c66 ___dcrt_uninitialize_environments_nolock 10076c66 f libucrt:environment_initialization.obj + 0001:00075cb7 __initialize_narrow_environment 10076cb7 f libucrt:environment_initialization.obj + 0001:00075cbc __towlower_l 10076cbc f libucrt:towlower.obj + 0001:00075d90 __startTwoArgErrorHandling 10076d90 f libucrt:genexcep.obj + 0001:00075da7 __startOneArgErrorHandling 10076da7 f libucrt:genexcep.obj + 0001:00075df0 __trandisp1 10076df0 f libucrt:87disp.obj + 0001:00075e65 __trandisp2 10076e65 f libucrt:87disp.obj + 0001:00075eff __rttospopde 10076eff libucrt:87disp.obj + 0001:00075f04 __rttospop 10076f04 libucrt:87disp.obj + 0001:00075f10 __rtnospop 10076f10 f libucrt:87disp.obj + 0001:00075f20 __rttosnpop 10076f20 f libucrt:87disp.obj + 0001:00075f21 __rtnospopde 10076f21 libucrt:87disp.obj + 0001:00075f28 __rtzeropop 10076f28 libucrt:87disp.obj + 0001:00075f2a __rtzeronpop 10076f2a libucrt:87disp.obj + 0001:00075f30 __rtzerospop 10076f30 f libucrt:87disp.obj + 0001:00075f3d __rtonepop 10076f3d libucrt:87disp.obj + 0001:00075f40 __rtonenpop 10076f40 f libucrt:87disp.obj + 0001:00075f50 __tosnan1 10076f50 f libucrt:87disp.obj + 0001:00075f80 __nosnan2 10076f80 f libucrt:87disp.obj + 0001:00075f90 __tosnan2 10076f90 f libucrt:87disp.obj + 0001:00075fc0 __nan2 10076fc0 f libucrt:87disp.obj + 0001:00076000 __rtindfpop 10077000 f libucrt:87disp.obj + 0001:00076002 __rtindfnpop 10077002 libucrt:87disp.obj + 0001:00076013 __rttosnpopde 10077013 libucrt:87disp.obj + 0001:00076020 __rtatan2inf 10077020 f libucrt:87disp.obj + 0001:0007603d __rtchsifneg 1007703d libucrt:87disp.obj + 0001:000760fb _strncpy_s 100770fb f libucrt:strncpy_s.obj + 0001:000761ad __clearfp 100771ad f libucrt:ieee87.obj + 0001:0007628b __control87 1007728b f libucrt:ieee87.obj + 0001:00076630 __CIlog10_pentium4 10077630 f libucrt:log10_pentium4.obj + 0001:00076648 __log10_pentium4 10077648 libucrt:log10_pentium4.obj + 0001:000768e0 __fFEXP 100778e0 f libucrt:87tran.obj + 0001:00076937 __rtinfpopse 10077937 libucrt:87tran.obj + 0001:00076939 __rtinfnpopse 10077939 libucrt:87tran.obj + 0001:00076949 __fFLN 10077949 libucrt:87tran.obj + 0001:000769fe __rtinfpop 100779fe libucrt:87tran.obj + 0001:00076a00 __rtinfnpop 10077a00 libucrt:87tran.obj + 0001:00076a10 __rtforexpinf 10077a10 f libucrt:87tran.obj + 0001:00076a1d __ffexpm1 10077a1d libucrt:87tran.obj + 0001:00076ac6 __msize_base 10077ac6 f libucrt:msize.obj + 0001:00076af9 __realloc_base 10077af9 f libucrt:realloc_base.obj + 0001:00076b62 ___acrt_CompareStringW 10077b62 f libucrt:comparestringw.obj + 0001:00076bfe ___dcrt_get_narrow_environment_from_os 10077bfe f libucrt:get_environment_from_os.obj + 0001:00076c9e ___dcrt_get_wide_environment_from_os 10077c9e f libucrt:get_environment_from_os.obj + 0001:000770a7 ___dcrt_set_variable_in_wide_environment_nolock 100780a7 f libucrt:setenv.obj + 0001:000770b2 ___acrt_LCMapStringW 100780b2 f libucrt:lcmapstringw.obj + 0001:000770f0 __87except 100780f0 f libucrt:87except.obj + 0001:00077200 __d_inttype 10078200 f libucrt:powhlp.obj + 0001:00077268 __powhlp 10078268 f libucrt:powhlp.obj + 0001:00077636 _mbstowcs_s 10078636 f libucrt:mbstowcs.obj + 0001:00077673 __fpclass 10078673 f libucrt:ieeemisc.obj + 0001:00077717 _CreateToolhelp32Snapshot@8 10078717 f kernel32:KERNEL32.dll + 0001:0007771d _Thread32First@8 1007871d f kernel32:KERNEL32.dll + 0001:00077723 _Thread32Next@8 10078723 f kernel32:KERNEL32.dll + 0001:00077729 ??0_Init_locks@std@@QAE@XZ 10078729 f libcpmt:xlock.obj + 0001:00077756 ??0_Lockit@std@@QAE@H@Z 10078756 f libcpmt:xlock.obj + 0001:00077787 ??1_Init_locks@std@@QAE@XZ 10078787 f libcpmt:xlock.obj + 0001:000777ae ??1_Lockit@std@@QAE@XZ 100787ae f libcpmt:xlock.obj + 0001:000777cd ??0bad_function_call@std@@QAE@ABV01@@Z 100787cd f i libcpmt:xthrow.obj + 0001:000777e8 ??0bad_function_call@std@@QAE@XZ 100787e8 f i libcpmt:xthrow.obj + 0001:000777f9 ??0invalid_argument@std@@QAE@ABV01@@Z 100787f9 f i libcpmt:xthrow.obj + 0001:00077814 ??0invalid_argument@std@@QAE@PBD@Z 10078814 f i libcpmt:xthrow.obj + 0001:00077833 ??0length_error@std@@QAE@ABV01@@Z 10078833 f i libcpmt:xthrow.obj + 0001:0007784e ??0length_error@std@@QAE@PBD@Z 1007884e f i libcpmt:xthrow.obj + 0001:0007786d ??0logic_error@std@@QAE@ABV01@@Z 1007886d f i libcpmt:xthrow.obj + 0001:00077888 ??0out_of_range@std@@QAE@ABV01@@Z 10078888 f i libcpmt:xthrow.obj + 0001:000778a3 ??0out_of_range@std@@QAE@PBD@Z 100788a3 f i libcpmt:xthrow.obj + 0001:000778c2 ??0runtime_error@std@@QAE@PBD@Z 100788c2 f i libcpmt:xthrow.obj + 0001:000778e1 ?_Xbad_alloc@std@@YAXXZ 100788e1 f libcpmt:xthrow.obj + 0001:000778e1 ?__scrt_throw_std_bad_alloc@@YAXXZ 100788e1 f LIBCMT:throw_bad_alloc.obj + 0001:000778fe ?_Xbad_function_call@std@@YAXXZ 100788fe f libcpmt:xthrow.obj + 0001:0007791b ?_Xinvalid_argument@std@@YAXPBD@Z 1007891b f libcpmt:xthrow.obj + 0001:0007793b ?_Xlength_error@std@@YAXPBD@Z 1007893b f libcpmt:xthrow.obj + 0001:0007795b ?_Xout_of_range@std@@YAXPBD@Z 1007895b f libcpmt:xthrow.obj + 0001:0007797b ?_Xruntime_error@std@@YAXPBD@Z 1007897b f libcpmt:xthrow.obj + 0001:0007799b ?what@bad_function_call@std@@UBEPBDXZ 1007899b f i libcpmt:xthrow.obj + 0001:000779a1 ?_Syserror_map@std@@YAPBDH@Z 100789a1 f libcpmt:syserror.obj + 0001:000779c6 ??0_Locimp@locale@std@@AAE@_N@Z 100789c6 f i libcpmt:locale0.obj + 0001:00077a07 ??1_Fac_node@std@@QAE@XZ 10078a07 f i libcpmt:locale0.obj + 0001:00077a38 ??1_Fac_tidy_reg_t@std@@QAE@XZ 10078a38 f i libcpmt:locale0.obj + 0001:00077a5f ??1_Locimp@locale@std@@MAE@XZ 10078a5f f i libcpmt:locale0.obj + 0001:00077a8a ??4?$_Yarn@D@std@@QAEAAV01@PBD@Z 10078a8a f i libcpmt:locale0.obj + 0001:00077ade ??_E_Locimp@locale@std@@MAEPAXI@Z 10078ade f i libcpmt:locale0.obj + 0001:00077ade ??_G_Locimp@locale@std@@MAEPAXI@Z 10078ade f i libcpmt:locale0.obj + 0001:00077b00 ?_Facet_Register@std@@YAXPAV_Facet_base@1@@Z 10078b00 f libcpmt:locale0.obj + 0001:00077b2c ?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ 10078b2c f libcpmt:locale0.obj + 0001:00077b32 ?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 10078b32 f libcpmt:locale0.obj + 0001:00077bbf ?_Locimp_dtor@_Locimp@locale@std@@CAXPAV123@@Z 10078bbf f libcpmt:locale0.obj + 0001:00077c30 ?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z 10078c30 f libcpmt:locale0.obj + 0001:00077c7b ?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z 10078c7b f libcpmt:locale0.obj + 0001:00077c95 ?_New_Locimp@_Locimp@locale@std@@CAPAV123@_N@Z 10078c95 f libcpmt:locale0.obj + 0001:00077cb8 ?_Setgloballocale@locale@std@@CAXPAX@Z 10078cb8 f libcpmt:locale0.obj + 0001:00077ce0 __Deletegloballocale 10078ce0 f libcpmt:locale0.obj + 0001:00077d45 __Getctype 10078d45 f libcpmt:_tolower.obj + 0001:00077db0 __Tolower 10078db0 f libcpmt:_tolower.obj + 0001:00077ebc __Toupper 10078ebc f libcpmt:_toupper.obj + 0001:00077fca ?_Addstd@ios_base@std@@SAXPAV12@@Z 10078fca f libcpmt:ios.obj + 0001:00078016 ?_Callfns@ios_base@std@@AAEXW4event@12@@Z 10079016 f i libcpmt:ios.obj + 0001:00078049 ?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z 10079049 f libcpmt:ios.obj + 0001:00078089 ?_Tidy@ios_base@std@@AAEXXZ 10079089 f i libcpmt:ios.obj + 0001:00078104 ?uncaught_exception@std@@YA_NXZ 10079104 f libcpmt:uncaught_exception.obj + 0001:00078109 ___std_init_once_link_alternate_names_and_abort@0 10079109 f libcpmt:xonce2.obj + 0001:0007810e __Query_perf_counter 1007910e f libcpmt:xtime.obj + 0001:00078125 __Query_perf_frequency 10079125 f libcpmt:xtime.obj + 0001:00078162 __Xtime_get_ticks 10079162 f libcpmt:xtime.obj + 0001:00078189 __Getcvt 10079189 f libcpmt:xwctomb.obj + 0001:00078279 ?_Fiopen@std@@YAPAU_iobuf@@PBDHH@Z 10079279 f libcpmt:fiopen.obj + 0001:00078282 ?setw@std@@YA?AU?$_Smanip@_J@1@_J@Z 10079282 f libcpmt:iomanip.obj + 0001:000782b0 __Mtxdst 100792b0 f libcpmt:xmtx.obj + 0001:000782be __Mtxinit 100792be f libcpmt:xmtx.obj + 0001:000782d3 __Mtxlock 100792d3 f libcpmt:xmtx.obj + 0001:000782e1 __Mtxunlock 100792e1 f libcpmt:xmtx.obj + 0001:000782ef ??1_Init_atexit@@QAE@XZ 100792ef f i libcpmt:iosptrs.obj + 0001:00078357 ?_Atexit@@YAXP6AXXZ@Z 10079357 f libcpmt:iosptrs.obj + 0001:00078386 ___crtLCMapStringA 10079386 f libcpmt:StlLCMapStringA.obj + 0001:00078597 ___crtGetSystemTimePreciseAsFileTime 10079597 f libcpmt:winapisupp.obj + 0001:000785ec ??2@YAPAXI@Z 100795ec f LIBCMT:new_scalar.obj + 0001:0007861c ??3@YAXPAXI@Z 1007961c f LIBCMT:delete_scalar_size.obj + 0001:0007862a ??_V@YAXPAX@Z 1007962a f LIBCMT:delete_array.obj + 0001:00078673 ___scrt_acquire_startup_lock 10079673 f LIBCMT:utility.obj + 0001:000786a5 ___scrt_dllmain_after_initialize_c 100796a5 f LIBCMT:utility.obj + 0001:000786d0 ___scrt_dllmain_before_initialize_c 100796d0 f LIBCMT:utility.obj + 0001:000786de ___scrt_dllmain_crt_thread_attach 100796de f LIBCMT:utility.obj + 0001:000786fd ___scrt_dllmain_crt_thread_detach 100796fd f LIBCMT:utility.obj + 0001:0007870a ___scrt_dllmain_exception_filter 1007970a f LIBCMT:utility.obj + 0001:0007873e ___scrt_dllmain_uninitialize_c 1007973e f LIBCMT:utility.obj + 0001:00078761 ___scrt_dllmain_uninitialize_critical 10079761 f LIBCMT:utility.obj + 0001:0007876e ___scrt_initialize_crt 1007976e f LIBCMT:utility.obj + 0001:000787a7 ___scrt_initialize_onexit_tables 100797a7 f LIBCMT:utility.obj + 0001:0007882e ___scrt_is_nonwritable_in_current_image 1007982e f LIBCMT:utility.obj + 0001:000788c2 ___scrt_release_startup_lock 100798c2 f LIBCMT:utility.obj + 0001:000788df ___scrt_uninitialize_crt 100798df f LIBCMT:utility.obj + 0001:00078907 __onexit 10079907 f LIBCMT:utility.obj + 0001:00078934 _atexit 10079934 f LIBCMT:utility.obj + 0001:00078949 @__security_check_cookie@4 10079949 f LIBCMT:secchk.obj + 0001:00078957 ??_Etype_info@@UAEPAXI@Z 10079957 f i LIBCMT:std_type_info_static.obj + 0001:00078957 ??_Gtype_info@@UAEPAXI@Z 10079957 f i LIBCMT:std_type_info_static.obj + 0001:0007897a ??_U@YAPAXI@Z 1007997a f LIBCMT:new_array.obj + 0001:00078990 __allshl 10079990 f LIBCMT:llshl.obj + 0001:000789b0 __aullshr 100799b0 f LIBCMT:ullshr.obj + 0001:000789cf __Init_thread_abort 100799cf f LIBCMT:thread_safe_statics.obj + 0001:000789fa __Init_thread_footer 100799fa f LIBCMT:thread_safe_statics.obj + 0001:00078a4b __Init_thread_header 10079a4b f LIBCMT:thread_safe_statics.obj + 0001:00078a9a __Init_thread_wait_v2 10079a9a f LIBCMT:thread_safe_statics.obj + 0001:00078ab0 __alldiv 10079ab0 f LIBCMT:lldiv.obj + 0001:00078b60 __alldvrm 10079b60 f LIBCMT:lldvrm.obj + 0001:00078c40 __allmul 10079c40 f LIBCMT:llmul.obj + 0001:00078c80 __allrem 10079c80 f LIBCMT:llrem.obj + 0001:00078d32 ?__scrt_initialize_type_info@@YAXXZ 10079d32 f LIBCMT:tncleanup.obj + 0001:00078d3e ?__scrt_uninitialize_type_info@@YAXXZ 10079d3e f LIBCMT:tncleanup.obj + 0001:00078d50 __ftol3 10079d50 f LIBCMT:ftol3.obj + 0001:00078dc0 __dtoul3 10079dc0 f LIBCMT:ftol3.obj + 0001:00078e70 __dtoul3_legacy 10079e70 f LIBCMT:ftol3.obj + 0001:00078ea0 __dtol3 10079ea0 f LIBCMT:ftol3.obj + 0001:00078f50 __ultod3 10079f50 f LIBCMT:ftol3.obj + 0001:00078fa0 __ltod3 10079fa0 f LIBCMT:ftol3.obj + 0001:00079322 __DllMainCRTStartup@12 1007a322 f LIBCMT:dll_dllmain.obj + 0001:00079350 __SEH_prolog4 1007a350 f LIBCMT:sehprolg4.obj + 0001:00079395 @_guard_check_icall@4 1007a395 f i LIBCMT:checkcfg.obj + 0001:0007939b ___isa_available_init 1007a39b f LIBCMT:cpu_disp.obj + 0001:000796d0 __FindPESection 1007a6d0 f LIBCMT:pesect.obj + 0001:00079720 __IsNonwritableInCurrentImage 1007a720 f LIBCMT:pesect.obj + 0001:000797e0 __ValidateImageBase 1007a7e0 f LIBCMT:pesect.obj + 0001:00079811 __EH_epilog3 1007a811 f LIBCMT:ehprolg3.obj + 0001:00079825 __EH_prolog3 1007a825 f LIBCMT:ehprolg3.obj + 0001:00079858 __EH_prolog3_catch 1007a858 f LIBCMT:ehprolg3.obj + 0001:00079890 __aulldvrm 1007a890 f LIBCMT:ulldvrm.obj + 0001:00079925 ___scrt_fastfail 1007a925 f LIBCMT:utility_desktop.obj + 0001:00079a3a __crt_debugger_hook 1007aa3a f LIBCMT:utility_desktop.obj + 0001:00079a50 __aulldiv 1007aa50 f LIBCMT:ulldiv.obj + 0001:00079ac0 __aullrem 1007aac0 f LIBCMT:ullrem.obj + 0001:00079b35 ___raise_securityfailure 1007ab35 f LIBCMT:gs_report.obj + 0001:00079b5d ___report_gsfailure 1007ab5d f LIBCMT:gs_report.obj + 0001:00079c58 ___report_rangecheckfailure 1007ac58 f LIBCMT:gs_report.obj + 0001:00079c65 ___report_securityfailure 1007ac65 f LIBCMT:gs_report.obj + 0001:00079d40 __alloca_probe 1007ad40 f LIBCMT:chkstk.obj + 0001:00079d40 __chkstk 1007ad40 f LIBCMT:chkstk.obj + 0001:00079d70 __alloca_probe_16 1007ad70 f LIBCMT:alloca16.obj + 0001:00079d86 __alloca_probe_8 1007ad86 LIBCMT:alloca16.obj + 0001:00079da0 __ftol2_sse 1007ada0 f LIBCMT:ftol2.obj + 0001:00079db0 __ftoi2 1007adb0 f LIBCMT:ftol2.obj + 0001:00079e2c ?__scrt_throw_std_bad_array_new_length@@YAXXZ 1007ae2c f LIBCMT:throw_bad_alloc.obj + 0001:00079e49 ___scrt_is_ucrt_dll_in_use 1007ae49 f LIBCMT:ucrt_detection.obj + 0001:00079ea2 ___security_init_cookie 1007aea2 f LIBCMT:gs_support.obj + 0001:00079eed _DllMain@12 1007aeed f LIBCMT:dll_dllmain_stub.obj + 0001:00079ef3 ___local_stdio_scanf_options 1007aef3 f i LIBCMT:default_local_stdio_options.obj + 0001:00079ef9 ___scrt_initialize_default_local_stdio_options 1007aef9 f LIBCMT:default_local_stdio_options.obj + 0001:00079f16 ___scrt_get_dyn_tls_init_callback 1007af16 f LIBCMT:dyn_tls_init.obj + 0001:00079f1c __RTC_Initialize 1007af1c f LIBCMT:initsect.obj + 0001:00079f48 __RTC_Terminate 1007af48 f LIBCMT:initsect.obj + 0001:00079f74 _memcmp 1007af74 f libvcruntime:memcmp.obj + 0001:0007b600 _strrchr 1007c600 f libvcruntime:strrchr.obj + 0001:0007b737 _wcschr 1007c737 f libvcruntime:wcschr.obj + 0001:0007b7d8 ___uncaught_exception 1007c7d8 f libvcruntime:uncaught_exception.obj + 0001:0007b7ec ___vcrt_initialize 1007c7ec f libvcruntime:initialization.obj + 0001:0007b80b ___vcrt_thread_attach 1007c80b f libvcruntime:initialization.obj + 0001:0007b816 ___vcrt_thread_detach 1007c816 f libvcruntime:initialization.obj + 0001:0007b81e ___vcrt_uninitialize 1007c81e f libvcruntime:initialization.obj + 0001:0007b835 ___vcrt_uninitialize_critical 1007c835 f libvcruntime:initialization.obj + 0001:0007ba92 _setlocale 1007ca92 f libucrt:setlocale.obj + 0001:0007bad0 _islower 1007cad0 f libucrt:_ctype.obj + 0001:0007bb60 _isupper 1007cb60 f libucrt:_ctype.obj + 0001:0007bbe4 __wcsdup 1007cbe4 f libucrt:wcsdup.obj + 0001:0007bcfa __fsopen 1007ccfa f libucrt:fopen.obj + 0001:0007bfb6 ___acrt_allocate_buffer_for_argv 1007cfb6 f libucrt:argv_parsing.obj + 0001:0007c005 __configure_narrow_argv 1007d005 f libucrt:argv_parsing.obj + 0001:0007c10b ___acrt_initialize 1007d10b f libucrt:initialization.obj + 0001:0007c11d ___acrt_thread_attach 1007d11d f libucrt:initialization.obj + 0001:0007c128 ___acrt_thread_detach 1007d128 f libucrt:initialization.obj + 0001:0007c130 ___acrt_uninitialize 1007d130 f libucrt:initialization.obj + 0001:0007c160 ___acrt_uninitialize_critical 1007d160 f libucrt:initialization.obj + 0001:0007c4ee __wcstombs_s_l 1007d4ee f libucrt:wcstombs.obj + 0001:0007c52c ??$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z 1007d52c f i libucrt:openfile.obj + 0001:0007c7d9 ?__acrt_stdio_parse_mode_D@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007d7d9 f i libucrt:openfile.obj + 0001:0007c7f4 ?__acrt_stdio_parse_mode_T@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007d7f4 f i libucrt:openfile.obj + 0001:0007c813 ?__acrt_stdio_parse_mode_b@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007d813 f i libucrt:openfile.obj + 0001:0007c833 ?__acrt_stdio_parse_mode_c@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007d833 f i libucrt:openfile.obj + 0001:0007c855 ?__acrt_stdio_parse_mode_n@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007d855 f i libucrt:openfile.obj + 0001:0007c877 ?__acrt_stdio_parse_mode_plus@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007d877 f i libucrt:openfile.obj + 0001:0007c8ad ?__acrt_stdio_parse_mode_t@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007d8ad f i libucrt:openfile.obj + 0001:0007c8cd ?__acrt_stdio_parse_mode_x@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007d8cd f i libucrt:openfile.obj + 0001:0007c8ed __openfile 1007d8ed f libucrt:openfile.obj + 0001:0007c910 ??$__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 1007d910 f i libucrt:argv_wildcards.obj + 0001:0007ceae ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 1007deae f i libucrt:argv_wildcards.obj + 0001:0007cf71 ___acrt_expand_narrow_argv_wildcards 1007df71 f libucrt:argv_wildcards.obj + 0001:0007cf7c ___acrt_GetModuleFileNameA 1007df7c f libucrt:getmodulefilenamea.obj + 0001:0007d06d __ismbblead 1007e06d f libucrt:ismbbyte.obj + 0001:0007d085 ___acrt_initialize_command_line 1007e085 f libucrt:argv_data.obj + 0001:0007d09e ___acrt_execute_initializers 1007e09e f libucrt:shared_initialization.obj + 0001:0007d106 ___acrt_execute_uninitializers 1007e106 f libucrt:shared_initialization.obj + 0001:0007d137 ?__wcsrtombs_utf8@__crt_mbstring@@YAIPADPAPB_WIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 1007e137 f libucrt:wcrtomb.obj + 0001:0007d830 __sopen_nolock 1007e830 f libucrt:open.obj + 0001:0007d89e __sopen_s 1007e89e f libucrt:open.obj + 0001:0007d8be __wsopen_nolock 1007e8be f libucrt:open.obj + 0001:0007dbf0 _qsort 1007ebf0 f libucrt:qsort.obj + 0001:0007e0e0 _strpbrk 1007f0e0 f libucrt:strpbrk.obj + 0001:0007e120 __mbsdec 1007f120 f libucrt:mbsdec.obj + 0001:0007e137 __mbsdec_l 1007f137 f libucrt:mbsdec.obj + 0001:0007e1c4 ?__c16rtomb_utf8@__crt_mbstring@@YAIPAD_SPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 1007f1c4 f libucrt:c16rtomb.obj + 0001:0007e26e __get_fmode 1007f26e f libucrt:setmode.obj + 0001:0007e29b __setmode_nolock 1007f29b f libucrt:setmode.obj + 0001:0007e36a ??0__crt_seek_guard@@QAE@H_J@Z 1007f36a f i libucrt:chsize.obj + 0001:0007e3b7 __chsize_nolock 1007f3b7 f libucrt:chsize.obj + 0001:0007e3ee __chsize_nolock_internal 1007f3ee f libucrt:chsize.obj + 0001:0007e585 ___acrt_initialize_fmode 1007f585 f libucrt:txtmode.obj + 0001:0007e59b __filter_x86_sse2_floating_point_exception 1007f59b f LIBCMT:x86_exception_filter.obj + 0001:0007e59b __filter_x86_sse2_floating_point_exception_default 1007f59b 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 + 0002:0000000c __imp__GetFileAttributesA@4 1008600c kernel32:KERNEL32.dll + 0002:00000010 __imp__SetFileAttributesA@8 10086010 kernel32:KERNEL32.dll + 0002:00000014 __imp__OutputDebugStringA@4 10086014 kernel32:KERNEL32.dll + 0002:00000018 __imp__CloseHandle@4 10086018 kernel32:KERNEL32.dll + 0002:0000001c __imp__DuplicateHandle@28 1008601c kernel32:KERNEL32.dll + 0002:00000020 __imp__GetLastError@0 10086020 kernel32:KERNEL32.dll + 0002:00000024 __imp__Sleep@4 10086024 kernel32:KERNEL32.dll + 0002:00000028 __imp__GetCurrentProcess@0 10086028 kernel32:KERNEL32.dll + 0002:0000002c __imp__GetCurrentProcessId@0 1008602c kernel32:KERNEL32.dll + 0002:00000030 __imp__GetCurrentThread@0 10086030 kernel32:KERNEL32.dll + 0002:00000034 __imp__GetCurrentThreadId@0 10086034 kernel32:KERNEL32.dll + 0002:00000038 __imp__OpenThread@12 10086038 kernel32:KERNEL32.dll + 0002:0000003c __imp__SuspendThread@4 1008603c kernel32:KERNEL32.dll + 0002:00000040 __imp__ResumeThread@4 10086040 kernel32:KERNEL32.dll + 0002:00000044 __imp__GetProcessIdOfThread@4 10086044 kernel32:KERNEL32.dll + 0002:00000048 __imp__GetThreadContext@8 10086048 kernel32:KERNEL32.dll + 0002:0000004c __imp__FlushInstructionCache@12 1008604c kernel32:KERNEL32.dll + 0002:00000050 __imp__OpenProcess@12 10086050 kernel32:KERNEL32.dll + 0002:00000054 __imp__GetSystemInfo@4 10086054 kernel32:KERNEL32.dll + 0002:00000058 __imp__VirtualQuery@12 10086058 kernel32:KERNEL32.dll + 0002:0000005c __imp__VirtualAllocEx@20 1008605c kernel32:KERNEL32.dll + 0002:00000060 __imp__VirtualProtectEx@20 10086060 kernel32:KERNEL32.dll + 0002:00000064 __imp__VirtualQueryEx@16 10086064 kernel32:KERNEL32.dll + 0002:00000068 __imp__ReadProcessMemory@20 10086068 kernel32:KERNEL32.dll + 0002:0000006c __imp__WriteProcessMemory@20 1008606c kernel32:KERNEL32.dll + 0002:00000070 __imp__VirtualFreeEx@16 10086070 kernel32:KERNEL32.dll + 0002:00000074 __imp__IsWow64Process@8 10086074 kernel32:KERNEL32.dll + 0002:00000078 __imp__CreateToolhelp32Snapshot@8 10086078 kernel32:KERNEL32.dll + 0002:0000007c __imp__Thread32First@8 1008607c kernel32:KERNEL32.dll + 0002:00000080 __imp__Thread32Next@8 10086080 kernel32:KERNEL32.dll + 0002:00000084 __imp__RaiseException@16 10086084 kernel32:KERNEL32.dll + 0002:00000088 __imp__RtlUnwind@16 10086088 kernel32:KERNEL32.dll + 0002:0000008c __imp__InterlockedPushEntrySList@8 1008608c kernel32:KERNEL32.dll + 0002:00000090 __imp__InterlockedFlushSList@4 10086090 kernel32:KERNEL32.dll + 0002:00000094 __imp__SetLastError@4 10086094 kernel32:KERNEL32.dll + 0002:00000098 __imp__EncodePointer@4 10086098 kernel32:KERNEL32.dll + 0002:0000009c __imp__InitializeCriticalSectionAndSpinCount@8 1008609c kernel32:KERNEL32.dll + 0002:000000a0 __imp__TlsAlloc@0 100860a0 kernel32:KERNEL32.dll + 0002:000000a4 __imp__TlsGetValue@4 100860a4 kernel32:KERNEL32.dll + 0002:000000a8 __imp__TlsSetValue@8 100860a8 kernel32:KERNEL32.dll + 0002:000000ac __imp__TlsFree@4 100860ac kernel32:KERNEL32.dll + 0002:000000b0 __imp__FreeLibrary@4 100860b0 kernel32:KERNEL32.dll + 0002:000000b4 __imp__GetProcAddress@8 100860b4 kernel32:KERNEL32.dll + 0002:000000b8 __imp__LoadLibraryExW@12 100860b8 kernel32:KERNEL32.dll + 0002:000000bc __imp__EnterCriticalSection@4 100860bc kernel32:KERNEL32.dll + 0002:000000c0 __imp__LeaveCriticalSection@4 100860c0 kernel32:KERNEL32.dll + 0002:000000c4 __imp__DeleteCriticalSection@4 100860c4 kernel32:KERNEL32.dll + 0002:000000c8 __imp__IsDebuggerPresent@0 100860c8 kernel32:KERNEL32.dll + 0002:000000cc __imp__UnhandledExceptionFilter@4 100860cc kernel32:KERNEL32.dll + 0002:000000d0 __imp__SetUnhandledExceptionFilter@4 100860d0 kernel32:KERNEL32.dll + 0002:000000d4 __imp__TerminateProcess@8 100860d4 kernel32:KERNEL32.dll + 0002:000000d8 __imp__IsProcessorFeaturePresent@4 100860d8 kernel32:KERNEL32.dll + 0002:000000dc __imp__HeapAlloc@12 100860dc kernel32:KERNEL32.dll + 0002:000000e0 __imp__HeapFree@12 100860e0 kernel32:KERNEL32.dll + 0002:000000e4 __imp__GetSystemTimeAsFileTime@4 100860e4 kernel32:KERNEL32.dll + 0002:000000e8 __imp__GetDateFormatW@24 100860e8 kernel32:KERNEL32.dll + 0002:000000ec __imp__GetTimeFormatW@24 100860ec kernel32:KERNEL32.dll + 0002:000000f0 __imp__CompareStringW@24 100860f0 kernel32:KERNEL32.dll + 0002:000000f4 __imp__LCMapStringW@24 100860f4 kernel32:KERNEL32.dll + 0002:000000f8 __imp__GetLocaleInfoW@16 100860f8 kernel32:KERNEL32.dll + 0002:000000fc __imp__IsValidLocale@8 100860fc kernel32:KERNEL32.dll + 0002:00000100 __imp__GetUserDefaultLCID@0 10086100 kernel32:KERNEL32.dll + 0002:00000104 __imp__EnumSystemLocalesW@8 10086104 kernel32:KERNEL32.dll + 0002:00000108 __imp__GetStdHandle@4 10086108 kernel32:KERNEL32.dll + 0002:0000010c __imp__GetFileType@4 1008610c kernel32:KERNEL32.dll + 0002:00000110 __imp__GetStartupInfoW@4 10086110 kernel32:KERNEL32.dll + 0002:00000114 __imp__FlushFileBuffers@4 10086114 kernel32:KERNEL32.dll + 0002:00000118 __imp__WriteFile@20 10086118 kernel32:KERNEL32.dll + 0002:0000011c __imp__GetConsoleOutputCP@0 1008611c kernel32:KERNEL32.dll + 0002:00000120 __imp__GetConsoleMode@8 10086120 kernel32:KERNEL32.dll + 0002:00000124 __imp__ReadFile@20 10086124 kernel32:KERNEL32.dll + 0002:00000128 __imp__GetFileSizeEx@8 10086128 kernel32:KERNEL32.dll + 0002:0000012c __imp__SetFilePointerEx@20 1008612c kernel32:KERNEL32.dll + 0002:00000130 __imp__ReadConsoleW@20 10086130 kernel32:KERNEL32.dll + 0002:00000134 __imp__MultiByteToWideChar@24 10086134 kernel32:KERNEL32.dll + 0002:00000138 __imp__MoveFileExW@12 10086138 kernel32:KERNEL32.dll + 0002:0000013c __imp__ExitProcess@4 1008613c kernel32:KERNEL32.dll + 0002:00000140 __imp__GetModuleHandleW@4 10086140 kernel32:KERNEL32.dll + 0002:00000144 __imp__GetModuleHandleExW@12 10086144 kernel32:KERNEL32.dll + 0002:00000148 __imp__GetTimeZoneInformation@4 10086148 kernel32:KERNEL32.dll + 0002:0000014c __imp__WideCharToMultiByte@32 1008614c kernel32:KERNEL32.dll + 0002:00000150 __imp__DecodePointer@4 10086150 kernel32:KERNEL32.dll + 0002:00000154 __imp__IsValidCodePage@4 10086154 kernel32:KERNEL32.dll + 0002:00000158 __imp__GetACP@0 10086158 kernel32:KERNEL32.dll + 0002:0000015c __imp__GetOEMCP@0 1008615c kernel32:KERNEL32.dll + 0002:00000160 __imp__GetCPInfo@8 10086160 kernel32:KERNEL32.dll + 0002:00000164 __imp__GetStringTypeW@16 10086164 kernel32:KERNEL32.dll + 0002:00000168 __imp__GetProcessHeap@0 10086168 kernel32:KERNEL32.dll + 0002:0000016c __imp__SetStdHandle@8 1008616c kernel32:KERNEL32.dll + 0002:00000170 __imp__GetModuleFileNameW@12 10086170 kernel32:KERNEL32.dll + 0002:00000174 __imp__CreateFileW@28 10086174 kernel32:KERNEL32.dll + 0002:00000178 __imp__WriteConsoleW@20 10086178 kernel32:KERNEL32.dll + 0002:0000017c __imp__HeapSize@12 1008617c kernel32:KERNEL32.dll + 0002:00000180 __imp__HeapReAlloc@16 10086180 kernel32:KERNEL32.dll + 0002:00000184 __imp__GetEnvironmentStringsW@0 10086184 kernel32:KERNEL32.dll + 0002:00000188 __imp__FreeEnvironmentStringsW@4 10086188 kernel32:KERNEL32.dll + 0002:0000018c __imp__SetEnvironmentVariableW@8 1008618c kernel32:KERNEL32.dll + 0002:00000190 __imp__GetCommandLineW@0 10086190 kernel32:KERNEL32.dll + 0002:00000194 __imp__GetCommandLineA@0 10086194 kernel32:KERNEL32.dll + 0002:00000198 __imp__FindNextFileW@8 10086198 kernel32:KERNEL32.dll + 0002:0000019c __imp__InitOnceBeginInitialize@16 1008619c kernel32:KERNEL32.dll + 0002:0000019c __imp____std_init_once_begin_initialize@16 1008619c kernel32:KERNEL32.dll + 0002:000001a0 __imp__InitOnceComplete@12 100861a0 kernel32:KERNEL32.dll + 0002:000001a0 __imp____std_init_once_complete@12 100861a0 kernel32:KERNEL32.dll + 0002:000001a4 __imp__QueryPerformanceCounter@4 100861a4 kernel32:KERNEL32.dll + 0002:000001a8 __imp__QueryPerformanceFrequency@4 100861a8 kernel32:KERNEL32.dll + 0002:000001ac __imp__InitializeCriticalSectionEx@12 100861ac kernel32:KERNEL32.dll + 0002:000001b0 __imp__LCMapStringEx@36 100861b0 kernel32:KERNEL32.dll + 0002:000001b4 __imp__ReleaseSRWLockExclusive@4 100861b4 kernel32:KERNEL32.dll + 0002:000001b8 __imp__AcquireSRWLockExclusive@4 100861b8 kernel32:KERNEL32.dll + 0002:000001bc __imp__WakeAllConditionVariable@4 100861bc kernel32:KERNEL32.dll + 0002:000001c0 __imp__SleepConditionVariableSRW@16 100861c0 kernel32:KERNEL32.dll + 0002:000001c4 __imp__InitializeSListHead@4 100861c4 kernel32:KERNEL32.dll + 0002:000001c8 __imp__FindClose@4 100861c8 kernel32:KERNEL32.dll + 0002:000001cc __imp__FindFirstFileExW@24 100861cc kernel32:KERNEL32.dll + 0002:000001d0 __imp__SetEndOfFile@4 100861d0 kernel32:KERNEL32.dll + 0002:000001d4 \177KERNEL32_NULL_THUNK_DATA 100861d4 kernel32:KERNEL32.dll + 0002:000001d8 __imp__MessageBoxA@16 100861d8 user32:USER32.dll + 0002:000001dc \177USER32_NULL_THUNK_DATA 100861dc user32:USER32.dll + 0002:000001e0 ___guard_check_icall_fptr 100861e0 libucrt:guard_support.obj + 0002:000001e4 ___castguard_check_failure_os_handled_fptr 100861e4 libucrt:guard_support.obj + 0002:000001e8 ___xc_a 100861e8 LIBCMT:initializers.obj + 0002:00000314 ___xc_z 10086314 LIBCMT:initializers.obj + 0002:00000318 ___xi_a 10086318 LIBCMT:initializers.obj + 0002:0000031c ___acrt_stdio_initializer 1008631c libucrt:stdio_initializer.obj + 0002:00000320 ___acrt_timeset_initializer 10086320 libucrt:timeset_initializer.obj + 0002:00000324 ___acrt_tran_sse2_initializer 10086324 libucrt:sse2_initializer.obj + 0002:00000328 ___acrt_multibyte_initializer 10086328 libucrt:multibyte_initializer.obj + 0002:00000330 ___acrt_fmode_initializer 10086330 libucrt:fmode_initializer.obj + 0002:00000334 ___xi_z 10086334 LIBCMT:initializers.obj + 0002:00000338 ___xl_a 10086338 LIBCMT:tlssup.obj + 0002:0000033c ___xl_z 1008633c LIBCMT:tlssup.obj + 0002:00000340 ___xp_a 10086340 LIBCMT:initializers.obj + 0002:00000344 ___acrt_locale_terminator 10086344 libucrt:locale_initializer.obj + 0002:00000348 ___dcrt_console_output_terminator 10086348 libucrt:console_output_initializer.obj + 0002:0000034c ___acrt_stdio_terminator 1008634c libucrt:stdio_initializer.obj + 0002:00000350 ___xp_z 10086350 LIBCMT:initializers.obj + 0002:00000354 ___xt_a 10086354 LIBCMT:initializers.obj + 0002:00000358 ___xt_z 10086358 LIBCMT:initializers.obj + 0002:00000368 ??_7exception@std@@6B@ 10086368 logging.cpp.obj + 0002:00000370 ??_C@_0BC@EOODALEL@Unknown?5exception@ 10086370 logging.cpp.obj + 0002:00000388 ??_7bad_alloc@std@@6B@ 10086388 logging.cpp.obj + 0002:00000394 ??_7bad_array_new_length@std@@6B@ 10086394 logging.cpp.obj + 0002:0000039c ??_C@_0BF@KINCDENJ@bad?5array?5new?5length@ 1008639c logging.cpp.obj + 0002:000003b4 ??_C@_0BA@JFNIOLAK@string?5too?5long@ 100863b4 logging.cpp.obj + 0002:000003c8 ??_7runtime_error@std@@6B@ 100863c8 logging.cpp.obj + 0002:000003d4 ??_7_System_error@std@@6B@ 100863d4 logging.cpp.obj + 0002:000003dc ??_C@_02LMMGGCAJ@?3?5@ 100863dc logging.cpp.obj + 0002:000003e4 ??_7system_error@std@@6B@ 100863e4 logging.cpp.obj + 0002:000003f0 ??_7_Iostream_error_category2@std@@6B@ 100863f0 logging.cpp.obj + 0002:00000408 ??_C@_08LLGCOLLL@iostream@ 10086408 logging.cpp.obj + 0002:00000414 ?_Iostream_error@?4??message@_Iostream_error_category2@std@@UBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z@4QBDB 10086414 logging.cpp.obj + 0002:00000430 ??_7bad_cast@std@@6B@ 10086430 logging.cpp.obj + 0002:00000438 ??_C@_08EPJLHIJG@bad?5cast@ 10086438 logging.cpp.obj + 0002:00000448 ??_7_Facet_base@std@@6B@ 10086448 logging.cpp.obj + 0002:00000454 ??_C@_0BA@ELKIONDK@bad?5locale?5name@ 10086454 logging.cpp.obj + 0002:00000464 ??_C@_00CNPNBAHC@@ 10086464 logging.cpp.obj + 0002:0000046c ??_7?$ctype@D@std@@6B@ 1008646c logging.cpp.obj + 0002:0000049c ??_7failure@ios_base@std@@6B@ 1008649c logging.cpp.obj + 0002:000004a8 ??_7ios_base@std@@6B@ 100864a8 logging.cpp.obj + 0002:000004ac ??_C@_0BF@PHHKMMFD@ios_base?3?3badbit?5set@ 100864ac logging.cpp.obj + 0002:000004c4 ??_C@_0BG@FMKFHCIL@ios_base?3?3failbit?5set@ 100864c4 logging.cpp.obj + 0002:000004dc ??_C@_0BF@OOHOMBOF@ios_base?3?3eofbit?5set@ 100864dc logging.cpp.obj + 0002:000004f8 ??_7?$basic_ios@DU?$char_traits@D@std@@@std@@6B@ 100864f8 logging.cpp.obj + 0002:00000500 ??_7?$basic_ostream@DU?$char_traits@D@std@@@std@@6B@ 10086500 logging.cpp.obj + 0002:00000504 ??_8?$basic_ostream@DU?$char_traits@D@std@@@std@@7B@ 10086504 logging.cpp.obj + 0002:00000510 ??_7?$basic_streambuf@DU?$char_traits@D@std@@@std@@6B@ 10086510 logging.cpp.obj + 0002:00000550 ??_7?$basic_filebuf@DU?$char_traits@D@std@@@std@@6B@ 10086550 logging.cpp.obj + 0002:00000590 ??_7?$basic_ofstream@DU?$char_traits@D@std@@@std@@6B@ 10086590 logging.cpp.obj + 0002:00000594 ??_8?$basic_ofstream@DU?$char_traits@D@std@@@std@@7B@ 10086594 logging.cpp.obj + 0002:000005a0 ??_7?$codecvt@DDU_Mbstatet@@@std@@6B@ 100865a0 logging.cpp.obj + 0002:000005c8 ??_C@_0BI@CFPLBAOH@invalid?5string?5position@ 100865c8 logging.cpp.obj + 0002:000005e8 ??_7bad_exception@std@@6B@ 100865e8 main.cpp.obj + 0002:000005f0 ??_C@_0O@DPKOEFFH@bad?5exception@ 100865f0 main.cpp.obj + 0002:00000600 ??_C@_0P@GHFPNOJB@bad?5allocation@ 10086600 main.cpp.obj + 0002:00000610 ??_C@_05LAPONLG@false@ 10086610 main.cpp.obj + 0002:00000618 ??_C@_04LOAJBDKD@true@ 10086618 main.cpp.obj + 0002:00000620 ??_C@_0BG@OFLLLHIE@invalid?5stof?5argument@ 10086620 main.cpp.obj + 0002:00000638 ??_C@_0BL@CGEIMNKL@stof?5argument?5out?5of?5range@ 10086638 main.cpp.obj + 0002:00000654 ??_C@_02NJPGOMH@?$CFf@ 10086654 main.cpp.obj + 0002:0000065c ??_7error_info_container@exception_detail@boost@@6B@ 1008665c main.cpp.obj + 0002:00000678 ??_7exception@boost@@6B@ 10086678 main.cpp.obj + 0002:00000680 ??_7clone_base@exception_detail@boost@@6B@ 10086680 main.cpp.obj + 0002:00000690 ??_7error_info_base@exception_detail@boost@@6B@ 10086690 main.cpp.obj + 0002:000006a0 ??_7sp_counted_base@detail@boost@@6B@ 100866a0 main.cpp.obj + 0002:000006b8 ??_C@_0BB@GCADKGJO@map?1set?5too?5long@ 100866b8 main.cpp.obj + 0002:000006d0 ??_7error_info_container_impl@exception_detail@boost@@6B@ 100866d0 main.cpp.obj + 0002:000006ec ??_7?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 100866ec main.cpp.obj + 0002:0000072c ??_7?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 1008672c main.cpp.obj + 0002:00000730 ??_8?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@7B@ 10086730 main.cpp.obj + 0002:00000738 ??_C@_0CF@CFFMGBAP@No?5diagnostic?5information?5avail@ 10086738 main.cpp.obj + 0002:00000760 ??_C@_0BD@OKEHHCDP@Unknown?5exception?4@ 10086760 main.cpp.obj + 0002:00000774 ??_C@_0DP@GHFCDMCB@Throw?5location?5unknown?5?$CIconside@ 10086774 main.cpp.obj + 0002:000007b4 ??_C@_03LPPJIELD@?$CJ?3?5@ 100867b4 main.cpp.obj + 0002:000007b8 ??_C@_0BD@FCCHBKHG@Throw?5in?5function?5@ 100867b8 main.cpp.obj + 0002:000007cc ??_C@_09GPGAJHPD@?$CIunknown?$CJ@ 100867cc main.cpp.obj + 0002:000007d8 ??_C@_0BJ@GCNBPHBB@Dynamic?5exception?5type?3?5@ 100867d8 main.cpp.obj + 0002:000007f4 ??_C@_06OJHGLDPL@?$CInull?$CJ@ 100867f4 main.cpp.obj + 0002:000007fc ??_C@_0BH@IJDPHMMC@std?3?3exception?3?3what?3?5@ 100867fc main.cpp.obj + 0002:00000814 ??_C@_04OAFLPOMH@?$FN?5?$DN?5@ 10086814 main.cpp.obj + 0002:00000820 ??_7bad_alloc_@exception_detail@boost@@6Bexception@2@@ 10086820 main.cpp.obj + 0002:00000828 ??_7bad_alloc_@exception_detail@boost@@6Bbad_alloc@std@@@ 10086828 main.cpp.obj + 0002:00000834 ??_7bad_exception_@exception_detail@boost@@6Bexception@2@@ 10086834 main.cpp.obj + 0002:0000083c ??_7bad_exception_@exception_detail@boost@@6Bbad_exception@std@@@ 1008683c main.cpp.obj + 0002:00000848 ??_7Error@hadesmem@@6Bexception@std@@@ 10086848 main.cpp.obj + 0002:00000854 ??_7Error@hadesmem@@6Bexception@boost@@@ 10086854 main.cpp.obj + 0002:00000858 ??_8Error@hadesmem@@7B@ 10086858 main.cpp.obj + 0002:00000868 ??_7?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@6B@ 10086868 main.cpp.obj + 0002:00000878 ??_7?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@6B@ 10086878 main.cpp.obj + 0002:00000884 ??_C@_0O@LHJCBCAJ@?$FL?$CFlu?$FN?5?$CFs?3?5?$CFs?6@ 10086884 main.cpp.obj + 0002:00000894 ??_C@_0P@DMJNBGBJ@IsWoW64Process@ 10086894 main.cpp.obj + 0002:000008a8 ??_C@_0FC@HMKIBJE@C?3?2software?2hadesmem?9v142?9Relea@ 100868a8 main.cpp.obj + 0002:000008fc ??_C@_0BH@CAHPBGBP@IsWoW64Process?5failed?4@ 100868fc main.cpp.obj + 0002:00000914 ??_C@_0M@MMCMKPDL@OpenProcess@ 10086914 main.cpp.obj + 0002:00000920 ??_C@_0BE@LHGDOJMK@OpenProcess?5failed?4@ 10086920 main.cpp.obj + 0002:00000934 ??_C@_0L@EHKLHJ@OpenThread@ 10086934 main.cpp.obj + 0002:00000940 ??_C@_0BD@GGECPCAK@OpenThread?5failed?4@ 10086940 main.cpp.obj + 0002:00000954 ??_C@_0BA@KKBHKMMH@DuplicateHandle@ 10086954 main.cpp.obj + 0002:00000964 ??_C@_0BI@FGIAIHNB@DuplicateHandle?5failed?4@ 10086964 main.cpp.obj + 0002:0000097c ??_C@_0L@BPDMILMI@CheckWoW64@ 1008697c main.cpp.obj + 0002:00000988 ??_C@_0EM@FPGLKILF@C?3?2software?2hadesmem?9v142?9Relea@ 10086988 main.cpp.obj + 0002:000009d4 ??_C@_0CN@CIONBDMF@x86?5?9?$DO?5x64?5process?5modification@ 100869d4 main.cpp.obj + 0002:00000a04 ??_C@_02DKCKIIND@?$CFs@ 10086a04 main.cpp.obj + 0002:00000a08 ??_C@_0CE@NLAKHOBH@hadesmem?3?3Process?3?3CleanupUnche@ 10086a08 main.cpp.obj + 0002:00000a2c ??_C@_05KKFAOBBL@Alloc@ 10086a2c main.cpp.obj + 0002:00000a38 ??_C@_0EK@ILAEBCGD@C?3?2software?2hadesmem?9v142?9Relea@ 10086a38 main.cpp.obj + 0002:00000a84 ??_C@_0BH@PKAGPCAJ@VirtualAllocEx?5failed?4@ 10086a84 main.cpp.obj + 0002:00000a9c ??_C@_04HJMOFLDF@Free@ 10086a9c main.cpp.obj + 0002:00000aa4 ??_C@_0BG@MMIHDGBH@VirtualFreeEx?5failed?4@ 10086aa4 main.cpp.obj + 0002:00000abc ??_C@_0CD@GFAOAFIL@hadesmem?3?3Allocator?3?3FreeUnchec@ 10086abc main.cpp.obj + 0002:00000ae0 ??_C@_0CD@LNPEPGDL@hadesmem?3?3Thread?3?3CleanupUnchec@ 10086ae0 main.cpp.obj + 0002:00000b04 ??_C@_0BJ@JEFKDHMD@CreateToolhelp32Snapshot@ 10086b04 main.cpp.obj + 0002:00000b20 ??_C@_0FE@PMPDGIMA@C?3?2software?2hadesmem?9v142?9Relea@ 10086b20 main.cpp.obj + 0002:00000b74 ??_C@_0CB@JCNCLELI@CreateToolhelp32Snapshot?5failed@ 10086b74 main.cpp.obj + 0002:00000b98 ??_C@_0BG@CIDIKHKO@Thread32First?5failed?4@ 10086b98 main.cpp.obj + 0002:00000bb0 ??_C@_0BF@OOLHIKFH@Thread32Next?5failed?4@ 10086bb0 main.cpp.obj + 0002:00000bc8 ??_C@_0BB@MBPKHMON@GetThreadContext@ 10086bc8 main.cpp.obj + 0002:00000be0 ??_C@_0FD@GFMGBNPP@C?3?2software?2hadesmem?9v142?9Relea@ 10086be0 main.cpp.obj + 0002:00000c34 ??_C@_0CM@PMFHKMCF@GetThreadContext?5called?5for?5cur@ 10086c34 main.cpp.obj + 0002:00000c60 ??_C@_0BJ@NBMNLEAK@GetThreadContext?5failed?4@ 10086c60 main.cpp.obj + 0002:00000c7c ??_C@_0O@HMJOGGOE@SuspendThread@ 10086c7c main.cpp.obj + 0002:00000c8c ??_C@_0BG@HGBOONEI@SuspendThread?5failed?4@ 10086c8c main.cpp.obj + 0002:00000ca4 ??_C@_0N@JPHIGJOE@ResumeThread@ 10086ca4 main.cpp.obj + 0002:00000cb4 ??_C@_0BF@CPDPNIDB@ResumeThread?5failed?4@ 10086cb4 main.cpp.obj + 0002:00000ccc ??_C@_0CL@NOFNLPJH@hadesmem?3?3SuspendedThread?3?3Resu@ 10086ccc main.cpp.obj + 0002:00000cf8 ??_C@_0EB@CHHFMIFP@WARNING?$CB?5Error?5while?5suspending@ 10086cf8 main.cpp.obj + 0002:00000d3c ??_C@_0CN@OAFEMMLD@hadesmem?3?3SuspendedProcess?3?3Sus@ 10086d3c main.cpp.obj + 0002:00000d6c ??_C@_0BB@CEKDJBHG@SuspendedProcess@ 10086d6c main.cpp.obj + 0002:00000d80 ??_C@_0DN@FMFFEHNA@Failed?5to?5suspend?5all?5threads?5i@ 10086d80 main.cpp.obj + 0002:00000dc0 ??_C@_09OJCFAFOB@VerifyPid@ 10086dc0 main.cpp.obj + 0002:00000dcc ??_C@_0BN@EEJAIICA@GetProcessIdOfThread?5failed?4@ 10086dcc main.cpp.obj + 0002:00000dec ??_C@_0BJ@PHFJBNAN@PID?5verification?5failed?4@ 10086dec main.cpp.obj + 0002:00000e08 ??_C@_0BG@JNMEKNNO@FlushInstructionCache@ 10086e08 main.cpp.obj + 0002:00000e20 ??_C@_0EK@MAJFCFGD@C?3?2software?2hadesmem?9v142?9Relea@ 10086e20 main.cpp.obj + 0002:00000e6c ??_C@_0BO@BEKIKMHC@FlushInstructionCache?5failed?4@ 10086e6c main.cpp.obj + 0002:00000e8c ??_C@_07EMMGCHGI@Protect@ 10086e8c main.cpp.obj + 0002:00000e98 ??_C@_0FK@CJDMOKGD@C?3?2software?2hadesmem?9v142?9Relea@ 10086e98 main.cpp.obj + 0002:00000ef4 ??_C@_0BJ@GOHMJHGO@VirtualProtectEx?5failed?4@ 10086ef4 main.cpp.obj + 0002:00000f10 ??_C@_05BNKNJDAB@Query@ 10086f10 main.cpp.obj + 0002:00000f18 ??_C@_0FI@NAPLGFGJ@C?3?2software?2hadesmem?9v142?9Relea@ 10086f18 main.cpp.obj + 0002:00000f70 ??_C@_0BH@JFGDHIMO@VirtualQueryEx?5failed?4@ 10086f70 main.cpp.obj + 0002:00000f88 ??_C@_0N@KLFIJGGA@ProtectGuard@ 10086f88 main.cpp.obj + 0002:00000f98 ??_C@_0FJ@OFKJBOII@C?3?2software?2hadesmem?9v142?9Relea@ 10086f98 main.cpp.obj + 0002:00000ff4 ??_C@_0DF@BAHJNPFD@Attempt?5to?5access?5page?5with?5a?5?8@ 10086ff4 main.cpp.obj + 0002:0000102c ??_C@_0DB@CGKFDJFG@hadesmem?3?3detail?3?3ProtectGuard?3@ 1008702c main.cpp.obj + 0002:00001060 ??_C@_0O@KAKHNDGG@ReadUnchecked@ 10087060 main.cpp.obj + 0002:00001070 ??_C@_0FF@IFPHEENA@C?3?2software?2hadesmem?9v142?9Relea@ 10087070 main.cpp.obj + 0002:000010c8 ??_C@_0BK@NFNEHIDL@ReadProcessMemory?5failed?4@ 100870c8 main.cpp.obj + 0002:000010e4 ??_C@_0P@LBLMMGGB@WriteUnchecked@ 100870e4 main.cpp.obj + 0002:000010f8 ??_C@_0FG@HKAAFBIF@C?3?2software?2hadesmem?9v142?9Relea@ 100870f8 main.cpp.obj + 0002:00001150 ??_C@_0BL@BKBINFBA@WriteProcessMemory?5failed?4@ 10087150 main.cpp.obj + 0002:0000116c ??_C@_0DD@NEDPJGDL@Address?5?$DN?5?$CFp?0?5Target?5?$DN?5?$CFp?0?5Push@ 1008716c main.cpp.obj + 0002:000011a0 ??_C@_0BM@BLAEMDDL@hadesmem?3?3detail?3?3WriteJump@ 100871a0 main.cpp.obj + 0002:000011bc ??_C@_0BF@NLCMJOPD@Using?5relative?5jump?4@ 100871bc main.cpp.obj + 0002:000011d4 ??_C@_0BK@FPNCDMKG@Address?5?$DN?5?$CFp?0?5Target?5?$DN?5?$CFp@ 100871d4 main.cpp.obj + 0002:000011f0 ??_C@_0BM@CONKFGOI@hadesmem?3?3detail?3?3WriteCall@ 100871f0 main.cpp.obj + 0002:0000120c ??_C@_0BF@MEMDMDAI@Using?5relative?5call?4@ 1008720c main.cpp.obj + 0002:00001224 ??_C@_0BD@KKJJLKB@VerifyPatchThreads@ 10087224 main.cpp.obj + 0002:00001238 ??_C@_0FH@FDDALOBI@C?3?2software?2hadesmem?9v142?9Relea@ 10087238 main.cpp.obj + 0002:00001290 ??_C@_0CM@OJCIIPGE@Thread?5is?5currently?5executing?5p@ 10087290 main.cpp.obj + 0002:000012c0 ??_7?$basic_istream@DU?$char_traits@D@std@@@std@@6B@ 100872c0 main.cpp.obj + 0002:000012c8 ??_7?$basic_iostream@DU?$char_traits@D@std@@@std@@6B@ 100872c8 main.cpp.obj + 0002:000012cc ??_8?$basic_iostream@DU?$char_traits@D@std@@@std@@7B?$basic_istream@DU?$char_traits@D@std@@@1@@ 100872cc main.cpp.obj + 0002:000012d4 ??_8?$basic_iostream@DU?$char_traits@D@std@@@std@@7B?$basic_ostream@DU?$char_traits@D@std@@@1@@ 100872d4 main.cpp.obj + 0002:000012dc ??_C@_0CE@GCLPNIIO@hadesmem?3?3PatchRaw?3?3RemoveUnche@ 100872dc main.cpp.obj + 0002:00001300 ??_C@_07NJGAEJFG@?$FLDEBUG?$FN@ 10087300 main.cpp.obj + 0002:0000130c ??_7CDataStore@Nampower@@6B@ 1008730c main.cpp.obj + 0002:00001338 ??_7?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 10087338 main.cpp.obj + 0002:0000133c ??_8?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@7B?$basic_istream@DU?$char_traits@D@std@@@1@@ 1008733c main.cpp.obj + 0002:00001344 ??_8?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@7B?$basic_ostream@DU?$char_traits@D@std@@@1@@ 10087344 main.cpp.obj + 0002:0000134c ??_C@_0M@EHAPGNAC@?$CFY?9?$CFm?9?$CFd?5?$CFX@ 1008734c main.cpp.obj + 0002:00001358 ??_C@_06CGLFEPBO@Unused@ 10087358 main.cpp.obj + 0002:00001360 ??_C@_04MKEOLIJC@?5to?5@ 10087360 main.cpp.obj + 0002:00001368 ??_C@_0N@JECGEPKH@Registering?5@ 10087368 main.cpp.obj + 0002:00001378 ??_C@_0BK@ECMBPKJF@?5triggering?5queued?5spells@ 10087378 main.cpp.obj + 0002:00001394 ??_C@_01LBDDMOBJ@?$FN@ 10087394 main.cpp.obj + 0002:00001398 ??_C@_0BE@DJPHGBFK@?5latency?5reduction?5@ 10087398 main.cpp.obj + 0002:000013ac ??_C@_0BE@MCKMMINL@?5original?5duration?5@ 100873ac main.cpp.obj + 0002:000013c0 ??_C@_0M@GDEDPOEP@?5elapsed?5?$DO?5@ 100873c0 main.cpp.obj + 0002:000013cc ??_C@_0BB@CLMMGHMA@Ending?5channel?5?$FL@ 100873cc main.cpp.obj + 0002:000013e0 ??_C@_0BF@PLCENIP@?5latency?5reduction?3?5@ 100873e0 main.cpp.obj + 0002:000013f8 ??_C@_0BG@BKKFKINO@Remaining?5tick?5time?3?5@ 100873f8 main.cpp.obj + 0002:00001410 ??_C@_0CO@EPCFCBPN@Ending?5channel?5due?5to?5cancelCha@ 10087410 main.cpp.obj + 0002:00001440 ??_C@_0DA@KGIDDBKC@Non?5gcd?5spell?5cooldown?5up?0?5cast@ 10087440 main.cpp.obj + 0002:00001470 ??_C@_0CB@OKGJLKOH@?5due?5to?5max?5time?5since?5last?5cas@ 10087470 main.cpp.obj + 0002:00001494 ??_C@_0BJ@MOIJJLEH@Ignoring?5queued?5cast?5of?5@ 10087494 main.cpp.obj + 0002:000014b0 ??_C@_0CI@DLDOLJJB@Spell?5cooldown?5up?0?5casting?5queu@ 100874b0 main.cpp.obj + 0002:000014d8 ??_C@_06BALNJMNP@player@ 100874d8 main.cpp.obj + 0002:000014e0 ??_C@_0BH@JFBHEHPE@NP_QueueCastTimeSpells@ 100874e0 main.cpp.obj + 0002:000014f8 ??_C@_0BP@PICLLELH@Set?5NP_QueueCastTimeSpells?5to?5@ 100874f8 main.cpp.obj + 0002:00001518 ??_C@_0BG@EPNAOJED@NP_QueueInstantSpells@ 10087518 main.cpp.obj + 0002:00001530 ??_C@_0BO@FGKHFEMB@Set?5NP_QueueInstantSpells?5to?5@ 10087530 main.cpp.obj + 0002:00001550 ??_C@_0BG@NHCCGJDA@NP_QueueOnSwingSpells@ 10087550 main.cpp.obj + 0002:00001568 ??_C@_0BO@BGEGNIHK@Set?5NP_QueueOnSwingSpells?5to?5@ 10087568 main.cpp.obj + 0002:00001588 ??_C@_0BJ@KIPOCKFK@NP_QueueChannelingSpells@ 10087588 main.cpp.obj + 0002:000015a4 ??_C@_0CB@OBNLDPCK@Set?5NP_QueueChannelingSpells?5to@ 100875a4 main.cpp.obj + 0002:000015c8 ??_C@_0BI@OGLIEAGM@NP_QueueTargetingSpells@ 100875c8 main.cpp.obj + 0002:000015e0 ??_C@_0CA@DMKPKEFC@Set?5NP_QueueTargetingSpells?5to?5@ 100875e0 main.cpp.obj + 0002:00001600 ??_C@_0BJ@EEBEGJJE@NP_QueueSpellsOnCooldown@ 10087600 main.cpp.obj + 0002:0000161c ??_C@_0CB@ILICALD@Set?5NP_QueueSpellsOnCooldown?5to@ 1008761c main.cpp.obj + 0002:00001640 ??_C@_0CH@NKILOBGJ@NP_InterruptChannelsOutsideQueu@ 10087640 main.cpp.obj + 0002:00001668 ??_C@_0CP@CBMJDLLE@Set?5NP_InterruptChannelsOutside@ 10087668 main.cpp.obj + 0002:00001698 ??_C@_0BN@BPHINGMM@NP_RetryServerRejectedSpells@ 10087698 main.cpp.obj + 0002:000016b8 ??_C@_0CF@GJMGHEJL@Set?5NP_RetryServerRejectedSpell@ 100876b8 main.cpp.obj + 0002:000016e0 ??_C@_0BM@KAAEKKLI@NP_QuickcastTargetingSpells@ 100876e0 main.cpp.obj + 0002:000016fc ??_C@_0CE@LGHOMBHC@Set?5NP_QuickcastTargetingSpells@ 100876fc main.cpp.obj + 0002:00001720 ??_C@_0CB@HPGIFMMF@NP_ReplaceMatchingNonGcdCategor@ 10087720 main.cpp.obj + 0002:00001744 ??_C@_0CJ@BKCNDEIE@Set?5NP_ReplaceMatchingNonGcdCat@ 10087744 main.cpp.obj + 0002:00001770 ??_C@_0CE@HNEFELI@NP_OptimizeBufferUsingPacketTim@ 10087770 main.cpp.obj + 0002:00001794 ??_C@_0CM@IFFMCJBG@Set?5NP_OptimizeBufferUsingPacke@ 10087794 main.cpp.obj + 0002:000017c0 ??_C@_0CB@PAPCHMPF@NP_PreventRightClickTargetChang@ 100877c0 main.cpp.obj + 0002:000017e4 ??_C@_0CJ@CEOCHGOE@Set?5NP_PreventRightClickTargetC@ 100877e4 main.cpp.obj + 0002:00001810 ??_C@_0BO@IJCJBII@NP_PreventRightClickPvPAttack@ 10087810 main.cpp.obj + 0002:00001830 ??_C@_0CG@OFCDCGBE@Set?5NP_PreventRightClickPvPAtta@ 10087830 main.cpp.obj + 0002:00001858 ??_C@_0BP@COIIKABN@NP_DoubleCastToEndChannelEarly@ 10087858 main.cpp.obj + 0002:00001878 ??_C@_0CH@FPPJPDAN@Set?5NP_DoubleCastToEndChannelEa@ 10087878 main.cpp.obj + 0002:000018a0 ??_C@_0BJ@OGGMANCP@NP_QuickcastOnDoubleCast@ 100878a0 main.cpp.obj + 0002:000018bc ??_C@_0CB@FCCLLLOO@Set?5NP_QuickcastOnDoubleCast?5to@ 100878bc main.cpp.obj + 0002:000018e0 ??_C@_0BJ@BNCLKABI@NP_SpamProtectionEnabled@ 100878e0 main.cpp.obj + 0002:000018fc ??_C@_0CB@HLCAEHJD@Set?5NP_SpamProtectionEnabled?5to@ 100878fc main.cpp.obj + 0002:00001920 ??_C@_0BI@OFECCKJA@NP_EnableAuraCastEvents@ 10087920 main.cpp.obj + 0002:00001938 ??_C@_0CA@MCAFBLDG@Set?5NP_EnableAuraCastEvents?5to?5@ 10087938 main.cpp.obj + 0002:00001958 ??_C@_0BK@MBLEOKAE@NP_EnableAutoAttackEvents@ 10087958 main.cpp.obj + 0002:00001974 ??_C@_0CC@FLEKOLKF@Set?5NP_EnableAutoAttackEvents?5t@ 10087974 main.cpp.obj + 0002:00001998 ??_C@_0BK@HPKDDDJN@NP_EnableSpellStartEvents@ 10087998 main.cpp.obj + 0002:000019b4 ??_C@_0CC@DAAAFBCJ@Set?5NP_EnableSpellStartEvents?5t@ 100879b4 main.cpp.obj + 0002:000019d8 ??_C@_0BH@DBJNDJCK@NP_EnableSpellGoEvents@ 100879d8 main.cpp.obj + 0002:000019f0 ??_C@_0BP@HABICIHH@Set?5NP_EnableSpellGoEvents?5to?5@ 100879f0 main.cpp.obj + 0002:00001a10 ??_C@_0BJ@OPDINFN@NP_EnableSpellHealEvents@ 10087a10 main.cpp.obj + 0002:00001a2c ??_C@_0CB@CKCADEOG@Set?5NP_EnableSpellHealEvents?5to@ 10087a2c main.cpp.obj + 0002:00001a50 ??_C@_0BN@DLFLANCE@NP_EnableSpellEnergizeEvents@ 10087a50 main.cpp.obj + 0002:00001a70 ??_C@_0CF@HJHLFECN@Set?5NP_EnableSpellEnergizeEvent@ 10087a70 main.cpp.obj + 0002:00001a98 ??_C@_0CB@CLDKJOLH@NP_PreventMountingWhenBuffCappe@ 10087a98 main.cpp.obj + 0002:00001abc ??_C@_0CJ@KNLLLEIG@Set?5NP_PreventMountingWhenBuffC@ 10087abc main.cpp.obj + 0002:00001ae8 ??_C@_0BD@KEENKIJP@NP_MinBufferTimeMs@ 10087ae8 main.cpp.obj + 0002:00001afc ??_C@_0CO@NIJCIBCJ@Set?5NP_MinBufferTimeMs?5and?5curr@ 10087afc main.cpp.obj + 0002:00001b2c ??_C@_0BG@LLHBJGHN@NP_NonGcdBufferTimeMs@ 10087b2c main.cpp.obj + 0002:00001b44 ??_C@_0BO@BEDCEPJD@Set?5NP_NonGcdBufferTimeMs?5to?5@ 10087b44 main.cpp.obj + 0002:00001b64 ??_C@_0BH@MKMOFKHN@NP_MaxBufferIncreaseMs@ 10087b64 main.cpp.obj + 0002:00001b7c ??_C@_0BP@NHKKEPBG@Set?5NP_MaxBufferIncreaseMs?5to?5@ 10087b7c main.cpp.obj + 0002:00001b9c ??_C@_0BG@HPCNJHHL@NP_SpellQueueWindowMs@ 10087b9c main.cpp.obj + 0002:00001bb4 ??_C@_0BO@LKJMGOIJ@Set?5NP_SpellQueueWindowMs?5to?5@ 10087bb4 main.cpp.obj + 0002:00001bd4 ??_C@_0BL@KOCNOCFF@NP_OnSwingBufferCooldownMs@ 10087bd4 main.cpp.obj + 0002:00001bf0 ??_C@_0CD@BOIHNHHB@Set?5NP_OnSwingBufferCooldownMs?5@ 10087bf0 main.cpp.obj + 0002:00001c14 ??_C@_0BI@LPMHBLBF@NP_ChannelQueueWindowMs@ 10087c14 main.cpp.obj + 0002:00001c2c ??_C@_0CA@PAGBAGHM@Set?5NP_ChannelQueueWindowMs?5to?5@ 10087c2c main.cpp.obj + 0002:00001c4c ??_C@_0BK@KEKPPKMD@NP_TargetingQueueWindowMs@ 10087c4c main.cpp.obj + 0002:00001c68 ??_C@_0CC@DIBIMACH@Set?5NP_TargetingQueueWindowMs?5t@ 10087c68 main.cpp.obj + 0002:00001c8c ??_C@_0BJ@EPEDEFB@NP_CooldownQueueWindowMs@ 10087c8c main.cpp.obj + 0002:00001ca8 ??_C@_0CB@FONDBBI@Set?5NP_CooldownQueueWindowMs?5to@ 10087ca8 main.cpp.obj + 0002:00001ccc ??_C@_0CF@LNIPLOJI@NP_ChannelLatencyReductionPerce@ 10087ccc main.cpp.obj + 0002:00001cf4 ??_C@_0CN@EINCDKGL@Set?5NP_ChannelLatencyReductionP@ 10087cf4 main.cpp.obj + 0002:00001d24 ??_C@_0BF@NPNCLNJG@NP_NameplateDistance@ 10087d24 main.cpp.obj + 0002:00001d3c ??_C@_0BN@EGLOHIBD@Set?5NP_NameplateDistance?5to?5@ 10087d3c main.cpp.obj + 0002:00001d60 ??_7?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@6B@ 10087d60 main.cpp.obj + 0002:00001db0 ??_C@_03PEOPGAMG@NP_@ 10087db0 main.cpp.obj + 0002:00001db4 ??_C@_0BJ@HNOEHODG@Using?5default?5value?5for?5@ 10087db4 main.cpp.obj + 0002:00001dd0 ??_C@_04IOBBKNGP@Logs@ 10087dd0 main.cpp.obj + 0002:00001dd8 ??_C@_0BD@FEPMOMFL@nampower_debug?4log@ 10087dd8 main.cpp.obj + 0002:00001dec ??_C@_0BI@LDBODINK@Logs?2nampower_debug?4log@ 10087dec main.cpp.obj + 0002:00001e04 ??_C@_0BF@EHNBCGI@nampower_debug?4log?41@ 10087e04 main.cpp.obj + 0002:00001e1c ??_C@_0BK@KHFLEKEN@Logs?2nampower_debug?4log?41@ 10087e1c main.cpp.obj + 0002:00001e38 ??_C@_0BF@CPFAEBKL@nampower_debug?4log?42@ 10087e38 main.cpp.obj + 0002:00001e50 ??_C@_0BK@IMHGBJIO@Logs?2nampower_debug?4log?42@ 10087e50 main.cpp.obj + 0002:00001e6c ??_C@_0BF@DGELHAOK@nampower_debug?4log?43@ 10087e6c main.cpp.obj + 0002:00001e84 ??_C@_0BK@JFGNCIMP@Logs?2nampower_debug?4log?43@ 10087e84 main.cpp.obj + 0002:00001ea0 ??_C@_01LFCBOECM@?4@ 10087ea0 main.cpp.obj + 0002:00001ea4 ??_C@_0BD@BPOEFIKN@Loading?5nampower?5v@ 10087ea4 main.cpp.obj + 0002:00001eb8 ??_C@_0BK@INOGODLN@Registering?1Loading?5CVars@ 10087eb8 main.cpp.obj + 0002:00001ed4 ??_C@_0CF@IALCIHCG@?$DN?$DN?$DN?5Starting?5hook?5initializatio@ 10087ed4 main.cpp.obj + 0002:00001efc ??_C@_0CL@MJPJAFAM@?$DN?$DN?$DN?5All?5hooks?5initialized?5succe@ 10087efc main.cpp.obj + 0002:00001f28 ??_C@_01CLKCMJKC@?5@ 10087f28 main.cpp.obj + 0002:00001f2c ??_C@_0BJ@DDBOIFAJ@Added?5custom?5event?5code?3@ 10087f2c main.cpp.obj + 0002:00001f48 ??_C@_0BC@IIJKILOC@SPELL_QUEUE_EVENT@ 10087f48 main.cpp.obj + 0002:00001f5c ??_C@_0BB@INAPBEKM@SPELL_CAST_EVENT@ 10087f5c main.cpp.obj + 0002:00001f70 ??_C@_0BI@IIEOEKLK@SPELL_DAMAGE_EVENT_SELF@ 10087f70 main.cpp.obj + 0002:00001f88 ??_C@_0BJ@HABHONC@SPELL_DAMAGE_EVENT_OTHER@ 10087f88 main.cpp.obj + 0002:00001fa4 ??_C@_0BC@FNMHDFMM@DEBUFF_ADDED_SELF@ 10087fa4 main.cpp.obj + 0002:00001fb8 ??_C@_0BE@IPCENOKC@DEBUFF_REMOVED_SELF@ 10087fb8 main.cpp.obj + 0002:00001fcc ??_C@_0BD@LOLCCDKE@DEBUFF_ADDED_OTHER@ 10087fcc main.cpp.obj + 0002:00001fe0 ??_C@_0BF@BEGKIMBA@DEBUFF_REMOVED_OTHER@ 10087fe0 main.cpp.obj + 0002:00001ff8 ??_C@_0BA@MOKKJPMK@BUFF_ADDED_SELF@ 10087ff8 main.cpp.obj + 0002:00002008 ??_C@_0BC@OPHNKALP@BUFF_REMOVED_SELF@ 10088008 main.cpp.obj + 0002:0000201c ??_C@_0BB@FHECOLDL@BUFF_ADDED_OTHER@ 1008801c main.cpp.obj + 0002:00002030 ??_C@_0BD@HHAMLJLH@BUFF_REMOVED_OTHER@ 10088030 main.cpp.obj + 0002:00002044 ??_C@_09OAKDIAEE@UNIT_DIED@ 10088044 main.cpp.obj + 0002:00002050 ??_C@_0BC@HMKGCEPB@AURA_CAST_ON_SELF@ 10088050 main.cpp.obj + 0002:00002064 ??_C@_0BD@OGPLAOKE@AURA_CAST_ON_OTHER@ 10088064 main.cpp.obj + 0002:00002078 ??_C@_0BB@GJGJCOEG@AUTO_ATTACK_SELF@ 10088078 main.cpp.obj + 0002:0000208c ??_C@_0BC@LDOLOHIB@AUTO_ATTACK_OTHER@ 1008808c main.cpp.obj + 0002:000020a0 ??_C@_0BB@LFPNKHHB@SPELL_START_SELF@ 100880a0 main.cpp.obj + 0002:000020b4 ??_C@_0BC@LIKNGAH@SPELL_START_OTHER@ 100880b4 main.cpp.obj + 0002:000020c8 ??_C@_0O@EBECIIDL@SPELL_GO_SELF@ 100880c8 main.cpp.obj + 0002:000020d8 ??_C@_0P@JNHHMBKG@SPELL_GO_OTHER@ 100880d8 main.cpp.obj + 0002:000020e8 ??_C@_0BC@IAGOOOHI@SPELL_FAILED_SELF@ 100880e8 main.cpp.obj + 0002:000020fc ??_C@_0BD@HCGDPNOK@SPELL_FAILED_OTHER@ 100880fc main.cpp.obj + 0002:00002110 ??_C@_0BD@BEPEMHGP@SPELL_DELAYED_SELF@ 10088110 main.cpp.obj + 0002:00002124 ??_C@_0BE@PBCEOCAE@SPELL_DELAYED_OTHER@ 10088124 main.cpp.obj + 0002:00002138 ??_C@_0BE@IOCKMDKP@SPELL_CHANNEL_START@ 10088138 main.cpp.obj + 0002:0000214c ??_C@_0BF@LJOECPNH@SPELL_CHANNEL_UPDATE@ 1008814c main.cpp.obj + 0002:00002164 ??_C@_0BD@MPPCDFLO@SPELL_HEAL_BY_SELF@ 10088164 main.cpp.obj + 0002:00002178 ??_C@_0BE@CLAGLE@SPELL_HEAL_BY_OTHER@ 10088178 main.cpp.obj + 0002:0000218c ??_C@_0BD@PGIOICCP@SPELL_HEAL_ON_SELF@ 1008818c main.cpp.obj + 0002:000021a0 ??_C@_0BH@FKIAPLHB@SPELL_ENERGIZE_BY_SELF@ 100881a0 main.cpp.obj + 0002:000021b8 ??_C@_0BI@LGFKLFL@SPELL_ENERGIZE_BY_OTHER@ 100881b8 main.cpp.obj + 0002:000021d0 ??_C@_0BH@GDPMEMOA@SPELL_ENERGIZE_ON_SELF@ 100881d0 main.cpp.obj + 0002:000021e8 ??_C@_07NFDODHAI@?5to?5700@ 100881e8 main.cpp.obj + 0002:000021f0 ??_C@_0BN@PFEPHOAH@Increasing?5event?5count?5from?5@ 100881f0 main.cpp.obj + 0002:00002210 ??_C@_0CB@KNPGGJME@Registering?5Custom?5Lua?5function@ 10088210 main.cpp.obj + 0002:00002234 ??_C@_0BB@COEIEDHD@QueueSpellByName@ 10088234 main.cpp.obj + 0002:00002248 ??_C@_0BH@EFPAODGH@CastSpellByNameNoQueue@ 10088248 main.cpp.obj + 0002:00002260 ??_C@_0M@PPLDGHGJ@QueueScript@ 10088260 main.cpp.obj + 0002:0000226c ??_C@_0P@EEAKKLOD@IsSpellInRange@ 1008826c main.cpp.obj + 0002:0000227c ??_C@_0O@OJOODJBA@IsSpellUsable@ 1008827c main.cpp.obj + 0002:0000228c ??_C@_0BG@LHDLCFEE@GetCurrentCastingInfo@ 1008828c main.cpp.obj + 0002:000022a4 ??_C@_0BC@NFIAGJCO@GetSpellIdForName@ 100882a4 main.cpp.obj + 0002:000022b8 ??_C@_0BJ@OIEGKLKO@GetSpellNameAndRankForId@ 100882b8 main.cpp.obj + 0002:000022d4 ??_C@_0BK@PJJFEGPC@GetSpellSlotTypeIdForName@ 100882d4 main.cpp.obj + 0002:000022f0 ??_C@_0BL@MFCJKIGL@ChannelStopCastingNextTick@ 100882f0 main.cpp.obj + 0002:0000230c ??_C@_0BD@GKGGEBFB@GetNampowerVersion@ 1008830c main.cpp.obj + 0002:00002320 ??_C@_0N@JDLNMJKE@GetItemLevel@ 10088320 main.cpp.obj + 0002:00002330 ??_C@_0N@CBMNGPCH@GetItemStats@ 10088330 main.cpp.obj + 0002:00002340 ??_C@_0BA@OKINMLMF@StartItemExport@ 10088340 main.cpp.obj + 0002:00002350 ??_C@_0M@GCMNFEPN@GetSpellRec@ 10088350 main.cpp.obj + 0002:0000235c ??_C@_0BC@EMLGDCK@GetItemStatsField@ 1008835c main.cpp.obj + 0002:00002370 ??_C@_0BB@DLPAGHLE@GetSpellRecField@ 10088370 main.cpp.obj + 0002:00002384 ??_C@_0M@GMDOHMKD@GetUnitData@ 10088384 main.cpp.obj + 0002:00002390 ??_C@_0N@NDOHCLOO@GetUnitField@ 10088390 main.cpp.obj + 0002:000023a0 ??_C@_0BC@OJJLHCMM@GetSpellModifiers@ 100883a0 main.cpp.obj + 0002:000023b4 ??_C@_0BD@JFAGNKGG@FindPlayerItemSlot@ 100883b4 main.cpp.obj + 0002:000023c8 ??_C@_0BB@DMAMHCNP@GetEquippedItems@ 100883c8 main.cpp.obj + 0002:000023dc ??_C@_0BA@MGJKCOKC@GetEquippedItem@ 100883dc main.cpp.obj + 0002:000023ec ??_C@_0M@NACEOJGE@GetBagItems@ 100883ec main.cpp.obj + 0002:000023f8 ??_C@_0L@INPDLDGD@GetBagItem@ 100883f8 main.cpp.obj + 0002:00002404 ??_C@_0M@IILIBIAD@GetCastInfo@ 10088404 main.cpp.obj + 0002:00002410 ??_C@_0BD@FMMMOHBG@GetSpellIdCooldown@ 10088410 main.cpp.obj + 0002:00002424 ??_C@_0BC@JJBCKJPB@GetItemIdCooldown@ 10088424 main.cpp.obj + 0002:00002438 ??_C@_0BD@JMKKPPOD@GetTrinketCooldown@ 10088438 main.cpp.obj + 0002:0000244c ??_C@_0BA@EIDAGHKD@UseItemIdOrName@ 1008844c main.cpp.obj + 0002:0000245c ??_C@_0L@NMBBKLLO@UseTrinket@ 1008845c main.cpp.obj + 0002:00002468 ??_C@_0M@EGBLDCCI@GetTrinkets@ 10088468 main.cpp.obj + 0002:00002474 ??_C@_0O@JMOODDHF@DisenchantAll@ 10088474 main.cpp.obj + 0002:00002484 ??_C@_0P@ICOJFOFB@GetItemTexture@ 10088484 main.cpp.obj + 0002:00002494 ??_C@_0BA@HCGDCPMD@GetSpellTexture@ 10088494 main.cpp.obj + 0002:000024a8 ??_7?$PatchDetour@P6IXXZPAX@hadesmem@@6B@ 100884a8 main.cpp.obj + 0002:000024f8 ??_C@_0CA@CBNOLNBD@Exception?5in?5Nampower?3?3load?$CI?$CJ?3?5@ 100884f8 main.cpp.obj + 0002:00002518 ??_C@_0P@NAFFIKBA@Nampower?5Error@ 10088518 main.cpp.obj + 0002:00002528 ??_C@_0CG@PNCMOHNE@Unknown?5exception?5in?5Nampower?3?3@ 10088528 main.cpp.obj + 0002:00002550 ??_C@_0BK@DKOOEMML@Restoring?5original?5bytes?4@ 10088550 main.cpp.obj + 0002:00002570 ??_C@_0EE@CMAMOMOO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088570 main.cpp.obj + 0002:000025b4 ??_C@_0BG@LCAOCHAL@Writing?5jump?5to?5stub?4@ 100885b4 main.cpp.obj + 0002:000025d0 ??_C@_0ED@FNJJIMJO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100885d0 main.cpp.obj + 0002:00002614 ??_C@_0L@NBAFHLHH@Stub?5near?4@ 10088614 main.cpp.obj + 0002:00002620 ??_C@_0EF@HPLFPOCH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088620 main.cpp.obj + 0002:00002668 ??_C@_0EI@IEHKJNFE@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10088668 main.cpp.obj + 0002:000026b0 ??_C@_0M@GFKJMBMN@operator?5?$CI?$CJ@ 100886b0 main.cpp.obj + 0002:000026c0 ??_C@_0FH@PGJHJNK@C?3?2software?2hadesmem?9v142?9Relea@ 100886c0 main.cpp.obj + 0002:00002718 ??_C@_0BK@NOAOGKJA@Unknown?5instruction?5size?4@ 10088718 main.cpp.obj + 0002:00002734 ??_C@_0DG@JEMBOIJP@This?5?$DN?5?$CFp?0?5Target?5?$DN?5?$CFp?0?5Detour?5@ 10088734 main.cpp.obj + 0002:0000276c ??_C@_0DO@BDGDLPLM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008876c main.cpp.obj + 0002:000027ac ??_C@_05KHOEDHDN@Apply@ 100887ac main.cpp.obj + 0002:000027b4 ??_C@_0BE@FPCEIMCK@Disassembly?5failed?4@ 100887b4 main.cpp.obj + 0002:000027c8 ??_C@_08LMIDJNHP@Invalid?4@ 100887c8 main.cpp.obj + 0002:000027d4 ??_C@_09CGOPAKAI@?$CFs?4?5?$FL?$CFs?$FN?4@ 100887d4 main.cpp.obj + 0002:000027e0 ??_C@_0BM@LBDNLCLP@Operand?1offset?5size?5is?5?$CFhu?4@ 100887e0 main.cpp.obj + 0002:000027fc ??_C@_0BH@BFFFOFOC@Jump?1call?5target?5?$DN?5?$CFp?4@ 100887fc main.cpp.obj + 0002:00002814 ??_C@_0BH@LEKNPHHB@Writing?5resolved?5jump?4@ 10088814 main.cpp.obj + 0002:0000282c ??_C@_0BH@KLECKKIK@Writing?5resolved?5call?4@ 1008882c main.cpp.obj + 0002:00002844 ??_C@_0CE@JLFHLNDK@Writing?5jump?5back?5to?5original?5c@ 10088844 main.cpp.obj + 0002:00002868 ??_C@_0EN@DGGOEDLL@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 10088868 main.cpp.obj + 0002:000028b8 ??_C@_0EM@OFOCKEIK@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 100888b8 main.cpp.obj + 0002:00002908 ??_C@_0EO@GEKODJPD@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 10088908 main.cpp.obj + 0002:00002958 ??_C@_0FB@CEIIMG@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 10088958 main.cpp.obj + 0002:000029b0 ??_C@_0EH@NEPCCDBP@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 100889b0 main.cpp.obj + 0002:000029f8 ??_C@_07CLEOFAGA@Cleanup@ 100889f8 main.cpp.obj + 0002:00002a00 ??_C@_0FI@HFJICEID@C?3?2software?2hadesmem?9v142?9Relea@ 10088a00 main.cpp.obj + 0002:00002a58 ??_C@_0BM@KIILNFBE@SmartHandle?5cleanup?5failed?4@ 10088a58 main.cpp.obj + 0002:00002a78 ??_7?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 10088a78 main.cpp.obj + 0002:00002aa4 ??_C@_02BBAHNLBA@?$CFp@ 10088aa4 main.cpp.obj + 0002:00002aac ??_7?$numpunct@D@std@@6B@ 10088aac main.cpp.obj + 0002:00002ad0 ??_7?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@6B@ 10088ad0 main.cpp.obj + 0002:00002b24 ??_7?$PatchDetour@P6IXI@ZPAX@hadesmem@@6B@ 10088b24 main.cpp.obj + 0002:00002b78 ??_7?$PatchDetour@P6IX_K@ZPAX@hadesmem@@6B@ 10088b78 main.cpp.obj + 0002:00002bcc ??_7?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@6B@ 10088bcc main.cpp.obj + 0002:00002c20 ??_7?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@6B@ 10088c20 main.cpp.obj + 0002:00002c74 ??_7?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@6B@ 10088c74 main.cpp.obj + 0002:00002cc8 ??_7?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 10088cc8 main.cpp.obj + 0002:00002d1c ??_7?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 10088d1c main.cpp.obj + 0002:00002d70 ??_7?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 10088d70 main.cpp.obj + 0002:00002dc4 ??_7?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@6B@ 10088dc4 main.cpp.obj + 0002:00002e18 ??_7?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@6B@ 10088e18 main.cpp.obj + 0002:00002e6c ??_7?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@6B@ 10088e6c main.cpp.obj + 0002:00002ec0 ??_7?$PatchDetour@P6IH_K@ZPAX@hadesmem@@6B@ 10088ec0 main.cpp.obj + 0002:00002f14 ??_7?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@6B@ 10088f14 main.cpp.obj + 0002:00002f68 ??_7?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 10088f68 main.cpp.obj + 0002:00002fbc ??_7?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@6B@ 10088fbc main.cpp.obj + 0002:00003010 ??_7?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@6B@ 10089010 main.cpp.obj + 0002:00003064 ??_7?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@6B@ 10089064 main.cpp.obj + 0002:000030b8 ??_7?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@6B@ 100890b8 main.cpp.obj + 0002:0000310c ??_7?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@6B@ 1008910c main.cpp.obj + 0002:00003160 ??_7?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@6B@ 10089160 main.cpp.obj + 0002:000031b4 ??_7?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@6B@ 100891b4 main.cpp.obj + 0002:00003208 ??_7?$PatchDetour@P6IXHI@ZPAX@hadesmem@@6B@ 10089208 main.cpp.obj + 0002:0000325c ??_7?$PatchDetour@P6GXXZPAX@hadesmem@@6B@ 1008925c main.cpp.obj + 0002:000032b0 ??_C@_0FJ@CKOLAMMN@hadesmem?3?3detail?3?3SmartHandleIm@ 100892b0 main.cpp.obj + 0002:00003310 ??_C@_0FL@DOKMKPPP@hadesmem?3?3detail?3?3SmartHandleIm@ 10089310 main.cpp.obj + 0002:00003370 ??_C@_0ED@JCILNKDP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 10089370 main.cpp.obj + 0002:000033b8 ??_C@_0EC@NBLPENOM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 100893b8 main.cpp.obj + 0002:00003400 ??_C@_0EE@IONPJLFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 10089400 main.cpp.obj + 0002:00003448 ??_C@_0EH@GCGPEKIN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 10089448 main.cpp.obj + 0002:00003490 ??_C@_0DN@HCDNLHCD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 10089490 main.cpp.obj + 0002:000034d0 ??_C@_0FA@GGFAPFCJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100894d0 main.cpp.obj + 0002:00003520 ??_C@_0EP@NOCFAKPK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089520 main.cpp.obj + 0002:00003570 ??_C@_0FB@HKPPPFCN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089570 main.cpp.obj + 0002:000035c8 ??_C@_0FE@PMBAGJMC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100895c8 main.cpp.obj + 0002:00003620 ??_C@_0EK@IODNOJBC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089620 main.cpp.obj + 0002:00003670 ??_C@_0FK@DHPECJNJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089670 main.cpp.obj + 0002:000036d0 ??_C@_0FJ@KEPJMAML@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100896d0 main.cpp.obj + 0002:00003730 ??_C@_0FL@MHBDKDON@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089730 main.cpp.obj + 0002:00003790 ??_C@_0FO@CIOCKLLO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089790 main.cpp.obj + 0002:000037f0 ??_C@_0FE@OCCPBJAI@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100897f0 main.cpp.obj + 0002:00003848 ??_C@_0GB@CMIPBGLM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089848 main.cpp.obj + 0002:000038b0 ??_C@_0GA@NOGDNOJO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100898b0 main.cpp.obj + 0002:00003910 ??_C@_0GC@PKNAENAF@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089910 main.cpp.obj + 0002:00003978 ??_C@_0GF@ENIDGHPD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089978 main.cpp.obj + 0002:000039e0 ??_C@_0FL@MEMFFBCH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 100899e0 main.cpp.obj + 0002:00003a40 ??_C@_0IE@MPIDPNEO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 10089a40 main.cpp.obj + 0002:00003ac8 ??_C@_0ID@LBIDDOBG@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 10089ac8 main.cpp.obj + 0002:00003b50 ??_C@_0IF@KJIANCNO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 10089b50 main.cpp.obj + 0002:00003bd8 ??_C@_0II@FBONHKFA@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 10089bd8 main.cpp.obj + 0002:00003c60 ??_C@_0HO@FGBNGFMK@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 10089c60 main.cpp.obj + 0002:00003ce0 ??_C@_0FN@COKBPBGB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089ce0 main.cpp.obj + 0002:00003d40 ??_C@_0FM@JNBHAJFN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089d40 main.cpp.obj + 0002:00003da0 ??_C@_0FO@CLAMNIL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089da0 main.cpp.obj + 0002:00003e00 ??_C@_0GB@NABJKIJC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089e00 main.cpp.obj + 0002:00003e68 ??_C@_0FH@MGHHMICM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089e68 main.cpp.obj + 0002:00003ec0 ??_C@_0GE@LHOMILHH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089ec0 main.cpp.obj + 0002:00003f28 ??_C@_0GD@NJDMKFFO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089f28 main.cpp.obj + 0002:00003f90 ??_C@_0GF@PGPNDFKA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089f90 main.cpp.obj + 0002:00003ff8 ??_C@_0GI@DAAJFHPP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 10089ff8 main.cpp.obj + 0002:00004060 ??_C@_0FO@PNFCAMCC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a060 main.cpp.obj + 0002:000040c0 ??_C@_0HE@KIIMFCKG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a0c0 main.cpp.obj + 0002:00004138 ??_C@_0HD@GDGGBKIN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a138 main.cpp.obj + 0002:000041b0 ??_C@_0HF@HDGLHDL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a1b0 main.cpp.obj + 0002:00004228 ??_C@_0HI@MEEMOBOO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a228 main.cpp.obj + 0002:000042a0 ??_C@_0GO@CMGODEII@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a2a0 main.cpp.obj + 0002:00004310 ??_C@_0EP@MGMDIOMN@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008a310 main.cpp.obj + 0002:00004360 ??_C@_0EO@EHLMJGBK@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008a360 main.cpp.obj + 0002:000043b0 ??_C@_0FA@NNDIEADH@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008a3b0 main.cpp.obj + 0002:00004400 ??_C@_0FD@HBBDECCN@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008a400 main.cpp.obj + 0002:00004458 ??_C@_0EJ@GALGJHOJ@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008a458 main.cpp.obj + 0002:000044a8 ??_C@_0IP@NMBMNIFG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a4a8 main.cpp.obj + 0002:00004538 ??_C@_0IO@ECDOHAAO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a538 main.cpp.obj + 0002:000045c8 ??_C@_0JA@LKPPNFKN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a5c8 main.cpp.obj + 0002:00004658 ??_C@_0JD@IIKBFGCA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a658 main.cpp.obj + 0002:000046f0 ??_C@_0IJ@KIKGLEPM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a6f0 main.cpp.obj + 0002:00004780 ??_C@_0FG@CLOAKDIP@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008a780 main.cpp.obj + 0002:000047d8 ??_C@_0FF@NMBCPEJK@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008a7d8 main.cpp.obj + 0002:00004830 ??_C@_0FH@EFAHEDKG@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008a830 main.cpp.obj + 0002:00004888 ??_C@_0FK@BAIJOOIM@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008a888 main.cpp.obj + 0002:000048e8 ??_C@_0FA@FNDKAGCN@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008a8e8 main.cpp.obj + 0002:00004938 ??_C@_0EP@CMBHHAFN@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008a938 main.cpp.obj + 0002:00004988 ??_C@_0EO@EGAFDPJO@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008a988 main.cpp.obj + 0002:000049d8 ??_C@_0FA@CNNNAHIN@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008a9d8 main.cpp.obj + 0002:00004a28 ??_C@_0FD@NGICPGCO@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008aa28 main.cpp.obj + 0002:00004a80 ??_C@_0EJ@BHJFEBKJ@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008aa80 main.cpp.obj + 0002:00004ad0 ??_C@_0GJ@FBMDGMBA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008aad0 main.cpp.obj + 0002:00004b40 ??_C@_0GI@JFIHMDBB@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008ab40 main.cpp.obj + 0002:00004ba8 ??_C@_0GK@CFMNOOLM@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008aba8 main.cpp.obj + 0002:00004c18 ??_C@_0GN@GBCACBEA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008ac18 main.cpp.obj + 0002:00004c88 ??_C@_0GD@HFBIACGA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008ac88 main.cpp.obj + 0002:00004cf0 ??_C@_0EO@EHOAFBKP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008acf0 main.cpp.obj + 0002:00004d40 ??_C@_0EN@NKHFDJMO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ad40 main.cpp.obj + 0002:00004d90 ??_C@_0EP@HOAFGDJM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ad90 main.cpp.obj + 0002:00004de0 ??_C@_0FC@ECPPMLHP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ade0 main.cpp.obj + 0002:00004e38 ??_C@_0EI@NIFCFMJK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ae38 main.cpp.obj + 0002:00004e80 ??_C@_0HA@OBNHLGJL@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008ae80 main.cpp.obj + 0002:00004ef0 ??_C@_0GP@FBMFGKGL@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008aef0 main.cpp.obj + 0002:00004f60 ??_C@_0HB@FPBHKAMO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008af60 main.cpp.obj + 0002:00004fd8 ??_C@_0HE@DOKJMEEF@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008afd8 main.cpp.obj + 0002:00005050 ??_C@_0GK@OBCFALJF@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008b050 main.cpp.obj + 0002:000050c0 ??_C@_0GJ@DKOBECBA@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008b0c0 main.cpp.obj + 0002:00005130 ??_C@_0GI@NMPIDHEB@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008b130 main.cpp.obj + 0002:00005198 ??_C@_0GK@CFKGMMJC@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008b198 main.cpp.obj + 0002:00005208 ??_C@_0GN@COCBLEFK@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008b208 main.cpp.obj + 0002:00005278 ??_C@_0GD@LGHOPJLB@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008b278 main.cpp.obj + 0002:000052e0 ??_C@_0IC@FJDBMJMP@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008b2e0 main.cpp.obj + 0002:00005368 ??_C@_0IB@KBPDBFM@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008b368 main.cpp.obj + 0002:000053f0 ??_C@_0ID@DDKJNDFM@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008b3f0 main.cpp.obj + 0002:00005478 ??_C@_0IG@OIPFBMAJ@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008b478 main.cpp.obj + 0002:00005500 ??_C@_0HM@JJIDEBIB@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008b500 main.cpp.obj + 0002:00005580 ??_C@_0GK@EOGIHJKJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b580 main.cpp.obj + 0002:000055f0 ??_C@_0GJ@OEBBBEMC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b5f0 main.cpp.obj + 0002:00005660 ??_C@_0GL@JHGPEOIB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b660 main.cpp.obj + 0002:000056d0 ??_C@_0GO@NLEMCJBM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b6d0 main.cpp.obj + 0002:00005740 ??_C@_0GE@KOJFDDGH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b740 main.cpp.obj + 0002:000057a8 ??_C@_0FE@OMCNLAAC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b7a8 main.cpp.obj + 0002:00005800 ??_C@_0FD@MGKJMNOB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b800 main.cpp.obj + 0002:00005858 ??_C@_0FF@NGMJHBCI@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b858 main.cpp.obj + 0002:000058b0 ??_C@_0FI@GKIOGDFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b8b0 main.cpp.obj + 0002:00005908 ??_C@_0EO@BGCEFFKG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b908 main.cpp.obj + 0002:00005958 ??_C@_0GP@DKFIDIIB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b958 main.cpp.obj + 0002:000059c8 ??_C@_0GO@GFICKGEB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b9c8 main.cpp.obj + 0002:00005a38 ??_C@_0HA@KCKONGDK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ba38 main.cpp.obj + 0002:00005aa8 ??_C@_0HD@EHLMMKOM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008baa8 main.cpp.obj + 0002:00005b20 ??_C@_0GJ@EAIACKBB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bb20 main.cpp.obj + 0002:00005b90 ??_C@_0FC@NFCFGCGB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bb90 main.cpp.obj + 0002:00005be8 ??_C@_0FB@MNMIGMAC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bbe8 main.cpp.obj + 0002:00005c40 ??_C@_0FD@CELEJBI@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bc40 main.cpp.obj + 0002:00005c98 ??_C@_0FG@FKMMNIOA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bc98 main.cpp.obj + 0002:00005cf0 ??_C@_0EM@MAPJHOJA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bcf0 main.cpp.obj + 0002:00005d40 ??_C@_0FA@LPCANDDG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bd40 main.cpp.obj + 0002:00005d90 ??_C@_0EP@HIFJMJBD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bd90 main.cpp.obj + 0002:00005de0 ??_C@_0FB@PHCOIIPO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bde0 main.cpp.obj + 0002:00005e38 ??_C@_0FE@BIJKAHNP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008be38 main.cpp.obj + 0002:00005e90 ??_C@_0EK@NCEOOBCN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008be90 main.cpp.obj + 0002:00005ee0 ??_C@_0EM@DLPEIJNB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bee0 main.cpp.obj + 0002:00005f30 ??_C@_0EL@BCECPAAA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bf30 main.cpp.obj + 0002:00005f80 ??_C@_0EN@MJMECLHP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bf80 main.cpp.obj + 0002:00005fd0 ??_C@_0FA@DNJIJCBK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bfd0 main.cpp.obj + 0002:00006020 ??_C@_0EG@HFKCIJJB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c020 main.cpp.obj + 0002:00006068 ??_C@_0GJ@EGCMJIML@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008c068 main.cpp.obj + 0002:000060d8 ??_C@_0GI@MNMNFLIP@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008c0d8 main.cpp.obj + 0002:00006140 ??_C@_0GK@DENLAKBE@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008c140 main.cpp.obj + 0002:000061b0 ??_C@_0GN@HIINKODA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008c1b0 main.cpp.obj + 0002:00006220 ??_C@_0GD@LLEEMILN@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008c220 main.cpp.obj + 0002:00006288 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6B@ 1008c288 main.cpp.obj + 0002:00006298 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@std@@@ 1008c298 main.cpp.obj + 0002:000062a4 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@1@@ 1008c2a4 main.cpp.obj + 0002:000062a8 ??_8?$wrapexcept@VError@hadesmem@@@boost@@7B@ 1008c2a8 main.cpp.obj + 0002:000062b4 ??_C@_0P@CADPMCCM@Toolhelp32Enum@ 1008c2b4 main.cpp.obj + 0002:000062c8 ??_7?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 1008c2c8 main.cpp.obj + 0002:000062d8 ??_C@_01PKGAHCOL@?$CJ@ 1008c2d8 main.cpp.obj + 0002:000062dc ??_C@_0BF@KCPMKJAM@?5attempts?5?$CIoffset?50x@ 1008c2dc main.cpp.obj + 0002:000062f4 ??_C@_0BI@LPFEPKOA@?5?5Hook?5succeeded?5after?5@ 1008c2f4 main.cpp.obj + 0002:0000630c ??_C@_0P@GMOIJGGB@?5?9?5retrying?4?4?4@ 1008c30c main.cpp.obj + 0002:0000631c ??_C@_0BL@GLPGJHGB@?5?5Hook?5failed?5on?5offset?50x@ 1008c31c main.cpp.obj + 0002:00006338 ??_C@_0BA@BHOKINGE@?5?5FAILED?5after?5@ 1008c338 main.cpp.obj + 0002:00006348 ??_C@_0CP@GBDDEGCO@?5?5Hook?5failed?5with?5std?3?3excepti@ 1008c348 main.cpp.obj + 0002:00006378 ??_C@_0DC@OCFGAIKL@?5?5Hook?5failed?5with?5unknown?5exce@ 1008c378 main.cpp.obj + 0002:000063ac ??_C@_07NBEOHAHH@?5Type?3?5@ 1008c3ac main.cpp.obj + 0002:000063b4 ??_C@_0L@LKMHAKKL@?5Protect?3?5@ 1008c3b4 main.cpp.obj + 0002:000063c0 ??_C@_08CHPDLAMK@?5State?3?5@ 1008c3c0 main.cpp.obj + 0002:000063cc ??_C@_07FNIPFEMD@?5Size?3?5@ 1008c3cc main.cpp.obj + 0002:000063d4 ??_C@_0BJ@KJCAKANC@?5?5Memory?5info?5?9?5Base?3?50x@ 1008c3d4 main.cpp.obj + 0002:000063f0 ??_C@_0L@CLBNCPDM@createHook@ 1008c3f0 main.cpp.obj + 0002:000063fc ??_C@_0CI@DFGDNLDL@C?3?2workspace?2nampower?2nampower?2@ 1008c3fc main.cpp.obj + 0002:00006424 ??_C@_0CP@CACHEKIE@Failed?5to?5create?5hook?5after?5all@ 1008c424 main.cpp.obj + 0002:00006458 ??_7?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1008c458 main.cpp.obj + 0002:0000646c ??_7?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1008c46c main.cpp.obj + 0002:0000647c ??_C@_02MDKMJEGG@eE@ 1008c47c main.cpp.obj + 0002:00006480 ??_C@_02OOPEBDOJ@pP@ 1008c480 main.cpp.obj + 0002:00006484 ??_C@_04IHCGILC@?$CB?$CFx?$AA@ 1008c484 main.cpp.obj + 0002:0000648c ??_C@_0M@HIBANGPP@PatchDetour@ 1008c48c main.cpp.obj + 0002:00006498 ??_C@_0CN@JBEOHMAH@PatchDetour?5only?5supported?5on?5l@ 1008c498 main.cpp.obj + 0002:000064c8 ??_C@_0BA@FOIKENOD@vector?5too?5long@ 1008c4c8 main.cpp.obj + 0002:000064dc ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1008c4dc main.cpp.obj + 0002:000064e4 ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bbad_alloc@std@@@ 1008c4e4 main.cpp.obj + 0002:000064f0 ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6B@ 1008c4f0 main.cpp.obj + 0002:000064fc ??_8?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@7B@ 1008c4fc main.cpp.obj + 0002:00006508 ??_C@_0EC@KFLIJNMG@C?3?2software?2boost_1_80_0?2boost?1@ 1008c508 main.cpp.obj + 0002:00006550 ??_C@_0IK@LHEHAGMH@class?5boost?3?3exception_ptr?5__cd@ 1008c550 main.cpp.obj + 0002:000065e0 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1008c5e0 main.cpp.obj + 0002:000065e8 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bbad_exception@std@@@ 1008c5e8 main.cpp.obj + 0002:000065f4 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6B@ 1008c5f4 main.cpp.obj + 0002:00006600 ??_8?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@7B@ 1008c600 main.cpp.obj + 0002:00006608 ??_C@_0IO@BHMGIOEK@class?5boost?3?3exception_ptr?5__cd@ 1008c608 main.cpp.obj + 0002:0000669c ??_7?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@6B@ 1008c69c main.cpp.obj + 0002:000066b8 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@6B@ 1008c6b8 main.cpp.obj + 0002:000066d4 ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@6B@ 1008c6d4 main.cpp.obj + 0002:000066f0 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@6B@ 1008c6f0 main.cpp.obj + 0002:0000670c ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@6B@ 1008c70c main.cpp.obj + 0002:00006728 ??_7?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@6B@ 1008c728 main.cpp.obj + 0002:00006744 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@6B@ 1008c744 main.cpp.obj + 0002:00006760 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@6B@ 1008c760 main.cpp.obj + 0002:0000677c ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@6B@ 1008c77c main.cpp.obj + 0002:00006798 ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@6B@ 1008c798 main.cpp.obj + 0002:000067b4 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@6B@ 1008c7b4 main.cpp.obj + 0002:000067d0 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@6B@ 1008c7d0 main.cpp.obj + 0002:000067ec ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@6B@ 1008c7ec main.cpp.obj + 0002:00006808 ??_7?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@6B@ 1008c808 main.cpp.obj + 0002:00006824 ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@6B@ 1008c824 main.cpp.obj + 0002:00006840 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@6B@ 1008c840 main.cpp.obj + 0002:0000685c ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@6B@ 1008c85c main.cpp.obj + 0002:00006878 ??_7?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@6B@ 1008c878 main.cpp.obj + 0002:00006894 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@6B@ 1008c894 main.cpp.obj + 0002:000068b0 ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@6B@ 1008c8b0 main.cpp.obj + 0002:000068cc ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@6B@ 1008c8cc main.cpp.obj + 0002:000068e8 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@6B@ 1008c8e8 main.cpp.obj + 0002:00006904 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@6B@ 1008c904 main.cpp.obj + 0002:00006920 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@6B@ 1008c920 main.cpp.obj + 0002:0000693c ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@6B@ 1008c93c main.cpp.obj + 0002:00006958 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@6B@ 1008c958 main.cpp.obj + 0002:00006974 ??_7?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 1008c974 main.cpp.obj + 0002:00006990 ??_7?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 1008c990 main.cpp.obj + 0002:000069ac ??_7?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@6B@ 1008c9ac main.cpp.obj + 0002:000069c8 ??_7?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@6B@ 1008c9c8 main.cpp.obj + 0002:000069e0 __real@4202a05f20000000 1008c9e0 main.cpp.obj + 0002:000069f0 __xmm@7fffffffffffffff7fffffffffffffff 1008c9f0 main.cpp.obj + 0002:00006a00 __xmm@ffffffff000000000000000000000000 1008ca00 main.cpp.obj + 0002:00006a14 ??_C@_0BI@DIFNIIHI@invalid?5stoull?5argument@ 1008ca14 helper.cpp.obj + 0002:00006a2c ??_C@_0BN@NGMOKJGA@stoull?5argument?5out?5of?5range@ 1008ca2c helper.cpp.obj + 0002:00006a4c ??_C@_09IFBAIJJB@0x?$CF016llX@ 1008ca4c helper.cpp.obj + 0002:00006a58 ??_C@_02MDDDDAID@0x@ 1008ca58 helper.cpp.obj + 0002:00006a5c ??_C@_02FGLHBECB@0X@ 1008ca5c helper.cpp.obj + 0002:00006a60 ??_C@_0BL@GOIGLPKN@unordered_map?1set?5too?5long@ 1008ca60 helper.cpp.obj + 0002:00006a7c ??_C@_0BK@OGNNAFAB@invalid?5hash?5bucket?5count@ 1008ca7c helper.cpp.obj + 0002:00006a98 __real@3ff8000000000000 1008ca98 helper.cpp.obj + 0002:00006aa0 __xmm@41f00000000000000000000000000000 1008caa0 helper.cpp.obj + 0002:00006ab4 ??_C@_0BC@MHCHADOA@?5for?5gcdCategory?5@ 1008cab4 spellcast.cpp.obj + 0002:00006ac8 ??_C@_06BIDGLIKJ@?5with?5@ 1008cac8 spellcast.cpp.obj + 0002:00006ad0 ??_C@_0BP@FJKKCADI@Replacing?5queued?5nonGcd?5spell?5@ 1008cad0 spellcast.cpp.obj + 0002:00006af0 ??_C@_0DN@LFNKAAEA@Target?5changed?5during?5quick?5cas@ 1008caf0 spellcast.cpp.obj + 0002:00006b30 ??_C@_0BA@MCIJFKAO@?5queuetrigger?3?5@ 1008cb30 spellcast.cpp.obj + 0002:00006b40 ??_C@_0N@CJFDIMCD@?5quickcast?3?5@ 1008cb40 spellcast.cpp.obj + 0002:00006b50 ??_C@_0BM@EOLKOAOP@Quickcasting?5terrain?5spell?5@ 1008cb50 spellcast.cpp.obj + 0002:00006b6c ??_C@_0DL@IFODHHPF@GetChannelBaseDuration?3?5Duratio@ 1008cb6c spellcast.cpp.obj + 0002:00006ba8 ??_C@_0DA@JCBAJNFA@Ignoring?5non?5active?5player?5begi@ 1008cba8 spellcast.cpp.obj + 0002:00006bd8 ??_C@_0BH@CIIHKNNM@?5time?5since?5last?5cast?5@ 1008cbd8 spellcast.cpp.obj + 0002:00006bf0 ??_C@_0L@CFJAIELA@?5latency?3?5@ 1008cbf0 spellcast.cpp.obj + 0002:00006bfc ??_C@_06GJNNAKOE@?5Gcd?3?5@ 1008cbfc spellcast.cpp.obj + 0002:00006c04 ??_C@_09NPFKODNJ@?5buffer?3?5@ 1008cc04 spellcast.cpp.obj + 0002:00006c10 ??_C@_0N@CCNKJBBP@?5cast?5time?3?5@ 1008cc10 spellcast.cpp.obj + 0002:00006c20 ??_C@_01ODHLEDKK@?$CI@ 1008cc20 spellcast.cpp.obj + 0002:00006c24 ??_C@_0M@BFOLJPLE@BeginCast?5?$CD@ 1008cc24 spellcast.cpp.obj + 0002:00006c30 ??_C@_07FJDGAAH@?5NO?5Gcd@ 1008cc30 spellcast.cpp.obj + 0002:00006c38 ??_C@_0BO@OKAMCEBE@Decreasing?5default?5buffer?5to?5@ 1008cc38 spellcast.cpp.obj + 0002:00006c58 ??_C@_0CD@HHFGFCEF@Triggering?5queued?5non?5gcd?5cast?5@ 1008cc58 spellcast.cpp.obj + 0002:00006c7c ??_C@_0CK@IDCOKNOH@Ignoring?5queued?5non?5gcd?5cast?0?5n@ 1008cc7c spellcast.cpp.obj + 0002:00006ca8 ??_C@_0BL@OIEKGDFF@Triggering?5queued?5cast?5of?5@ 1008cca8 spellcast.cpp.obj + 0002:00006cc4 ??_C@_0CC@DLDNPCKF@Ignoring?5queued?5cast?0?5no?5spell?5@ 1008ccc4 spellcast.cpp.obj + 0002:00006ce8 ??_C@_0BH@MNDFAADJ@?0?5triggering?5quickcast@ 1008cce8 spellcast.cpp.obj + 0002:00006d00 ??_C@_0DE@CEFFBIDD@CastSpell?5double?5cast?5detected?5@ 1008cd00 spellcast.cpp.obj + 0002:00006d34 ??_C@_0DF@OKDGBKLA@Use?5action?5double?5cast?5detected@ 1008cd34 spellcast.cpp.obj + 0002:00006d6c ??_C@_0CK@KAINKJIL@Ignoring?5non?5active?5player?5cast@ 1008cd6c spellcast.cpp.obj + 0002:00006d98 ??_C@_0BB@POLDOEMN@?5due?5to?5buff?5cap@ 1008cd98 spellcast.cpp.obj + 0002:00006dac ??_C@_0BG@FMMOGOEG@Blocking?5mount?5spell?5@ 1008cdac spellcast.cpp.obj + 0002:00006dc4 ??_C@_06EGFPNNHB@?5from?5@ 1008cdc4 spellcast.cpp.obj + 0002:00006dcc ??_C@_0BO@GDCPHICE@Updating?5selection?5target?5to?5@ 1008cdcc spellcast.cpp.obj + 0002:00006dec ??_C@_0BH@DKPBEKJE@?0?5ending?5channel?5early@ 1008cdec spellcast.cpp.obj + 0002:00006e04 ??_C@_0BK@JFKBDLAO@Double?5cast?5detected?5for?5@ 1008ce04 spellcast.cpp.obj + 0002:00006e20 ??_C@_0BI@LMDLBPCD@?0?5time?5since?5last?5cast?5@ 1008ce20 spellcast.cpp.obj + 0002:00006e38 ??_C@_08DJKAFFEB@?5target?5@ 1008ce38 spellcast.cpp.obj + 0002:00006e44 ??_C@_09GCJJPOLD@?5on?5guid?5@ 1008ce44 spellcast.cpp.obj + 0002:00006e50 ??_C@_08EJFJFLKG@?5itemId?5@ 1008ce50 spellcast.cpp.obj + 0002:00006e5c ??_C@_0O@CIKJCEOK@Attempt?5cast?5@ 1008ce5c spellcast.cpp.obj + 0002:00006e6c ??_C@_0BI@DAADBDOK@Queuing?5on?5swing?5spell?5@ 1008ce6c spellcast.cpp.obj + 0002:00006e84 ??_C@_0BL@JIPDAEEF@Successful?5on?5swing?5spell?5@ 1008ce84 spellcast.cpp.obj + 0002:00006ea0 ??_C@_03NEMEPNJG@ms?5@ 1008cea0 spellcast.cpp.obj + 0002:00006ea4 ??_C@_0CH@CAOMOENB@Queuing?5targeting?5for?5after?5cas@ 1008cea4 spellcast.cpp.obj + 0002:00006ecc ??_C@_0DE@KDCLAKNN@Queuing?5instant?5cast?5targeting?5@ 1008cecc spellcast.cpp.obj + 0002:00006f00 ??_C@_0DE@BKONOIBH@Updating?5instant?5cast?5non?5GCD?5t@ 1008cf00 spellcast.cpp.obj + 0002:00006f34 ??_C@_0P@NGFFJPPH@?5gcd?5category?5@ 1008cf34 spellcast.cpp.obj + 0002:00006f44 ??_C@_0DM@FPCEIGOB@Queuing?5instant?5cast?5non?5GCD?5ta@ 1008cf44 spellcast.cpp.obj + 0002:00006f80 ??_C@_0BN@HPKBJIBH@Queuing?5for?5after?5cast?1gcd?3?5@ 1008cf80 spellcast.cpp.obj + 0002:00006fa0 ??_C@_0BN@NNFKHHAA@Updating?5non?5GCD?5params?5for?5@ 1008cfa0 spellcast.cpp.obj + 0002:00006fc0 ??_C@_0CF@LOKNHDBF@Queuing?5non?5GCD?5for?5after?5cast?1@ 1008cfc0 spellcast.cpp.obj + 0002:00006fe8 ??_C@_0N@PBPCOGKN@instant?5cast@ 1008cfe8 spellcast.cpp.obj + 0002:00006ff8 ??_C@_0L@OAKOENBO@channeling@ 1008cff8 spellcast.cpp.obj + 0002:00007004 ??_C@_0BG@HMCDLKNN@?5for?5after?5cast?1gcd?3?5@ 1008d004 spellcast.cpp.obj + 0002:0000701c ??_C@_08INMJLCKL@Queuing?5@ 1008d01c spellcast.cpp.obj + 0002:00007028 ??_C@_0BF@COEDODBD@?5non?5GCD?5params?5for?5@ 1008d028 spellcast.cpp.obj + 0002:00007040 ??_C@_09MNPPNDJM@Updating?5@ 1008d040 spellcast.cpp.obj + 0002:0000704c ??_C@_0BO@BJDBMPFM@?5non?5GCD?5for?5after?5cast?1gcd?3?5@ 1008d04c spellcast.cpp.obj + 0002:0000706c ??_C@_0N@MJFJIIIG@ms?5remaining@ 1008d06c spellcast.cpp.obj + 0002:0000707c ??_C@_0BG@BELMLGGG@Cast?5or?5delay?5active?5@ 1008d07c spellcast.cpp.obj + 0002:00007094 ??_C@_0M@GEFIMPOA@Gcd?5active?5@ 1008d094 spellcast.cpp.obj + 0002:000070a0 ??_C@_0DJ@HICJFDGG@?5cast?5still?5waiting?5for?5server?5@ 1008d0a0 spellcast.cpp.obj + 0002:000070dc ??_C@_09CPGKBJMK@Ignoring?5@ 1008d0dc spellcast.cpp.obj + 0002:000070e8 ??_C@_0DH@KHOFHJBE@?5cast?5recently?5succeeded?5for?5th@ 1008d0e8 spellcast.cpp.obj + 0002:00007120 ??_C@_0EA@OCEKPMFJ@Canceling?5spell?5cast?5due?5to?5pre@ 1008d120 spellcast.cpp.obj + 0002:00007160 ??_C@_0CF@LIPBLKIF@Retry?5cast?5after?5cancel?5still?5f@ 1008d160 spellcast.cpp.obj + 0002:00007188 ??_C@_0BF@BEANNNJB@?5spellIsOnCooldown?5?$DN@ 1008d188 spellcast.cpp.obj + 0002:000071a0 ??_C@_0BG@JAEPGBDL@?5pendingOnSwingCast?5?$DN@ 1008d1a0 spellcast.cpp.obj + 0002:000071b8 ??_C@_0EF@NBDHPPFO@Initial?5cast?5failed?5but?5not?5can@ 1008d1b8 spellcast.cpp.obj + 0002:00007200 ??_C@_0DE@DGCCEIJD@Ignoring?5cancel?5spell?5cast?5due?5@ 1008d200 spellcast.cpp.obj + 0002:00007234 ??_C@_08NFIDAFLL@?5reason?3@ 1008d234 spellcast.cpp.obj + 0002:00007240 ??_C@_0P@OHLEPHP@?5notifyServer?3@ 1008d240 spellcast.cpp.obj + 0002:00007250 ??_C@_0BK@LBLJOMCE@Cancel?5spell?5cast?5failed?3@ 1008d250 spellcast.cpp.obj + 0002:0000726c ??_C@_0L@DHBENNO@?5duration?5@ 1008d26c spellchannel.cpp.obj + 0002:00007278 ??_C@_0BA@PHCPFKHC@Channel?5start?3?5@ 1008d278 spellchannel.cpp.obj + 0002:00007288 ??_C@_0EB@ONHCPBOA@Adding?51?5second?5to?5Arcane?5Missi@ 1008d288 spellchannel.cpp.obj + 0002:000072cc ??_C@_05POFHKGEO@?5for?5@ 1008d2cc spellchannel.cpp.obj + 0002:000072d4 ??_C@_0BN@FEHMJJBM@Invalid?5originalDuration?5of?5@ 1008d2d4 spellchannel.cpp.obj + 0002:000072f4 ??_C@_0BD@BMJLBBMG@?5scaled?5tick?5time?5@ 1008d2f4 spellchannel.cpp.obj + 0002:00007308 ??_C@_0BE@HNMLIODA@Original?5tick?5time?5@ 1008d308 spellchannel.cpp.obj + 0002:0000731c ??_C@_0BJ@OBCFLFNO@?0?5defaulting?5to?5duration@ 1008d31c spellchannel.cpp.obj + 0002:00007338 ??_C@_0BP@KNLPIMJL@Invalid?5channel?5tick?5time?5for?5@ 1008d338 spellchannel.cpp.obj + 0002:00007358 ??_C@_0CD@PPICPDAH@Ignoring?1resetting?5channeling?5f@ 1008d358 spellchannel.cpp.obj + 0002:0000737c ??_C@_09IMKLHFKG@?5elapsed?5@ 1008d37c spellchannel.cpp.obj + 0002:00007388 ??_C@_0P@DILMPNKC@Channel?5done?3?5@ 1008d388 spellchannel.cpp.obj + 0002:00007398 ??_C@_0M@HOBALKP@?5remaining?5@ 1008d398 spellchannel.cpp.obj + 0002:000073a4 ??_C@_0BB@IJINAKFI@Channel?5update?3?5@ 1008d3a4 spellchannel.cpp.obj + 0002:000073b8 __real@3f800000 1008d3b8 spellchannel.cpp.obj + 0002:000073c0 ??_C@_08KHPECABI@?5result?5@ 1008d3c0 spellevents.cpp.obj + 0002:000073cc ??_C@_06BFJJLGJH@?5guid?5@ 1008d3cc spellevents.cpp.obj + 0002:000073d4 ??_C@_0BD@JCCHCLOL@Spell?5target?5unit?5@ 1008d3d4 spellevents.cpp.obj + 0002:000073e8 ??_C@_0BL@DLGFEAGG@?0?5stopping?5disenchant?5loop@ 1008d3e8 spellevents.cpp.obj + 0002:00007404 ??_C@_0CF@GIAGKMIP@Disenchant?5spell?5failed?5with?5re@ 1008d404 spellevents.cpp.obj + 0002:0000742c ??_C@_0P@LJPLECIE@?5queuing?5retry@ 1008d42c spellevents.cpp.obj + 0002:0000743c ??_C@_0BH@EOGBFMAP@?5is?5still?5on?5cooldown?5@ 1008d43c spellevents.cpp.obj + 0002:00007454 ??_C@_0P@KAMGEGPI@Non?5gcd?5spell?5@ 1008d454 spellevents.cpp.obj + 0002:00007464 ??_C@_06IPOHHIAK@Spell?5@ 1008d464 spellevents.cpp.obj + 0002:0000746c ??_C@_05LDELDIBH@Item?5@ 1008d46c spellevents.cpp.obj + 0002:00007474 ??_C@_0DK@JCOGHOGB@?5not?5queuing?5retry?5due?5to?5retry@ 1008d474 spellevents.cpp.obj + 0002:000074b0 ??_C@_06FHPAMJEI@?5code?5@ 1008d4b0 spellevents.cpp.obj + 0002:000074b8 ??_C@_0BB@GOHBAIHL@Cast?5failed?5for?5@ 1008d4b8 spellevents.cpp.obj + 0002:000074cc ??_C@_0CM@MHLCDCAG@?0?5but?5a?5recent?5cast?5succeeded?0?5@ 1008d4cc spellevents.cpp.obj + 0002:000074f8 ??_C@_0P@LOMEMCGF@?5non?5gcd?5code?5@ 1008d4f8 spellevents.cpp.obj + 0002:00007508 ??_C@_0BC@HJBAKONN@Cast?5failed?5for?5?$CD@ 1008d508 spellevents.cpp.obj + 0002:0000751c ??_C@_08KEELPODO@?0?5retry?5@ 1008d51c spellevents.cpp.obj + 0002:00007528 ??_C@_0BK@OMKDJBI@?0?5gcd?5active?5not?5retrying@ 1008d528 spellevents.cpp.obj + 0002:00007544 ??_C@_0DG@MLJODHHA@?0?5not?5retrying?5as?5it?5has?5alread@ 1008d544 spellevents.cpp.obj + 0002:0000757c ??_C@_0CJ@IJODEHEO@?0?5no?5recent?5cast?5params?5found?5i@ 1008d57c spellevents.cpp.obj + 0002:000075a8 ??_C@_0BG@FLHHKDJE@Increasing?5buffer?5to?5@ 1008d5a8 spellevents.cpp.obj + 0002:000075c0 ??_C@_0BO@GJJBLJHI@?5spell?5queued?5?$CL?5ignored?5code?5@ 1008d5c0 spellevents.cpp.obj + 0002:000075e0 ??_C@_0P@HGCHGFMH@?5ignored?5code?5@ 1008d5e0 spellevents.cpp.obj + 0002:000075f0 ??_C@_0L@OAJLDHO@?5cast?5end?5@ 1008d5f0 spellevents.cpp.obj + 0002:000075fc ??_C@_0M@IGIIHODJ@?5for?5cast?5?$CD@ 1008d5fc spellevents.cpp.obj + 0002:00007608 ??_C@_0BC@DONHDJOM@Spell?5delayed?5by?5@ 1008d608 spellevents.cpp.obj + 0002:0000761c ??_C@_0CC@EGDHOKK@Negative?5server?5delay?5using?51?5m@ 1008d61c spellevents.cpp.obj + 0002:00007640 ??_C@_0BJ@OIOPABDB@?5since?5last?5cast?5result?5@ 1008d640 spellevents.cpp.obj + 0002:0000765c ??_C@_0P@NNAMHHPH@?5server?5delay?5@ 1008d65c spellevents.cpp.obj + 0002:0000766c ??_C@_09HEBFMKKB@?5latency?5@ 1008d66c spellevents.cpp.obj + 0002:00007678 ??_C@_08PBNHDDEM@?5status?5@ 1008d678 spellevents.cpp.obj + 0002:00007684 ??_C@_0BC@EJFCOIPD@Cast?5result?5for?5?$CD@ 1008d684 spellevents.cpp.obj + 0002:00007698 ??_C@_0DG@HHHCJMND@Unable?5to?5determine?5spell?5infor@ 1008d698 spellevents.cpp.obj + 0002:000076d0 ??_C@_0CK@IFJMEEJK@?5resolved?0?5casting?5queued?5on?5sw@ 1008d6d0 spellevents.cpp.obj + 0002:000076fc ??_C@_0BA@IBBPALEH@On?5swing?5spell?5@ 1008d6fc spellevents.cpp.obj + 0002:0000770c ??_C@_0BP@KBPEDDDH@ms?4?5?5Updated?5cast?5end?5time?5to?5@ 1008d70c spellevents.cpp.obj + 0002:0000772c ??_C@_0P@FFNLEJE@?5increased?5by?5@ 1008d72c spellevents.cpp.obj + 0002:0000773c ??_C@_0BG@GOJCDGMO@Server?5cast?5time?5for?5@ 1008d73c spellevents.cpp.obj + 0002:00007754 ??_C@_0BD@BGGCHONF@?5using?5gcd?5instead@ 1008d754 spellevents.cpp.obj + 0002:00007768 ??_C@_0BL@FOLCLIGH@?5was?5reduced?5below?5gcd?5of?5@ 1008d768 spellevents.cpp.obj + 0002:00007784 ??_C@_0BC@BIFPIPLA@Server?5cast?5time?5@ 1008d784 spellevents.cpp.obj + 0002:00007798 ??_C@_0P@FFGOHLGM@?5decreased?5by?5@ 1008d798 spellevents.cpp.obj + 0002:000077a8 ??_C@_01IHBHIGKO@?0@ 1008d7a8 spellevents.cpp.obj + 0002:000077ac ??_C@_05FAEMOKCC@0?00?00@ 1008d7ac spellevents.cpp.obj + 0002:000077b4 ??_C@_0DK@CIFAMPDN@ChannelStopCastingNextTick?5acti@ 1008d7b4 misc_scripts.cpp.obj + 0002:000077f0 ??_C@_0BK@BMIHLO@Item?5not?5found?5in?5DBCache@ 1008d7f0 misc_scripts.cpp.obj + 0002:0000780c ??_C@_0BM@BBGLOLG@Usage?3?5GetItemLevel?$CIitemId?$CJ@ 1008d80c misc_scripts.cpp.obj + 0002:00007828 ??_C@_0BH@ICDGKODB@Trying?5to?5queue?5script@ 1008d828 misc_scripts.cpp.obj + 0002:00007840 ??_C@_0BJ@GCMABBOM@Queuing?5script?5priority?5@ 1008d840 misc_scripts.cpp.obj + 0002:0000785c ??_C@_0BB@FNONMKDE@Queuing?5script?3?5@ 1008d85c misc_scripts.cpp.obj + 0002:00007870 ??_C@_0P@HMLODIOA@Invalid?5script@ 1008d870 misc_scripts.cpp.obj + 0002:00007880 ??_C@_0DB@IIJNBKKP@Usage?3?5QueueScript?$CI?$CCscript?$CC?0?5?$CIo@ 1008d880 misc_scripts.cpp.obj + 0002:000078b4 ??_C@_0CA@LIPPIENP@Running?5queued?5script?5priority?5@ 1008d8b4 misc_scripts.cpp.obj + 0002:000078d4 ??_C@_0CE@NEDOMOFN@Usage?3?5GetItemStats?$CIitemId?0?5?$FLco@ 1008d8d4 misc_scripts.cpp.obj + 0002:000078f8 ??_C@_0M@NDEOCEGH@displayName@ 1008d8f8 misc_scripts.cpp.obj + 0002:00007904 ??_C@_0M@PPJNHBMP@description@ 1008d904 misc_scripts.cpp.obj + 0002:00007910 ??_C@_0DE@DAMKFGHF@Usage?3?5GetItemStatsField?$CIitemId@ 1008d910 misc_scripts.cpp.obj + 0002:00007944 ??_C@_0BD@JACGONMB@Unknown?5field?5name@ 1008d944 misc_scripts.cpp.obj + 0002:00007958 ??_C@_0GL@FBDGPFHJ@Usage?3?5GetUnitData?$CIunitToken?0?5?$FL@ 1008d958 misc_scripts.cpp.obj + 0002:000079c8 ??_C@_0HH@IDABAAKA@Usage?3?5GetUnitField?$CIunitToken?0?5@ 1008d9c8 misc_scripts.cpp.obj + 0002:00007a40 ??_C@_0CH@POINFHMC@Trying?5disenchant?5with?5quality?5@ 1008da40 misc_scripts.cpp.obj + 0002:00007a68 ??_C@_0DC@DMOAEFOF@No?5disenchantable?5item?5found?0?5s@ 1008da68 misc_scripts.cpp.obj + 0002:00007a9c ??_C@_0DO@MCLKPIML@DEFAULT_CHAT_FRAME?3AddMessage?$CI?$CC@ 1008da9c misc_scripts.cpp.obj + 0002:00007adc ??_C@_0CC@JPCIHLOK@Invalid?5item?0?5stopping?5disencha@ 1008dadc misc_scripts.cpp.obj + 0002:00007b00 ??_C@_0CE@FKMNNJC@No?5player?5unit?0?5stopping?5disenc@ 1008db00 misc_scripts.cpp.obj + 0002:00007b28 ??_C@_0KC@NEILAFDD@local?5itemLink?5?$DN?5GetContainerIt@ 1008db28 misc_scripts.cpp.obj + 0002:00007bcc ??_C@_0CB@IFDJLBBM@Cast?5failed?0?5stopping?5disenchan@ 1008dbcc misc_scripts.cpp.obj + 0002:00007bf0 ??_C@_0ED@LGBHLFPD@DEFAULT_CHAT_FRAME?3AddMessage?$CI?$CC@ 1008dbf0 misc_scripts.cpp.obj + 0002:00007c38 ??_C@_0BFF@NPPMOAEC@Usage?3?5DisenchantAll?$CIitemIdOrNa@ 1008dc38 misc_scripts.cpp.obj + 0002:00007d90 ??_C@_0CF@KNHJOLMC@You?5do?5not?5have?5the?5Disenchant?5@ 1008dd90 misc_scripts.cpp.obj + 0002:00007db8 ??_C@_06HBBJMNDD@greens@ 1008ddb8 misc_scripts.cpp.obj + 0002:00007dc0 ??_C@_05EBCMBJBB@blues@ 1008ddc0 misc_scripts.cpp.obj + 0002:00007dc8 ??_C@_07MBLGJMK@purples@ 1008ddc8 misc_scripts.cpp.obj + 0002:00007dd0 ??_C@_0CF@EDHJMNKG@Usage?3?5GetItemTexture?$CIdisplayIn@ 1008ddd0 misc_scripts.cpp.obj + 0002:00007df8 ??_C@_0N@HLONNMCP@QuestionMark@ 1008ddf8 misc_scripts.cpp.obj + 0002:00007e08 ??_C@_0CE@OFCHJKL@Usage?3?5GetSpellTexture?$CIspellIco@ 1008de08 misc_scripts.cpp.obj + 0002:00007e30 __real@0000000000000000 1008de30 misc_scripts.cpp.obj + 0002:00007e38 __real@3ff0000000000000 1008de38 misc_scripts.cpp.obj + 0002:00007e40 __real@4000000000000000 1008de40 misc_scripts.cpp.obj + 0002:00007e48 __real@403b000000000000 1008de48 misc_scripts.cpp.obj + 0002:00007e50 __real@408f400000000000 1008de50 misc_scripts.cpp.obj + 0002:00007e5c ??_C@_0CD@FAFLFIPA@Casting?5next?5spell?5without?5queu@ 1008de5c spell_scripts.cpp.obj + 0002:00007e80 ??_C@_0BO@KHCNJBCM@Force?5queuing?5next?5cast?5spell@ 1008de80 spell_scripts.cpp.obj + 0002:00007ea0 ??_C@_0BI@HLPDJJIN@SpellStopCasting?5called@ 1008dea0 spell_scripts.cpp.obj + 0002:00007eb8 ??_C@_0BJ@HOOGKLNO@Unable?5to?5parse?5spell?5id@ 1008deb8 spell_scripts.cpp.obj + 0002:00007ed8 ??_C@_0IC@LFNFOIMM@Unable?5to?5determine?5spell?5id?5fr@ 1008ded8 spell_scripts.cpp.obj + 0002:00007f5c ??_C@_06JJLAMBGK@target@ 1008df5c spell_scripts.cpp.obj + 0002:00007f64 ??_C@_0BA@LCNPPGJD@Spell?5not?5found@ 1008df64 spell_scripts.cpp.obj + 0002:00007f74 ??_C@_0CB@DNBDKHMK@Usage?3?5IsSpellInRange?$CIspellName@ 1008df74 spell_scripts.cpp.obj + 0002:00007f98 ??_C@_0IB@NFBGPDMF@Unable?5to?5determine?5spell?5id?5fr@ 1008df98 spell_scripts.cpp.obj + 0002:0000801c ??_C@_0CA@CKMJHD@Usage?3?5IsSpellUsable?$CIspellName?$CJ@ 1008e01c spell_scripts.cpp.obj + 0002:0000803c ??_C@_0CE@BNAKDPLE@Usage?3?5GetSpellIdForName?$CIspellN@ 1008e03c spell_scripts.cpp.obj + 0002:00008060 ??_C@_0BJ@EJDPBOLF@Spell?5not?5found?5for?5id?3?5@ 1008e060 spell_scripts.cpp.obj + 0002:0000807c ??_C@_0CJ@PPAJFPII@Usage?3?5GetSpellNameAndRankForId@ 1008e07c spell_scripts.cpp.obj + 0002:000080a8 ??_C@_05LOCENACC@spell@ 1008e0a8 spell_scripts.cpp.obj + 0002:000080b0 ??_C@_03LAMLDFEG@pet@ 1008e0b0 spell_scripts.cpp.obj + 0002:000080b4 ??_C@_0CM@BIFAHKMN@Usage?3?5GetSpellSlotTypeIdForNam@ 1008e0b4 spell_scripts.cpp.obj + 0002:000080e0 ??_C@_0CE@PGDGANLK@Usage?3?5GetSpellRec?$CIspellId?0?5?$FLco@ 1008e0e0 spell_scripts.cpp.obj + 0002:00008104 ??_C@_04MEMAJGDJ@name@ 1008e104 spell_scripts.cpp.obj + 0002:0000810c ??_C@_04PNBFHPGN@rank@ 1008e10c spell_scripts.cpp.obj + 0002:00008114 ??_C@_07OGDNBKKB@tooltip@ 1008e114 spell_scripts.cpp.obj + 0002:0000811c ??_C@_0DE@IFOKCNBD@Usage?3?5GetSpellRecField?$CIspellId@ 1008e11c spell_scripts.cpp.obj + 0002:00008150 ??_C@_0BOB@PPLDFGIB@Usage?3?5GetSpellModifiers?$CIspellI@ 1008e150 spell_scripts.cpp.obj + 0002:00008334 ??_C@_0DB@LGIDKANG@Invalid?5modifier?5type?4?5Must?5be?5@ 1008e334 spell_scripts.cpp.obj + 0002:00008368 ??_C@_0BB@NBBEIOIN@Invalid?5spell?5id@ 1008e368 spell_scripts.cpp.obj + 0002:0000837c ??_C@_08KJJBJMM@spellId?3@ 1008e37c spell_scripts.cpp.obj + 0002:00008388 ??_C@_0CH@HJHOCEPB@Unable?5convert?5spell?5id?5to?5spel@ 1008e388 spell_scripts.cpp.obj + 0002:000083b0 ??_C@_0CP@KGJBOLFG@Unable?5parse?5spell?5id?4?5?5Format?5@ 1008e3b0 spell_scripts.cpp.obj + 0002:000083e0 ??_C@_0CK@PDFCMKHC@Unable?5to?5find?5spell?5slot?5for?5s@ 1008e3e0 spell_scripts.cpp.obj + 0002:00008410 __real@bff0000000000000 1008e410 spell_scripts.cpp.obj + 0002:0000841c ??_C@_0CB@KIFLLFHK@Usage?3?5GetSpellCooldown?$CIspellId@ 1008e41c cooldown_scripts.cpp.obj + 0002:00008440 ??_C@_0DM@HPPALOOP@Usage?3?5GetItemCooldown?$CIitemId?$CJ?5@ 1008e440 cooldown_scripts.cpp.obj + 0002:0000847c ??_C@_0CF@IPNKEPCD@Item?5name?5lookup?5not?5yet?5implem@ 1008e47c cooldown_scripts.cpp.obj + 0002:000084a4 ??_C@_0CN@EGAOPKGE@Usage?3?5GetTrinketCooldown?$CIslot?$HM@ 1008e4a4 cooldown_scripts.cpp.obj + 0002:000084d4 ??_C@_0BG@JDLJPL@missing?5item?5at?5slot?5@ 1008e4d4 item_scripts.cpp.obj + 0002:000084ec ??_C@_0BM@FGPCGLD@missing?5itemfields?5at?5slot?5@ 1008e4ec item_scripts.cpp.obj + 0002:00008508 ??_C@_0BK@BKPACGJE@Unable?5to?5get?5player?5unit@ 1008e508 item_scripts.cpp.obj + 0002:00008528 ??_C@_0EC@DILDBMOF@Usage?3?5FindPlayerItemSlot?$CIitemN@ 1008e528 item_scripts.cpp.obj + 0002:0000856c ??_C@_0CP@MNDKGGNA@Usage?3?5UseItemIdOrName?$CIitemIdOr@ 1008e56c item_scripts.cpp.obj + 0002:0000859c ??_C@_0CA@BIHDFGEI@Unable?5to?5determine?5target?5guid@ 1008e59c item_scripts.cpp.obj + 0002:000085bc ??_C@_0CP@GCLNMKJC@Usage?3?5UseTrinket?$CIslot?$HMitemIdOr@ 1008e5bc item_scripts.cpp.obj + 0002:000085ec ??_C@_07NBCGADJA@Unknown@ 1008e5ec item_scripts.cpp.obj + 0002:000085f8 ??_C@_0FB@JKJLJBPE@Usage?3?5GetEquippedItems?$CI?$CJ?5or?5Ge@ 1008e5f8 item_scripts.cpp.obj + 0002:0000864c ??_C@_0BD@LPJJAPAF@Unable?5to?5get?5unit@ 1008e64c item_scripts.cpp.obj + 0002:00008660 ??_C@_0BE@IENECEIE@Cannot?5inspect?5unit@ 1008e660 item_scripts.cpp.obj + 0002:00008678 ??_C@_0EF@LNGINBID@Usage?3?5GetEquippedItem?$CIunitStr?0@ 1008e678 item_scripts.cpp.obj + 0002:000086c0 ??_C@_0CH@PFFKDIPF@Slot?5must?5be?5a?5number?5between?51@ 1008e6c0 item_scripts.cpp.obj + 0002:000086e8 ??_C@_0BO@MMGGBFIG@Slot?5must?5be?5between?51?5and?519@ 1008e6e8 item_scripts.cpp.obj + 0002:00008708 ??_C@_0CC@HHMLLACK@Usage?3?5GetBagItem?$CIbagIndex?0?5slo@ 1008e708 item_scripts.cpp.obj + 0002:0000872c ??_C@_0BL@OJIHPLAE@Bag?5index?5must?5be?5a?5number@ 1008e72c item_scripts.cpp.obj + 0002:00008748 ??_C@_0BG@GOJBCPAF@Slot?5must?5be?5a?5number@ 1008e748 item_scripts.cpp.obj + 0002:00008760 ??_C@_0CI@CDBJNJGK@Slot?5must?5be?5between?51?5and?516?5f@ 1008e760 item_scripts.cpp.obj + 0002:00008788 ??_C@_0BG@DIIBAFFP@Slot?5exceeds?5bag?5size@ 1008e788 item_scripts.cpp.obj + 0002:000087a0 ??_C@_0BB@CNCNDCLG@Bank?5is?5not?5open@ 1008e7a0 item_scripts.cpp.obj + 0002:000087b8 ??_C@_0EI@CGLLNKOK@For?5bag?5?91?0?5slot?5must?5be?51?924?5?$CI@ 1008e7b8 item_scripts.cpp.obj + 0002:00008800 ??_C@_0DI@KFDHOLPD@For?5bag?5?92?5?$CIkeyring?$CJ?0?5slot?5must@ 1008e800 item_scripts.cpp.obj + 0002:00008838 ??_C@_0EH@DPGHDAMK@Invalid?5bag?5index?4?5Valid?5values@ 1008e838 item_scripts.cpp.obj + 0002:00008880 ??_C@_0FE@NKJKFJGK@Invalid?5bag?5index?4?5Valid?5values@ 1008e880 item_scripts.cpp.obj + 0002:000088d8 ??_C@_0O@LOMMFJIH@Added?5itemId?5@ 1008e8d8 items.cpp.obj + 0002:000088e8 ??_C@_0P@FANPLMKM@Still?5missing?5@ 1008e8e8 items.cpp.obj + 0002:000088f8 ??_C@_02KEGNLNML@?0?5@ 1008e8f8 items.cpp.obj + 0002:00008908 ?itemStatsFields@Nampower@@3QBUFieldDescriptor@1@B 1008e908 dbc_fields.cpp.obj + 0002:00008af4 ?itemStatsFieldsCount@Nampower@@3IB 1008eaf4 dbc_fields.cpp.obj + 0002:00008af8 ?itemStatsArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 1008eaf8 dbc_fields.cpp.obj + 0002:00008bb8 ?itemStatsArrayFieldsCount@Nampower@@3IB 1008ebb8 dbc_fields.cpp.obj + 0002:00008bc0 ?spellRecFields@Nampower@@3QBUFieldDescriptor@1@B 1008ebc0 dbc_fields.cpp.obj + 0002:00008e9c ?spellRecFieldsCount@Nampower@@3IB 1008ee9c dbc_fields.cpp.obj + 0002:00008ea0 ?spellRecArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 1008eea0 dbc_fields.cpp.obj + 0002:00009000 ?spellRecArrayFieldsCount@Nampower@@3IB 1008f000 dbc_fields.cpp.obj + 0002:00009004 ??_C@_05ENKANFLO@class@ 1008f004 dbc_fields.cpp.obj + 0002:0000900c ??_C@_08CLNMFNJL@subclass@ 1008f00c dbc_fields.cpp.obj + 0002:00009018 ??_C@_0O@NBHNKLJP@displayInfoID@ 1008f018 dbc_fields.cpp.obj + 0002:00009028 ??_C@_07DADGLCBN@quality@ 1008f028 dbc_fields.cpp.obj + 0002:00009030 ??_C@_05GECEPKB@flags@ 1008f030 dbc_fields.cpp.obj + 0002:00009038 ??_C@_08GNIKKBDF@buyPrice@ 1008f038 dbc_fields.cpp.obj + 0002:00009044 ??_C@_09EHAEBHNG@sellPrice@ 1008f044 dbc_fields.cpp.obj + 0002:00009050 ??_C@_0O@LJIBMGHI@inventoryType@ 1008f050 dbc_fields.cpp.obj + 0002:00009060 ??_C@_0P@HKBMDFLF@allowableClass@ 1008f060 dbc_fields.cpp.obj + 0002:00009070 ??_C@_0O@PJFDKFL@allowableRace@ 1008f070 dbc_fields.cpp.obj + 0002:00009080 ??_C@_09OOKEJBK@itemLevel@ 1008f080 dbc_fields.cpp.obj + 0002:0000908c ??_C@_0O@PCBOEJHN@requiredLevel@ 1008f08c dbc_fields.cpp.obj + 0002:0000909c ??_C@_0O@LIAFDLBE@requiredSkill@ 1008f09c dbc_fields.cpp.obj + 0002:000090ac ??_C@_0BC@EKIBFNMJ@requiredSkillRank@ 1008f0ac dbc_fields.cpp.obj + 0002:000090c0 ??_C@_0O@OFODCCDP@requiredSpell@ 1008f0c0 dbc_fields.cpp.obj + 0002:000090d0 ??_C@_0BC@MKNCAGLF@requiredHonorRank@ 1008f0d0 dbc_fields.cpp.obj + 0002:000090e4 ??_C@_0BB@LFMLPJEO@requiredCityRank@ 1008f0e4 dbc_fields.cpp.obj + 0002:000090f8 ??_C@_0M@EOJIPGFP@requiredRep@ 1008f0f8 dbc_fields.cpp.obj + 0002:00009104 ??_C@_0BA@PNCCEJI@requiredRepRank@ 1008f104 dbc_fields.cpp.obj + 0002:00009114 ??_C@_08LAEJCBOD@maxCount@ 1008f114 dbc_fields.cpp.obj + 0002:00009120 ??_C@_09EFCPONM@stackable@ 1008f120 dbc_fields.cpp.obj + 0002:0000912c ??_C@_0P@FLPNDKGI@containerSlots@ 1008f12c dbc_fields.cpp.obj + 0002:0000913c ??_C@_05EKJCMADO@delay@ 1008f13c dbc_fields.cpp.obj + 0002:00009144 ??_C@_08JNBMCKNJ@ammoType@ 1008f144 dbc_fields.cpp.obj + 0002:00009150 ??_C@_0P@PEGEDPKE@rangedModRange@ 1008f150 dbc_fields.cpp.obj + 0002:00009160 ??_C@_07FHKKHDI@bonding@ 1008f160 dbc_fields.cpp.obj + 0002:00009168 ??_C@_08DDOGIPAD@pageText@ 1008f168 dbc_fields.cpp.obj + 0002:00009174 ??_C@_0L@PFAGFGH@languageID@ 1008f174 dbc_fields.cpp.obj + 0002:00009180 ??_C@_0N@IBEKAJCP@pageMaterial@ 1008f180 dbc_fields.cpp.obj + 0002:00009190 ??_C@_0N@NAMEJOJP@startQuestID@ 1008f190 dbc_fields.cpp.obj + 0002:000091a0 ??_C@_06OMMPKEO@lockID@ 1008f1a0 dbc_fields.cpp.obj + 0002:000091a8 ??_C@_08KNOEMJMM@material@ 1008f1a8 dbc_fields.cpp.obj + 0002:000091b4 ??_C@_0M@BOJKDFJE@sheatheType@ 1008f1b4 dbc_fields.cpp.obj + 0002:000091c0 ??_C@_0P@HIEKOBJC@randomProperty@ 1008f1c0 dbc_fields.cpp.obj + 0002:000091d0 ??_C@_05PIBOEKAB@block@ 1008f1d0 dbc_fields.cpp.obj + 0002:000091d8 ??_C@_07KIDCFHFO@itemSet@ 1008f1d8 dbc_fields.cpp.obj + 0002:000091e0 ??_C@_0O@NEJOMBPE@maxDurability@ 1008f1e0 dbc_fields.cpp.obj + 0002:000091f0 ??_C@_04GOEDGNCF@area@ 1008f1f0 dbc_fields.cpp.obj + 0002:000091f8 ??_C@_03HBNNNHNM@map@ 1008f1f8 dbc_fields.cpp.obj + 0002:000091fc ??_C@_08LGBPINEC@duration@ 1008f1fc dbc_fields.cpp.obj + 0002:00009208 ??_C@_09CEJOBILD@bagFamily@ 1008f208 dbc_fields.cpp.obj + 0002:00009214 ??_C@_09CFJCKAOO@bonusStat@ 1008f214 dbc_fields.cpp.obj + 0002:00009220 ??_C@_0M@MMCFAFHA@bonusAmount@ 1008f220 dbc_fields.cpp.obj + 0002:0000922c ??_C@_09MJALHBHH@minDamage@ 1008f22c dbc_fields.cpp.obj + 0002:00009238 ??_C@_09MIAHOLMD@maxDamage@ 1008f238 dbc_fields.cpp.obj + 0002:00009244 ??_C@_0L@HKMKJPBM@damageType@ 1008f244 dbc_fields.cpp.obj + 0002:00009250 ??_C@_0M@DMKJBJGO@resistances@ 1008f250 dbc_fields.cpp.obj + 0002:0000925c ??_C@_07MKDPBGJO@spellID@ 1008f25c dbc_fields.cpp.obj + 0002:00009264 ??_C@_0N@NIGGJAAD@spellTrigger@ 1008f264 dbc_fields.cpp.obj + 0002:00009274 ??_C@_0N@DAPOMAGP@spellCharges@ 1008f274 dbc_fields.cpp.obj + 0002:00009284 ??_C@_0O@GKHBOHOH@spellCooldown@ 1008f284 dbc_fields.cpp.obj + 0002:00009294 ??_C@_0O@HJMFFAIE@spellCategory@ 1008f294 dbc_fields.cpp.obj + 0002:000092a4 ??_C@_0BG@IGIBPPC@spellCategoryCooldown@ 1008f2a4 dbc_fields.cpp.obj + 0002:000092bc ??_C@_02EGCJHIOB@id@ 1008f2bc dbc_fields.cpp.obj + 0002:000092c0 ??_C@_06HBLHOEKM@school@ 1008f2c0 dbc_fields.cpp.obj + 0002:000092c8 ??_C@_08MBJIKOEN@category@ 1008f2c8 dbc_fields.cpp.obj + 0002:000092d4 ??_C@_06KIGBPMF@castUI@ 1008f2d4 dbc_fields.cpp.obj + 0002:000092dc ??_C@_06GAIIABAG@dispel@ 1008f2dc dbc_fields.cpp.obj + 0002:000092e4 ??_C@_08EFFOODE@mechanic@ 1008f2e4 dbc_fields.cpp.obj + 0002:000092f0 ??_C@_0L@HNMJPKNA@attributes@ 1008f2f0 dbc_fields.cpp.obj + 0002:000092fc ??_C@_0N@ENOHBPAB@attributesEx@ 1008f2fc dbc_fields.cpp.obj + 0002:0000930c ??_C@_0O@JKDKIDPI@attributesEx2@ 1008f30c dbc_fields.cpp.obj + 0002:0000931c ??_C@_0O@IDCBLCLJ@attributesEx3@ 1008f31c dbc_fields.cpp.obj + 0002:0000932c ??_C@_0O@MMGACEHO@attributesEx4@ 1008f32c dbc_fields.cpp.obj + 0002:0000933c ??_C@_07CGBCCMBN@stances@ 1008f33c dbc_fields.cpp.obj + 0002:00009344 ??_C@_0L@KNGFDFAC@stancesNot@ 1008f344 dbc_fields.cpp.obj + 0002:00009350 ??_C@_07KJOMBCLC@targets@ 1008f350 dbc_fields.cpp.obj + 0002:00009358 ??_C@_0BD@GAPMJMNG@targetCreatureType@ 1008f358 dbc_fields.cpp.obj + 0002:0000936c ??_C@_0BD@GELPPEEP@requiresSpellFocus@ 1008f36c dbc_fields.cpp.obj + 0002:00009380 ??_C@_0BA@EEKMKLJE@casterAuraState@ 1008f380 dbc_fields.cpp.obj + 0002:00009390 ??_C@_0BA@CDAFIMFO@targetAuraState@ 1008f390 dbc_fields.cpp.obj + 0002:000093a0 ??_C@_0BB@JFPKLBEC@castingTimeIndex@ 1008f3a0 dbc_fields.cpp.obj + 0002:000093b4 ??_C@_0N@OMFIFLPG@recoveryTime@ 1008f3b4 dbc_fields.cpp.obj + 0002:000093c4 ??_C@_0BF@NPKKFBDI@categoryRecoveryTime@ 1008f3c4 dbc_fields.cpp.obj + 0002:000093dc ??_C@_0P@IEPIDAFJ@interruptFlags@ 1008f3dc dbc_fields.cpp.obj + 0002:000093ec ??_C@_0BD@LHLLGJCG@auraInterruptFlags@ 1008f3ec dbc_fields.cpp.obj + 0002:00009400 ??_C@_0BG@BMOJLJDO@channelInterruptFlags@ 1008f400 dbc_fields.cpp.obj + 0002:00009418 ??_C@_09MICPAJOG@procFlags@ 1008f418 dbc_fields.cpp.obj + 0002:00009424 ??_C@_0L@PJKMHGON@procChance@ 1008f424 dbc_fields.cpp.obj + 0002:00009430 ??_C@_0M@PACCPFFC@procCharges@ 1008f430 dbc_fields.cpp.obj + 0002:0000943c ??_C@_08JHFEFDMB@maxLevel@ 1008f43c dbc_fields.cpp.obj + 0002:00009448 ??_C@_09JJGGMDBI@baseLevel@ 1008f448 dbc_fields.cpp.obj + 0002:00009454 ??_C@_0L@DIBPEIPN@spellLevel@ 1008f454 dbc_fields.cpp.obj + 0002:00009460 ??_C@_0O@ILAOIAFF@durationIndex@ 1008f460 dbc_fields.cpp.obj + 0002:00009470 ??_C@_09MHMIHKMK@powerType@ 1008f470 dbc_fields.cpp.obj + 0002:0000947c ??_C@_08NBEIGJPH@manaCost@ 1008f47c dbc_fields.cpp.obj + 0002:00009488 ??_C@_0BB@MKFEABBK@manaCostPerlevel@ 1008f488 dbc_fields.cpp.obj + 0002:0000949c ??_C@_0O@GDKBJHLD@manaPerSecond@ 1008f49c dbc_fields.cpp.obj + 0002:000094ac ??_C@_0BG@PCCJIIB@manaPerSecondPerLevel@ 1008f4ac dbc_fields.cpp.obj + 0002:000094c4 ??_C@_0L@IIPJFCFA@rangeIndex@ 1008f4c4 dbc_fields.cpp.obj + 0002:000094d0 ??_C@_05HJCMGBKF@speed@ 1008f4d0 dbc_fields.cpp.obj + 0002:000094d8 ??_C@_0P@GNIGGCNF@modalNextSpell@ 1008f4d8 dbc_fields.cpp.obj + 0002:000094e8 ??_C@_0M@FHMAKNIE@stackAmount@ 1008f4e8 dbc_fields.cpp.obj + 0002:000094f4 ??_C@_0BC@FAGICCEI@equippedItemClass@ 1008f4f4 dbc_fields.cpp.obj + 0002:00009508 ??_C@_0BJ@EHCBMJCE@equippedItemSubClassMask@ 1008f508 dbc_fields.cpp.obj + 0002:00009524 ??_C@_0BO@GFGEHKDA@equippedItemInventoryTypeMask@ 1008f524 dbc_fields.cpp.obj + 0002:00009544 ??_C@_0M@CODBPNAF@spellVisual@ 1008f544 dbc_fields.cpp.obj + 0002:00009550 ??_C@_0N@JNDEJBAD@spellVisual2@ 1008f550 dbc_fields.cpp.obj + 0002:00009560 ??_C@_0M@FHDHCBKL@spellIconID@ 1008f560 dbc_fields.cpp.obj + 0002:0000956c ??_C@_0N@HAKPAPKJ@activeIconID@ 1008f56c dbc_fields.cpp.obj + 0002:0000957c ??_C@_0O@DAMIPNAM@spellPriority@ 1008f57c dbc_fields.cpp.obj + 0002:0000958c ??_C@_0BD@LHHLGOL@manaCostPercentage@ 1008f58c dbc_fields.cpp.obj + 0002:000095a0 ??_C@_0BG@DDDBFLLC@startRecoveryCategory@ 1008f5a0 dbc_fields.cpp.obj + 0002:000095b8 ??_C@_0BC@MJCLHCCP@startRecoveryTime@ 1008f5b8 dbc_fields.cpp.obj + 0002:000095cc ??_C@_0P@GDMECBOP@maxTargetLevel@ 1008f5cc dbc_fields.cpp.obj + 0002:000095dc ??_C@_0BA@GMGOGAED@spellFamilyName@ 1008f5dc dbc_fields.cpp.obj + 0002:000095ec ??_C@_0BB@LGDKHJHF@spellFamilyFlags@ 1008f5ec dbc_fields.cpp.obj + 0002:00009600 ??_C@_0BD@JJENEIAA@maxAffectedTargets@ 1008f600 dbc_fields.cpp.obj + 0002:00009614 ??_C@_08BJLHHCCM@dmgClass@ 1008f614 dbc_fields.cpp.obj + 0002:00009620 ??_C@_0P@KJEDBIHM@preventionType@ 1008f620 dbc_fields.cpp.obj + 0002:00009630 ??_C@_0P@CNKPMAAI@stanceBarOrder@ 1008f630 dbc_fields.cpp.obj + 0002:00009640 ??_C@_0N@BEIHPEI@minFactionId@ 1008f640 dbc_fields.cpp.obj + 0002:00009650 ??_C@_0O@HHGPPNGP@minReputation@ 1008f650 dbc_fields.cpp.obj + 0002:00009660 ??_C@_0BD@IBLBOBLJ@requiredAuraVision@ 1008f660 dbc_fields.cpp.obj + 0002:00009674 ??_C@_05LPPONKPN@totem@ 1008f674 dbc_fields.cpp.obj + 0002:0000967c ??_C@_07EAHOPPHC@reagent@ 1008f67c dbc_fields.cpp.obj + 0002:00009684 ??_C@_0N@DEFECNCJ@reagentCount@ 1008f684 dbc_fields.cpp.obj + 0002:00009694 ??_C@_06HOPIODND@effect@ 1008f694 dbc_fields.cpp.obj + 0002:0000969c ??_C@_0P@HANPKOLJ@effectDieSides@ 1008f69c dbc_fields.cpp.obj + 0002:000096ac ??_C@_0P@NFCDHLMP@effectBaseDice@ 1008f6ac dbc_fields.cpp.obj + 0002:000096bc ??_C@_0BD@OJNOKKJI@effectDicePerLevel@ 1008f6bc dbc_fields.cpp.obj + 0002:000096d0 ??_C@_0BJ@CMMOAIOC@effectRealPointsPerLevel@ 1008f6d0 dbc_fields.cpp.obj + 0002:000096ec ??_C@_0BB@ECGJIMP@effectBasePoints@ 1008f6ec dbc_fields.cpp.obj + 0002:00009700 ??_C@_0P@JKKLIPGJ@effectMechanic@ 1008f700 dbc_fields.cpp.obj + 0002:00009710 ??_C@_0BG@MHBOODBP@effectImplicitTargetA@ 1008f710 dbc_fields.cpp.obj + 0002:00009728 ??_C@_0BG@OMDDLANM@effectImplicitTargetB@ 1008f728 dbc_fields.cpp.obj + 0002:00009740 ??_C@_0BC@JNJBJJNN@effectRadiusIndex@ 1008f740 dbc_fields.cpp.obj + 0002:00009754 ??_C@_0BE@ELOBPJHK@effectApplyAuraName@ 1008f754 dbc_fields.cpp.obj + 0002:00009768 ??_C@_0BA@FCGCEODA@effectAmplitude@ 1008f768 dbc_fields.cpp.obj + 0002:00009778 ??_C@_0BE@EMECGFL@effectMultipleValue@ 1008f778 dbc_fields.cpp.obj + 0002:0000978c ??_C@_0BC@EMGMPKNK@effectChainTarget@ 1008f78c dbc_fields.cpp.obj + 0002:000097a0 ??_C@_0P@KFOJCMPA@effectItemType@ 1008f7a0 dbc_fields.cpp.obj + 0002:000097b0 ??_C@_0BA@KMPEGA@effectMiscValue@ 1008f7b0 dbc_fields.cpp.obj + 0002:000097c0 ??_C@_0BD@JLKEALFA@effectTriggerSpell@ 1008f7c0 dbc_fields.cpp.obj + 0002:000097d4 ??_C@_0BK@EGJBCINL@effectPointsPerComboPoint@ 1008f7d4 dbc_fields.cpp.obj + 0002:000097f0 ??_C@_0O@GNCEHKMO@dmgMultiplier@ 1008f7f0 dbc_fields.cpp.obj + 0002:00009808 ?unitFieldsFields@Nampower@@3QBUFieldDescriptor@1@B 1008f808 unit_fields.cpp.obj + 0002:00009b14 ?unitFieldsFieldsCount@Nampower@@3IB 1008fb14 unit_fields.cpp.obj + 0002:00009b18 ?unitFieldsArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 1008fb18 unit_fields.cpp.obj + 0002:00009ba8 ?unitFieldsArrayFieldsCount@Nampower@@3IB 1008fba8 unit_fields.cpp.obj + 0002:00009bac ??_C@_05GNKDCGJG@charm@ 1008fbac unit_fields.cpp.obj + 0002:00009bb4 ??_C@_06PEOHCAFD@summon@ 1008fbb4 unit_fields.cpp.obj + 0002:00009bbc ??_C@_09HKLHHFJN@charmedBy@ 1008fbbc unit_fields.cpp.obj + 0002:00009bc8 ??_C@_0L@CCGPLGPK@summonedBy@ 1008fbc8 unit_fields.cpp.obj + 0002:00009bd4 ??_C@_09LFPMGGII@createdBy@ 1008fbd4 unit_fields.cpp.obj + 0002:00009be0 ??_C@_09MLEJIPBC@persuaded@ 1008fbe0 unit_fields.cpp.obj + 0002:00009bec ??_C@_0O@EMAEPHOL@channelObject@ 1008fbec unit_fields.cpp.obj + 0002:00009bfc ??_C@_06KJINILIP@health@ 1008fbfc unit_fields.cpp.obj + 0002:00009c04 ??_C@_06KBHLMNEH@power1@ 1008fc04 unit_fields.cpp.obj + 0002:00009c0c ??_C@_06IKFGJOIE@power2@ 1008fc0c unit_fields.cpp.obj + 0002:00009c14 ??_C@_06JDENKPMF@power3@ 1008fc14 unit_fields.cpp.obj + 0002:00009c1c ??_C@_06NMAMDJAC@power4@ 1008fc1c unit_fields.cpp.obj + 0002:00009c24 ??_C@_06MFBHAIED@power5@ 1008fc24 unit_fields.cpp.obj + 0002:00009c2c ??_C@_09IGCJFBJ@maxHealth@ 1008fc2c unit_fields.cpp.obj + 0002:00009c38 ??_C@_09JENDNB@maxPower1@ 1008fc38 unit_fields.cpp.obj + 0002:00009c44 ??_C@_09CLLJIABC@maxPower2@ 1008fc44 unit_fields.cpp.obj + 0002:00009c50 ??_C@_09DCKCLBFD@maxPower3@ 1008fc50 unit_fields.cpp.obj + 0002:00009c5c ??_C@_09HNODCHJE@maxPower4@ 1008fc5c unit_fields.cpp.obj + 0002:00009c68 ??_C@_09GEPIBGNF@maxPower5@ 1008fc68 unit_fields.cpp.obj + 0002:00009c74 ??_C@_05KJNJLLGA@level@ 1008fc74 unit_fields.cpp.obj + 0002:00009c7c ??_C@_0BA@HDIFLJID@factionTemplate@ 1008fc7c unit_fields.cpp.obj + 0002:00009c8c ??_C@_06NLMMIAIA@bytes0@ 1008fc8c unit_fields.cpp.obj + 0002:00009c94 ??_C@_09BFHAFMLP@auraState@ 1008fc94 unit_fields.cpp.obj + 0002:00009ca0 ??_C@_0P@DGLGADKE@baseAttackTime@ 1008fca0 unit_fields.cpp.obj + 0002:00009cb0 ??_C@_0BC@CGEKFAIO@offhandAttackTime@ 1008fcb0 unit_fields.cpp.obj + 0002:00009cc4 ??_C@_0BB@DNFLGEGG@rangedAttackTime@ 1008fcc4 unit_fields.cpp.obj + 0002:00009cd8 ??_C@_0P@PGEDLHEL@boundingRadius@ 1008fcd8 unit_fields.cpp.obj + 0002:00009ce8 ??_C@_0M@DOJLMCBI@combatReach@ 1008fce8 unit_fields.cpp.obj + 0002:00009cf4 ??_C@_09EJIHCEAC@displayId@ 1008fcf4 unit_fields.cpp.obj + 0002:00009d00 ??_C@_0BA@HLLMBDFA@nativeDisplayId@ 1008fd00 unit_fields.cpp.obj + 0002:00009d10 ??_C@_0P@HOLJBBID@mountDisplayId@ 1008fd10 unit_fields.cpp.obj + 0002:00009d20 ??_C@_0BB@LCJMKLPB@minOffhandDamage@ 1008fd20 unit_fields.cpp.obj + 0002:00009d34 ??_C@_0BB@KHBHHPAD@maxOffhandDamage@ 1008fd34 unit_fields.cpp.obj + 0002:00009d48 ??_C@_06MCNHLBMB@bytes1@ 1008fd48 unit_fields.cpp.obj + 0002:00009d50 ??_C@_09DIJBEFAN@petNumber@ 1008fd50 unit_fields.cpp.obj + 0002:00009d5c ??_C@_0BB@OMLEJGDP@petNameTimestamp@ 1008fd5c unit_fields.cpp.obj + 0002:00009d70 ??_C@_0O@FGKOPGHG@petExperience@ 1008fd70 unit_fields.cpp.obj + 0002:00009d80 ??_C@_0BA@PAHIIHLL@petNextLevelExp@ 1008fd80 unit_fields.cpp.obj + 0002:00009d90 ??_C@_0N@CMKAPPHA@dynamicFlags@ 1008fd90 unit_fields.cpp.obj + 0002:00009da0 ??_C@_0N@IEJBDBBA@channelSpell@ 1008fda0 unit_fields.cpp.obj + 0002:00009db0 ??_C@_0N@DHEPGEFO@modCastSpeed@ 1008fdb0 unit_fields.cpp.obj + 0002:00009dc0 ??_C@_0P@ENACAIIN@createdBySpell@ 1008fdc0 unit_fields.cpp.obj + 0002:00009dd0 ??_C@_08NEIKGCEE@npcFlags@ 1008fdd0 unit_fields.cpp.obj + 0002:00009ddc ??_C@_0O@DDNCOFID@npcEmoteState@ 1008fddc unit_fields.cpp.obj + 0002:00009dec ??_C@_0P@GKAKCLOA@trainingPoints@ 1008fdec unit_fields.cpp.obj + 0002:00009dfc ??_C@_05MAPNABCF@stat0@ 1008fdfc unit_fields.cpp.obj + 0002:00009e04 ??_C@_05NJOGDAGE@stat1@ 1008fe04 unit_fields.cpp.obj + 0002:00009e0c ??_C@_05PCMLGDKH@stat2@ 1008fe0c unit_fields.cpp.obj + 0002:00009e14 ??_C@_05OLNAFCOG@stat3@ 1008fe14 unit_fields.cpp.obj + 0002:00009e1c ??_C@_05KEJBMECB@stat4@ 1008fe1c unit_fields.cpp.obj + 0002:00009e24 ??_C@_08OPMNAGFL@baseMana@ 1008fe24 unit_fields.cpp.obj + 0002:00009e30 ??_C@_0L@PHGDMNPJ@baseHealth@ 1008fe30 unit_fields.cpp.obj + 0002:00009e3c ??_C@_06OJPKOCAC@bytes2@ 1008fe3c unit_fields.cpp.obj + 0002:00009e44 ??_C@_0M@KIFIFFDF@attackPower@ 1008fe44 unit_fields.cpp.obj + 0002:00009e50 ??_C@_0BA@IPAHCKCK@attackPowerMods@ 1008fe50 unit_fields.cpp.obj + 0002:00009e60 ??_C@_0BG@IHJMPLFM@attackPowerMultiplier@ 1008fe60 unit_fields.cpp.obj + 0002:00009e78 ??_C@_0BC@JCJAIEDA@rangedAttackPower@ 1008fe78 unit_fields.cpp.obj + 0002:00009e8c ??_C@_0BG@PBLNABOL@rangedAttackPowerMods@ 1008fe8c unit_fields.cpp.obj + 0002:00009ea4 ??_C@_0BM@MHJJMDPM@rangedAttackPowerMultiplier@ 1008fea4 unit_fields.cpp.obj + 0002:00009ec0 ??_C@_0BA@DNGOHFNJ@minRangedDamage@ 1008fec0 unit_fields.cpp.obj + 0002:00009ed0 ??_C@_0BA@GMJHMOIE@maxRangedDamage@ 1008fed0 unit_fields.cpp.obj + 0002:00009ee0 ??_C@_0BD@KMOEPALK@virtualItemDisplay@ 1008fee0 unit_fields.cpp.obj + 0002:00009ef4 ??_C@_0BA@CLDBCJMB@virtualItemInfo@ 1008fef4 unit_fields.cpp.obj + 0002:00009f04 ??_C@_04OKPNOAGJ@aura@ 1008ff04 unit_fields.cpp.obj + 0002:00009f0c ??_C@_09BEADLLCK@auraFlags@ 1008ff0c unit_fields.cpp.obj + 0002:00009f18 ??_C@_0L@DDHBIJIK@auraLevels@ 1008ff18 unit_fields.cpp.obj + 0002:00009f24 ??_C@_0BB@LCGCAOC@auraApplications@ 1008ff24 unit_fields.cpp.obj + 0002:00009f38 ??_C@_0BC@LHCFADJ@powerCostModifier@ 1008ff38 unit_fields.cpp.obj + 0002:00009f4c ??_C@_0BE@CIJMDBF@powerCostMultiplier@ 1008ff4c unit_fields.cpp.obj + 0002:00009f64 ??_C@_0CC@DBGAMKLH@Clearing?5all?5LUA?5table?5referenc@ 1008ff64 lua_refs.cpp.obj + 0002:00009f88 __pDestructExceptionObject 1008ff88 libvcruntime:ehhelpers.obj + 0002:00009f90 ??_7bad_typeid@std@@6B@ 1008ff90 libvcruntime:rtti.obj + 0002:00009f9c ??_7__non_rtti_object@std@@6B@ 1008ff9c libvcruntime:rtti.obj + 0002:00009fa4 ??_C@_0CB@CGKGGDFI@Access?5violation?5?9?5no?5RTTI?5data@ 1008ffa4 libvcruntime:rtti.obj + 0002:00009fc8 ??_C@_0CH@OLLMPELC@Attempted?5a?5typeid?5of?5nullptr?5p@ 1008ffc8 libvcruntime:rtti.obj + 0002:00009ff0 ??_C@_0CB@EEENAAHH@Bad?5read?5pointer?5?9?5no?5RTTI?5data@ 1008fff0 libvcruntime:rtti.obj + 0002:0000a014 ??_C@_0BC@JNJNLHBP@Bad?5dynamic_cast?$CB@ 10090014 libvcruntime:rtti.obj + 0002:0000a3b0 ??_C@_08EHJDFFNH@__based?$CI@ 100903b0 libvcruntime:undname.obj + 0002:0000a3bc ??_C@_07KOLFKCDI@__cdecl@ 100903bc libvcruntime:undname.obj + 0002:0000a3c4 ??_C@_08GHMPAG@__pascal@ 100903c4 libvcruntime:undname.obj + 0002:0000a3d0 ??_C@_09IFJBGAPI@__stdcall@ 100903d0 libvcruntime:undname.obj + 0002:0000a3dc ??_C@_0L@NPHFGOKO@__thiscall@ 100903dc libvcruntime:undname.obj + 0002:0000a3e8 ??_C@_0L@JMKHOMEK@__fastcall@ 100903e8 libvcruntime:undname.obj + 0002:0000a3f4 ??_C@_0N@BCKKPABJ@__vectorcall@ 100903f4 libvcruntime:undname.obj + 0002:0000a404 ??_C@_09HIJEGCPM@__clrcall@ 10090404 libvcruntime:undname.obj + 0002:0000a410 ??_C@_06GHPCKEAG@__eabi@ 10090410 libvcruntime:undname.obj + 0002:0000a418 ??_C@_09IOPIDJLG@__swift_1@ 10090418 libvcruntime:undname.obj + 0002:0000a424 ??_C@_09KFNFGKHF@__swift_2@ 10090424 libvcruntime:undname.obj + 0002:0000a430 ??_C@_09LMMOFLDE@__swift_3@ 10090430 libvcruntime:undname.obj + 0002:0000a43c ??_C@_07JOMMBBKO@__ptr64@ 1009043c libvcruntime:undname.obj + 0002:0000a444 ??_C@_0L@PILCLIHE@__restrict@ 10090444 libvcruntime:undname.obj + 0002:0000a450 ??_C@_0M@GFIIJFMG@__unaligned@ 10090450 libvcruntime:undname.obj + 0002:0000a45c ??_C@_09DHDLOLLB@restrict?$CI@ 1009045c libvcruntime:undname.obj + 0002:0000a468 ??_C@_04NIHEBCM@?5new@ 10090468 libvcruntime:undname.obj + 0002:0000a470 ??_C@_07FPCDHGMM@?5delete@ 10090470 libvcruntime:undname.obj + 0002:0000a478 ??_C@_01NEMOKFLO@?$DN@ 10090478 libvcruntime:undname.obj + 0002:0000a47c ??_C@_02GPIOPFAK@?$DO?$DO@ 1009047c libvcruntime:undname.obj + 0002:0000a480 ??_C@_02FODMEDOG@?$DM?$DM@ 10090480 libvcruntime:undname.obj + 0002:0000a484 ??_C@_01DCLJPIOD@?$CB@ 10090484 libvcruntime:undname.obj + 0002:0000a488 ??_C@_02EGOFBIJA@?$DN?$DN@ 10090488 libvcruntime:undname.obj + 0002:0000a48c ??_C@_02FDNJECIE@?$CB?$DN@ 1009048c libvcruntime:undname.obj + 0002:0000a490 ??_C@_02GPECMEKF@?$FL?$FN@ 10090490 libvcruntime:undname.obj + 0002:0000a494 ??_C@_08LHJFAFGD@operator@ 10090494 libvcruntime:undname.obj + 0002:0000a4a0 ??_C@_02HBOOOICD@?9?$DO@ 100904a0 libvcruntime:undname.obj + 0002:0000a4a4 ??_C@_01NBENCBCI@?$CK@ 100904a4 libvcruntime:undname.obj + 0002:0000a4a8 ??_C@_02ECNGHCIF@?$CL?$CL@ 100904a8 libvcruntime:undname.obj + 0002:0000a4ac ??_C@_02BAABKJLB@?9?9@ 100904ac libvcruntime:undname.obj + 0002:0000a4b0 ??_C@_01JOAMLHOP@?9@ 100904b0 libvcruntime:undname.obj + 0002:0000a4b4 ??_C@_01MIFGBAGJ@?$CL@ 100904b4 libvcruntime:undname.obj + 0002:0000a4b8 ??_C@_01HNPIGOCE@?$CG@ 100904b8 libvcruntime:undname.obj + 0002:0000a4bc ??_C@_03MNHNFDLC@?9?$DO?$CK@ 100904bc libvcruntime:undname.obj + 0002:0000a4c0 ??_C@_01KMDKNFGN@?1@ 100904c0 libvcruntime:undname.obj + 0002:0000a4c4 ??_C@_01FGNFDNOH@?$CF@ 100904c4 libvcruntime:undname.obj + 0002:0000a4c8 ??_C@_01MNNFJEPP@?$DM@ 100904c8 libvcruntime:undname.obj + 0002:0000a4cc ??_C@_02EHCHHCKH@?$DM?$DN@ 100904cc libvcruntime:undname.obj + 0002:0000a4d0 ??_C@_01PPODPGHN@?$DO@ 100904d0 libvcruntime:undname.obj + 0002:0000a4d4 ??_C@_02EEKDKGMJ@?$DO?$DN@ 100904d4 libvcruntime:undname.obj + 0002:0000a4d8 ??_C@_02HCKGKOFO@?$CI?$CJ@ 100904d8 libvcruntime:undname.obj + 0002:0000a4dc ??_C@_01PJKLJHI@?$HO@ 100904dc libvcruntime:undname.obj + 0002:0000a4e0 ??_C@_01JKBOJNNK@?$FO@ 100904e0 libvcruntime:undname.obj + 0002:0000a4e4 ??_C@_01DNKMNLPK@?$HM@ 100904e4 libvcruntime:undname.obj + 0002:0000a4e8 ??_C@_02PPKAJPJL@?$CG?$CG@ 100904e8 libvcruntime:undname.obj + 0002:0000a4ec ??_C@_02NONPIBCD@?$HM?$HM@ 100904ec libvcruntime:undname.obj + 0002:0000a4f0 ??_C@_02FPIMKNGF@?$CK?$DN@ 100904f0 libvcruntime:undname.obj + 0002:0000a4f4 ??_C@_02FOEOMHFC@?$CL?$DN@ 100904f4 libvcruntime:undname.obj + 0002:0000a4f8 ??_C@_02FKMDLLOA@?9?$DN@ 100904f8 libvcruntime:undname.obj + 0002:0000a4fc ??_C@_02FJEHGPIO@?1?$DN@ 100904fc libvcruntime:undname.obj + 0002:0000a500 ??_C@_02FENAOKFI@?$CF?$DN@ 10090500 libvcruntime:undname.obj + 0002:0000a504 ??_C@_03IKFCCPFF@?$DO?$DO?$DN@ 10090504 libvcruntime:undname.obj + 0002:0000a508 ??_C@_03CDNPDDLA@?$DM?$DM?$DN@ 10090508 libvcruntime:undname.obj + 0002:0000a50c ??_C@_02FGJGFEAB@?$CG?$DN@ 1009050c libvcruntime:undname.obj + 0002:0000a510 ??_C@_02DHLNPPGH@?$HM?$DN@ 10090510 libvcruntime:undname.obj + 0002:0000a514 ??_C@_02MHEGNOJ@?$FO?$DN@ 10090514 libvcruntime:undname.obj + 0002:0000a518 ??_C@_09IFPLHPGF@?$GAvftable?8@ 10090518 libvcruntime:undname.obj + 0002:0000a524 ??_C@_09BLBHBJP@?$GAvbtable?8@ 10090524 libvcruntime:undname.obj + 0002:0000a530 ??_C@_07FEEIOKP@?$GAvcall?8@ 10090530 libvcruntime:undname.obj + 0002:0000a538 ??_C@_08LLFFHHDJ@?$GAtypeof?8@ 10090538 libvcruntime:undname.obj + 0002:0000a544 ??_C@_0BF@KDPPACIK@?$GAlocal?5static?5guard?8@ 10090544 libvcruntime:undname.obj + 0002:0000a55c ??_C@_08OBABFOLI@?$GAstring?8@ 1009055c libvcruntime:undname.obj + 0002:0000a568 ??_C@_0BD@JDLKDPAB@?$GAvbase?5destructor?8@ 10090568 libvcruntime:undname.obj + 0002:0000a57c ??_C@_0BN@DEGPLNFK@?$GAvector?5deleting?5destructor?8@ 1009057c libvcruntime:undname.obj + 0002:0000a59c ??_C@_0BO@OBMKPJIG@?$GAdefault?5constructor?5closure?8@ 1009059c libvcruntime:undname.obj + 0002:0000a5bc ??_C@_0BN@IMDCHIKM@?$GAscalar?5deleting?5destructor?8@ 100905bc libvcruntime:undname.obj + 0002:0000a5dc ??_C@_0BO@PFGOCPJJ@?$GAvector?5constructor?5iterator?8@ 100905dc libvcruntime:undname.obj + 0002:0000a5fc ??_C@_0BN@LFPFMEDL@?$GAvector?5destructor?5iterator?8@ 100905fc libvcruntime:undname.obj + 0002:0000a61c ??_C@_0CE@IKBNEHA@?$GAvector?5vbase?5constructor?5itera@ 1009061c libvcruntime:undname.obj + 0002:0000a640 ??_C@_0BL@NILFHHPC@?$GAvirtual?5displacement?5map?8@ 10090640 libvcruntime:undname.obj + 0002:0000a65c ??_C@_0CB@JONCMFFK@?$GAeh?5vector?5constructor?5iterator@ 1009065c libvcruntime:undname.obj + 0002:0000a680 ??_C@_0CA@GCEOPDGL@?$GAeh?5vector?5destructor?5iterator?8@ 10090680 libvcruntime:undname.obj + 0002:0000a6a0 ??_C@_0CH@OOJPLCPH@?$GAeh?5vector?5vbase?5constructor?5it@ 100906a0 libvcruntime:undname.obj + 0002:0000a6c8 ??_C@_0BL@LLKPOHJI@?$GAcopy?5constructor?5closure?8@ 100906c8 libvcruntime:undname.obj + 0002:0000a6e4 ??_C@_0BA@KBCDOMBN@?$GAudt?5returning?8@ 100906e4 libvcruntime:undname.obj + 0002:0000a6f4 ??_C@_03KLGMFNMG@?$GAEH@ 100906f4 libvcruntime:undname.obj + 0002:0000a6f8 ??_C@_05KHLCHHI@?$GARTTI@ 100906f8 libvcruntime:undname.obj + 0002:0000a700 ??_C@_0BA@KKLDJDLB@?$GAlocal?5vftable?8@ 10090700 libvcruntime:undname.obj + 0002:0000a710 ??_C@_0CE@IIHCMGGL@?$GAlocal?5vftable?5constructor?5clos@ 10090710 libvcruntime:undname.obj + 0002:0000a734 ??_C@_06FHBGPFGH@?5new?$FL?$FN@ 10090734 libvcruntime:undname.obj + 0002:0000a73c ??_C@_09LBNFPBCA@?5delete?$FL?$FN@ 1009073c libvcruntime:undname.obj + 0002:0000a748 ??_C@_0P@HJKNJFNN@?$GAomni?5callsig?8@ 10090748 libvcruntime:undname.obj + 0002:0000a758 ??_C@_0BL@CNOONJFP@?$GAplacement?5delete?5closure?8@ 10090758 libvcruntime:undname.obj + 0002:0000a774 ??_C@_0BN@CKNJLHMB@?$GAplacement?5delete?$FL?$FN?5closure?8@ 10090774 libvcruntime:undname.obj + 0002:0000a794 ??_C@_0CG@CFDHKGGD@?$GAmanaged?5vector?5constructor?5ite@ 10090794 libvcruntime:undname.obj + 0002:0000a7bc ??_C@_0CF@IMGKMJNO@?$GAmanaged?5vector?5destructor?5iter@ 100907bc libvcruntime:undname.obj + 0002:0000a7e4 ??_C@_0CG@HLDDJMAG@?$GAeh?5vector?5copy?5constructor?5ite@ 100907e4 libvcruntime:undname.obj + 0002:0000a80c ??_C@_0CM@FCBBDIGB@?$GAeh?5vector?5vbase?5copy?5construct@ 1009080c libvcruntime:undname.obj + 0002:0000a838 ??_C@_0BL@CLIPGLGB@?$GAdynamic?5initializer?5for?5?8@ 10090838 libvcruntime:undname.obj + 0002:0000a854 ??_C@_0CB@PDBIFEP@?$GAdynamic?5atexit?5destructor?5for?5@ 10090854 libvcruntime:undname.obj + 0002:0000a878 ??_C@_0CD@CGAJBKEJ@?$GAvector?5copy?5constructor?5iterat@ 10090878 libvcruntime:undname.obj + 0002:0000a89c ??_C@_0CJ@GJELGAMM@?$GAvector?5vbase?5copy?5constructor?5@ 1009089c libvcruntime:undname.obj + 0002:0000a8c8 ??_C@_0CL@FGIJHLCE@?$GAmanaged?5vector?5copy?5constructo@ 100908c8 libvcruntime:undname.obj + 0002:0000a8f4 ??_C@_0BM@PMGGMLDN@?$GAlocal?5static?5thread?5guard?8@ 100908f4 libvcruntime:undname.obj + 0002:0000a910 ??_C@_0N@BDNMDMOL@operator?5?$CC?$CC?5@ 10090910 libvcruntime:undname.obj + 0002:0000a920 ??_C@_0BC@GGEBGALA@operator?5co_await@ 10090920 libvcruntime:undname.obj + 0002:0000a934 ??_C@_0M@GAAIMMOH@operator?$DM?$DN?$DO@ 10090934 libvcruntime:undname.obj + 0002:0000a940 ??_C@_0BC@DAFEJGAK@?5Type?5Descriptor?8@ 10090940 libvcruntime:undname.obj + 0002:0000a954 ??_C@_0BM@LDKODKLH@?5Base?5Class?5Descriptor?5at?5?$CI@ 10090954 libvcruntime:undname.obj + 0002:0000a970 ??_C@_0BD@LGICGFMM@?5Base?5Class?5Array?8@ 10090970 libvcruntime:undname.obj + 0002:0000a984 ??_C@_0BN@MECKDCOJ@?5Class?5Hierarchy?5Descriptor?8@ 10090984 libvcruntime:undname.obj + 0002:0000a9a4 ??_C@_0BK@CFCOFLF@?5Complete?5Object?5Locator?8@ 100909a4 libvcruntime:undname.obj + 0002:0000a9c0 ??_C@_0BG@JNJLAMPM@?$GAanonymous?5namespace?8@ 100909c0 libvcruntime:undname.obj + 0002:0000a9d8 ??_C@_04HEJADOOB@CV?3?5@ 100909d8 libvcruntime:undname.obj + 0002:0000a9e0 ??_C@_02MOLJINC@?3?3@ 100909e0 libvcruntime:undname.obj + 0002:0000a9e4 ??_C@_0BE@JAEOCHPE@template?9parameter?9@ 100909e4 libvcruntime:undname.obj + 0002:0000a9f8 ??_C@_0BF@LNLGBBNL@?$GAtemplate?9parameter?9@ 100909f8 libvcruntime:undname.obj + 0002:0000aa10 ??_C@_0O@KHGCOMHP@generic?9type?9@ 10090a10 libvcruntime:undname.obj + 0002:0000aa20 ??_C@_0P@ODDENDLM@?$GAgeneric?9type?9@ 10090a20 libvcruntime:undname.obj + 0002:0000aa30 ??_C@_02OHHJMEON@?8?8@ 10090a30 libvcruntime:undname.obj + 0002:0000aa34 ??_C@_0BN@IBLMMFAP@?$GAnon?9type?9template?9parameter@ 10090a34 libvcruntime:undname.obj + 0002:0000aa54 ??_C@_03DLDNIBIK@?$CFlf@ 10090a54 libvcruntime:undname.obj + 0002:0000aa58 ??_C@_04OFALKAJ@?$DP?$DP_C@ 10090a58 libvcruntime:undname.obj + 0002:0000aa60 ??_C@_03KHICJKCI@?4?4?4@ 10090a60 libvcruntime:undname.obj + 0002:0000aa64 ??_C@_04HIBGFPH@NULL@ 10090a64 libvcruntime:undname.obj + 0002:0000aa6c ??_C@_02DPKJAMEF@?$CFd@ 10090a6c libvcruntime:undname.obj + 0002:0000aa70 ??_C@_0BK@IHCCFNEL@?$GAtemplate?9type?9parameter?9@ 10090a70 libvcruntime:undname.obj + 0002:0000aa8c ??_C@_0BK@OFCNNNKO@?$GAgeneric?9class?9parameter?9@ 10090a8c libvcruntime:undname.obj + 0002:0000aaa8 ??_C@_0BL@NGJBLFIL@?$GAgeneric?9method?9parameter?9@ 10090aa8 libvcruntime:undname.obj + 0002:0000aac4 ??_C@_07OHNGEDJK@nullptr@ 10090ac4 libvcruntime:undname.obj + 0002:0000aacc ??_C@_06COJIGPIB@lambda@ 10090acc libvcruntime:undname.obj + 0002:0000aad4 ??_C@_04GKJNKENE@void@ 10090ad4 libvcruntime:undname.obj + 0002:0000aadc ??_C@_0BE@EODMJLIF@?$GAtemplate?9parameter@ 10090adc libvcruntime:undname.obj + 0002:0000aaf0 ??_C@_03OPGICMGF@?$HN?8?5@ 10090af0 libvcruntime:undname.obj + 0002:0000aaf4 ??_C@_02IGFCGPIL@?$HN?8@ 10090af4 libvcruntime:undname.obj + 0002:0000aaf8 ??_C@_0N@CBHHHENL@?$GAvtordispex?$HL@ 10090af8 libvcruntime:undname.obj + 0002:0000ab08 ??_C@_0L@GHPFDFH@?$GAvtordisp?$HL@ 10090b08 libvcruntime:undname.obj + 0002:0000ab14 ??_C@_0L@HNGCOGAE@?$GAadjustor?$HL@ 10090b14 libvcruntime:undname.obj + 0002:0000ab20 ??_C@_0CB@KJDOOODE@?$GAlocal?5static?5destructor?5helper@ 10090b20 libvcruntime:undname.obj + 0002:0000ab44 ??_C@_0DB@ILEFOCIJ@?$GAtemplate?5static?5data?5member?5co@ 10090b44 libvcruntime:undname.obj + 0002:0000ab78 ??_C@_0DA@HGFJFBBE@?$GAtemplate?5static?5data?5member?5de@ 10090b78 libvcruntime:undname.obj + 0002:0000aba8 ??_C@_07PGOEDBHP@static?5@ 10090ba8 libvcruntime:undname.obj + 0002:0000abb0 ??_C@_08NIEOINHE@virtual?5@ 10090bb0 libvcruntime:undname.obj + 0002:0000abbc ??_C@_09LAPHOOG@private?3?5@ 10090bbc libvcruntime:undname.obj + 0002:0000abc8 ??_C@_0M@GAIFPFIP@protected?3?5@ 10090bc8 libvcruntime:undname.obj + 0002:0000abd4 ??_C@_08GPDDCMKI@public?3?5@ 10090bd4 libvcruntime:undname.obj + 0002:0000abe0 ??_C@_08KJLFOPNE@?$FLthunk?$FN?3@ 10090be0 libvcruntime:undname.obj + 0002:0000abec ??_C@_0M@DHNBOJMP@extern?5?$CCC?$CC?5@ 10090bec libvcruntime:undname.obj + 0002:0000abf8 ??_C@_02KCKGHPCA@?$CJ?5@ 10090bf8 libvcruntime:undname.obj + 0002:0000abfc ??_C@_05CIHEBHNO@char?5@ 10090bfc libvcruntime:undname.obj + 0002:0000ac04 ??_C@_06EHJMALKF@short?5@ 10090c04 libvcruntime:undname.obj + 0002:0000ac0c ??_C@_04LAHKHJMA@int?5@ 10090c0c libvcruntime:undname.obj + 0002:0000ac14 ??_C@_05CJIMAING@long?5@ 10090c14 libvcruntime:undname.obj + 0002:0000ac1c ??_C@_09EBBEKKIH@unsigned?5@ 10090c1c libvcruntime:undname.obj + 0002:0000ac28 ??_C@_05BEFAKPML@void?5@ 10090c28 libvcruntime:undname.obj + 0002:0000ac30 ??_C@_09GAIEOBLP@volatile?5@ 10090c30 libvcruntime:undname.obj + 0002:0000ac3c ??_C@_08PABEKFH@volatile@ 10090c3c libvcruntime:undname.obj + 0002:0000ac48 ??_C@_0BA@LKIJLKPP@std?3?3nullptr_t?5@ 10090c48 libvcruntime:undname.obj + 0002:0000ac58 ??_C@_0P@GCOCNKDM@std?3?3nullptr_t@ 10090c58 libvcruntime:undname.obj + 0002:0000ac68 ??_C@_0L@EGPHHEKN@?$DMellipsis?$DO@ 10090c68 libvcruntime:undname.obj + 0002:0000ac74 ??_C@_04EENFHACM@?0?4?4?4@ 10090c74 libvcruntime:undname.obj + 0002:0000ac7c ??_C@_0M@ELJOJFFH@?0?$DMellipsis?$DO@ 10090c7c libvcruntime:undname.obj + 0002:0000ac88 ??_C@_09DNHFEOJI@?5noexcept@ 10090c88 libvcruntime:undname.obj + 0002:0000ac94 ??_C@_03PBJBJNON@cpu@ 10090c94 libvcruntime:undname.obj + 0002:0000ac98 ??_C@_03DCBBJBAA@amp@ 10090c98 libvcruntime:undname.obj + 0002:0000ac9c ??_C@_04ENMBGAPA@char@ 10090c9c libvcruntime:undname.obj + 0002:0000aca4 ??_C@_05BFKKPKCG@short@ 10090ca4 libvcruntime:undname.obj + 0002:0000acac ??_C@_03JBIPMCLC@int@ 10090cac libvcruntime:undname.obj + 0002:0000acb0 ??_C@_04GOKPGOLB@long@ 10090cb0 libvcruntime:undname.obj + 0002:0000acb8 ??_C@_05KNFBNCOH@float@ 10090cb8 libvcruntime:undname.obj + 0002:0000acc0 ??_C@_06BNJCAIGJ@double@ 10090cc0 libvcruntime:undname.obj + 0002:0000acc8 ??_C@_04DDKJGDCM@bool@ 10090cc8 libvcruntime:undname.obj + 0002:0000acd0 ??_C@_06EBGKOKIG@__int8@ 10090cd0 libvcruntime:undname.obj + 0002:0000acd8 ??_C@_07ICFHOGAF@__int16@ 10090cd8 libvcruntime:undname.obj + 0002:0000ace0 ??_C@_07OFLPPHGP@__int32@ 10090ce0 libvcruntime:undname.obj + 0002:0000ace8 ??_C@_07LFCOJCAC@__int64@ 10090ce8 libvcruntime:undname.obj + 0002:0000acf0 ??_C@_08GAHOLHEO@__int128@ 10090cf0 libvcruntime:undname.obj + 0002:0000acfc ??_C@_09EEKGDCPH@?$DMunknown?$DO@ 10090cfc libvcruntime:undname.obj + 0002:0000ad08 ??_C@_07CFHGOPCN@char8_t@ 10090d08 libvcruntime:undname.obj + 0002:0000ad10 ??_C@_08HBIPOFJB@char16_t@ 10090d10 libvcruntime:undname.obj + 0002:0000ad1c ??_C@_08IECNCBKG@char32_t@ 10090d1c libvcruntime:undname.obj + 0002:0000ad28 ??_C@_07CLGGIAMF@wchar_t@ 10090d28 libvcruntime:undname.obj + 0002:0000ad30 ??_C@_04HAPDLBFF@auto@ 10090d30 libvcruntime:undname.obj + 0002:0000ad38 ??_C@_0P@LHCGKIGK@decltype?$CIauto?$CJ@ 10090d38 libvcruntime:undname.obj + 0002:0000ad48 ??_C@_05PCNBGHCF@this?5@ 10090d48 libvcruntime:undname.obj + 0002:0000ad50 ??_C@_06GCICPBLB@__w64?5@ 10090d50 libvcruntime:undname.obj + 0002:0000ad58 ??_C@_07NFANNNEC@UNKNOWN@ 10090d58 libvcruntime:undname.obj + 0002:0000ad60 ??_C@_07EDHNAJHC@signed?5@ 10090d60 libvcruntime:undname.obj + 0002:0000ad68 ??_C@_05BNCCCJPP@const@ 10090d68 libvcruntime:undname.obj + 0002:0000ad70 ??_C@_09EFNPDFFP@?5volatile@ 10090d70 libvcruntime:undname.obj + 0002:0000ad7c ??_C@_0P@GCIFDJCJ@?$GAunknown?5ecsu?8@ 10090d7c libvcruntime:undname.obj + 0002:0000ad8c ??_C@_06MOJHIBMG@union?5@ 10090d8c libvcruntime:undname.obj + 0002:0000ad94 ??_C@_07DIBCDNGL@struct?5@ 10090d94 libvcruntime:undname.obj + 0002:0000ad9c ??_C@_06LJBABKPM@class?5@ 10090d9c libvcruntime:undname.obj + 0002:0000ada4 ??_C@_08KOFANOFK@coclass?5@ 10090da4 libvcruntime:undname.obj + 0002:0000adb0 ??_C@_0N@DLIEFKNA@cointerface?5@ 10090db0 libvcruntime:undname.obj + 0002:0000adc0 ??_C@_05LJGMCFOG@enum?5@ 10090dc0 libvcruntime:undname.obj + 0002:0000adc8 ??_C@_06LIJLOJAG@const?5@ 10090dc8 libvcruntime:undname.obj + 0002:0000add0 ??_C@_02KJPKDIBN@?$CG?5@ 10090dd0 libvcruntime:undname.obj + 0002:0000add4 ??_C@_03PCKGMOPB@?$CG?$CG?5@ 10090dd4 libvcruntime:undname.obj + 0002:0000add8 ??_C@_0M@EALIELKG@cli?3?3array?$DM@ 10090dd8 libvcruntime:undname.obj + 0002:0000ade4 ??_C@_0O@GKABPPIF@cli?3?3pin_ptr?$DM@ 10090de4 libvcruntime:undname.obj + 0002:0000adf4 ??_C@_02GOGNNPBN@?$CJ?$FL@ 10090df4 libvcruntime:undname.obj + 0002:0000adf8 ??_C@_06EEGAIFAK@?$HLflat?$HN@ 10090df8 libvcruntime:undname.obj + 0002:0000ae00 ??_C@_05JIBOFOHK@?$HLfor?5@ 10090e00 libvcruntime:undname.obj + 0002:0000ae08 ??_C@_02MDINNEEG@s?5@ 10090e08 libvcruntime:undname.obj + 0002:0000ae10 ??_7DNameNode@@6B@ 10090e10 libvcruntime:undname.obj + 0002:0000ae24 ??_7charNode@@6B@ 10090e24 libvcruntime:undname.obj + 0002:0000ae38 ??_7pcharNode@@6B@ 10090e38 libvcruntime:undname.obj + 0002:0000ae4c ??_7pDNameNode@@6B@ 10090e4c libvcruntime:undname.obj + 0002:0000ae60 ??_7DNameStatusNode@@6B@ 10090e60 libvcruntime:undname.obj + 0002:0000ae74 ??_7pairNode@@6B@ 10090e74 libvcruntime:undname.obj + 0002:0000af88 ??_C@_04OKOHEJBO@?5?$DP?$DP?5@ 10090f88 libvcruntime:undname.obj + 0002:0000af90 ?nodes@?1??make@DNameStatusNode@@SAPBV2@W4DNameStatus@@@Z@4QBV2@B 10090f90 libvcruntime:undname.obj + 0002:0000afcc ??_C@_1DM@KHCHBNEB@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10090fcc libvcruntime:winapi_downlevel.obj + 0002:0000b008 ??_C@_1DK@LPPGFMPP@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10091008 libvcruntime:winapi_downlevel.obj + 0002:0000b044 ??_C@_1BC@GDMECMAK@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA3?$AA2@ 10091044 libvcruntime:winapi_downlevel.obj + 0002:0000b058 ??_C@_1BA@PFFKHIOG@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9@ 10091058 libvcruntime:winapi_downlevel.obj + 0002:0000b070 ??_C@_08KNHFBNJ@FlsAlloc@ 10091070 libvcruntime:winapi_downlevel.obj + 0002:0000b084 ??_C@_07PEJMOBNF@FlsFree@ 10091084 libvcruntime:winapi_downlevel.obj + 0002:0000b094 ??_C@_0M@GDNOONDI@FlsGetValue@ 10091094 libvcruntime:winapi_downlevel.obj + 0002:0000b0a8 ??_C@_0M@JCPCPOEF@FlsSetValue@ 100910a8 libvcruntime:winapi_downlevel.obj + 0002:0000b0bc ??_C@_0BM@HCFOFFN@InitializeCriticalSectionEx@ 100910bc libvcruntime:winapi_downlevel.obj + 0002:0000b0d8 ?standard_lookup_table_spectre@__crt_stdio_output@@3V?$spectre_mitigated_lookup_table@Ustate_transition_pair@__crt_stdio_output@@$0IA@@1@B 100910d8 libucrt:output.obj + 0002:0000b1d8 ?format_validation_lookup_table_spectre@__crt_stdio_output@@3V?$spectre_mitigated_lookup_table@Ustate_transition_pair@__crt_stdio_output@@$0IA@@1@B 100911d8 libucrt:output.obj + 0002:0000b2d8 ??_C@_1O@CEDCILHN@?$AA?$CI?$AAn?$AAu?$AAl?$AAl?$AA?$CJ@ 100912d8 libucrt:output.obj + 0002:0000b450 __real@8000000000000000 10091450 libucrt:frexp.obj + 0002:0000b458 ?large_power_data@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBIB 10091458 libucrt:strtod.obj + 0002:0000bd60 ?large_power_indices@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBUunpack_index@?1??12@YA_N0I@Z@B 10091d60 libucrt:strtod.obj + 0002:0000bdf8 ?small_powers_of_ten@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBIB 10091df8 libucrt:strtod.obj + 0002:0000be20 ??_C@_1GE@DPGDJKLM@?$AAm?$AAi?$AAn?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA?2?$AAc?$AAr?$AAt?$AAs?$AA?2@ 10091e20 libucrt:strtod.obj + 0002:0000be88 ??_C@_1FM@FELNCOBF@?$AA_?$AA_?$AAc?$AAr?$AAt?$AA_?$AAs?$AAt?$AAr?$AAt?$AAo?$AAx?$AA?3?$AA?3?$AAf@ 10091e88 libucrt:strtod.obj + 0002:0000bee4 ??_C@_1BG@GEMHBGAF@?$AA_?$AAi?$AAs?$AA_?$AAd?$AAo?$AAu?$AAb?$AAl?$AAe@ 10091ee4 libucrt:strtod.obj + 0002:0000bf00 ??_C@_1FK@JOJELFFO@?$AA_?$AA_?$AAc?$AAr?$AAt?$AA_?$AAs?$AAt?$AAr?$AAt?$AAo?$AAx?$AA?3?$AA?3?$AAf@ 10091f00 libucrt:strtod.obj + 0002:0000bf5c ??_C@_1BI@BANMPGJI@?$AA?$CB?$AA_?$AAi?$AAs?$AA_?$AAd?$AAo?$AAu?$AAb?$AAl?$AAe@ 10091f5c libucrt:strtod.obj + 0002:0000bf74 ?inf_uppercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10091f74 libucrt:strtod.obj + 0002:0000bf78 ?inf_lowercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10091f78 libucrt:strtod.obj + 0002:0000bf7c ?inity_uppercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10091f7c libucrt:strtod.obj + 0002:0000bf84 ?inity_lowercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10091f84 libucrt:strtod.obj + 0002:0000bf8c ?uppercase@?1???$parse_floating_point_possible_nan@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10091f8c libucrt:strtod.obj + 0002:0000bf90 ?lowercase@?1???$parse_floating_point_possible_nan@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10091f90 libucrt:strtod.obj + 0002:0000bf94 ?uppercase@?1???$parse_floating_point_possible_nan_is_snan@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 10091f94 libucrt:strtod.obj + 0002:0000bf9c ?lowercase@?1???$parse_floating_point_possible_nan_is_snan@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 10091f9c libucrt:strtod.obj + 0002:0000bfa4 ?uppercase@?1???$parse_floating_point_possible_nan_is_ind@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 10091fa4 libucrt:strtod.obj + 0002:0000bfa8 ?lowercase@?1???$parse_floating_point_possible_nan_is_ind@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 10091fa8 libucrt:strtod.obj + 0002:0000c078 ___lc_category 10092078 libucrt:wsetlocale.obj + 0002:0000c0c0 ??_C@_1O@GIFLHMA@?$AAL?$AAC?$AA_?$AAA?$AAL?$AAL@ 100920c0 libucrt:wsetlocale.obj + 0002:0000c0d0 ??_C@_1BG@PPOMIBNJ@?$AAL?$AAC?$AA_?$AAC?$AAO?$AAL?$AAL?$AAA?$AAT?$AAE@ 100920d0 libucrt:wsetlocale.obj + 0002:0000c0e8 ??_C@_1BC@FFJGAPJM@?$AAL?$AAC?$AA_?$AAC?$AAT?$AAY?$AAP?$AAE@ 100920e8 libucrt:wsetlocale.obj + 0002:0000c0fc ??_C@_1BI@PCKFNJFB@?$AAL?$AAC?$AA_?$AAM?$AAO?$AAN?$AAE?$AAT?$AAA?$AAR?$AAY@ 100920fc libucrt:wsetlocale.obj + 0002:0000c114 ??_C@_1BG@ENIEDKID@?$AAL?$AAC?$AA_?$AAN?$AAU?$AAM?$AAE?$AAR?$AAI?$AAC@ 10092114 libucrt:wsetlocale.obj + 0002:0000c12c ??_C@_1BA@HAAOMIIG@?$AAL?$AAC?$AA_?$AAT?$AAI?$AAM?$AAE@ 1009212c libucrt:wsetlocale.obj + 0002:0000c13c ??_C@_15NBPDDFIP@?$AA?$DN?$AA?$DL@ 1009213c libucrt:wsetlocale.obj + 0002:0000c144 ??_C@_13PJJBFPED@?$AA?$DL@ 10092144 libucrt:wsetlocale.obj + 0002:0000c148 ??_C@_13NMPKAAJP@?$AA?$DN@ 10092148 libucrt:wsetlocale.obj + 0002:0000c14c ??_C@_13IMODFHAA@?$AA?9@ 1009214c libucrt:wsetlocale.obj + 0002:0000c150 ??_C@_17EFJLDFDO@?$AA?9?$AA_?$AA?4@ 10092150 libucrt:wsetlocale.obj + 0002:0000c158 ??_C@_13FHBKNHDA@?$AAC@ 10092158 libucrt:wsetlocale.obj + 0002:0000c15c ??_C@_17MBJJLFDM@?$AA_?$AA?4?$AA?0@ 1009215c libucrt:wsetlocale.obj + 0002:0000c164 ??_C@_13ENNFDPBH@?$AA_@ 10092164 libucrt:wsetlocale.obj + 0002:0000c168 ??_C@_13JOFGPIOO@?$AA?4@ 10092168 libucrt:wsetlocale.obj + 0002:0000c170 ___lc_time_c 10092170 libucrt:nlsdata.obj + 0002:0000c2d4 ??_C@_03KOEHGMDN@Sun@ 100922d4 libucrt:nlsdata.obj + 0002:0000c2d8 ??_C@_03PDAGKDH@Mon@ 100922d8 libucrt:nlsdata.obj + 0002:0000c2dc ??_C@_03NAGEINEP@Tue@ 100922dc libucrt:nlsdata.obj + 0002:0000c2e0 ??_C@_03MHOMLAJA@Wed@ 100922e0 libucrt:nlsdata.obj + 0002:0000c2e4 ??_C@_03IOFIKPDN@Thu@ 100922e4 libucrt:nlsdata.obj + 0002:0000c2e8 ??_C@_03IDIOELNC@Fri@ 100922e8 libucrt:nlsdata.obj + 0002:0000c2ec ??_C@_03FEFJNEK@Sat@ 100922ec libucrt:nlsdata.obj + 0002:0000c2f0 ??_C@_06OOPIFAJ@Sunday@ 100922f0 libucrt:nlsdata.obj + 0002:0000c2f8 ??_C@_06JLEDEDGH@Monday@ 100922f8 libucrt:nlsdata.obj + 0002:0000c300 ??_C@_07BAAGCFCM@Tuesday@ 10092300 libucrt:nlsdata.obj + 0002:0000c308 ??_C@_09DLIGFAKA@Wednesday@ 10092308 libucrt:nlsdata.obj + 0002:0000c314 ??_C@_08HACCIKIA@Thursday@ 10092314 libucrt:nlsdata.obj + 0002:0000c320 ??_C@_06JECMNKMI@Friday@ 10092320 libucrt:nlsdata.obj + 0002:0000c328 ??_C@_08INBOOONO@Saturday@ 10092328 libucrt:nlsdata.obj + 0002:0000c334 ??_C@_03JIHJHPIE@Jan@ 10092334 libucrt:nlsdata.obj + 0002:0000c338 ??_C@_03HJBDCHOM@Feb@ 10092338 libucrt:nlsdata.obj + 0002:0000c33c ??_C@_03ODNJBKGA@Mar@ 1009233c libucrt:nlsdata.obj + 0002:0000c340 ??_C@_03LEOLGMJP@Apr@ 10092340 libucrt:nlsdata.obj + 0002:0000c344 ??_C@_03CNMDKL@May@ 10092344 libucrt:nlsdata.obj + 0002:0000c348 ??_C@_03IDFGHECI@Jun@ 10092348 libucrt:nlsdata.obj + 0002:0000c34c ??_C@_03LBGABGKK@Jul@ 1009234c libucrt:nlsdata.obj + 0002:0000c350 ??_C@_03IFJFEIGA@Aug@ 10092350 libucrt:nlsdata.obj + 0002:0000c354 ??_C@_03GGCAPAJC@Sep@ 10092354 libucrt:nlsdata.obj + 0002:0000c358 ??_C@_03BMAOKBAD@Oct@ 10092358 libucrt:nlsdata.obj + 0002:0000c35c ??_C@_03JPJOFNIA@Nov@ 1009235c libucrt:nlsdata.obj + 0002:0000c360 ??_C@_03MKABNOCG@Dec@ 10092360 libucrt:nlsdata.obj + 0002:0000c364 ??_C@_07CGJPFGJA@January@ 10092364 libucrt:nlsdata.obj + 0002:0000c36c ??_C@_08GNJGEPFN@February@ 1009236c libucrt:nlsdata.obj + 0002:0000c378 ??_C@_05HPCKOFNC@March@ 10092378 libucrt:nlsdata.obj + 0002:0000c380 ??_C@_05DMJDNLEJ@April@ 10092380 libucrt:nlsdata.obj + 0002:0000c388 ??_C@_04CNLMGBGM@June@ 10092388 libucrt:nlsdata.obj + 0002:0000c390 ??_C@_04MIEPOIFP@July@ 10092390 libucrt:nlsdata.obj + 0002:0000c398 ??_C@_06LBBHFDDG@August@ 10092398 libucrt:nlsdata.obj + 0002:0000c3a0 ??_C@_09BHHEALKD@September@ 100923a0 libucrt:nlsdata.obj + 0002:0000c3ac ??_C@_07JJNFCEND@October@ 100923ac libucrt:nlsdata.obj + 0002:0000c3b4 ??_C@_08HCHEGEOA@November@ 100923b4 libucrt:nlsdata.obj + 0002:0000c3c0 ??_C@_08EDHMEBNP@December@ 100923c0 libucrt:nlsdata.obj + 0002:0000c3cc ??_C@_02DEDBPAFC@AM@ 100923cc libucrt:nlsdata.obj + 0002:0000c3d0 ??_C@_02CJNFDJBF@PM@ 100923d0 libucrt:nlsdata.obj + 0002:0000c3d4 ??_C@_08BPBNCDIB@MM?1dd?1yy@ 100923d4 libucrt:nlsdata.obj + 0002:0000c3e0 ??_C@_0BE@CKGJFCPC@dddd?0?5MMMM?5dd?0?5yyyy@ 100923e0 libucrt:nlsdata.obj + 0002:0000c3f4 ??_C@_08JCCMCCIL@HH?3mm?3ss@ 100923f4 libucrt:nlsdata.obj + 0002:0000c400 ??_C@_17MBGCMIPB@?$AAS?$AAu?$AAn@ 10092400 libucrt:nlsdata.obj + 0002:0000c408 ??_C@_17KBOMKBF@?$AAM?$AAo?$AAn@ 10092408 libucrt:nlsdata.obj + 0002:0000c410 ??_C@_17BMKGEGOJ@?$AAT?$AAu?$AAe@ 10092410 libucrt:nlsdata.obj + 0002:0000c418 ??_C@_17CJEDCEPE@?$AAW?$AAe?$AAd@ 10092418 libucrt:nlsdata.obj + 0002:0000c420 ??_C@_17PDPHAADD@?$AAT?$AAh?$AAu@ 10092420 libucrt:nlsdata.obj + 0002:0000c428 ??_C@_17HFOLPPLP@?$AAF?$AAr?$AAi@ 10092428 libucrt:nlsdata.obj + 0002:0000c430 ??_C@_17GGIBDPIH@?$AAS?$AAa?$AAt@ 10092430 libucrt:nlsdata.obj + 0002:0000c438 ??_C@_1O@IHNHDHPB@?$AAS?$AAu?$AAn?$AAd?$AAa?$AAy@ 10092438 libucrt:nlsdata.obj + 0002:0000c448 ??_C@_1O@MMNBFLIA@?$AAM?$AAo?$AAn?$AAd?$AAa?$AAy@ 10092448 libucrt:nlsdata.obj + 0002:0000c458 ??_C@_1BA@ENFBFFEK@?$AAT?$AAu?$AAe?$AAs?$AAd?$AAa?$AAy@ 10092458 libucrt:nlsdata.obj + 0002:0000c468 ??_C@_1BE@EBOGMDOH@?$AAW?$AAe?$AAd?$AAn?$AAe?$AAs?$AAd?$AAa?$AAy@ 10092468 libucrt:nlsdata.obj + 0002:0000c47c ??_C@_1BC@HHMNLIHE@?$AAT?$AAh?$AAu?$AAr?$AAs?$AAd?$AAa?$AAy@ 1009247c libucrt:nlsdata.obj + 0002:0000c490 ??_C@_1O@PDICJHAG@?$AAF?$AAr?$AAi?$AAd?$AAa?$AAy@ 10092490 libucrt:nlsdata.obj + 0002:0000c4a0 ??_C@_1BC@ENMNNPAJ@?$AAS?$AAa?$AAt?$AAu?$AAr?$AAd?$AAa?$AAy@ 100924a0 libucrt:nlsdata.obj + 0002:0000c4b4 ??_C@_17DKNBKCHM@?$AAJ?$AAa?$AAn@ 100924b4 libucrt:nlsdata.obj + 0002:0000c4bc ??_C@_17LMDJEKJN@?$AAF?$AAe?$AAb@ 100924bc libucrt:nlsdata.obj + 0002:0000c4c4 ??_C@_17CKNLEDEC@?$AAM?$AAa?$AAr@ 100924c4 libucrt:nlsdata.obj + 0002:0000c4cc ??_C@_17LFPOIHDD@?$AAA?$AAp?$AAr@ 100924cc libucrt:nlsdata.obj + 0002:0000c4d4 ??_C@_17PNNKMEED@?$AAM?$AAa?$AAy@ 100924d4 libucrt:nlsdata.obj + 0002:0000c4dc ??_C@_17KCJGOCPB@?$AAJ?$AAu?$AAn@ 100924dc libucrt:nlsdata.obj + 0002:0000c4e4 ??_C@_17IJPCKHK@?$AAJ?$AAu?$AAl@ 100924e4 libucrt:nlsdata.obj + 0002:0000c4ec ??_C@_17ICPELBCN@?$AAA?$AAu?$AAg@ 100924ec libucrt:nlsdata.obj + 0002:0000c4f4 ??_C@_17HCHCOKMG@?$AAS?$AAe?$AAp@ 100924f4 libucrt:nlsdata.obj + 0002:0000c4fc ??_C@_17FNLKOI@?$AAO?$AAc?$AAt@ 100924fc libucrt:nlsdata.obj + 0002:0000c504 ??_C@_17BBDMLCIG@?$AAN?$AAo?$AAv@ 10092504 libucrt:nlsdata.obj + 0002:0000c50c ??_C@_17EGKACKIF@?$AAD?$AAe?$AAc@ 1009250c libucrt:nlsdata.obj + 0002:0000c514 ??_C@_1BA@EFMEIEBA@?$AAJ?$AAa?$AAn?$AAu?$AAa?$AAr?$AAy@ 10092514 libucrt:nlsdata.obj + 0002:0000c524 ??_C@_1BC@JGDDFFAM@?$AAF?$AAe?$AAb?$AAr?$AAu?$AAa?$AAr?$AAy@ 10092524 libucrt:nlsdata.obj + 0002:0000c538 ??_C@_1M@IKEENEDF@?$AAM?$AAa?$AAr?$AAc?$AAh@ 10092538 libucrt:nlsdata.obj + 0002:0000c544 ??_C@_1M@GJNLMHFD@?$AAA?$AAp?$AAr?$AAi?$AAl@ 10092544 libucrt:nlsdata.obj + 0002:0000c550 ??_C@_19EPFLPGAP@?$AAJ?$AAu?$AAn?$AAe@ 10092550 libucrt:nlsdata.obj + 0002:0000c55c ??_C@_19BIFMLPCD@?$AAJ?$AAu?$AAl?$AAy@ 1009255c libucrt:nlsdata.obj + 0002:0000c568 ??_C@_1O@PAHLKOAC@?$AAA?$AAu?$AAg?$AAu?$AAs?$AAt@ 10092568 libucrt:nlsdata.obj + 0002:0000c578 ??_C@_1BE@DKAAMBJL@?$AAS?$AAe?$AAp?$AAt?$AAe?$AAm?$AAb?$AAe?$AAr@ 10092578 libucrt:nlsdata.obj + 0002:0000c58c ??_C@_1BA@EPANDLNG@?$AAO?$AAc?$AAt?$AAo?$AAb?$AAe?$AAr@ 1009258c libucrt:nlsdata.obj + 0002:0000c59c ??_C@_1BC@BGLIFPF@?$AAN?$AAo?$AAv?$AAe?$AAm?$AAb?$AAe?$AAr@ 1009259c libucrt:nlsdata.obj + 0002:0000c5b0 ??_C@_1BC@FEMKIFH@?$AAD?$AAe?$AAc?$AAe?$AAm?$AAb?$AAe?$AAr@ 100925b0 libucrt:nlsdata.obj + 0002:0000c5c4 ??_C@_15ODEHAHHF@?$AAA?$AAM@ 100925c4 libucrt:nlsdata.obj + 0002:0000c5cc ??_C@_15CLMNNGEL@?$AAP?$AAM@ 100925cc libucrt:nlsdata.obj + 0002:0000c5d4 ??_C@_1BC@IEBCMHCM@?$AAM?$AAM?$AA?1?$AAd?$AAd?$AA?1?$AAy?$AAy@ 100925d4 libucrt:nlsdata.obj + 0002:0000c5e8 ??_C@_1CI@KNAKOEBC@?$AAd?$AAd?$AAd?$AAd?$AA?0?$AA?5?$AAM?$AAM?$AAM?$AAM?$AA?5?$AAd?$AAd?$AA?0?$AA?5@ 100925e8 libucrt:nlsdata.obj + 0002:0000c610 ??_C@_1BC@GDGBMEMK@?$AAH?$AAH?$AA?3?$AAm?$AAm?$AA?3?$AAs?$AAs@ 10092610 libucrt:nlsdata.obj + 0002:0000c624 ??_C@_1M@BMHNFIME@?$AAe?$AAn?$AA?9?$AAU?$AAS@ 10092624 libucrt:nlsdata.obj + 0002:0000c630 ??_C@_13CGOKJPIL@?$AA?1@ 10092630 libucrt:winapi_thunks.obj + 0002:0000c690 ??_C@_1EA@JGEFHKEI@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10092690 libucrt:winapi_thunks.obj + 0002:0000c6d0 ??_C@_1DI@KMEPCBPN@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 100926d0 libucrt:winapi_thunks.obj + 0002:0000c708 ??_C@_1DI@IJCEHOCB@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10092708 libucrt:winapi_thunks.obj + 0002:0000c740 ??_C@_1EI@MPIAOHOC@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10092740 libucrt:winapi_thunks.obj + 0002:0000c788 ??_C@_1FK@FPHCKFIE@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10092788 libucrt:winapi_thunks.obj + 0002:0000c7e8 ??_C@_1EM@DILCGIIO@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 100927e8 libucrt:winapi_thunks.obj + 0002:0000c834 ??_C@_1DM@LNCGDDPN@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10092834 libucrt:winapi_thunks.obj + 0002:0000c870 ??_C@_1DO@FPAPJEMD@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10092870 libucrt:winapi_thunks.obj + 0002:0000c8b0 ??_C@_1DK@NDHNAHIO@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 100928b0 libucrt:winapi_thunks.obj + 0002:0000c8ec ??_C@_1DM@KGHDGBCM@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 100928ec libucrt:winapi_thunks.obj + 0002:0000c928 ??_C@_1EO@IJIOEFOH@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAr?$AAt?$AAc?$AAo@ 10092928 libucrt:winapi_thunks.obj + 0002:0000c978 ??_C@_1FG@HHGEKANL@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAs?$AAe?$AAc?$AAu@ 10092978 libucrt:winapi_thunks.obj + 0002:0000c9d0 ??_C@_1EG@DBIOJECG@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAn?$AAt?$AAu?$AAs@ 100929d0 libucrt:winapi_thunks.obj + 0002:0000ca18 ??_C@_1EO@FIHMJCLF@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAn?$AAt?$AAu?$AAs@ 10092a18 libucrt:winapi_thunks.obj + 0002:0000ca68 ??_C@_1BC@DNHGCMLG@?$AAa?$AAd?$AAv?$AAa?$AAp?$AAi?$AA3?$AA2@ 10092a68 libucrt:winapi_thunks.obj + 0002:0000ca7c ??_C@_1BG@CJPGBMEF@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AAb?$AAa?$AAs?$AAe@ 10092a7c libucrt:winapi_thunks.obj + 0002:0000ca94 ??_C@_1M@OAIMIKLP@?$AAn?$AAt?$AAd?$AAl?$AAl@ 10092a94 libucrt:winapi_thunks.obj + 0002:0000caa0 ??_C@_1EG@DPGNFKGC@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAa?$AAp?$AAp?$AAm@ 10092aa0 libucrt:winapi_thunks.obj + 0002:0000cae8 ??_C@_1O@BCCLBEOE@?$AAu?$AAs?$AAe?$AAr?$AA3?$AA2@ 10092ae8 libucrt:winapi_thunks.obj + 0002:0000caf8 ??_C@_1DM@BPJLHKCE@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10092af8 libucrt:winapi_thunks.obj + 0002:0000cb34 ??_C@_1BA@IAIFMGEF@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9@ 10092b34 libucrt:winapi_thunks.obj + 0002:0000cb48 ??_C@_0BA@FHFNEAED@AreFileApisANSI@ 10092b48 libucrt:winapi_thunks.obj + 0002:0000cb60 ??_C@_0BA@IHGNDAEB@CompareStringEx@ 10092b60 libucrt:winapi_thunks.obj + 0002:0000cb78 ??_C@_0BE@LJANKFHF@EnumSystemLocalesEx@ 10092b78 libucrt:winapi_thunks.obj + 0002:0000cb94 ??_C@_0BA@EPCJIIPD@GetDateFormatEx@ 10092b94 libucrt:winapi_thunks.obj + 0002:0000cba4 ??_C@_0O@NNMIPI@GetTempPath2W@ 10092ba4 libucrt:winapi_thunks.obj + 0002:0000cbbc ??_C@_0BA@ONOKGCMP@GetLocaleInfoEx@ 10092bbc libucrt:winapi_thunks.obj + 0002:0000cbcc ??_C@_0BP@FPNJPEJC@GetSystemTimePreciseAsFileTime@ 10092bcc libucrt:winapi_thunks.obj + 0002:0000cbf4 ??_C@_0BA@CIJJKCJJ@GetTimeFormatEx@ 10092bf4 libucrt:winapi_thunks.obj + 0002:0000cc0c ??_C@_0BJ@PBCCBIPI@GetUserDefaultLocaleName@ 10092c0c libucrt:winapi_thunks.obj + 0002:0000cc38 ??_C@_0BC@CELBKLLA@IsValidLocaleName@ 10092c38 libucrt:winapi_thunks.obj + 0002:0000cc54 ??_C@_0O@KKBNKAPF@LCMapStringEx@ 10092c54 libucrt:winapi_thunks.obj + 0002:0000cc6c ??_C@_0BB@CDHDDLLP@LCIDToLocaleName@ 10092c6c libucrt:winapi_thunks.obj + 0002:0000cc88 ??_C@_0BB@HBDEELFH@LocaleNameToLCID@ 10092c88 libucrt:winapi_thunks.obj + 0002:0000cca0 ??_C@_0CF@OJOFEIGO@AppPolicyGetProcessTerminationM@ 10092ca0 libucrt:winapi_thunks.obj + 0002:0000cd28 ??_C@_03OEIAHPBN@INF@ 10092d28 libucrt:cvt.obj + 0002:0000cd2c ??_C@_03OJHLLCGB@inf@ 10092d2c libucrt:cvt.obj + 0002:0000cd30 ??_C@_03LKNCIKJB@NAN@ 10092d30 libucrt:cvt.obj + 0002:0000cd34 ??_C@_03LHCJEHON@nan@ 10092d34 libucrt:cvt.obj + 0002:0000cd38 ??_C@_09OFJJIMPC@NAN?$CISNAN?$CJ@ 10092d38 libucrt:cvt.obj + 0002:0000cd44 ??_C@_09IPFBKMDL@nan?$CIsnan?$CJ@ 10092d44 libucrt:cvt.obj + 0002:0000cd50 ??_C@_08IKHNHAJ@NAN?$CIIND?$CJ@ 10092d50 libucrt:cvt.obj + 0002:0000cd5c ??_C@_08OFCDMILK@nan?$CIind?$CJ@ 10092d5c libucrt:cvt.obj + 0002:0000cd68 ??_C@_05KLBDPFGC@e?$CL000@ 10092d68 libucrt:cvt.obj + 0002:0000ce58 ??_C@_03KHJOGHMM@exp@ 10092e58 libucrt:fpexcept.obj + 0002:0000ce5c ??_C@_03JGHBODFD@pow@ 10092e5c libucrt:fpexcept.obj + 0002:0000ce60 ??_C@_03MGHMBJCF@log@ 10092e60 libucrt:fpexcept.obj + 0002:0000ce64 ??_C@_05HGHHAHAP@log10@ 10092e64 libucrt:fpexcept.obj + 0002:0000ce6c ??_C@_04COOMCNPB@sinh@ 10092e6c libucrt:fpexcept.obj + 0002:0000ce74 ??_C@_04HPJJNFIM@cosh@ 10092e74 libucrt:fpexcept.obj + 0002:0000ce7c ??_C@_04FJHINJAO@tanh@ 10092e7c libucrt:fpexcept.obj + 0002:0000ce84 ??_C@_04FIHNOPOL@asin@ 10092e84 libucrt:fpexcept.obj + 0002:0000ce8c ??_C@_04PDIFKINK@acos@ 10092e8c libucrt:fpexcept.obj + 0002:0000ce94 ??_C@_04MLLJIGOK@atan@ 10092e94 libucrt:fpexcept.obj + 0002:0000ce9c ??_C@_05KNGEOGJB@atan2@ 10092e9c libucrt:fpexcept.obj + 0002:0000cea4 ??_C@_04EIAKFFMI@sqrt@ 10092ea4 libucrt:fpexcept.obj + 0002:0000ceac ??_C@_03BLEJJJBH@sin@ 10092eac libucrt:fpexcept.obj + 0002:0000ceb0 ??_C@_03LALBNOCG@cos@ 10092eb0 libucrt:fpexcept.obj + 0002:0000ceb4 ??_C@_03IIINPABG@tan@ 10092eb4 libucrt:fpexcept.obj + 0002:0000ceb8 ??_C@_04GFPJNGEK@ceil@ 10092eb8 libucrt:fpexcept.obj + 0002:0000cec0 ??_C@_05PBJFFIGL@floor@ 10092ec0 libucrt:fpexcept.obj + 0002:0000cec8 ??_C@_04ODHECPBC@fabs@ 10092ec8 libucrt:fpexcept.obj + 0002:0000ced0 ??_C@_04EHEDPDJG@modf@ 10092ed0 libucrt:fpexcept.obj + 0002:0000ced8 ??_C@_05CEJMAHNP@ldexp@ 10092ed8 libucrt:fpexcept.obj + 0002:0000cee0 ??_C@_05KBKMEMPO@_cabs@ 10092ee0 libucrt:fpexcept.obj + 0002:0000cee8 ??_C@_06MEIMCGCF@_hypot@ 10092ee8 libucrt:fpexcept.obj + 0002:0000cef0 ??_C@_04KEPJIHGP@fmod@ 10092ef0 libucrt:fpexcept.obj + 0002:0000cef8 ??_C@_05GKKHEGJL@frexp@ 10092ef8 libucrt:fpexcept.obj + 0002:0000cf00 ??_C@_03MJLDFKDL@_y0@ 10092f00 libucrt:fpexcept.obj + 0002:0000cf04 ??_C@_03NAKIGLHK@_y1@ 10092f04 libucrt:fpexcept.obj + 0002:0000cf08 ??_C@_03ONILCKOB@_yn@ 10092f08 libucrt:fpexcept.obj + 0002:0000cf0c ??_C@_05JGDBENOH@_logb@ 10092f0c libucrt:fpexcept.obj + 0002:0000cf14 ??_C@_0L@KDOEJCKC@_nextafter@ 10092f14 libucrt:fpexcept.obj + 0002:0000cf20 __d_inf 10092f20 libucrt:util.obj + 0002:0000cf28 __d_max 10092f28 libucrt:util.obj + 0002:0000cf30 __d_mzero 10092f30 libucrt:util.obj + 0002:0000cf50 ??_C@_1BI@BGOHAHKC@?$AAm?$AAs?$AAc?$AAo?$AAr?$AAe?$AAe?$AA?4?$AAd?$AAl?$AAl@ 10092f50 libucrt:exit.obj + 0002:0000cf68 ??_C@_0P@MIGLKIOC@CorExitProcess@ 10092f68 libucrt:exit.obj + 0002:0000cf78 ___newctype 10092f78 libucrt:ctype.obj + 0002:0000d278 ___newclmap 10093278 libucrt:ctype.obj + 0002:0000d3f8 ___newcumap 100933f8 libucrt:ctype.obj + 0002:0000d578 __wctype 10093578 libucrt:ctype.obj + 0002:0000d77c ??_C@_15HNJCPLHL@?$AAT?$AAZ@ 1009377c libucrt:tzset.obj + 0002:0000d784 ??_C@_1M@PBPMMENC@?$AAa?$AAm?$AA?1?$AAp?$AAm@ 10093784 libucrt:wcsftime.obj + 0002:0000d790 ??_C@_17BLFJJHMM@?$AAa?$AA?1?$AAp@ 10093790 libucrt:wcsftime.obj + 0002:0000d798 ??_C@_13HOIJIPNN@?$AA?5@ 10093798 libucrt:wcsftime.obj + 0002:0000d79c ??_C@_13LBAGMAIH@?$AA?6@ 1009379c libucrt:wcsftime.obj + 0002:0000d7a0 ??_C@_13EBCNDICG@?$AA?3@ 100937a0 libucrt:wcsftime.obj + 0002:0000d7a4 ??_C@_13KDLDGPGJ@?$AA?7@ 100937a4 libucrt:wcsftime.obj + 0002:0000d7a8 ??_C@_13KJIIAINM@?$AA?$CL@ 100937a8 libucrt:wcsftime.obj + 0002:0000d7ac ??_C@_13EJFHHPOP@?$AA?$CF@ 100937ac libucrt:wcsftime.obj + 0002:0000d7c0 ??_C@_1M@HPNHIDJI@?$AAj?$AAa?$AA?9?$AAJ?$AAP@ 100937c0 libucrt:mbctype.obj + 0002:0000d7cc ??_C@_1M@BIBDDEMK@?$AAz?$AAh?$AA?9?$AAC?$AAN@ 100937cc libucrt:mbctype.obj + 0002:0000d7d8 ??_C@_1M@JLOOOEGK@?$AAk?$AAo?$AA?9?$AAK?$AAR@ 100937d8 libucrt:mbctype.obj + 0002:0000d7e4 ??_C@_1M@CLNBBOPM@?$AAz?$AAh?$AA?9?$AAT?$AAW@ 100937e4 libucrt:mbctype.obj + 0002:0000d7f0 ___acrt_exception_action_table 100937f0 libucrt:exception_filter.obj + 0002:0000d880 ___acrt_signal_action_table_count 10093880 libucrt:exception_filter.obj + 0002:0000d884 ___acrt_signal_action_first_fpe_index 10093884 libucrt:exception_filter.obj + 0002:0000d888 ___acrt_signal_action_fpe_count 10093888 libucrt:exception_filter.obj + 0002:0000d890 ___acrt_rg_language 10093890 libucrt:get_qualified_locale.obj + 0002:0000db9c ___acrt_rg_language_count 10093b9c libucrt:get_qualified_locale.obj + 0002:0000dba0 ___acrt_rg_country 10093ba0 libucrt:get_qualified_locale.obj + 0002:0000dcb4 ___acrt_rg_country_count 10093cb4 libucrt:get_qualified_locale.obj + 0002:0000dcb8 ??_C@_1BC@LLOKLNP@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn@ 10093cb8 libucrt:get_qualified_locale.obj + 0002:0000dccc ??_C@_1CC@HEIGCDGG@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn?$AA?5?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs@ 10093ccc libucrt:get_qualified_locale.obj + 0002:0000dcf0 ??_C@_1CC@IHCNOMIN@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn?$AA?9?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs@ 10093cf0 libucrt:get_qualified_locale.obj + 0002:0000dd14 ??_C@_1BG@GKAGPCGG@?$AAa?$AAu?$AAs?$AAt?$AAr?$AAa?$AAl?$AAi?$AAa?$AAn@ 10093d14 libucrt:get_qualified_locale.obj + 0002:0000dd2c ??_C@_1BA@GMENCENF@?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 10093d2c libucrt:get_qualified_locale.obj + 0002:0000dd3c ??_C@_1BC@PJMIIAAN@?$AAc?$AAa?$AAn?$AAa?$AAd?$AAi?$AAa?$AAn@ 10093d3c libucrt:get_qualified_locale.obj + 0002:0000dd50 ??_C@_17NOIMNFBF@?$AAc?$AAh?$AAh@ 10093d50 libucrt:get_qualified_locale.obj + 0002:0000dd58 ??_C@_17GGDALCHA@?$AAc?$AAh?$AAi@ 10093d58 libucrt:get_qualified_locale.obj + 0002:0000dd60 ??_C@_1BA@NPNJKIBL@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe@ 10093d60 libucrt:get_qualified_locale.obj + 0002:0000dd70 ??_C@_1CC@DINBAMMJ@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAh?$AAo?$AAn?$AAg?$AAk?$AAo?$AAn@ 10093d70 libucrt:get_qualified_locale.obj + 0002:0000dd94 ??_C@_1CG@IOBJPACO@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAs?$AAi?$AAm?$AAp?$AAl?$AAi?$AAf@ 10093d94 libucrt:get_qualified_locale.obj + 0002:0000ddbc ??_C@_1CE@GAJNDCKG@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAs?$AAi?$AAn?$AAg?$AAa?$AAp?$AAo@ 10093dbc libucrt:get_qualified_locale.obj + 0002:0000dde0 ??_C@_1CI@PAJPIOOD@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAt?$AAr?$AAa?$AAd?$AAi?$AAt?$AAi@ 10093de0 libucrt:get_qualified_locale.obj + 0002:0000de08 ??_C@_1BM@NILJBMMD@?$AAd?$AAu?$AAt?$AAc?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 10093e08 libucrt:get_qualified_locale.obj + 0002:0000de24 ??_C@_1CC@OOJPJNEJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa@ 10093e24 libucrt:get_qualified_locale.obj + 0002:0000de48 ??_C@_1BI@IOLFEEM@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAu?$AAs@ 10093e48 libucrt:get_qualified_locale.obj + 0002:0000de60 ??_C@_1BO@HFFNLENJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAi?$AAz?$AAe@ 10093e60 libucrt:get_qualified_locale.obj + 0002:0000de80 ??_C@_1BI@HAPKJMPO@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAa?$AAn@ 10093e80 libucrt:get_qualified_locale.obj + 0002:0000de98 ??_C@_1CE@HLNDMIOJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAa?$AAr?$AAi?$AAb?$AAb?$AAe@ 10093e98 libucrt:get_qualified_locale.obj + 0002:0000debc ??_C@_1BI@LDHJHHAC@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAi?$AAr?$AAe@ 10093ebc libucrt:get_qualified_locale.obj + 0002:0000ded4 ??_C@_1CA@NJMMCFOC@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAj?$AAa?$AAm?$AAa?$AAi?$AAc?$AAa@ 10093ed4 libucrt:get_qualified_locale.obj + 0002:0000def4 ??_C@_1BG@BHJEBBGG@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAn?$AAz@ 10093ef4 libucrt:get_qualified_locale.obj + 0002:0000df0c ??_C@_1CK@FGOEJJCO@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAa@ 10093f0c libucrt:get_qualified_locale.obj + 0002:0000df38 ??_C@_1DE@PDBJPCJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAt?$AAr?$AAi?$AAn?$AAi?$AAd?$AAa@ 10093f38 libucrt:get_qualified_locale.obj + 0002:0000df6c ??_C@_1BG@JGCANDME@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAk@ 10093f6c libucrt:get_qualified_locale.obj + 0002:0000df84 ??_C@_1BG@DINKMLE@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAs@ 10093f84 libucrt:get_qualified_locale.obj + 0002:0000df9c ??_C@_1BI@NMFDBHJE@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAs?$AAa@ 10093f9c libucrt:get_qualified_locale.obj + 0002:0000dfb4 ??_C@_1BO@OIHKJKII@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 10093fb4 libucrt:get_qualified_locale.obj + 0002:0000dfd4 ??_C@_1CA@NKAELJKI@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAc?$AAa?$AAn?$AAa?$AAd?$AAi?$AAa?$AAn@ 10093fd4 libucrt:get_qualified_locale.obj + 0002:0000dff4 ??_C@_1CE@MGKCNLGN@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAl?$AAu?$AAx?$AAe?$AAm?$AAb?$AAo?$AAu@ 10093ff4 libucrt:get_qualified_locale.obj + 0002:0000e018 ??_C@_1BK@CEGEAILM@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 10094018 libucrt:get_qualified_locale.obj + 0002:0000e034 ??_C@_1CA@PAFKEOCC@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAa?$AAu?$AAs?$AAt?$AAr?$AAi?$AAa?$AAn@ 10094034 libucrt:get_qualified_locale.obj + 0002:0000e054 ??_C@_1CI@HCFHGOFD@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAl?$AAi?$AAc?$AAh?$AAt?$AAe?$AAn?$AAs@ 10094054 libucrt:get_qualified_locale.obj + 0002:0000e07c ??_C@_1CE@FEDDNPDG@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAl?$AAu?$AAx?$AAe?$AAm?$AAb?$AAo?$AAu@ 1009407c libucrt:get_qualified_locale.obj + 0002:0000e0a0 ??_C@_1BK@LIMINNMN@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 100940a0 libucrt:get_qualified_locale.obj + 0002:0000e0bc ??_C@_1BM@LGMDBEPD@?$AAi?$AAr?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh@ 100940bc libucrt:get_qualified_locale.obj + 0002:0000e0d8 ??_C@_1BM@NNCFBAEE@?$AAi?$AAt?$AAa?$AAl?$AAi?$AAa?$AAn?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 100940d8 libucrt:get_qualified_locale.obj + 0002:0000e0f4 ??_C@_1BE@FEDJNPIB@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn@ 100940f4 libucrt:get_qualified_locale.obj + 0002:0000e108 ??_C@_1CC@CILKDEIE@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn?$AA?9?$AAb?$AAo?$AAk?$AAm?$AAa@ 10094108 libucrt:get_qualified_locale.obj + 0002:0000e12c ??_C@_1CE@DHMMHEPL@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn?$AA?9?$AAn?$AAy?$AAn?$AAo?$AAr@ 1009412c libucrt:get_qualified_locale.obj + 0002:0000e150 ??_C@_1CK@OPNMHECD@?$AAp?$AAo?$AAr?$AAt?$AAu?$AAg?$AAu?$AAe?$AAs?$AAe?$AA?9?$AAb?$AAr?$AAa?$AAz@ 10094150 libucrt:get_qualified_locale.obj + 0002:0000e17c ??_C@_1CE@KEEHCDB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAr?$AAg?$AAe?$AAn?$AAt?$AAi@ 1009417c libucrt:get_qualified_locale.obj + 0002:0000e1a0 ??_C@_1CA@GIAOLHJD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAb?$AAo?$AAl?$AAi?$AAv?$AAi?$AAa@ 100941a0 libucrt:get_qualified_locale.obj + 0002:0000e1c0 ??_C@_1BM@OJNDFNPD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAh?$AAi?$AAl?$AAe@ 100941c0 libucrt:get_qualified_locale.obj + 0002:0000e1dc ??_C@_1CC@OCOLPALL@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAo?$AAl?$AAo?$AAm?$AAb?$AAi@ 100941dc libucrt:get_qualified_locale.obj + 0002:0000e200 ??_C@_1CG@BPOFMKBB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAo?$AAs?$AAt?$AAa?$AA?5?$AAr@ 10094200 libucrt:get_qualified_locale.obj + 0002:0000e228 ??_C@_1DG@IGOBAPBB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAd?$AAo?$AAm?$AAi?$AAn?$AAi?$AAc@ 10094228 libucrt:get_qualified_locale.obj + 0002:0000e260 ??_C@_1CA@JHAPGEGI@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAc?$AAu?$AAa?$AAd?$AAo?$AAr@ 10094260 libucrt:get_qualified_locale.obj + 0002:0000e280 ??_C@_1CI@LAPALJPP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAl?$AA?5?$AAs?$AAa?$AAl?$AAv@ 10094280 libucrt:get_qualified_locale.obj + 0002:0000e2a8 ??_C@_1CE@PDGBOFOM@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAg?$AAu?$AAa?$AAt?$AAe?$AAm?$AAa@ 100942a8 libucrt:get_qualified_locale.obj + 0002:0000e2cc ??_C@_1CC@NBEBAODI@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAh?$AAo?$AAn?$AAd?$AAu?$AAr?$AAa@ 100942cc libucrt:get_qualified_locale.obj + 0002:0000e2f0 ??_C@_1CA@LLKGHBMF@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAm?$AAe?$AAx?$AAi?$AAc?$AAa?$AAn@ 100942f0 libucrt:get_qualified_locale.obj + 0002:0000e310 ??_C@_1BO@LKNDOIGD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAm?$AAo?$AAd?$AAe?$AAr?$AAn@ 10094310 libucrt:get_qualified_locale.obj + 0002:0000e330 ??_C@_1CE@NMDMOEEB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAn?$AAi?$AAc?$AAa?$AAr?$AAa?$AAg@ 10094330 libucrt:get_qualified_locale.obj + 0002:0000e354 ??_C@_1BO@LLCBEJGB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAa?$AAn?$AAa?$AAm?$AAa@ 10094354 libucrt:get_qualified_locale.obj + 0002:0000e374 ??_C@_1CC@FKPGGIHO@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAa?$AAr?$AAa?$AAg?$AAu?$AAa@ 10094374 libucrt:get_qualified_locale.obj + 0002:0000e398 ??_C@_1BK@CDEIHOOP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAe?$AAr?$AAu@ 10094398 libucrt:get_qualified_locale.obj + 0002:0000e3b4 ??_C@_1CI@GAHAKKGP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAu?$AAe?$AAr?$AAt?$AAo?$AA?5@ 100943b4 libucrt:get_qualified_locale.obj + 0002:0000e3dc ??_C@_1CA@NKJBCAGP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAr?$AAu?$AAg?$AAu?$AAa?$AAy@ 100943dc libucrt:get_qualified_locale.obj + 0002:0000e3fc ??_C@_1CE@ODILCONM@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAv?$AAe?$AAn?$AAe?$AAz?$AAu?$AAe@ 100943fc libucrt:get_qualified_locale.obj + 0002:0000e420 ??_C@_1CA@OBNMCGFO@?$AAs?$AAw?$AAe?$AAd?$AAi?$AAs?$AAh?$AA?9?$AAf?$AAi?$AAn?$AAl?$AAa?$AAn?$AAd@ 10094420 libucrt:get_qualified_locale.obj + 0002:0000e440 ??_C@_1M@PIPDDPPI@?$AAs?$AAw?$AAi?$AAs?$AAs@ 10094440 libucrt:get_qualified_locale.obj + 0002:0000e44c ??_C@_15PJPFLCCM@?$AAu?$AAk@ 1009444c libucrt:get_qualified_locale.obj + 0002:0000e454 ??_C@_15GMFIMNFM@?$AAu?$AAs@ 10094454 libucrt:get_qualified_locale.obj + 0002:0000e45c ??_C@_17HAEBFAGL@?$AAu?$AAs?$AAa@ 1009445c libucrt:get_qualified_locale.obj + 0002:0000e464 ??_C@_1BA@DPFJEPHB@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa@ 10094464 libucrt:get_qualified_locale.obj + 0002:0000e474 ??_C@_1BA@ELOGGFK@?$AAb?$AAr?$AAi?$AAt?$AAa?$AAi?$AAn@ 10094474 libucrt:get_qualified_locale.obj + 0002:0000e484 ??_C@_1M@GHBGIGDA@?$AAc?$AAh?$AAi?$AAn?$AAa@ 10094484 libucrt:get_qualified_locale.obj + 0002:0000e490 ??_C@_1M@NCHEJOPO@?$AAc?$AAz?$AAe?$AAc?$AAh@ 10094490 libucrt:get_qualified_locale.obj + 0002:0000e49c ??_C@_1BA@BKPAPBLA@?$AAe?$AAn?$AAg?$AAl?$AAa?$AAn?$AAd@ 1009449c libucrt:get_qualified_locale.obj + 0002:0000e4ac ??_C@_1BM@HKBCKIPC@?$AAg?$AAr?$AAe?$AAa?$AAt?$AA?5?$AAb?$AAr?$AAi?$AAt?$AAa?$AAi?$AAn@ 100944ac libucrt:get_qualified_locale.obj + 0002:0000e4c8 ??_C@_1BA@PPCHPGJB@?$AAh?$AAo?$AAl?$AAl?$AAa?$AAn?$AAd@ 100944c8 libucrt:get_qualified_locale.obj + 0002:0000e4d8 ??_C@_1BE@JBMPEGDG@?$AAh?$AAo?$AAn?$AAg?$AA?9?$AAk?$AAo?$AAn?$AAg@ 100944d8 libucrt:get_qualified_locale.obj + 0002:0000e4ec ??_C@_1BI@KOELBBPJ@?$AAn?$AAe?$AAw?$AA?9?$AAz?$AAe?$AAa?$AAl?$AAa?$AAn?$AAd@ 100944ec libucrt:get_qualified_locale.obj + 0002:0000e504 ??_C@_15HIEBHAIO@?$AAn?$AAz@ 10094504 libucrt:get_qualified_locale.obj + 0002:0000e50c ??_C@_1BC@CHBCPFPI@?$AAp?$AAr?$AA?5?$AAc?$AAh?$AAi?$AAn?$AAa@ 1009450c libucrt:get_qualified_locale.obj + 0002:0000e520 ??_C@_1BC@JAOIIFKD@?$AAp?$AAr?$AA?9?$AAc?$AAh?$AAi?$AAn?$AAa@ 10094520 libucrt:get_qualified_locale.obj + 0002:0000e534 ??_C@_1BI@BEHPPHKC@?$AAp?$AAu?$AAe?$AAr?$AAt?$AAo?$AA?9?$AAr?$AAi?$AAc?$AAo@ 10094534 libucrt:get_qualified_locale.obj + 0002:0000e54c ??_C@_1O@PAEOFKDI@?$AAs?$AAl?$AAo?$AAv?$AAa?$AAk@ 1009454c libucrt:get_qualified_locale.obj + 0002:0000e55c ??_C@_1BK@FIHMCKAM@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAa?$AAf?$AAr?$AAi?$AAc?$AAa@ 1009455c libucrt:get_qualified_locale.obj + 0002:0000e578 ??_C@_1BI@NAEOODKB@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAk?$AAo?$AAr?$AAe?$AAa@ 10094578 libucrt:get_qualified_locale.obj + 0002:0000e590 ??_C@_1BK@FBDGGIFF@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?9?$AAa?$AAf?$AAr?$AAi?$AAc?$AAa@ 10094590 libucrt:get_qualified_locale.obj + 0002:0000e5ac ??_C@_1BI@GHLEJDPK@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?9?$AAk?$AAo?$AAr?$AAe?$AAa@ 100945ac libucrt:get_qualified_locale.obj + 0002:0000e5c4 ??_C@_1CE@PLHLOMJF@?$AAt?$AAr?$AAi?$AAn?$AAi?$AAd?$AAa?$AAd?$AA?5?$AA?$CG?$AA?5?$AAt?$AAo?$AAb?$AAa@ 100945c4 libucrt:get_qualified_locale.obj + 0002:0000e5e8 ??_C@_1BO@MODIMHHI@?$AAu?$AAn?$AAi?$AAt?$AAe?$AAd?$AA?9?$AAk?$AAi?$AAn?$AAg?$AAd?$AAo?$AAm@ 100945e8 libucrt:get_qualified_locale.obj + 0002:0000e608 ??_C@_1BM@FFHJONBJ@?$AAu?$AAn?$AAi?$AAt?$AAe?$AAd?$AA?9?$AAs?$AAt?$AAa?$AAt?$AAe?$AAs@ 10094608 libucrt:get_qualified_locale.obj + 0002:0000e624 ??_C@_19MPDNHKDG@?$AAu?$AAt?$AAf?$AA8@ 10094624 libucrt:get_qualified_locale.obj + 0002:0000e630 ??_C@_17DNCLJFIF@?$AAA?$AAC?$AAP@ 10094630 libucrt:get_qualified_locale.obj + 0002:0000e638 ??_C@_1M@FPEIIFAM@?$AAu?$AAt?$AAf?$AA?9?$AA8@ 10094638 libucrt:get_qualified_locale.obj + 0002:0000e644 ??_C@_17CIKBIHLH@?$AAO?$AAC?$AAP@ 10094644 libucrt:get_qualified_locale.obj + 0002:0000e64c ___rglangidNotDefault 1009464c libucrt:getqloc_downlevel.obj + 0002:0000ed80 ??_C@_15EMKDOKLE@?$AAa?$AAr@ 10094d80 libucrt:lcidtoname_downlevel.obj + 0002:0000ed88 ??_C@_15KNPADPLH@?$AAb?$AAg@ 10094d88 libucrt:lcidtoname_downlevel.obj + 0002:0000ed90 ??_C@_15EDMHLDMO@?$AAc?$AAa@ 10094d90 libucrt:lcidtoname_downlevel.obj + 0002:0000ed98 ??_C@_1O@BPEAJADD@?$AAz?$AAh?$AA?9?$AAC?$AAH?$AAS@ 10094d98 libucrt:lcidtoname_downlevel.obj + 0002:0000eda8 ??_C@_15LJNHCMNK@?$AAc?$AAs@ 10094da8 libucrt:lcidtoname_downlevel.obj + 0002:0000edb0 ??_C@_15FOMCIDHG@?$AAd?$AAa@ 10094db0 libucrt:lcidtoname_downlevel.obj + 0002:0000edb8 ??_C@_15NBKABECB@?$AAd?$AAe@ 10094db8 libucrt:lcidtoname_downlevel.obj + 0002:0000edc0 ??_C@_15GHPEIIAO@?$AAe?$AAl@ 10094dc0 libucrt:lcidtoname_downlevel.obj + 0002:0000edc8 ??_C@_15MNPNEAIF@?$AAe?$AAn@ 10094dc8 libucrt:lcidtoname_downlevel.obj + 0002:0000edd0 ??_C@_15GPIOMPMH@?$AAe?$AAs@ 10094dd0 libucrt:lcidtoname_downlevel.obj + 0002:0000edd8 ??_C@_15NGLOAKJC@?$AAf?$AAi@ 10094dd8 libucrt:lcidtoname_downlevel.obj + 0002:0000ede0 ??_C@_15FBKGNKAM@?$AAf?$AAr@ 10094de0 libucrt:lcidtoname_downlevel.obj + 0002:0000ede8 ??_C@_15KGGCNEFK@?$AAh?$AAe@ 10094de8 libucrt:lcidtoname_downlevel.obj + 0002:0000edf0 ??_C@_15PGHLIDMF@?$AAh?$AAu@ 10094df0 libucrt:lcidtoname_downlevel.obj + 0002:0000edf8 ??_C@_15BIEMAPLM@?$AAi?$AAs@ 10094df8 libucrt:lcidtoname_downlevel.obj + 0002:0000ee00 ??_C@_15IFJLDHAF@?$AAi?$AAt@ 10094e00 libucrt:lcidtoname_downlevel.obj + 0002:0000ee08 ??_C@_15GEMIOCAG@?$AAj?$AAa@ 10094e08 libucrt:lcidtoname_downlevel.obj + 0002:0000ee10 ??_C@_15EPELEGJA@?$AAk?$AAo@ 10094e10 libucrt:lcidtoname_downlevel.obj + 0002:0000ee18 ??_C@_15NDDHIMN@?$AAn?$AAl@ 10094e18 libucrt:lcidtoname_downlevel.obj + 0002:0000ee20 ??_C@_15BPIGNHCD@?$AAn?$AAo@ 10094e20 libucrt:lcidtoname_downlevel.obj + 0002:0000ee28 ??_C@_15DEOPBLCG@?$AAp?$AAl@ 10094e28 libucrt:lcidtoname_downlevel.obj + 0002:0000ee30 ??_C@_15KBECGEFG@?$AAp?$AAt@ 10094e30 libucrt:lcidtoname_downlevel.obj + 0002:0000ee38 ??_C@_15GLJCBFMD@?$AAr?$AAo@ 10094e38 libucrt:lcidtoname_downlevel.obj + 0002:0000ee40 ??_C@_15FEDGKCDI@?$AAr?$AAu@ 10094e40 libucrt:lcidtoname_downlevel.obj + 0002:0000ee48 ??_C@_15GLKMLLHM@?$AAh?$AAr@ 10094e48 libucrt:lcidtoname_downlevel.obj + 0002:0000ee50 ??_C@_15CPKMFBDB@?$AAs?$AAk@ 10094e50 libucrt:lcidtoname_downlevel.obj + 0002:0000ee58 ??_C@_15BAAIOGMK@?$AAs?$AAq@ 10094e58 libucrt:lcidtoname_downlevel.obj + 0002:0000ee60 ??_C@_15INNPNOHD@?$AAs?$AAv@ 10094e60 libucrt:lcidtoname_downlevel.obj + 0002:0000ee68 ??_C@_15CABMMOGH@?$AAt?$AAh@ 10094e68 libucrt:lcidtoname_downlevel.obj + 0002:0000ee70 ??_C@_15BPLIHJJM@?$AAt?$AAr@ 10094e70 libucrt:lcidtoname_downlevel.obj + 0002:0000ee78 ??_C@_15NEOEKKDJ@?$AAu?$AAr@ 10094e78 libucrt:lcidtoname_downlevel.obj + 0002:0000ee80 ??_C@_15NFICGAJK@?$AAi?$AAd@ 10094e80 libucrt:lcidtoname_downlevel.obj + 0002:0000ee88 ??_C@_15HPJPHDM@?$AAb?$AAe@ 10094e88 libucrt:lcidtoname_downlevel.obj + 0002:0000ee90 ??_C@_15LCHLGJII@?$AAs?$AAl@ 10094e90 libucrt:lcidtoname_downlevel.obj + 0002:0000ee98 ??_C@_15PCFJPHHO@?$AAe?$AAt@ 10094e98 libucrt:lcidtoname_downlevel.obj + 0002:0000eea0 ??_C@_15HPFPGODN@?$AAl?$AAv@ 10094ea0 libucrt:lcidtoname_downlevel.obj + 0002:0000eea8 ??_C@_15NFFGKGLG@?$AAl?$AAt@ 10094ea8 libucrt:lcidtoname_downlevel.obj + 0002:0000eeb0 ??_C@_15BDAKCCHN@?$AAf?$AAa@ 10094eb0 libucrt:lcidtoname_downlevel.obj + 0002:0000eeb8 ??_C@_15NFGIAIAJ@?$AAv?$AAi@ 10094eb8 libucrt:lcidtoname_downlevel.obj + 0002:0000eec0 ??_C@_15LMKNDMHN@?$AAh?$AAy@ 10094ec0 libucrt:lcidtoname_downlevel.obj + 0002:0000eec8 ??_C@_15IJBHMCFL@?$AAa?$AAz@ 10094ec8 libucrt:lcidtoname_downlevel.obj + 0002:0000eed0 ??_C@_15EKOFJABL@?$AAe?$AAu@ 10094ed0 libucrt:lcidtoname_downlevel.obj + 0002:0000eed8 ??_C@_15BGHADCNK@?$AAm?$AAk@ 10094ed8 libucrt:lcidtoname_downlevel.obj + 0002:0000eee0 ??_C@_15JDNICKHM@?$AAa?$AAf@ 10094ee0 libucrt:lcidtoname_downlevel.obj + 0002:0000eee8 ??_C@_15KPJEDBKD@?$AAk?$AAa@ 10094ee8 libucrt:lcidtoname_downlevel.obj + 0002:0000eef0 ??_C@_15PDNFFFEO@?$AAf?$AAo@ 10094ef0 libucrt:lcidtoname_downlevel.obj + 0002:0000eef8 ??_C@_15OMLEGLOC@?$AAh?$AAi@ 10094ef8 libucrt:lcidtoname_downlevel.obj + 0002:0000ef00 ??_C@_15IDNNENKK@?$AAm?$AAs@ 10094f00 libucrt:lcidtoname_downlevel.obj + 0002:0000ef08 ??_C@_15MACJNBMH@?$AAk?$AAk@ 10094f08 libucrt:lcidtoname_downlevel.obj + 0002:0000ef10 ??_C@_15DKDJEOND@?$AAk?$AAy@ 10094f10 libucrt:lcidtoname_downlevel.obj + 0002:0000ef18 ??_C@_15DFGDLJBG@?$AAs?$AAw@ 10094f18 libucrt:lcidtoname_downlevel.obj + 0002:0000ef20 ??_C@_15BBFAICNG@?$AAu?$AAz@ 10094f20 libucrt:lcidtoname_downlevel.obj + 0002:0000ef28 ??_C@_15DKNDCGEA@?$AAt?$AAt@ 10094f28 libucrt:lcidtoname_downlevel.obj + 0002:0000ef30 ??_C@_15MGIFMDPL@?$AAp?$AAa@ 10094f30 libucrt:lcidtoname_downlevel.obj + 0002:0000ef38 ??_C@_15HCNDBBA@?$AAg?$AAu@ 10094f38 libucrt:lcidtoname_downlevel.obj + 0002:0000ef40 ??_C@_15FNBEIBON@?$AAt?$AAa@ 10094f40 libucrt:lcidtoname_downlevel.obj + 0002:0000ef48 ??_C@_15NCHGBGLK@?$AAt?$AAe@ 10094f48 libucrt:lcidtoname_downlevel.obj + 0002:0000ef50 ??_C@_15PHPHCBPF@?$AAk?$AAn@ 10094f50 libucrt:lcidtoname_downlevel.obj + 0002:0000ef58 ??_C@_15DLGBCKMP@?$AAm?$AAr@ 10094f58 libucrt:lcidtoname_downlevel.obj + 0002:0000ef60 ??_C@_15EABBLBFF@?$AAs?$AAa@ 10094f60 libucrt:lcidtoname_downlevel.obj + 0002:0000ef68 ??_C@_15CBKOMCOI@?$AAm?$AAn@ 10094f68 libucrt:lcidtoname_downlevel.obj + 0002:0000ef70 ??_C@_15CKDMCJAF@?$AAg?$AAl@ 10094f70 libucrt:lcidtoname_downlevel.obj + 0002:0000ef78 ??_C@_17CNJFBPG@?$AAk?$AAo?$AAk@ 10094f78 libucrt:lcidtoname_downlevel.obj + 0002:0000ef80 ??_C@_17FFBJICPL@?$AAs?$AAy?$AAr@ 10094f80 libucrt:lcidtoname_downlevel.obj + 0002:0000ef88 ??_C@_17KPNDCPAF@?$AAd?$AAi?$AAv@ 10094f88 libucrt:lcidtoname_downlevel.obj + 0002:0000ef90 ??_C@_11LOCGONAA@@ 10094f90 libucrt:lcidtoname_downlevel.obj + 0002:0000ef94 ??_C@_1M@OKAHONE@?$AAa?$AAr?$AA?9?$AAS?$AAA@ 10094f94 libucrt:lcidtoname_downlevel.obj + 0002:0000efa0 ??_C@_1M@FFFIGIGK@?$AAb?$AAg?$AA?9?$AAB?$AAG@ 10094fa0 libucrt:lcidtoname_downlevel.obj + 0002:0000efac ??_C@_1M@BJNKEDC@?$AAc?$AAa?$AA?9?$AAE?$AAS@ 10094fac libucrt:lcidtoname_downlevel.obj + 0002:0000efb8 ??_C@_1M@IJJHFJHA@?$AAc?$AAs?$AA?9?$AAC?$AAZ@ 10094fb8 libucrt:lcidtoname_downlevel.obj + 0002:0000efc4 ??_C@_1M@CLPEOBGI@?$AAd?$AAa?$AA?9?$AAD?$AAK@ 10094fc4 libucrt:lcidtoname_downlevel.obj + 0002:0000efd0 ??_C@_1M@MCMADGCB@?$AAd?$AAe?$AA?9?$AAD?$AAE@ 10094fd0 libucrt:lcidtoname_downlevel.obj + 0002:0000efdc ??_C@_1M@OOCKEMAM@?$AAe?$AAl?$AA?9?$AAG?$AAR@ 10094fdc libucrt:lcidtoname_downlevel.obj + 0002:0000efe8 ??_C@_1M@DDNJFGID@?$AAf?$AAi?$AA?9?$AAF?$AAI@ 10094fe8 libucrt:lcidtoname_downlevel.obj + 0002:0000eff4 ??_C@_1M@GLIPPMAC@?$AAf?$AAr?$AA?9?$AAF?$AAR@ 10094ff4 libucrt:lcidtoname_downlevel.obj + 0002:0000f000 ??_C@_1M@GFMCHPE@?$AAh?$AAe?$AA?9?$AAI?$AAL@ 10095000 libucrt:lcidtoname_downlevel.obj + 0002:0000f00c ??_C@_1M@MHLPGNKM@?$AAh?$AAu?$AA?9?$AAH?$AAU@ 1009500c libucrt:lcidtoname_downlevel.obj + 0002:0000f018 ??_C@_1M@LPDDNNPN@?$AAi?$AAs?$AA?9?$AAI?$AAS@ 10095018 libucrt:lcidtoname_downlevel.obj + 0002:0000f024 ??_C@_1M@MADIPODN@?$AAi?$AAt?$AA?9?$AAI?$AAT@ 10095024 libucrt:lcidtoname_downlevel.obj + 0002:0000f030 ??_C@_1M@IHBJJGG@?$AAn?$AAl?$AA?9?$AAN?$AAL@ 10095030 libucrt:lcidtoname_downlevel.obj + 0002:0000f03c ??_C@_1M@EANAGDL@?$AAn?$AAb?$AA?9?$AAN?$AAO@ 1009503c libucrt:lcidtoname_downlevel.obj + 0002:0000f048 ??_C@_1M@NEIEMEGP@?$AAp?$AAl?$AA?9?$AAP?$AAL@ 10095048 libucrt:lcidtoname_downlevel.obj + 0002:0000f054 ??_C@_1M@BOCFIGEP@?$AAp?$AAt?$AA?9?$AAB?$AAR@ 10095054 libucrt:lcidtoname_downlevel.obj + 0002:0000f060 ??_C@_1M@IMPFOPBG@?$AAr?$AAo?$AA?9?$AAR?$AAO@ 10095060 libucrt:lcidtoname_downlevel.obj + 0002:0000f06c ??_C@_1M@IDNNEJMM@?$AAr?$AAu?$AA?9?$AAR?$AAU@ 1009506c libucrt:lcidtoname_downlevel.obj + 0002:0000f078 ??_C@_1M@LILEEOGM@?$AAh?$AAr?$AA?9?$AAH?$AAR@ 10095078 libucrt:lcidtoname_downlevel.obj + 0002:0000f084 ??_C@_1M@FKIFEHPB@?$AAs?$AAk?$AA?9?$AAS?$AAK@ 10095084 libucrt:lcidtoname_downlevel.obj + 0002:0000f090 ??_C@_1M@LJMAMNPJ@?$AAs?$AAq?$AA?9?$AAA?$AAL@ 10095090 libucrt:lcidtoname_downlevel.obj + 0002:0000f09c ??_C@_1M@GIAKDKJK@?$AAs?$AAv?$AA?9?$AAS?$AAE@ 1009509c libucrt:lcidtoname_downlevel.obj + 0002:0000f0a8 ??_C@_1M@MKJKIKCL@?$AAt?$AAh?$AA?9?$AAT?$AAH@ 100950a8 libucrt:lcidtoname_downlevel.obj + 0002:0000f0b4 ??_C@_1M@MFLCCMPB@?$AAt?$AAr?$AA?9?$AAT?$AAR@ 100950b4 libucrt:lcidtoname_downlevel.obj + 0002:0000f0c0 ??_C@_1M@OIJHDKJN@?$AAu?$AAr?$AA?9?$AAP?$AAK@ 100950c0 libucrt:lcidtoname_downlevel.obj + 0002:0000f0cc ??_C@_1M@LHIPCIEK@?$AAi?$AAd?$AA?9?$AAI?$AAD@ 100950cc libucrt:lcidtoname_downlevel.obj + 0002:0000f0d8 ??_C@_1M@MFMOBGI@?$AAu?$AAk?$AA?9?$AAU?$AAA@ 100950d8 libucrt:lcidtoname_downlevel.obj + 0002:0000f0e4 ??_C@_1M@OBGLJIPL@?$AAb?$AAe?$AA?9?$AAB?$AAY@ 100950e4 libucrt:lcidtoname_downlevel.obj + 0002:0000f0f0 ??_C@_1M@BCFAJEAD@?$AAs?$AAl?$AA?9?$AAS?$AAI@ 100950f0 libucrt:lcidtoname_downlevel.obj + 0002:0000f0fc ??_C@_1M@FKFFEDDN@?$AAe?$AAt?$AA?9?$AAE?$AAE@ 100950fc libucrt:lcidtoname_downlevel.obj + 0002:0000f108 ??_C@_1M@KGKKAACI@?$AAl?$AAv?$AA?9?$AAL?$AAV@ 10095108 libucrt:lcidtoname_downlevel.obj + 0002:0000f114 ??_C@_1M@IFGBIJO@?$AAl?$AAt?$AA?9?$AAL?$AAT@ 10095114 libucrt:lcidtoname_downlevel.obj + 0002:0000f120 ??_C@_1M@FGEAHEDM@?$AAf?$AAa?$AA?9?$AAI?$AAR@ 10095120 libucrt:lcidtoname_downlevel.obj + 0002:0000f12c ??_C@_1M@KBMAIBFN@?$AAv?$AAi?$AA?9?$AAV?$AAN@ 1009512c libucrt:lcidtoname_downlevel.obj + 0002:0000f138 ??_C@_1M@GPCBKDJK@?$AAh?$AAy?$AA?9?$AAA?$AAM@ 10095138 libucrt:lcidtoname_downlevel.obj + 0002:0000f144 ??_C@_1BG@BECMDDJB@?$AAa?$AAz?$AA?9?$AAA?$AAZ?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10095144 libucrt:lcidtoname_downlevel.obj + 0002:0000f15c ??_C@_1M@MAOFCAEA@?$AAe?$AAu?$AA?9?$AAE?$AAS@ 1009515c libucrt:lcidtoname_downlevel.obj + 0002:0000f168 ??_C@_1M@IGHABKPI@?$AAm?$AAk?$AA?9?$AAM?$AAK@ 10095168 libucrt:lcidtoname_downlevel.obj + 0002:0000f174 ??_C@_1M@IAIGNEJG@?$AAt?$AAn?$AA?9?$AAZ?$AAA@ 10095174 libucrt:lcidtoname_downlevel.obj + 0002:0000f180 ??_C@_1M@IIJCOJFA@?$AAx?$AAh?$AA?9?$AAZ?$AAA@ 10095180 libucrt:lcidtoname_downlevel.obj + 0002:0000f18c ??_C@_1M@LGPJHNJH@?$AAz?$AAu?$AA?9?$AAZ?$AAA@ 1009518c libucrt:lcidtoname_downlevel.obj + 0002:0000f198 ??_C@_1M@HOKAOIO@?$AAa?$AAf?$AA?9?$AAZ?$AAA@ 10095198 libucrt:lcidtoname_downlevel.obj + 0002:0000f1a4 ??_C@_1M@DPCLHLIE@?$AAk?$AAa?$AA?9?$AAG?$AAE@ 100951a4 libucrt:lcidtoname_downlevel.obj + 0002:0000f1b0 ??_C@_1M@BLKMHJBI@?$AAf?$AAo?$AA?9?$AAF?$AAO@ 100951b0 libucrt:lcidtoname_downlevel.obj + 0002:0000f1bc ??_C@_1M@LGGJAPPB@?$AAh?$AAi?$AA?9?$AAI?$AAN@ 100951bc libucrt:lcidtoname_downlevel.obj + 0002:0000f1c8 ??_C@_1M@FIKPIHFE@?$AAm?$AAt?$AA?9?$AAM?$AAT@ 100951c8 libucrt:lcidtoname_downlevel.obj + 0002:0000f1d4 ??_C@_1M@HEGGPBFA@?$AAs?$AAe?$AA?9?$AAN?$AAO@ 100951d4 libucrt:lcidtoname_downlevel.obj + 0002:0000f1e0 ??_C@_1M@EIBJEEPA@?$AAm?$AAs?$AA?9?$AAM?$AAY@ 100951e0 libucrt:lcidtoname_downlevel.obj + 0002:0000f1ec ??_C@_1M@FHLBGMPP@?$AAk?$AAk?$AA?9?$AAK?$AAZ@ 100951ec libucrt:lcidtoname_downlevel.obj + 0002:0000f1f8 ??_C@_1M@NGJJLCGI@?$AAk?$AAy?$AA?9?$AAK?$AAG@ 100951f8 libucrt:lcidtoname_downlevel.obj + 0002:0000f204 ??_C@_1M@GIENNBFC@?$AAs?$AAw?$AA?9?$AAK?$AAE@ 10095204 libucrt:lcidtoname_downlevel.obj + 0002:0000f210 ??_C@_1BG@NDGMJIMJ@?$AAu?$AAz?$AA?9?$AAU?$AAZ?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10095210 libucrt:lcidtoname_downlevel.obj + 0002:0000f228 ??_C@_1M@IDCCIHBC@?$AAt?$AAt?$AA?9?$AAR?$AAU@ 10095228 libucrt:lcidtoname_downlevel.obj + 0002:0000f234 ??_C@_1M@LOICPMOJ@?$AAb?$AAn?$AA?9?$AAI?$AAN@ 10095234 libucrt:lcidtoname_downlevel.obj + 0002:0000f240 ??_C@_1M@KPKKNEAH@?$AAp?$AAa?$AA?9?$AAI?$AAN@ 10095240 libucrt:lcidtoname_downlevel.obj + 0002:0000f24c ??_C@_1M@PJGPPBOG@?$AAg?$AAu?$AA?9?$AAI?$AAN@ 1009524c libucrt:lcidtoname_downlevel.obj + 0002:0000f258 ??_C@_1M@KMKMOPHI@?$AAt?$AAa?$AA?9?$AAI?$AAN@ 10095258 libucrt:lcidtoname_downlevel.obj + 0002:0000f264 ??_C@_1M@KFEHEPAC@?$AAt?$AAe?$AA?9?$AAI?$AAN@ 10095264 libucrt:lcidtoname_downlevel.obj + 0002:0000f270 ??_C@_1M@CDCLMGHI@?$AAk?$AAn?$AA?9?$AAI?$AAN@ 10095270 libucrt:lcidtoname_downlevel.obj + 0002:0000f27c ??_C@_1M@MIODLDKF@?$AAm?$AAl?$AA?9?$AAI?$AAN@ 1009527c libucrt:lcidtoname_downlevel.obj + 0002:0000f288 ??_C@_1M@PBIEACPO@?$AAm?$AAr?$AA?9?$AAI?$AAN@ 10095288 libucrt:lcidtoname_downlevel.obj + 0002:0000f294 ??_C@_1M@NIDEAGPH@?$AAs?$AAa?$AA?9?$AAI?$AAN@ 10095294 libucrt:lcidtoname_downlevel.obj + 0002:0000f2a0 ??_C@_1M@FHIHCBIO@?$AAm?$AAn?$AA?9?$AAM?$AAN@ 100952a0 libucrt:lcidtoname_downlevel.obj + 0002:0000f2ac ??_C@_1M@JAIJPENP@?$AAc?$AAy?$AA?9?$AAG?$AAB@ 100952ac libucrt:lcidtoname_downlevel.obj + 0002:0000f2b8 ??_C@_1M@PHGFBEPN@?$AAg?$AAl?$AA?9?$AAE?$AAS@ 100952b8 libucrt:lcidtoname_downlevel.obj + 0002:0000f2c4 ??_C@_1O@KPIPDNCP@?$AAk?$AAo?$AAk?$AA?9?$AAI?$AAN@ 100952c4 libucrt:lcidtoname_downlevel.obj + 0002:0000f2d4 ??_C@_1O@KNHJLDJA@?$AAs?$AAy?$AAr?$AA?9?$AAS?$AAY@ 100952d4 libucrt:lcidtoname_downlevel.obj + 0002:0000f2e4 ??_C@_1O@MKEKBLAH@?$AAd?$AAi?$AAv?$AA?9?$AAM?$AAV@ 100952e4 libucrt:lcidtoname_downlevel.obj + 0002:0000f2f4 ??_C@_1O@OHDCKDDF@?$AAq?$AAu?$AAz?$AA?9?$AAB?$AAO@ 100952f4 libucrt:lcidtoname_downlevel.obj + 0002:0000f304 ??_C@_1M@LEPJNLFD@?$AAn?$AAs?$AA?9?$AAZ?$AAA@ 10095304 libucrt:lcidtoname_downlevel.obj + 0002:0000f310 ??_C@_1M@OMLEIIJB@?$AAm?$AAi?$AA?9?$AAN?$AAZ@ 10095310 libucrt:lcidtoname_downlevel.obj + 0002:0000f31c ??_C@_1M@PMPEAILG@?$AAa?$AAr?$AA?9?$AAI?$AAQ@ 1009531c libucrt:lcidtoname_downlevel.obj + 0002:0000f328 ??_C@_1M@CNKPNOEE@?$AAd?$AAe?$AA?9?$AAC?$AAH@ 10095328 libucrt:lcidtoname_downlevel.obj + 0002:0000f334 ??_C@_1M@LKMGMLKO@?$AAe?$AAn?$AA?9?$AAG?$AAB@ 10095334 libucrt:lcidtoname_downlevel.obj + 0002:0000f340 ??_C@_1M@PGKJFFGL@?$AAe?$AAs?$AA?9?$AAM?$AAX@ 10095340 libucrt:lcidtoname_downlevel.obj + 0002:0000f34c ??_C@_1M@DNNANBDC@?$AAf?$AAr?$AA?9?$AAB?$AAE@ 1009534c libucrt:lcidtoname_downlevel.obj + 0002:0000f358 ??_C@_1M@HLGMDFHM@?$AAi?$AAt?$AA?9?$AAC?$AAH@ 10095358 libucrt:lcidtoname_downlevel.obj + 0002:0000f364 ??_C@_1M@CLLBGJH@?$AAn?$AAl?$AA?9?$AAB?$AAE@ 10095364 libucrt:lcidtoname_downlevel.obj + 0002:0000f370 ??_C@_1M@BODBOGLF@?$AAn?$AAn?$AA?9?$AAN?$AAO@ 10095370 libucrt:lcidtoname_downlevel.obj + 0002:0000f37c ??_C@_1M@HFFAHKAD@?$AAp?$AAt?$AA?9?$AAP?$AAT@ 1009537c libucrt:lcidtoname_downlevel.obj + 0002:0000f388 ??_C@_1BG@LNOAKHIE@?$AAs?$AAr?$AA?9?$AAS?$AAP?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10095388 libucrt:lcidtoname_downlevel.obj + 0002:0000f3a0 ??_C@_1M@HBMHBGAK@?$AAs?$AAv?$AA?9?$AAF?$AAI@ 100953a0 libucrt:lcidtoname_downlevel.obj + 0002:0000f3ac ??_C@_1BG@DGCJGJBE@?$AAa?$AAz?$AA?9?$AAA?$AAZ?$AA?9?$AAC?$AAy?$AAr?$AAl@ 100953ac libucrt:lcidtoname_downlevel.obj + 0002:0000f3c4 ??_C@_1M@KEJDAAHB@?$AAs?$AAe?$AA?9?$AAS?$AAE@ 100953c4 libucrt:lcidtoname_downlevel.obj + 0002:0000f3d0 ??_C@_1M@HEIBJJAD@?$AAm?$AAs?$AA?9?$AAB?$AAN@ 100953d0 libucrt:lcidtoname_downlevel.obj + 0002:0000f3dc ??_C@_1BG@PBGJMCEM@?$AAu?$AAz?$AA?9?$AAU?$AAZ?$AA?9?$AAC?$AAy?$AAr?$AAl@ 100953dc libucrt:lcidtoname_downlevel.obj + 0002:0000f3f4 ??_C@_1O@LAOBCMDF@?$AAq?$AAu?$AAz?$AA?9?$AAE?$AAC@ 100953f4 libucrt:lcidtoname_downlevel.obj + 0002:0000f404 ??_C@_1M@POEEMAIO@?$AAa?$AAr?$AA?9?$AAE?$AAG@ 10095404 libucrt:lcidtoname_downlevel.obj + 0002:0000f410 ??_C@_1M@EFAKDEDL@?$AAz?$AAh?$AA?9?$AAH?$AAK@ 10095410 libucrt:lcidtoname_downlevel.obj + 0002:0000f41c ??_C@_1M@HKKIJHGI@?$AAd?$AAe?$AA?9?$AAA?$AAT@ 1009541c libucrt:lcidtoname_downlevel.obj + 0002:0000f428 ??_C@_1M@KBFBEHJF@?$AAe?$AAn?$AA?9?$AAA?$AAU@ 10095428 libucrt:lcidtoname_downlevel.obj + 0002:0000f434 ??_C@_1M@MNPLFAAH@?$AAe?$AAs?$AA?9?$AAE?$AAS@ 10095434 libucrt:lcidtoname_downlevel.obj + 0002:0000f440 ??_C@_1M@HJOOJFMA@?$AAf?$AAr?$AA?9?$AAC?$AAA@ 10095440 libucrt:lcidtoname_downlevel.obj + 0002:0000f44c ??_C@_1BG@JPOFPNAB@?$AAs?$AAr?$AA?9?$AAS?$AAP?$AA?9?$AAC?$AAy?$AAr?$AAl@ 1009544c libucrt:lcidtoname_downlevel.obj + 0002:0000f464 ??_C@_1M@LNFOCMOB@?$AAs?$AAe?$AA?9?$AAF?$AAI@ 10095464 libucrt:lcidtoname_downlevel.obj + 0002:0000f470 ??_C@_1O@MGJBOAMB@?$AAq?$AAu?$AAz?$AA?9?$AAP?$AAE@ 10095470 libucrt:lcidtoname_downlevel.obj + 0002:0000f480 ??_C@_1M@GJINLBOK@?$AAa?$AAr?$AA?9?$AAL?$AAY@ 10095480 libucrt:lcidtoname_downlevel.obj + 0002:0000f48c ??_C@_1M@GGMNHJNL@?$AAz?$AAh?$AA?9?$AAS?$AAG@ 1009548c libucrt:lcidtoname_downlevel.obj + 0002:0000f498 ??_C@_1M@HOIKODND@?$AAd?$AAe?$AA?9?$AAL?$AAU@ 10095498 libucrt:lcidtoname_downlevel.obj + 0002:0000f4a4 ??_C@_1M@DDOCCGFG@?$AAe?$AAn?$AA?9?$AAC?$AAA@ 100954a4 libucrt:lcidtoname_downlevel.obj + 0002:0000f4b0 ??_C@_1M@BNOEMJLF@?$AAe?$AAs?$AA?9?$AAG?$AAT@ 100954b0 libucrt:lcidtoname_downlevel.obj + 0002:0000f4bc ??_C@_1M@EOGNKEK@?$AAf?$AAr?$AA?9?$AAC?$AAH@ 100954bc libucrt:lcidtoname_downlevel.obj + 0002:0000f4c8 ??_C@_1M@FLIDJFHL@?$AAh?$AAr?$AA?9?$AAB?$AAA@ 100954c8 libucrt:lcidtoname_downlevel.obj + 0002:0000f4d4 ??_C@_1O@FMCELNAJ@?$AAs?$AAm?$AAj?$AA?9?$AAN?$AAO@ 100954d4 libucrt:lcidtoname_downlevel.obj + 0002:0000f4e4 ??_C@_1M@JHGLJMGJ@?$AAa?$AAr?$AA?9?$AAD?$AAZ@ 100954e4 libucrt:lcidtoname_downlevel.obj + 0002:0000f4f0 ??_C@_1M@JKKFDCNP@?$AAz?$AAh?$AA?9?$AAM?$AAO@ 100954f0 libucrt:lcidtoname_downlevel.obj + 0002:0000f4fc ??_C@_1M@GEEFALPE@?$AAd?$AAe?$AA?9?$AAL?$AAI@ 100954fc libucrt:lcidtoname_downlevel.obj + 0002:0000f508 ??_C@_1M@IGEOFBG@?$AAe?$AAn?$AA?9?$AAN?$AAZ@ 10095508 libucrt:lcidtoname_downlevel.obj + 0002:0000f514 ??_C@_1M@KDBONEHP@?$AAe?$AAs?$AA?9?$AAC?$AAR@ 10095514 libucrt:lcidtoname_downlevel.obj + 0002:0000f520 ??_C@_1M@FHMDOHNN@?$AAf?$AAr?$AA?9?$AAL?$AAU@ 10095520 libucrt:lcidtoname_downlevel.obj + 0002:0000f52c ??_C@_1BG@NFKKMAFG@?$AAb?$AAs?$AA?9?$AAB?$AAA?$AA?9?$AAL?$AAa?$AAt?$AAn@ 1009552c libucrt:lcidtoname_downlevel.obj + 0002:0000f544 ??_C@_1O@IMNBEMCI@?$AAs?$AAm?$AAj?$AA?9?$AAS?$AAE@ 10095544 libucrt:lcidtoname_downlevel.obj + 0002:0000f554 ??_C@_1M@DHHMBNDP@?$AAa?$AAr?$AA?9?$AAM?$AAA@ 10095554 libucrt:lcidtoname_downlevel.obj + 0002:0000f560 ??_C@_1M@BNBLJCGH@?$AAe?$AAn?$AA?9?$AAI?$AAE@ 10095560 libucrt:lcidtoname_downlevel.obj + 0002:0000f56c ??_C@_1M@GEPAFMDL@?$AAe?$AAs?$AA?9?$AAP?$AAA@ 1009556c libucrt:lcidtoname_downlevel.obj + 0002:0000f578 ??_C@_1M@OJONDMDL@?$AAf?$AAr?$AA?9?$AAM?$AAC@ 10095578 libucrt:lcidtoname_downlevel.obj + 0002:0000f584 ??_C@_1BG@OBCNFJB@?$AAs?$AAr?$AA?9?$AAB?$AAA?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10095584 libucrt:lcidtoname_downlevel.obj + 0002:0000f59c ??_C@_1O@KEMEEGPO@?$AAs?$AAm?$AAa?$AA?9?$AAN?$AAO@ 1009559c libucrt:lcidtoname_downlevel.obj + 0002:0000f5ac ??_C@_1M@ELMGFODK@?$AAa?$AAr?$AA?9?$AAT?$AAN@ 100955ac libucrt:lcidtoname_downlevel.obj + 0002:0000f5b8 ??_C@_1M@BHDLHFAF@?$AAe?$AAn?$AA?9?$AAZ?$AAA@ 100955b8 libucrt:lcidtoname_downlevel.obj + 0002:0000f5c4 ??_C@_1M@BMGIGLIF@?$AAe?$AAs?$AA?9?$AAD?$AAO@ 100955c4 libucrt:lcidtoname_downlevel.obj + 0002:0000f5d0 ??_C@_1BG@CMBHIPBE@?$AAs?$AAr?$AA?9?$AAB?$AAA?$AA?9?$AAC?$AAy?$AAr?$AAl@ 100955d0 libucrt:lcidtoname_downlevel.obj + 0002:0000f5e8 ??_C@_1O@HEDBLHNP@?$AAs?$AAm?$AAa?$AA?9?$AAS?$AAE@ 100955e8 libucrt:lcidtoname_downlevel.obj + 0002:0000f5f8 ??_C@_1M@DAGCADIM@?$AAa?$AAr?$AA?9?$AAO?$AAM@ 100955f8 libucrt:lcidtoname_downlevel.obj + 0002:0000f604 ??_C@_1M@FODLMICG@?$AAe?$AAn?$AA?9?$AAJ?$AAM@ 10095604 libucrt:lcidtoname_downlevel.obj + 0002:0000f610 ??_C@_1M@DNMLCIHB@?$AAe?$AAs?$AA?9?$AAV?$AAE@ 10095610 libucrt:lcidtoname_downlevel.obj + 0002:0000f61c ??_C@_1O@EOKHMKJK@?$AAs?$AAm?$AAs?$AA?9?$AAF?$AAI@ 1009561c libucrt:lcidtoname_downlevel.obj + 0002:0000f62c ??_C@_1M@CAFJMKOF@?$AAa?$AAr?$AA?9?$AAY?$AAE@ 1009562c libucrt:lcidtoname_downlevel.obj + 0002:0000f638 ??_C@_1M@CBFHIJLI@?$AAe?$AAn?$AA?9?$AAC?$AAB@ 10095638 libucrt:lcidtoname_downlevel.obj + 0002:0000f644 ??_C@_1M@BGNFLDN@?$AAe?$AAs?$AA?9?$AAC?$AAO@ 10095644 libucrt:lcidtoname_downlevel.obj + 0002:0000f650 ??_C@_1O@JMPHMAMC@?$AAs?$AAm?$AAn?$AA?9?$AAF?$AAI@ 10095650 libucrt:lcidtoname_downlevel.obj + 0002:0000f660 ??_C@_1M@JLANABKE@?$AAa?$AAr?$AA?9?$AAS?$AAY@ 10095660 libucrt:lcidtoname_downlevel.obj + 0002:0000f66c ??_C@_1M@HPKGCFGN@?$AAe?$AAn?$AA?9?$AAB?$AAZ@ 1009566c libucrt:lcidtoname_downlevel.obj + 0002:0000f678 ??_C@_1M@OLJCMLGM@?$AAe?$AAs?$AA?9?$AAP?$AAE@ 10095678 libucrt:lcidtoname_downlevel.obj + 0002:0000f684 ??_C@_1M@MKKGFKLE@?$AAa?$AAr?$AA?9?$AAJ?$AAO@ 10095684 libucrt:lcidtoname_downlevel.obj + 0002:0000f690 ??_C@_1M@EKPGLDNI@?$AAe?$AAn?$AA?9?$AAT?$AAT@ 10095690 libucrt:lcidtoname_downlevel.obj + 0002:0000f69c ??_C@_1M@OONGHFHE@?$AAe?$AAs?$AA?9?$AAA?$AAR@ 1009569c libucrt:lcidtoname_downlevel.obj + 0002:0000f6a8 ??_C@_1M@OOJFGBHE@?$AAa?$AAr?$AA?9?$AAL?$AAB@ 100956a8 libucrt:lcidtoname_downlevel.obj + 0002:0000f6b4 ??_C@_1M@GCEJHNEG@?$AAe?$AAn?$AA?9?$AAZ?$AAW@ 100956b4 libucrt:lcidtoname_downlevel.obj + 0002:0000f6c0 ??_C@_1M@JNOCAHJI@?$AAe?$AAs?$AA?9?$AAE?$AAC@ 100956c0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6cc ??_C@_1M@JEFHPGGB@?$AAa?$AAr?$AA?9?$AAK?$AAW@ 100956cc libucrt:lcidtoname_downlevel.obj + 0002:0000f6d8 ??_C@_1M@MLKIBJOJ@?$AAe?$AAn?$AA?9?$AAP?$AAH@ 100956d8 libucrt:lcidtoname_downlevel.obj + 0002:0000f6e4 ??_C@_1M@BDNIPEND@?$AAe?$AAs?$AA?9?$AAC?$AAL@ 100956e4 libucrt:lcidtoname_downlevel.obj + 0002:0000f6f0 ??_C@_1M@MPNMEKBD@?$AAa?$AAr?$AA?9?$AAA?$AAE@ 100956f0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6fc ??_C@_1M@KBJALCPI@?$AAe?$AAs?$AA?9?$AAU?$AAY@ 100956fc libucrt:lcidtoname_downlevel.obj + 0002:0000f708 ??_C@_1M@LLCCOAGA@?$AAa?$AAr?$AA?9?$AAB?$AAH@ 10095708 libucrt:lcidtoname_downlevel.obj + 0002:0000f714 ??_C@_1M@PBFNCDEL@?$AAe?$AAs?$AA?9?$AAP?$AAY@ 10095714 libucrt:lcidtoname_downlevel.obj + 0002:0000f720 ??_C@_1M@EDGINPNP@?$AAa?$AAr?$AA?9?$AAQ?$AAA@ 10095720 libucrt:lcidtoname_downlevel.obj + 0002:0000f72c ??_C@_1M@MKDBIIJI@?$AAe?$AAs?$AA?9?$AAB?$AAO@ 1009572c libucrt:lcidtoname_downlevel.obj + 0002:0000f738 ??_C@_1M@CPKKEBLD@?$AAe?$AAs?$AA?9?$AAS?$AAV@ 10095738 libucrt:lcidtoname_downlevel.obj + 0002:0000f744 ??_C@_1M@NDBGMMJL@?$AAe?$AAs?$AA?9?$AAH?$AAN@ 10095744 libucrt:lcidtoname_downlevel.obj + 0002:0000f750 ??_C@_1M@JIJIBHDP@?$AAe?$AAs?$AA?9?$AAN?$AAI@ 10095750 libucrt:lcidtoname_downlevel.obj + 0002:0000f75c ??_C@_1M@CGFMKEEK@?$AAe?$AAs?$AA?9?$AAP?$AAR@ 1009575c libucrt:lcidtoname_downlevel.obj + 0002:0000f768 ??_C@_1O@ICJHKIIK@?$AAz?$AAh?$AA?9?$AAC?$AAH?$AAT@ 10095768 libucrt:lcidtoname_downlevel.obj + 0002:0000f778 ??_C@_15CLNEJCE@?$AAs?$AAr@ 10095778 libucrt:lcidtoname_downlevel.obj + 0002:0000fea0 ??_C@_1M@KAHEKEIG@?$AAa?$AAf?$AA?9?$AAz?$AAa@ 10095ea0 libucrt:lcidtoname_downlevel.obj + 0002:0000feac ??_C@_1M@GIECOABL@?$AAa?$AAr?$AA?9?$AAa?$AAe@ 10095eac libucrt:lcidtoname_downlevel.obj + 0002:0000feb8 ??_C@_1M@BMLMEKGI@?$AAa?$AAr?$AA?9?$AAb?$AAh@ 10095eb8 libucrt:lcidtoname_downlevel.obj + 0002:0000fec4 ??_C@_1M@DAPFDGGB@?$AAa?$AAr?$AA?9?$AAd?$AAz@ 10095ec4 libucrt:lcidtoname_downlevel.obj + 0002:0000fed0 ??_C@_1M@FJNKGKIG@?$AAa?$AAr?$AA?9?$AAe?$AAg@ 10095ed0 libucrt:lcidtoname_downlevel.obj + 0002:0000fedc ??_C@_1M@FLGKKCLO@?$AAa?$AAr?$AA?9?$AAi?$AAq@ 10095edc libucrt:lcidtoname_downlevel.obj + 0002:0000fee8 ??_C@_1M@GNDIPALM@?$AAa?$AAr?$AA?9?$AAj?$AAo@ 10095ee8 libucrt:lcidtoname_downlevel.obj + 0002:0000fef4 ??_C@_1M@DDMJFMGJ@?$AAa?$AAr?$AA?9?$AAk?$AAw@ 10095ef4 libucrt:lcidtoname_downlevel.obj + 0002:0000ff00 ??_C@_1M@EJALMLHM@?$AAa?$AAr?$AA?9?$AAl?$AAb@ 10095f00 libucrt:lcidtoname_downlevel.obj + 0002:0000ff0c ??_C@_1M@MOBDBLOC@?$AAa?$AAr?$AA?9?$AAl?$AAy@ 10095f0c libucrt:lcidtoname_downlevel.obj + 0002:0000ff18 ??_C@_1M@JAOCLHDH@?$AAa?$AAr?$AA?9?$AAm?$AAa@ 10095f18 libucrt:lcidtoname_downlevel.obj + 0002:0000ff24 ??_C@_1M@JHPMKJIE@?$AAa?$AAr?$AA?9?$AAo?$AAm@ 10095f24 libucrt:lcidtoname_downlevel.obj + 0002:0000ff30 ??_C@_1M@OEPGHFNH@?$AAa?$AAr?$AA?9?$AAq?$AAa@ 10095f30 libucrt:lcidtoname_downlevel.obj + 0002:0000ff3c ??_C@_1M@KJDONENM@?$AAa?$AAr?$AA?9?$AAs?$AAa@ 10095f3c libucrt:lcidtoname_downlevel.obj + 0002:0000ff48 ??_C@_1M@DMJDKLKM@?$AAa?$AAr?$AA?9?$AAs?$AAy@ 10095f48 libucrt:lcidtoname_downlevel.obj + 0002:0000ff54 ??_C@_1M@OMFIPEDC@?$AAa?$AAr?$AA?9?$AAt?$AAn@ 10095f54 libucrt:lcidtoname_downlevel.obj + 0002:0000ff60 ??_C@_1M@IHMHGAON@?$AAa?$AAr?$AA?9?$AAy?$AAe@ 10095f60 libucrt:lcidtoname_downlevel.obj + 0002:0000ff6c ??_C@_1BG@KDCPGJGB@?$AAa?$AAz?$AA?9?$AAa?$AAz?$AA?9?$AAc?$AAy?$AAr?$AAl@ 10095f6c libucrt:lcidtoname_downlevel.obj + 0002:0000ff84 ??_C@_1BG@IBCKDDOE@?$AAa?$AAz?$AA?9?$AAa?$AAz?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10095f84 libucrt:lcidtoname_downlevel.obj + 0002:0000ff9c ??_C@_1M@EGPFDCPD@?$AAb?$AAe?$AA?9?$AAb?$AAy@ 10095f9c libucrt:lcidtoname_downlevel.obj + 0002:0000ffa8 ??_C@_1M@PCMGMCGC@?$AAb?$AAg?$AA?9?$AAb?$AAg@ 10095fa8 libucrt:lcidtoname_downlevel.obj + 0002:0000ffb4 ??_C@_1M@BJBMFGOB@?$AAb?$AAn?$AA?9?$AAi?$AAn@ 10095fb4 libucrt:lcidtoname_downlevel.obj + 0002:0000ffc0 ??_C@_1BG@EAKMMACD@?$AAb?$AAs?$AA?9?$AAb?$AAa?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10095fc0 libucrt:lcidtoname_downlevel.obj + 0002:0000ffd8 ??_C@_1M@KGADAODK@?$AAc?$AAa?$AA?9?$AAe?$AAs@ 10095fd8 libucrt:lcidtoname_downlevel.obj + 0002:0000ffe4 ??_C@_1M@COAJPDHI@?$AAc?$AAs?$AA?9?$AAc?$AAz@ 10095fe4 libucrt:lcidtoname_downlevel.obj + 0002:0000fff0 ??_C@_1M@DHBHFONH@?$AAc?$AAy?$AA?9?$AAg?$AAb@ 10095ff0 libucrt:lcidtoname_downlevel.obj + 0002:0000fffc ??_C@_1M@IMGKELGA@?$AAd?$AAa?$AA?9?$AAd?$AAk@ 10095ffc libucrt:lcidtoname_downlevel.obj + 0002:00010008 ??_C@_1M@NNDGDNGA@?$AAd?$AAe?$AA?9?$AAa?$AAt@ 10096008 libucrt:lcidtoname_downlevel.obj + 0002:00010014 ??_C@_1M@IKDBHEEM@?$AAd?$AAe?$AA?9?$AAc?$AAh@ 10096014 libucrt:lcidtoname_downlevel.obj + 0002:00010020 ??_C@_1M@GFFOJMCJ@?$AAd?$AAe?$AA?9?$AAd?$AAe@ 10096020 libucrt:lcidtoname_downlevel.obj + 0002:0001002c ??_C@_1M@MDNLKBPM@?$AAd?$AAe?$AA?9?$AAl?$AAi@ 1009602c libucrt:lcidtoname_downlevel.obj + 0002:00010038 ??_C@_1M@NJBEEJNL@?$AAd?$AAe?$AA?9?$AAl?$AAu@ 10096038 libucrt:lcidtoname_downlevel.obj + 0002:00010044 ??_C@_1O@GNNELBAP@?$AAd?$AAi?$AAv?$AA?9?$AAm?$AAv@ 10096044 libucrt:lcidtoname_downlevel.obj + 0002:00010054 ??_C@_1M@EJLEOGAE@?$AAe?$AAl?$AA?9?$AAg?$AAr@ 10096054 libucrt:lcidtoname_downlevel.obj + 0002:00010060 ??_C@_1M@GMPONJN@?$AAe?$AAn?$AA?9?$AAa?$AAu@ 10096060 libucrt:lcidtoname_downlevel.obj + 0002:0001006c ??_C@_1M@NIDIIPGF@?$AAe?$AAn?$AA?9?$AAb?$AAz@ 1009606c libucrt:lcidtoname_downlevel.obj + 0002:00010078 ??_C@_1M@JEHMIMFO@?$AAe?$AAn?$AA?9?$AAc?$AAa@ 10096078 libucrt:lcidtoname_downlevel.obj + 0002:00010084 ??_C@_1M@IGMJCDLA@?$AAe?$AAn?$AA?9?$AAc?$AAb@ 10096084 libucrt:lcidtoname_downlevel.obj + 0002:00010090 ??_C@_1M@BNFIGBKG@?$AAe?$AAn?$AA?9?$AAg?$AAb@ 10096090 libucrt:lcidtoname_downlevel.obj + 0002:0001009c ??_C@_1M@LKIFDIGP@?$AAe?$AAn?$AA?9?$AAi?$AAe@ 1009609c libucrt:lcidtoname_downlevel.obj + 0002:000100a8 ??_C@_1M@PJKFGCCO@?$AAe?$AAn?$AA?9?$AAj?$AAm@ 100960a8 libucrt:lcidtoname_downlevel.obj + 0002:000100b4 ??_C@_1M@KPPKEPBO@?$AAe?$AAn?$AA?9?$AAn?$AAz@ 100960b4 libucrt:lcidtoname_downlevel.obj + 0002:000100c0 ??_C@_1M@GMDGLDOB@?$AAe?$AAn?$AA?9?$AAp?$AAh@ 100960c0 libucrt:lcidtoname_downlevel.obj + 0002:000100cc ??_C@_1M@ONGIBJNA@?$AAe?$AAn?$AA?9?$AAt?$AAt@ 100960cc libucrt:lcidtoname_downlevel.obj + 0002:000100d8 ??_C@_1M@LLODPCMM@?$AAe?$AAn?$AA?9?$AAu?$AAs@ 100960d8 libucrt:lcidtoname_downlevel.obj + 0002:000100e4 ??_C@_1M@LAKFNPAN@?$AAe?$AAn?$AA?9?$AAz?$AAa@ 100960e4 libucrt:lcidtoname_downlevel.obj + 0002:000100f0 ??_C@_1M@MFNHNHEO@?$AAe?$AAn?$AA?9?$AAz?$AAw@ 100960f0 libucrt:lcidtoname_downlevel.obj + 0002:000100fc ??_C@_1M@EJEINPHM@?$AAe?$AAs?$AA?9?$AAa?$AAr@ 100960fc libucrt:lcidtoname_downlevel.obj + 0002:00010108 ??_C@_1M@GNKPCCJA@?$AAe?$AAs?$AA?9?$AAb?$AAo@ 10096108 libucrt:lcidtoname_downlevel.obj + 0002:00010114 ??_C@_1M@LEEGFONL@?$AAe?$AAs?$AA?9?$AAc?$AAl@ 10096114 libucrt:lcidtoname_downlevel.obj + 0002:00010120 ??_C@_1M@KGPDPBDF@?$AAe?$AAs?$AA?9?$AAc?$AAo@ 10096120 libucrt:lcidtoname_downlevel.obj + 0002:0001012c ??_C@_1M@EIAHOHH@?$AAe?$AAs?$AA?9?$AAc?$AAr@ 1009612c libucrt:lcidtoname_downlevel.obj + 0002:00010138 ??_C@_1M@LLPGMBIN@?$AAe?$AAs?$AA?9?$AAd?$AAo@ 10096138 libucrt:lcidtoname_downlevel.obj + 0002:00010144 ??_C@_1M@DKHMKNJA@?$AAe?$AAs?$AA?9?$AAe?$AAc@ 10096144 libucrt:lcidtoname_downlevel.obj + 0002:00010150 ??_C@_1M@GKGFPKAP@?$AAe?$AAs?$AA?9?$AAe?$AAs@ 10096150 libucrt:lcidtoname_downlevel.obj + 0002:0001015c ??_C@_1M@LKHKGDLN@?$AAe?$AAs?$AA?9?$AAg?$AAt@ 1009615c libucrt:lcidtoname_downlevel.obj + 0002:00010168 ??_C@_1M@HEIIGGJD@?$AAe?$AAs?$AA?9?$AAh?$AAn@ 10096168 libucrt:lcidtoname_downlevel.obj + 0002:00010174 ??_C@_1M@FBDHPPGD@?$AAe?$AAs?$AA?9?$AAm?$AAx@ 10096174 libucrt:lcidtoname_downlevel.obj + 0002:00010180 ??_C@_1M@DPAGLNDH@?$AAe?$AAs?$AA?9?$AAn?$AAi@ 10096180 libucrt:lcidtoname_downlevel.obj + 0002:0001018c ??_C@_1M@MDGOPGDD@?$AAe?$AAs?$AA?9?$AAp?$AAa@ 1009618c libucrt:lcidtoname_downlevel.obj + 0002:00010198 ??_C@_1M@EMAMGBGE@?$AAe?$AAs?$AA?9?$AAp?$AAe@ 10096198 libucrt:lcidtoname_downlevel.obj + 0002:000101a4 ??_C@_1M@IBMCAOEC@?$AAe?$AAs?$AA?9?$AAp?$AAr@ 100961a4 libucrt:lcidtoname_downlevel.obj + 0002:000101b0 ??_C@_1M@FGMDIJED@?$AAe?$AAs?$AA?9?$AAp?$AAy@ 100961b0 libucrt:lcidtoname_downlevel.obj + 0002:000101bc ??_C@_1M@IIDEOLLL@?$AAe?$AAs?$AA?9?$AAs?$AAv@ 100961bc libucrt:lcidtoname_downlevel.obj + 0002:000101c8 ??_C@_1M@GAOBIPA@?$AAe?$AAs?$AA?9?$AAu?$AAy@ 100961c8 libucrt:lcidtoname_downlevel.obj + 0002:000101d4 ??_C@_1M@JKFFICHJ@?$AAe?$AAs?$AA?9?$AAv?$AAe@ 100961d4 libucrt:lcidtoname_downlevel.obj + 0002:000101e0 ??_C@_1M@PNMLOJDF@?$AAe?$AAt?$AA?9?$AAe?$AAe@ 100961e0 libucrt:lcidtoname_downlevel.obj + 0002:000101ec ??_C@_1M@GHHLIKEI@?$AAe?$AAu?$AA?9?$AAe?$AAs@ 100961ec libucrt:lcidtoname_downlevel.obj + 0002:000101f8 ??_C@_1M@PBNONODE@?$AAf?$AAa?$AA?9?$AAi?$AAr@ 100961f8 libucrt:lcidtoname_downlevel.obj + 0002:00010204 ??_C@_1M@JEEHPMIL@?$AAf?$AAi?$AA?9?$AAf?$AAi@ 10096204 libucrt:lcidtoname_downlevel.obj + 0002:00010210 ??_C@_1M@LMDCNDBA@?$AAf?$AAo?$AA?9?$AAf?$AAo@ 10096210 libucrt:lcidtoname_downlevel.obj + 0002:0001021c ??_C@_1M@JKEOHLDK@?$AAf?$AAr?$AA?9?$AAb?$AAe@ 1009621c libucrt:lcidtoname_downlevel.obj + 0002:00010228 ??_C@_1M@NOHADPMI@?$AAf?$AAr?$AA?9?$AAc?$AAa@ 10096228 libucrt:lcidtoname_downlevel.obj + 0002:00010234 ??_C@_1M@KDHIHAEC@?$AAf?$AAr?$AA?9?$AAc?$AAh@ 10096234 libucrt:lcidtoname_downlevel.obj + 0002:00010240 ??_C@_1M@MMBBFGAK@?$AAf?$AAr?$AA?9?$AAf?$AAr@ 10096240 libucrt:lcidtoname_downlevel.obj + 0002:0001024c ??_C@_1M@PAFNENNF@?$AAf?$AAr?$AA?9?$AAl?$AAu@ 1009624c libucrt:lcidtoname_downlevel.obj + 0002:00010258 ??_C@_1M@EOHDJGDD@?$AAf?$AAr?$AA?9?$AAm?$AAc@ 10096258 libucrt:lcidtoname_downlevel.obj + 0002:00010264 ??_C@_1M@FAPLLOPF@?$AAg?$AAl?$AA?9?$AAe?$AAs@ 10096264 libucrt:lcidtoname_downlevel.obj + 0002:00010270 ??_C@_1M@FOPBFLOO@?$AAg?$AAu?$AA?9?$AAi?$AAn@ 10096270 libucrt:lcidtoname_downlevel.obj + 0002:0001027c ??_C@_1M@KBMCINPM@?$AAh?$AAe?$AA?9?$AAi?$AAl@ 1009627c libucrt:lcidtoname_downlevel.obj + 0002:00010288 ??_C@_1M@BBPHKFPJ@?$AAh?$AAi?$AA?9?$AAi?$AAn@ 10096288 libucrt:lcidtoname_downlevel.obj + 0002:00010294 ??_C@_1M@PMBNDPHD@?$AAh?$AAr?$AA?9?$AAb?$AAa@ 10096294 libucrt:lcidtoname_downlevel.obj + 0002:000102a0 ??_C@_1M@BPCKOEGE@?$AAh?$AAr?$AA?9?$AAh?$AAr@ 100962a0 libucrt:lcidtoname_downlevel.obj + 0002:000102ac ??_C@_1M@GACBMHKE@?$AAh?$AAu?$AA?9?$AAh?$AAu@ 100962ac libucrt:lcidtoname_downlevel.obj + 0002:000102b8 ??_C@_1M@MILPAJJC@?$AAh?$AAy?$AA?9?$AAa?$AAm@ 100962b8 libucrt:lcidtoname_downlevel.obj + 0002:000102c4 ??_C@_1M@BABBICEC@?$AAi?$AAd?$AA?9?$AAi?$AAd@ 100962c4 libucrt:lcidtoname_downlevel.obj + 0002:000102d0 ??_C@_1M@BIKNHHPF@?$AAi?$AAs?$AA?9?$AAi?$AAs@ 100962d0 libucrt:lcidtoname_downlevel.obj + 0002:000102dc ??_C@_1M@NMPCJPHE@?$AAi?$AAt?$AA?9?$AAc?$AAh@ 100962dc libucrt:lcidtoname_downlevel.obj + 0002:000102e8 ??_C@_1M@GHKGFEDF@?$AAi?$AAt?$AA?9?$AAi?$AAt@ 100962e8 libucrt:lcidtoname_downlevel.obj + 0002:000102f4 ??_C@_1M@NIEJCJJA@?$AAj?$AAa?$AA?9?$AAj?$AAp@ 100962f4 libucrt:lcidtoname_downlevel.obj + 0002:00010300 ??_C@_1M@JILFNBIM@?$AAk?$AAa?$AA?9?$AAg?$AAe@ 10096300 libucrt:lcidtoname_downlevel.obj + 0002:0001030c ??_C@_1M@PACPMGPH@?$AAk?$AAk?$AA?9?$AAk?$AAz@ 1009630c libucrt:lcidtoname_downlevel.obj + 0002:00010318 ??_C@_1M@IELFGMHA@?$AAk?$AAn?$AA?9?$AAi?$AAn@ 10096318 libucrt:lcidtoname_downlevel.obj + 0002:00010324 ??_C@_1O@IBBJHCH@?$AAk?$AAo?$AAk?$AA?9?$AAi?$AAn@ 10096324 libucrt:lcidtoname_downlevel.obj + 0002:00010334 ??_C@_1M@DMHAEOGC@?$AAk?$AAo?$AA?9?$AAk?$AAr@ 10096334 libucrt:lcidtoname_downlevel.obj + 0002:00010340 ??_C@_1M@HBAHBIGA@?$AAk?$AAy?$AA?9?$AAk?$AAg@ 10096340 libucrt:lcidtoname_downlevel.obj + 0002:0001034c ??_C@_1M@KPMILCJG@?$AAl?$AAt?$AA?9?$AAl?$AAt@ 1009634c libucrt:lcidtoname_downlevel.obj + 0002:00010358 ??_C@_1M@BDEKKCA@?$AAl?$AAv?$AA?9?$AAl?$AAv@ 10096358 libucrt:lcidtoname_downlevel.obj + 0002:00010364 ??_C@_1M@ELCKCCJJ@?$AAm?$AAi?$AA?9?$AAn?$AAz@ 10096364 libucrt:lcidtoname_downlevel.obj + 0002:00010370 ??_C@_1M@CBOOLAPA@?$AAm?$AAk?$AA?9?$AAm?$AAk@ 10096370 libucrt:lcidtoname_downlevel.obj + 0002:0001037c ??_C@_1M@GPHNBJKN@?$AAm?$AAl?$AA?9?$AAi?$AAn@ 1009637c libucrt:lcidtoname_downlevel.obj + 0002:00010388 ??_C@_1M@PABJILIG@?$AAm?$AAn?$AA?9?$AAm?$AAn@ 10096388 libucrt:lcidtoname_downlevel.obj + 0002:00010394 ??_C@_1M@FGBKKIPG@?$AAm?$AAr?$AA?9?$AAi?$AAn@ 10096394 libucrt:lcidtoname_downlevel.obj + 0002:000103a0 ??_C@_1M@NDBPDDAL@?$AAm?$AAs?$AA?9?$AAb?$AAn@ 100963a0 libucrt:lcidtoname_downlevel.obj + 0002:000103ac ??_C@_1M@OPIHOOPI@?$AAm?$AAs?$AA?9?$AAm?$AAy@ 100963ac libucrt:lcidtoname_downlevel.obj + 0002:000103b8 ??_C@_1M@PPDBCNFM@?$AAm?$AAt?$AA?9?$AAm?$AAt@ 100963b8 libucrt:lcidtoname_downlevel.obj + 0002:000103c4 ??_C@_1M@KDJDKMDD@?$AAn?$AAb?$AA?9?$AAn?$AAo@ 100963c4 libucrt:lcidtoname_downlevel.obj + 0002:000103d0 ??_C@_1M@KFCFLMJP@?$AAn?$AAl?$AA?9?$AAb?$AAe@ 100963d0 libucrt:lcidtoname_downlevel.obj + 0002:000103dc ??_C@_1M@KPOPDDGO@?$AAn?$AAl?$AA?9?$AAn?$AAl@ 100963dc libucrt:lcidtoname_downlevel.obj + 0002:000103e8 ??_C@_1M@LJKPEMLN@?$AAn?$AAn?$AA?9?$AAn?$AAo@ 100963e8 libucrt:lcidtoname_downlevel.obj + 0002:000103f4 ??_C@_1M@BDGHHBFL@?$AAn?$AAs?$AA?9?$AAz?$AAa@ 100963f4 libucrt:lcidtoname_downlevel.obj + 0002:00010400 ??_C@_1M@IDEHOAP@?$AAp?$AAa?$AA?9?$AAi?$AAn@ 10096400 libucrt:lcidtoname_downlevel.obj + 0002:0001040c ??_C@_1M@HDBKGOGH@?$AAp?$AAl?$AA?9?$AAp?$AAl@ 1009640c libucrt:lcidtoname_downlevel.obj + 0002:00010418 ??_C@_1M@LJLLCMEH@?$AAp?$AAt?$AA?9?$AAb?$AAr@ 10096418 libucrt:lcidtoname_downlevel.obj + 0002:00010424 ??_C@_1M@NCMONAAL@?$AAp?$AAt?$AA?9?$AAp?$AAt@ 10096424 libucrt:lcidtoname_downlevel.obj + 0002:00010430 ??_C@_1O@EAKMAJDN@?$AAq?$AAu?$AAz?$AA?9?$AAb?$AAo@ 10096430 libucrt:lcidtoname_downlevel.obj + 0002:00010440 ??_C@_1O@BHHPIGDN@?$AAq?$AAu?$AAz?$AA?9?$AAe?$AAc@ 10096440 libucrt:lcidtoname_downlevel.obj + 0002:00010450 ??_C@_1O@GBAPEKMJ@?$AAq?$AAu?$AAz?$AA?9?$AAp?$AAe@ 10096450 libucrt:lcidtoname_downlevel.obj + 0002:00010460 ??_C@_1M@CLGLEFBO@?$AAr?$AAo?$AA?9?$AAr?$AAo@ 10096460 libucrt:lcidtoname_downlevel.obj + 0002:0001046c ??_C@_1M@CEEDODME@?$AAr?$AAu?$AA?9?$AAr?$AAu@ 1009646c libucrt:lcidtoname_downlevel.obj + 0002:00010478 ??_C@_1M@HPKKKMPP@?$AAs?$AAa?$AA?9?$AAi?$AAn@ 10096478 libucrt:lcidtoname_downlevel.obj + 0002:00010484 ??_C@_1M@BKMAIGOJ@?$AAs?$AAe?$AA?9?$AAf?$AAi@ 10096484 libucrt:lcidtoname_downlevel.obj + 0002:00010490 ??_C@_1M@NDPIFLFI@?$AAs?$AAe?$AA?9?$AAn?$AAo@ 10096490 libucrt:lcidtoname_downlevel.obj + 0002:0001049c ??_C@_1M@DANKKHJ@?$AAs?$AAe?$AA?9?$AAs?$AAe@ 1009649c libucrt:lcidtoname_downlevel.obj + 0002:000104a8 ??_C@_1M@PNBLONPJ@?$AAs?$AAk?$AA?9?$AAs?$AAk@ 100964a8 libucrt:lcidtoname_downlevel.obj + 0002:000104b4 ??_C@_1M@LFMODOAL@?$AAs?$AAl?$AA?9?$AAs?$AAi@ 100964b4 libucrt:lcidtoname_downlevel.obj + 0002:000104c0 ??_C@_1O@DFKOMPG@?$AAs?$AAm?$AAa?$AA?9?$AAn?$AAo@ 100964c0 libucrt:lcidtoname_downlevel.obj + 0002:000104d0 ??_C@_1O@NDKPBNNH@?$AAs?$AAm?$AAa?$AA?9?$AAs?$AAe@ 100964d0 libucrt:lcidtoname_downlevel.obj + 0002:000104e0 ??_C@_1O@PLLKBHAB@?$AAs?$AAm?$AAj?$AA?9?$AAn?$AAo@ 100964e0 libucrt:lcidtoname_downlevel.obj + 0002:000104f0 ??_C@_1O@CLEPOGCA@?$AAs?$AAm?$AAj?$AA?9?$AAs?$AAe@ 100964f0 libucrt:lcidtoname_downlevel.obj + 0002:00010500 ??_C@_1O@DLGJGKMK@?$AAs?$AAm?$AAn?$AA?9?$AAf?$AAi@ 10096500 libucrt:lcidtoname_downlevel.obj + 0002:00010510 ??_C@_1O@OJDJGAJC@?$AAs?$AAm?$AAs?$AA?9?$AAf?$AAi@ 10096510 libucrt:lcidtoname_downlevel.obj + 0002:00010520 ??_C@_1M@BOFOGHPB@?$AAs?$AAq?$AA?9?$AAa?$AAl@ 10096520 libucrt:lcidtoname_downlevel.obj + 0002:0001052c ??_C@_1BG@LJBBIPGB@?$AAs?$AAr?$AA?9?$AAb?$AAa?$AA?9?$AAc?$AAy?$AAr?$AAl@ 1009652c libucrt:lcidtoname_downlevel.obj + 0002:00010544 ??_C@_1BG@JLBENFOE@?$AAs?$AAr?$AA?9?$AAb?$AAa?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10096544 libucrt:lcidtoname_downlevel.obj + 0002:0001055c ??_C@_1BG@KODPNHE@?$AAs?$AAr?$AA?9?$AAs?$AAp?$AA?9?$AAc?$AAy?$AAr?$AAl@ 1009655c libucrt:lcidtoname_downlevel.obj + 0002:00010574 ??_C@_1BG@CIOGKHPB@?$AAs?$AAr?$AA?9?$AAs?$AAp?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10096574 libucrt:lcidtoname_downlevel.obj + 0002:0001058c ??_C@_1M@NGFJLMAC@?$AAs?$AAv?$AA?9?$AAf?$AAi@ 1009658c libucrt:lcidtoname_downlevel.obj + 0002:00010598 ??_C@_1M@MPJEJAJC@?$AAs?$AAv?$AA?9?$AAs?$AAe@ 10096598 libucrt:lcidtoname_downlevel.obj + 0002:000105a4 ??_C@_1M@MPNDHLFK@?$AAs?$AAw?$AA?9?$AAk?$AAe@ 100965a4 libucrt:lcidtoname_downlevel.obj + 0002:000105b0 ??_C@_1O@KOHBJJI@?$AAs?$AAy?$AAr?$AA?9?$AAs?$AAy@ 100965b0 libucrt:lcidtoname_downlevel.obj + 0002:000105c0 ??_C@_1M@LDCEFHA@?$AAt?$AAa?$AA?9?$AAi?$AAn@ 100965c0 libucrt:lcidtoname_downlevel.obj + 0002:000105cc ??_C@_1M@CNJOFAK@?$AAt?$AAe?$AA?9?$AAi?$AAn@ 100965cc libucrt:lcidtoname_downlevel.obj + 0002:000105d8 ??_C@_1M@GNAECACD@?$AAt?$AAh?$AA?9?$AAt?$AAh@ 100965d8 libucrt:lcidtoname_downlevel.obj + 0002:000105e4 ??_C@_1M@CHBIHOJO@?$AAt?$AAn?$AA?9?$AAz?$AAa@ 100965e4 libucrt:lcidtoname_downlevel.obj + 0002:000105f0 ??_C@_1M@GCCMIGPJ@?$AAt?$AAr?$AA?9?$AAt?$AAr@ 100965f0 libucrt:lcidtoname_downlevel.obj + 0002:000105fc ??_C@_1M@CELMCNBK@?$AAt?$AAt?$AA?9?$AAr?$AAu@ 100965fc libucrt:lcidtoname_downlevel.obj + 0002:00010608 ??_C@_1M@KLMCELGA@?$AAu?$AAk?$AA?9?$AAu?$AAa@ 10096608 libucrt:lcidtoname_downlevel.obj + 0002:00010614 ??_C@_1M@EPAJJAJF@?$AAu?$AAr?$AA?9?$AAp?$AAk@ 10096614 libucrt:lcidtoname_downlevel.obj + 0002:00010620 ??_C@_1BG@GEGPMCDJ@?$AAu?$AAz?$AA?9?$AAu?$AAz?$AA?9?$AAc?$AAy?$AAr?$AAl@ 10096620 libucrt:lcidtoname_downlevel.obj + 0002:00010638 ??_C@_1BG@EGGKJILM@?$AAu?$AAz?$AA?9?$AAu?$AAz?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10096638 libucrt:lcidtoname_downlevel.obj + 0002:00010650 ??_C@_1M@GFOCLFF@?$AAv?$AAi?$AA?9?$AAv?$AAn@ 10096650 libucrt:lcidtoname_downlevel.obj + 0002:0001065c ??_C@_1M@CPAMEDFI@?$AAx?$AAh?$AA?9?$AAz?$AAa@ 1009665c libucrt:lcidtoname_downlevel.obj + 0002:00010668 ??_C@_1O@EBKIFIGN@?$AAz?$AAh?$AA?9?$AAc?$AAh?$AAs@ 10096668 libucrt:lcidtoname_downlevel.obj + 0002:00010678 ??_C@_1O@NMHPGANE@?$AAz?$AAh?$AA?9?$AAc?$AAh?$AAt@ 10096678 libucrt:lcidtoname_downlevel.obj + 0002:00010688 ??_C@_1M@LPINJOMC@?$AAz?$AAh?$AA?9?$AAc?$AAn@ 10096688 libucrt:lcidtoname_downlevel.obj + 0002:00010694 ??_C@_1M@OCJEJODD@?$AAz?$AAh?$AA?9?$AAh?$AAk@ 10096694 libucrt:lcidtoname_downlevel.obj + 0002:000106a0 ??_C@_1M@DNDLJINH@?$AAz?$AAh?$AA?9?$AAm?$AAo@ 100966a0 libucrt:lcidtoname_downlevel.obj + 0002:000106ac ??_C@_1M@MBFDNDND@?$AAz?$AAh?$AA?9?$AAs?$AAg@ 100966ac libucrt:lcidtoname_downlevel.obj + 0002:000106b8 ??_C@_1M@IMEPLEPE@?$AAz?$AAh?$AA?9?$AAt?$AAw@ 100966b8 libucrt:lcidtoname_downlevel.obj + 0002:000106c4 ??_C@_1M@BBGHNHJP@?$AAz?$AAu?$AA?9?$AAz?$AAa@ 100966c4 libucrt:lcidtoname_downlevel.obj + 0002:000106d0 ??_C@_01GBGANLPD@0@ 100966d0 libucrt:cfout.obj + 0002:000106d4 ??_C@_05DNEBIAHO@1?$CDINF@ 100966d4 libucrt:cfout.obj + 0002:000106dc ??_C@_06IMKFLFPG@1?$CDQNAN@ 100966dc libucrt:cfout.obj + 0002:000106e4 ??_C@_06PGGFOGJG@1?$CDSNAN@ 100966e4 libucrt:cfout.obj + 0002:000106ec ??_C@_05PHHOCPM@1?$CDIND@ 100966ec libucrt:cfout.obj + 0002:000106f4 __days 100966f4 libucrt:days.obj + 0002:00010728 __lpdays 10096728 libucrt:days.obj + 0002:00010768 __DEFAULT_CW_in_mem 10096768 libucrt:common.obj + 0002:0001076a __pi_by_2_to_61 1009676a libucrt:common.obj + 0002:000107b8 ??_C@_1BA@BALFACEM@?$AAC?$AAO?$AAN?$AAO?$AAU?$AAT?$AA$@ 100967b8 libucrt:initcon.obj + 0002:000107e0 __indefinite 100967e0 libucrt:87disp.obj + 0002:000107ea __piby2 100967ea libucrt:87disp.obj + 0002:000107f4 __piby4 100967f4 libucrt:87disp.obj + 0002:00010920 __infinity 10096920 libucrt:87tran.obj + 0002:0001092a __minfinity 1009692a libucrt:87tran.obj + 0002:00010934 __logemax 10096934 libucrt:87tran.obj + 0002:0001095a __OP_EXPjmptab 1009695a libucrt:87tran.obj + 0002:00010980 ___acrt_log10_table_t 10096980 libucrt:log10_tables.obj + 0002:00010d90 ___acrt_log10_table_cb 10096d90 libucrt:log10_tables.obj + 0002:000111a0 __real@3fe0000000000000 100971a0 libucrt:powhlp.obj + 0002:000111ac ??_7bad_function_call@std@@6B@ 100971ac libcpmt:xthrow.obj + 0002:000111b4 ??_C@_0BC@DPJNKNAF@bad?5function?5call@ 100971b4 libcpmt:xthrow.obj + 0002:000111cc ??_7logic_error@std@@6B@ 100971cc libcpmt:xthrow.obj + 0002:000111d8 ??_7invalid_argument@std@@6B@ 100971d8 libcpmt:xthrow.obj + 0002:000111e4 ??_7length_error@std@@6B@ 100971e4 libcpmt:xthrow.obj + 0002:000111f0 ??_7out_of_range@std@@6B@ 100971f0 libcpmt:xthrow.obj + 0002:00011710 ??_C@_07IPNMCAN@success@ 10097710 libcpmt:syserror.obj + 0002:00011718 ??_C@_0BN@LKKBCCDB@address?5family?5not?5supported@ 10097718 libcpmt:syserror.obj + 0002:00011738 ??_C@_0P@LDMLAFHI@address?5in?5use@ 10097738 libcpmt:syserror.obj + 0002:00011748 ??_C@_0BG@DHPCNBJB@address?5not?5available@ 10097748 libcpmt:syserror.obj + 0002:00011760 ??_C@_0BC@DFIBIBIL@already?5connected@ 10097760 libcpmt:syserror.obj + 0002:00011774 ??_C@_0BH@CAKOHOMI@argument?5list?5too?5long@ 10097774 libcpmt:syserror.obj + 0002:0001178c ??_C@_0BH@CGIMPKIM@argument?5out?5of?5domain@ 1009778c libcpmt:syserror.obj + 0002:000117a4 ??_C@_0M@KGHGGJGL@bad?5address@ 100977a4 libcpmt:syserror.obj + 0002:000117b0 ??_C@_0BE@MPJPGCEO@bad?5file?5descriptor@ 100977b0 libcpmt:syserror.obj + 0002:000117c4 ??_C@_0M@PMMIEFCP@bad?5message@ 100977c4 libcpmt:syserror.obj + 0002:000117d0 ??_C@_0M@KPHOFDBE@broken?5pipe@ 100977d0 libcpmt:syserror.obj + 0002:000117dc ??_C@_0BD@MGNDDEGM@connection?5aborted@ 100977dc libcpmt:syserror.obj + 0002:000117f0 ??_C@_0BP@KAIHPOGN@connection?5already?5in?5progress@ 100977f0 libcpmt:syserror.obj + 0002:00011810 ??_C@_0BD@PJLIIJEL@connection?5refused@ 10097810 libcpmt:syserror.obj + 0002:00011824 ??_C@_0BB@IECNJNOI@connection?5reset@ 10097824 libcpmt:syserror.obj + 0002:00011838 ??_C@_0BC@PPHBOELF@cross?5device?5link@ 10097838 libcpmt:syserror.obj + 0002:0001184c ??_C@_0BN@KDMIFEIP@destination?5address?5required@ 1009784c libcpmt:syserror.obj + 0002:0001186c ??_C@_0BI@NGCEHDD@device?5or?5resource?5busy@ 1009786c libcpmt:syserror.obj + 0002:00011884 ??_C@_0BE@JIDOCPHM@directory?5not?5empty@ 10097884 libcpmt:syserror.obj + 0002:00011898 ??_C@_0BI@BNCLIGPB@executable?5format?5error@ 10097898 libcpmt:syserror.obj + 0002:000118b0 ??_C@_0M@MIDIAGJP@file?5exists@ 100978b0 libcpmt:syserror.obj + 0002:000118bc ??_C@_0P@DNAJLBJK@file?5too?5large@ 100978bc libcpmt:syserror.obj + 0002:000118cc ??_C@_0BC@EJHOMAAK@filename?5too?5long@ 100978cc libcpmt:syserror.obj + 0002:000118e0 ??_C@_0BH@KEFGLDAF@function?5not?5supported@ 100978e0 libcpmt:syserror.obj + 0002:000118f8 ??_C@_0BB@DHFDFGDM@host?5unreachable@ 100978f8 libcpmt:syserror.obj + 0002:0001190c ??_C@_0BD@JPHBMONG@identifier?5removed@ 1009790c libcpmt:syserror.obj + 0002:00011920 ??_C@_0BG@CDNPAGJK@illegal?5byte?5sequence@ 10097920 libcpmt:syserror.obj + 0002:00011938 ??_C@_0CD@BNPLBMNA@inappropriate?5io?5control?5operat@ 10097938 libcpmt:syserror.obj + 0002:0001195c ??_C@_0M@EGEKIIMP@interrupted@ 1009795c libcpmt:syserror.obj + 0002:00011968 ??_C@_0BB@FCMFBGOM@invalid?5argument@ 10097968 libcpmt:syserror.obj + 0002:0001197c ??_C@_0N@OHAFKDEK@invalid?5seek@ 1009797c libcpmt:syserror.obj + 0002:0001198c ??_C@_08GLNPIFBN@io?5error@ 1009798c libcpmt:syserror.obj + 0002:00011998 ??_C@_0P@FLLDBIDK@is?5a?5directory@ 10097998 libcpmt:syserror.obj + 0002:000119a8 ??_C@_0N@IFLPBIOP@message?5size@ 100979a8 libcpmt:syserror.obj + 0002:000119b8 ??_C@_0N@KIIEAAIO@network?5down@ 100979b8 libcpmt:syserror.obj + 0002:000119c8 ??_C@_0O@FNPDBHEE@network?5reset@ 100979c8 libcpmt:syserror.obj + 0002:000119d8 ??_C@_0BE@IFNCKGE@network?5unreachable@ 100979d8 libcpmt:syserror.obj + 0002:000119ec ??_C@_0BA@PFFCAOFK@no?5buffer?5space@ 100979ec libcpmt:syserror.obj + 0002:000119fc ??_C@_0BB@IEPBLJHK@no?5child?5process@ 100979fc libcpmt:syserror.obj + 0002:00011a10 ??_C@_07PLECNNKG@no?5link@ 10097a10 libcpmt:syserror.obj + 0002:00011a18 ??_C@_0BC@NJECKMKE@no?5lock?5available@ 10097a18 libcpmt:syserror.obj + 0002:00011a2c ??_C@_0BF@PBGGPKKE@no?5message?5available@ 10097a2c libcpmt:syserror.obj + 0002:00011a44 ??_C@_0L@EDOLMPAK@no?5message@ 10097a44 libcpmt:syserror.obj + 0002:00011a50 ??_C@_0BD@EAMBFIDF@no?5protocol?5option@ 10097a50 libcpmt:syserror.obj + 0002:00011a64 ??_C@_0BD@IJDJKDEA@no?5space?5on?5device@ 10097a64 libcpmt:syserror.obj + 0002:00011a78 ??_C@_0BE@MKFDAFMP@no?5stream?5resources@ 10097a78 libcpmt:syserror.obj + 0002:00011a8c ??_C@_0BK@IMCPHCBI@no?5such?5device?5or?5address@ 10097a8c libcpmt:syserror.obj + 0002:00011aa8 ??_C@_0P@FDINDDOK@no?5such?5device@ 10097aa8 libcpmt:syserror.obj + 0002:00011ab8 ??_C@_0BK@NDOCBPGE@no?5such?5file?5or?5directory@ 10097ab8 libcpmt:syserror.obj + 0002:00011ad4 ??_C@_0BA@ENLPPKBN@no?5such?5process@ 10097ad4 libcpmt:syserror.obj + 0002:00011ae4 ??_C@_0BA@DOCPFFJG@not?5a?5directory@ 10097ae4 libcpmt:syserror.obj + 0002:00011af4 ??_C@_0N@POEIPGGF@not?5a?5socket@ 10097af4 libcpmt:syserror.obj + 0002:00011b04 ??_C@_0N@LGAPMMPI@not?5a?5stream@ 10097b04 libcpmt:syserror.obj + 0002:00011b14 ??_C@_0O@GLMIBBEG@not?5connected@ 10097b14 libcpmt:syserror.obj + 0002:00011b24 ??_C@_0BC@ENOOLCNF@not?5enough?5memory@ 10097b24 libcpmt:syserror.obj + 0002:00011b38 ??_C@_0O@NHEDABJP@not?5supported@ 10097b38 libcpmt:syserror.obj + 0002:00011b48 ??_C@_0BD@MOLBPMEA@operation?5canceled@ 10097b48 libcpmt:syserror.obj + 0002:00011b5c ??_C@_0BG@KDKHOPCO@operation?5in?5progress@ 10097b5c libcpmt:syserror.obj + 0002:00011b74 ??_C@_0BI@OHIEJAAB@operation?5not?5permitted@ 10097b74 libcpmt:syserror.obj + 0002:00011b8c ??_C@_0BI@LNEGIFLN@operation?5not?5supported@ 10097b8c libcpmt:syserror.obj + 0002:00011ba4 ??_C@_0BG@OEMDKMEE@operation?5would?5block@ 10097ba4 libcpmt:syserror.obj + 0002:00011bbc ??_C@_0L@BLPOFLNJ@owner?5dead@ 10097bbc libcpmt:syserror.obj + 0002:00011bc8 ??_C@_0BC@CIJDGCDI@permission?5denied@ 10097bc8 libcpmt:syserror.obj + 0002:00011bdc ??_C@_0P@FNPOCJBE@protocol?5error@ 10097bdc libcpmt:syserror.obj + 0002:00011bec ??_C@_0BH@JPPPLHJB@protocol?5not?5supported@ 10097bec libcpmt:syserror.obj + 0002:00011c04 ??_C@_0BG@EICBIHDP@read?5only?5file?5system@ 10097c04 libcpmt:syserror.obj + 0002:00011c1c ??_C@_0BO@BJBOMOEJ@resource?5deadlock?5would?5occur@ 10097c1c libcpmt:syserror.obj + 0002:00011c3c ??_C@_0BP@LKNGHENJ@resource?5unavailable?5try?5again@ 10097c3c libcpmt:syserror.obj + 0002:00011c5c ??_C@_0BE@GOIPJJHG@result?5out?5of?5range@ 10097c5c libcpmt:syserror.obj + 0002:00011c70 ??_C@_0BG@MPLKFPAE@state?5not?5recoverable@ 10097c70 libcpmt:syserror.obj + 0002:00011c88 ??_C@_0P@DIIFGFCG@stream?5timeout@ 10097c88 libcpmt:syserror.obj + 0002:00011c98 ??_C@_0P@IPFDMIFL@text?5file?5busy@ 10097c98 libcpmt:syserror.obj + 0002:00011ca8 ??_C@_09KJPPMAOI@timed?5out@ 10097ca8 libcpmt:syserror.obj + 0002:00011cb4 ??_C@_0BO@HACHBEKI@too?5many?5files?5open?5in?5system@ 10097cb4 libcpmt:syserror.obj + 0002:00011cd4 ??_C@_0BE@GHAFMPAH@too?5many?5files?5open@ 10097cd4 libcpmt:syserror.obj + 0002:00011ce8 ??_C@_0P@HCOMKFCC@too?5many?5links@ 10097ce8 libcpmt:syserror.obj + 0002:00011cf8 ??_C@_0BO@EFGOJEF@too?5many?5symbolic?5link?5levels@ 10097cf8 libcpmt:syserror.obj + 0002:00011d18 ??_C@_0BA@KGKGOOJA@value?5too?5large@ 10097d18 libcpmt:syserror.obj + 0002:00011d28 ??_C@_0BE@MIEJDDNH@wrong?5protocol?5type@ 10097d28 libcpmt:syserror.obj + 0002:00011d3c ??_C@_0O@BFJCFAAK@unknown?5error@ 10097d3c libcpmt:syserror.obj + 0002:00011d50 ??_7_Locimp@locale@std@@6B@ 10097d50 libcpmt:locale0.obj + 0002:00011d5c ??_C@_01GFHCPBMG@C@ 10097d5c libcpmt:locale0.obj + 0002:00011d60 ?_BADOFF@std@@3_JB 10097d60 libcpmt:ios.obj + 0002:00011dbc ??_C@_01KDCPPGHE@r@ 10097dbc libcpmt:fiopen.obj + 0002:00011dc0 ??_C@_01NOFIACDB@w@ 10097dc0 libcpmt:fiopen.obj + 0002:00011dc4 ??_C@_01MCMALHOG@a@ 10097dc4 libcpmt:fiopen.obj + 0002:00011dc8 ??_C@_02JDPG@rb@ 10097dc8 libcpmt:fiopen.obj + 0002:00011dcc ??_C@_02GMLFBBN@wb@ 10097dcc libcpmt:fiopen.obj + 0002:00011dd0 ??_C@_02BOGAIONP@ab@ 10097dd0 libcpmt:fiopen.obj + 0002:00011dd4 ??_C@_02CBLLGHLK@r?$CL@ 10097dd4 libcpmt:fiopen.obj + 0002:00011dd8 ??_C@_02CHHAKFFB@w?$CL@ 10097dd8 libcpmt:fiopen.obj + 0002:00011ddc ??_C@_02DPNLHKJD@a?$CL@ 10097ddc libcpmt:fiopen.obj + 0002:00011de0 ??_C@_03HMFOOINA@r?$CLb@ 10097de0 libcpmt:fiopen.obj + 0002:00011de4 ??_C@_03ELIABIOC@w?$CLb@ 10097de4 libcpmt:fiopen.obj + 0002:00011de8 ??_C@_03DOPCBAKB@a?$CLb@ 10097de8 libcpmt:fiopen.obj + 0002:00011dec ??_C@_02LGOGKLMG@wx@ 10097dec libcpmt:fiopen.obj + 0002:00011df0 ??_C@_03PLKNOCDJ@w?$CLx@ 10097df0 libcpmt:fiopen.obj + 0002:00011df4 ??_C@_03IEOGFEHG@wbx@ 10097df4 libcpmt:fiopen.obj + 0002:00011df8 ??_C@_04KJKJPALC@w?$CLbx@ 10097df8 libcpmt:fiopen.obj + 0002:00011f00 ??_C@_1BK@MGMFAEKH@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA3?$AA2?$AA?4?$AAd?$AAl?$AAl@ 10097f00 libcpmt:winapisupp.obj + 0002:00011f1c ??_C@_0BE@JOGNEJCI@GetCurrentPackageId@ 10097f1c libcpmt:winapisupp.obj + 0002:00011fd4 ??_7type_info@@6B@ 10097fd4 LIBCMT:std_type_info_static.obj + 0002:00012010 __pDefaultRawDllMain 10098010 LIBCMT:dll_dllmain.obj + 0002:00012010 __pRawDllMain 10098010 LIBCMT:dll_dllmain.obj + 0002:00012030 __xmm@00000000000000000000000000000000 10098030 libvcruntime:wcschr.obj + 0002:000120c0 ?ccs@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 100980c0 libucrt:openfile.obj + 0002:000120c4 ?utf8_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 100980c4 libucrt:openfile.obj + 0002:000120cc ?utf16_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 100980cc libucrt:openfile.obj + 0002:000120d4 ?unicode_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 100980d4 libucrt:openfile.obj + 0002:000120db __Asan_string_should_annotate 100980db libcpmt:asan_noop.obj + 0002:000120db __Asan_string_should_annotate_default 100980db libcpmt:asan_noop.obj + 0002:000120dc __Asan_vector_should_annotate_default 100980dc libcpmt:asan_noop.obj + 0002:000120e0 ??_C@_04NOJCDH@?$CF02x?$AA@ 100980e0 udis86:udis86.obj + 0002:000120e8 ??_C@_04GOMEICPF@far?5?$AA@ 100980e8 udis86:syn-intel.obj + 0002:000120f0 ??_C@_05MAAGGIBB@byte?5?$AA@ 100980f0 udis86:syn-intel.obj + 0002:000120f8 ??_C@_05FIBEKMPA@word?5?$AA@ 100980f8 udis86:syn-intel.obj + 0002:00012100 ??_C@_06LEDLKNL@dword?5?$AA@ 10098100 udis86:syn-intel.obj + 0002:00012108 ??_C@_06DOKFAJLC@qword?5?$AA@ 10098108 udis86:syn-intel.obj + 0002:00012110 ??_C@_06GMJNCGBF@tword?5?$AA@ 10098110 udis86:syn-intel.obj + 0002:00012118 ??_C@_06JEEOOCB@oword?5?$AA@ 10098118 udis86:syn-intel.obj + 0002:00012120 ??_C@_06NEKEHNF@yword?5?$AA@ 10098120 udis86:syn-intel.obj + 0002:00012128 ??_C@_02DKCKIIND@?$CFs?$AA@ 10098128 udis86:syn-intel.obj + 0002:0001212c ??_C@_01OHGJGJJP@?$FL?$AA@ 1009812c udis86:syn-intel.obj + 0002:00012130 ??_C@_03DKEJHHJP@?$CFs?3?$AA@ 10098130 udis86:syn-intel.obj + 0002:00012134 ??_C@_01MIFGBAGJ@?$CL?$AA@ 10098134 udis86:syn-intel.obj + 0002:00012136 ??_C@_00CNPNBAHC@?$AA@ 10098136 udis86:syn-intel.obj + 0002:00012138 ??_C@_04HDOCAJNK@?$CFs?$CFs?$AA@ 10098138 udis86:syn-intel.obj + 0002:00012140 ??_C@_03COCDEFBB@?$CK?$CFd?$AA@ 10098140 udis86:syn-intel.obj + 0002:00012144 ??_C@_01LBDDMOBJ@?$FN?$AA@ 10098144 udis86:syn-intel.obj + 0002:00012148 ??_C@_0P@CGOKHBFO@word?50x?$CFx?30x?$CFx?$AA@ 10098148 udis86:syn-intel.obj + 0002:00012158 ??_C@_0BA@PAPCPIOM@dword?50x?$CFx?30x?$CFx?$AA@ 10098158 udis86:syn-intel.obj + 0002:00012168 ??_C@_02DPKJAMEF@?$CFd?$AA@ 10098168 udis86:syn-intel.obj + 0002:0001216c ??_C@_04HCEKKKGN@o32?5?$AA@ 1009816c udis86:syn-intel.obj + 0002:00012174 ??_C@_04NPEKMKDK@o16?5?$AA@ 10098174 udis86:syn-intel.obj + 0002:0001217c ??_C@_04MNHKBEAM@a32?5?$AA@ 1009817c udis86:syn-intel.obj + 0002:00012184 ??_C@_04GAHKHEFL@a16?5?$AA@ 10098184 udis86:syn-intel.obj + 0002:0001218c ??_C@_03IKGEINEE@?$CFs?5?$AA@ 1009818c udis86:syn-intel.obj + 0002:00012190 ??_C@_05NCPMCJGP@lock?5?$AA@ 10098190 udis86:syn-intel.obj + 0002:00012198 ??_C@_04HHECPAIO@rep?5?$AA@ 10098198 udis86:syn-intel.obj + 0002:000121a0 ??_C@_05OJKCIHFO@repe?5?$AA@ 100981a0 udis86:syn-intel.obj + 0002:000121a8 ??_C@_06LIOODCPM@repne?5?$AA@ 100981a8 udis86:syn-intel.obj + 0002:000121b0 ??_C@_01CLKCMJKC@?5?$AA@ 100981b0 udis86:syn-intel.obj + 0002:000121b4 ??_C@_02KEGNLNML@?0?5?$AA@ 100981b4 udis86:syn-intel.obj + 0002:000121b8 _ud_mnemonics_str 100981b8 udis86:itab.obj + 0002:00012fe8 ??_C@_06KMJLBAPP@opctbl?$AA@ 10098fe8 udis86:itab.obj + 0002:00012ff0 ??_C@_02ODPMDCNK@?1m?$AA@ 10098ff0 udis86:itab.obj + 0002:00012ff4 ??_C@_04NPNKCMIL@?1reg?$AA@ 10098ff4 udis86:itab.obj + 0002:00012ffc ??_C@_04PBBKLNFH@?1mod?$AA@ 10098ffc udis86:itab.obj + 0002:00013004 ??_C@_03KBMMDGFP@?1rm?$AA@ 10099004 udis86:itab.obj + 0002:00013008 ??_C@_07KBMOBFIF@?1vendor?$AA@ 10099008 udis86:itab.obj + 0002:00013010 ??_C@_06ENDGCOGG@?13dnow?$AA@ 10099010 udis86:itab.obj + 0002:00013018 ??_C@_04ENPLPGKO@?1sse?$AA@ 10099018 udis86:itab.obj + 0002:00013020 ??_C@_02NBMKFAFI@?1o?$AA@ 10099020 udis86:itab.obj + 0002:00013024 ??_C@_04JNOCLFEC@?1vex?$AA@ 10099024 udis86:itab.obj + 0002:0001302c ??_C@_05FBAHOGKC@?1vexl?$AA@ 1009902c udis86:itab.obj + 0002:00013034 ??_C@_05PIDBCNDI@?1vexw?$AA@ 10099034 udis86:itab.obj + 0002:0001303c ??_C@_04GOLICMFI@?1x87?$AA@ 1009903c udis86:itab.obj + 0002:00013044 ??_C@_02EPEJHNNG@?1a?$AA@ 10099044 udis86:itab.obj + 0002:00013048 ??_C@_03GINCELHE@aaa?$AA@ 10099048 udis86:itab.obj + 0002:0001304c ??_C@_03BFKFLPDB@aad?$AA@ 1009904c udis86:itab.obj + 0002:00013050 ??_C@_03MEGHAEHI@aam?$AA@ 10099050 udis86:itab.obj + 0002:00013054 ??_C@_03BACGDLKH@aas?$AA@ 10099054 udis86:itab.obj + 0002:00013058 ??_C@_03FMCPOLBN@adc?$AA@ 10099058 udis86:itab.obj + 0002:0001305c ??_C@_03BDGOHNNK@add?$AA@ 1009905c udis86:itab.obj + 0002:00013060 ??_C@_05DPFIJ@addpd?$AA@ 10099060 udis86:itab.obj + 0002:00013068 ??_C@_05FIAHBBP@addps?$AA@ 10099068 udis86:itab.obj + 0002:00013070 ??_C@_05CEFELNA@addsd?$AA@ 10099070 udis86:itab.obj + 0002:00013078 ??_C@_05HMGMPEG@addss?$AA@ 10099078 udis86:itab.obj + 0002:00013080 ??_C@_08BHNFBKK@addsubpd?$AA@ 10099080 udis86:itab.obj + 0002:0001308c ??_C@_08EPONFDM@addsubps?$AA@ 1009908c udis86:itab.obj + 0002:00013098 ??_C@_06BNJBDCNN@aesdec?$AA@ 10099098 udis86:itab.obj + 0002:000130a0 ??_C@_0L@DKDBOHOJ@aesdeclast?$AA@ 100990a0 udis86:itab.obj + 0002:000130ac ??_C@_06KJHILKFJ@aesenc?$AA@ 100990ac udis86:itab.obj + 0002:000130b4 ??_C@_0L@PEJMLDIN@aesenclast?$AA@ 100990b4 udis86:itab.obj + 0002:000130c0 ??_C@_06OBOILLLI@aesimc?$AA@ 100990c0 udis86:itab.obj + 0002:000130c8 ??_C@_0BA@BKBPMOOB@aeskeygenassist?$AA@ 100990c8 udis86:itab.obj + 0002:000130d8 ??_C@_03BOPJPIAM@and?$AA@ 100990d8 udis86:itab.obj + 0002:000130dc ??_C@_06JPIHJOLE@andnpd?$AA@ 100990dc udis86:itab.obj + 0002:000130e4 ??_C@_06JKAEBKCC@andnps?$AA@ 100990e4 udis86:itab.obj + 0002:000130ec ??_C@_05EKLDONCI@andpd?$AA@ 100990ec udis86:itab.obj + 0002:000130f4 ??_C@_05EPDAGJLO@andps?$AA@ 100990f4 udis86:itab.obj + 0002:000130fc ??_C@_04MBAAHCPD@arpl?$AA@ 100990fc udis86:itab.obj + 0002:00013104 ??_C@_07NLBKFAKD@blendpd?$AA@ 10099104 udis86:itab.obj + 0002:0001310c ??_C@_07NOJJNEDF@blendps?$AA@ 1009910c udis86:itab.obj + 0002:00013114 ??_C@_08HANBBCNB@blendvpd?$AA@ 10099114 udis86:itab.obj + 0002:00013120 ??_C@_08HFFCJGEH@blendvps?$AA@ 10099120 udis86:itab.obj + 0002:0001312c ??_C@_05PFKAILG@bound?$AA@ 1009912c udis86:itab.obj + 0002:00013134 ??_C@_03CKIEAFED@bsf?$AA@ 10099134 udis86:itab.obj + 0002:00013138 ??_C@_03ECKNCBG@bsr?$AA@ 10099138 udis86:itab.obj + 0002:0001313c ??_C@_05CFLBCKNG@bswap?$AA@ 1009913c udis86:itab.obj + 0002:00013144 ??_C@_02LOIFFB@bt?$AA@ 10099144 udis86:itab.obj + 0002:00013148 ??_C@_03FCLMOHID@btc?$AA@ 10099148 udis86:itab.obj + 0002:0001314c ??_C@_03BGFMEJD@btr?$AA@ 1009914c udis86:itab.obj + 0002:00013150 ??_C@_03BIHOPFNC@bts?$AA@ 10099150 udis86:itab.obj + 0002:00013154 ??_C@_04OMFAIDPG@call?$AA@ 10099154 udis86:itab.obj + 0002:0001315c ??_C@_03NMAFIIHB@cbw?$AA@ 1009915c udis86:itab.obj + 0002:00013160 ??_C@_03IONCFDEF@cdq?$AA@ 10099160 udis86:itab.obj + 0002:00013164 ??_C@_04BOLCPIKO@cdqe?$AA@ 10099164 udis86:itab.obj + 0002:0001316c ??_C@_03PIDFHCCO@clc?$AA@ 1009916c udis86:itab.obj + 0002:00013170 ??_C@_03LHHEOEOJ@cld?$AA@ 10099170 udis86:itab.obj + 0002:00013174 ??_C@_07KNLCLAFM@clflush?$AA@ 10099174 udis86:itab.obj + 0002:0001317c ??_C@_04GPBIEAIP@clgi?$AA@ 1009917c udis86:itab.obj + 0002:00013184 ??_C@_03CNKJKKE@cli?$AA@ 10099184 udis86:itab.obj + 0002:00013188 ??_C@_04MBFFKHHN@clts?$AA@ 10099188 udis86:itab.obj + 0002:00013190 ??_C@_03PJPHBIBJ@cmc?$AA@ 10099190 udis86:itab.obj + 0002:00013194 ??_C@_05OOCADJAF@cmova?$AA@ 10099194 udis86:itab.obj + 0002:0001319c ??_C@_06GIAOELFE@cmovae?$AA@ 1009919c udis86:itab.obj + 0002:000131a4 ??_C@_05MFANGKMG@cmovb?$AA@ 100991a4 udis86:itab.obj + 0002:000131ac ??_C@_06GKEIPFAN@cmovbe?$AA@ 100991ac udis86:itab.obj + 0002:000131b4 ??_C@_05LIHKJOID@cmovg?$AA@ 100991b4 udis86:itab.obj + 0002:000131bc ??_C@_06GMIDDHOG@cmovge?$AA@ 100991bc udis86:itab.obj + 0002:000131c4 ??_C@_05FLIOEHEI@cmovl?$AA@ 100991c4 udis86:itab.obj + 0002:000131cc ??_C@_06GANGNIAH@cmovle?$AA@ 100991cc udis86:itab.obj + 0002:000131d4 ??_C@_06JJLNOEOD@cmovno?$AA@ 100991d4 udis86:itab.obj + 0002:000131dc ??_C@_06FEOHOKHN@cmovnp?$AA@ 100991dc udis86:itab.obj + 0002:000131e4 ??_C@_06HPMKLJLO@cmovns?$AA@ 100991e4 udis86:itab.obj + 0002:000131ec ??_C@_06KOAIACPH@cmovnz?$AA@ 100991ec udis86:itab.obj + 0002:000131f4 ??_C@_05HAKDBEIL@cmovo?$AA@ 100991f4 udis86:itab.obj + 0002:000131fc ??_C@_05LNPJBKBF@cmovp?$AA@ 100991fc udis86:itab.obj + 0002:00013204 ??_C@_05JGNEEJNG@cmovs?$AA@ 10099204 udis86:itab.obj + 0002:0001320c ??_C@_05EHBGPCJP@cmovz?$AA@ 1009920c udis86:itab.obj + 0002:00013214 ??_C@_03JIBIFJIL@cmp?$AA@ 10099214 udis86:itab.obj + 0002:00013218 ??_C@_05JPKAPGDL@cmppd?$AA@ 10099218 udis86:itab.obj + 0002:00013220 ??_C@_05JKCDHCKN@cmpps?$AA@ 10099220 udis86:itab.obj + 0002:00013228 ??_C@_05MLLMOPOE@cmpsb?$AA@ 10099228 udis86:itab.obj + 0002:00013230 ??_C@_05JNOGEIGC@cmpsd?$AA@ 10099230 udis86:itab.obj + 0002:00013238 ??_C@_05KKFDKOHG@cmpsq?$AA@ 10099238 udis86:itab.obj + 0002:00013240 ??_C@_05JIGFMMPE@cmpss?$AA@ 10099240 udis86:itab.obj + 0002:00013248 ??_C@_05PMAJAJPA@cmpsw?$AA@ 10099248 udis86:itab.obj + 0002:00013250 ??_C@_07KJLDDDDB@cmpxchg?$AA@ 10099250 udis86:itab.obj + 0002:00013258 ??_C@_0L@LMBAAHML@cmpxchg16b?$AA@ 10099258 udis86:itab.obj + 0002:00013264 ??_C@_09EDOHCBK@cmpxchg8b?$AA@ 10099264 udis86:itab.obj + 0002:00013270 ??_C@_06FBMFLIKJ@comisd?$AA@ 10099270 udis86:itab.obj + 0002:00013278 ??_C@_06FEEGDMDP@comiss?$AA@ 10099278 udis86:itab.obj + 0002:00013280 ??_C@_05CDPJMNMF@cpuid?$AA@ 10099280 udis86:itab.obj + 0002:00013288 ??_C@_03EAHOANAB@cqo?$AA@ 10099288 udis86:itab.obj + 0002:0001328c ??_C@_05KBIBMHFC@crc32?$AA@ 1009928c udis86:itab.obj + 0002:00013294 ??_C@_08FGJFEIPF@cvtdq2pd?$AA@ 10099294 udis86:itab.obj + 0002:000132a0 ??_C@_08FDBGMMGD@cvtdq2ps?$AA@ 100992a0 udis86:itab.obj + 0002:000132ac ??_C@_08EKEIPNDC@cvtpd2dq?$AA@ 100992ac udis86:itab.obj + 0002:000132b8 ??_C@_08NDHMGOMH@cvtpd2pi?$AA@ 100992b8 udis86:itab.obj + 0002:000132c4 ??_C@_08GDFBJEBM@cvtpd2ps?$AA@ 100992c4 udis86:itab.obj + 0002:000132d0 ??_C@_08JOECNEDL@cvtpi2pd?$AA@ 100992d0 udis86:itab.obj + 0002:000132dc ??_C@_08JLMBFAKN@cvtpi2ps?$AA@ 100992dc udis86:itab.obj + 0002:000132e8 ??_C@_08JIIILGKA@cvtps2dq?$AA@ 100992e8 udis86:itab.obj + 0002:000132f4 ??_C@_08LEBCFLBI@cvtps2pd?$AA@ 100992f4 udis86:itab.obj + 0002:00013300 ??_C@_08BLMCFFF@cvtps2pi?$AA@ 10099300 udis86:itab.obj + 0002:0001330c ??_C@_08FHKOKCDA@cvtsd2si?$AA@ 1009930c udis86:itab.obj + 0002:00013318 ??_C@_08OHIDFIOL@cvtsd2ss?$AA@ 10099318 udis86:itab.obj + 0002:00013324 ??_C@_08BKJABIMM@cvtsi2sd?$AA@ 10099324 udis86:itab.obj + 0002:00013330 ??_C@_08BPBDJMFK@cvtsi2ss?$AA@ 10099330 udis86:itab.obj + 0002:0001333c ??_C@_08DAMAJHOP@cvtss2sd?$AA@ 1009933c udis86:itab.obj + 0002:00013348 ??_C@_08IFGOOJKC@cvtss2si?$AA@ 10099348 udis86:itab.obj + 0002:00013354 ??_C@_09NBGJDONK@cvttpd2dq?$AA@ 10099354 udis86:itab.obj + 0002:00013360 ??_C@_09EIFNKNCP@cvttpd2pi?$AA@ 10099360 udis86:itab.obj + 0002:0001336c ??_C@_09DKJHFEI@cvttps2dq?$AA@ 1009936c udis86:itab.obj + 0002:00013378 ??_C@_09JKJNOGLN@cvttps2pi?$AA@ 10099378 udis86:itab.obj + 0002:00013384 ??_C@_09MMIPGBNI@cvttsd2si?$AA@ 10099384 udis86:itab.obj + 0002:00013390 ??_C@_09BOEPCKEK@cvttss2si?$AA@ 10099390 udis86:itab.obj + 0002:0001339c ??_C@_03KHAHKIHI@cwd?$AA@ 1009939c udis86:itab.obj + 0002:000133a0 ??_C@_04EGPDGBEE@cwde?$AA@ 100993a0 udis86:itab.obj + 0002:000133a8 ??_C@_03FPAMLLEG@daa?$AA@ 100993a8 udis86:itab.obj + 0002:000133ac ??_C@_03CHPIMLJF@das?$AA@ 100993ac udis86:itab.obj + 0002:000133b0 ??_C@_03GKDDHBBI@dec?$AA@ 100993b0 udis86:itab.obj + 0002:000133b4 ??_C@_03FEJMGOGI@div?$AA@ 100993b4 udis86:itab.obj + 0002:000133b8 ??_C@_05FCEODPJP@divpd?$AA@ 100993b8 udis86:itab.obj + 0002:000133c0 ??_C@_05FHMNLLAJ@divps?$AA@ 100993c0 udis86:itab.obj + 0002:000133c8 ??_C@_05FAAIIBMG@divsd?$AA@ 100993c8 udis86:itab.obj + 0002:000133d0 ??_C@_05FFILAFFA@divss?$AA@ 100993d0 udis86:itab.obj + 0002:000133d8 ??_C@_04GLDALPAA@dppd?$AA@ 100993d8 udis86:itab.obj + 0002:000133e0 ??_C@_04GOLDDLJG@dpps?$AA@ 100993e0 udis86:itab.obj + 0002:000133e8 ??_C@_04OFFOKNEH@emms?$AA@ 100993e8 udis86:itab.obj + 0002:000133f0 ??_C@_05IHEOCMON@enter?$AA@ 100993f0 udis86:itab.obj + 0002:000133f8 ??_C@_09JKKJMDNE@extractps?$AA@ 100993f8 udis86:itab.obj + 0002:00013404 ??_C@_05GDKIIOEP@f2xm1?$AA@ 10099404 udis86:itab.obj + 0002:0001340c ??_C@_04ODHECPBC@fabs?$AA@ 1009940c udis86:itab.obj + 0002:00013414 ??_C@_04OCHKNHDG@fadd?$AA@ 10099414 udis86:itab.obj + 0002:0001341c ??_C@_05OAGHJGLI@faddp?$AA@ 1009941c udis86:itab.obj + 0002:00013424 ??_C@_04PONMCJGA@fbld?$AA@ 10099424 udis86:itab.obj + 0002:0001342c ??_C@_05HGCPCADO@fbstp?$AA@ 1009942c udis86:itab.obj + 0002:00013434 ??_C@_04EEOKGCEP@fchs?$AA@ 10099434 udis86:itab.obj + 0002:0001343c ??_C@_05JGAIANAI@fclex?$AA@ 1009943c udis86:itab.obj + 0002:00013444 ??_C@_06BMFGNME@fcmovb?$AA@ 10099444 udis86:itab.obj + 0002:0001344c ??_C@_07IEICFMCG@fcmovbe?$AA@ 1009944c udis86:itab.obj + 0002:00013454 ??_C@_06EOIEPLAD@fcmove?$AA@ 10099454 udis86:itab.obj + 0002:0001345c ??_C@_07MCNJDDIF@fcmovnb?$AA@ 1009945c udis86:itab.obj + 0002:00013464 ??_C@_08IFJKDBHO@fcmovnbe?$AA@ 10099464 udis86:itab.obj + 0002:00013470 ??_C@_07INJIKFEC@fcmovne?$AA@ 10099470 udis86:itab.obj + 0002:00013478 ??_C@_07MHFKLHBD@fcmovnu?$AA@ 10099478 udis86:itab.obj + 0002:00013480 ??_C@_06EEGOJFC@fcmovu?$AA@ 10099480 udis86:itab.obj + 0002:00013488 ??_C@_04JFOEELBF@fcom?$AA@ 10099488 udis86:itab.obj + 0002:00013490 ??_C@_05IADIFENB@fcom2?$AA@ 10099490 udis86:itab.obj + 0002:00013498 ??_C@_05NJHHNAEO@fcomi?$AA@ 10099498 udis86:itab.obj + 0002:000134a0 ??_C@_06LOICGCLB@fcomip?$AA@ 100994a0 udis86:itab.obj + 0002:000134a8 ??_C@_05ECHHHJFG@fcomp?$AA@ 100994a8 udis86:itab.obj + 0002:000134b0 ??_C@_06HGCBOGII@fcomp3?$AA@ 100994b0 udis86:itab.obj + 0002:000134b8 ??_C@_06CAHLEBAO@fcomp5?$AA@ 100994b8 udis86:itab.obj + 0002:000134c0 ??_C@_06KNHFPKEO@fcompp?$AA@ 100994c0 udis86:itab.obj + 0002:000134c8 ??_C@_04EBKFHEMK@fcos?$AA@ 100994c8 udis86:itab.obj + 0002:000134d0 ??_C@_07HAEGMECA@fdecstp?$AA@ 100994d0 udis86:itab.obj + 0002:000134d8 ??_C@_04KFIIMEIE@fdiv?$AA@ 100994d8 udis86:itab.obj + 0002:000134e0 ??_C@_05MFEPLGAL@fdivp?$AA@ 100994e0 udis86:itab.obj + 0002:000134e8 ??_C@_05PHHJNEIJ@fdivr?$AA@ 100994e8 udis86:itab.obj + 0002:000134f0 ??_C@_06LLKMDLKG@fdivrp?$AA@ 100994f0 udis86:itab.obj + 0002:000134f8 ??_C@_05EMBDBHLO@femms?$AA@ 100994f8 udis86:itab.obj + 0002:00013500 ??_C@_05BBECMOMI@ffree?$AA@ 10099500 udis86:itab.obj + 0002:00013508 ??_C@_06LKJBHBLK@ffreep?$AA@ 10099508 udis86:itab.obj + 0002:00013510 ??_C@_05MJGHPKBO@fiadd?$AA@ 10099510 udis86:itab.obj + 0002:00013518 ??_C@_05LOPJGGDN@ficom?$AA@ 10099518 udis86:itab.obj + 0002:00013520 ??_C@_06HHOJMMIB@ficomp?$AA@ 10099520 udis86:itab.obj + 0002:00013528 ??_C@_05IOJFOJKM@fidiv?$AA@ 10099528 udis86:itab.obj + 0002:00013530 ??_C@_06MCOHGBFO@fidivr?$AA@ 10099530 udis86:itab.obj + 0002:00013538 ??_C@_04CJNNKOGB@fild?$AA@ 10099538 udis86:itab.obj + 0002:00013540 ??_C@_05FGIMAGOJ@fimul?$AA@ 10099540 udis86:itab.obj + 0002:00013548 ??_C@_07HLFGFFCD@fincstp?$AA@ 10099548 udis86:itab.obj + 0002:00013550 ??_C@_04HEGFFIHN@fist?$AA@ 10099550 udis86:itab.obj + 0002:00013558 ??_C@_05BPPBBCP@fistp?$AA@ 10099558 udis86:itab.obj + 0002:00013560 ??_C@_06IDOGBDGC@fisttp?$AA@ 10099560 udis86:itab.obj + 0002:00013568 ??_C@_05HIMJALML@fisub?$AA@ 10099568 udis86:itab.obj + 0002:00013570 ??_C@_06BBMHMJEH@fisubr?$AA@ 10099570 udis86:itab.obj + 0002:00013578 ??_C@_03IAKKBENL@fld?$AA@ 10099578 udis86:itab.obj + 0002:0001357c ??_C@_04NHNMKGPK@fld1?$AA@ 1009957c udis86:itab.obj + 0002:00013584 ??_C@_05FCPJNCEL@fldcw?$AA@ 10099584 udis86:itab.obj + 0002:0001358c ??_C@_06KOKFHIJJ@fldenv?$AA@ 1009958c udis86:itab.obj + 0002:00013594 ??_C@_06NHOEKBFF@fldl2e?$AA@ 10099594 udis86:itab.obj + 0002:0001359c ??_C@_06IEDNICEF@fldl2t?$AA@ 1009959c udis86:itab.obj + 0002:000135a4 ??_C@_06EIGJIGJN@fldlg2?$AA@ 100995a4 udis86:itab.obj + 0002:000135ac ??_C@_06EHLILNBC@fldln2?$AA@ 100995ac udis86:itab.obj + 0002:000135b4 ??_C@_05JINIPALN@fldpi?$AA@ 100995b4 udis86:itab.obj + 0002:000135bc ??_C@_04MEFBDADE@fldz?$AA@ 100995bc udis86:itab.obj + 0002:000135c4 ??_C@_04HNJBCLMB@fmul?$AA@ 100995c4 udis86:itab.obj + 0002:000135cc ??_C@_05MDCBBKPL@fmulp?$AA@ 100995cc udis86:itab.obj + 0002:000135d4 ??_C@_06HABPFIJH@fndisi?$AA@ 100995d4 udis86:itab.obj + 0002:000135dc ??_C@_05EMBMEKMC@fneni?$AA@ 100995dc udis86:itab.obj + 0002:000135e4 ??_C@_06PLIFOOCF@fninit?$AA@ 100995e4 udis86:itab.obj + 0002:000135ec ??_C@_04JIOCPPNE@fnop?$AA@ 100995ec udis86:itab.obj + 0002:000135f4 ??_C@_06MNBFLGAN@fnsave?$AA@ 100995f4 udis86:itab.obj + 0002:000135fc ??_C@_07OLELHDDB@fnsetpm?$AA@ 100995fc udis86:itab.obj + 0002:00013604 ??_C@_06MIMLAAOI@fnstcw?$AA@ 10099604 udis86:itab.obj + 0002:0001360c ??_C@_07OBOALIBJ@fnstenv?$AA@ 1009960c udis86:itab.obj + 0002:00013614 ??_C@_06NEONKDJI@fnstsw?$AA@ 10099614 udis86:itab.obj + 0002:0001361c ??_C@_06HDLDNKJH@fpatan?$AA@ 1009961c udis86:itab.obj + 0002:00013624 ??_C@_05DGDLCGOC@fprem?$AA@ 10099624 udis86:itab.obj + 0002:0001362c ??_C@_06IIGPLPMA@fprem1?$AA@ 1009962c udis86:itab.obj + 0002:00013634 ??_C@_05DPHEICCB@fptan?$AA@ 10099634 udis86:itab.obj + 0002:0001363c ??_C@_07OGNGBFFO@frndint?$AA@ 1009963c udis86:itab.obj + 0002:00013644 ??_C@_06MILCMPCJ@frstor?$AA@ 10099644 udis86:itab.obj + 0002:0001364c ??_C@_06BCJCCFPK@frstpm?$AA@ 1009964c udis86:itab.obj + 0002:00013654 ??_C@_06DAMBGGM@fscale?$AA@ 10099654 udis86:itab.obj + 0002:0001365c ??_C@_04OKFNDDPL@fsin?$AA@ 1009965c udis86:itab.obj + 0002:00013664 ??_C@_07DGCKCKGH@fsincos?$AA@ 10099664 udis86:itab.obj + 0002:0001366c ??_C@_05OBEHOPDB@fsqrt?$AA@ 1009966c udis86:itab.obj + 0002:00013674 ??_C@_03NNBCOCMH@fst?$AA@ 10099674 udis86:itab.obj + 0002:00013678 ??_C@_04CKOCDMAH@fstp?$AA@ 10099678 udis86:itab.obj + 0002:00013680 ??_C@_05FIBDHACN@fstp1?$AA@ 10099680 udis86:itab.obj + 0002:00013688 ??_C@_05IJNBMLGE@fstp8?$AA@ 10099688 udis86:itab.obj + 0002:00013690 ??_C@_05JAMKPKCF@fstp9?$AA@ 10099690 udis86:itab.obj + 0002:00013698 ??_C@_04FDNECGOD@fsub?$AA@ 10099698 udis86:itab.obj + 0002:000136a0 ??_C@_05BGGPBOBC@fsubp?$AA@ 100996a0 udis86:itab.obj + 0002:000136a8 ??_C@_05CEFJHMJA@fsubr?$AA@ 100996a8 udis86:itab.obj + 0002:000136b0 ??_C@_06NPBELDMO@fsubrp?$AA@ 100996b0 udis86:itab.obj + 0002:000136b8 ??_C@_04NGBGNHDP@ftst?$AA@ 100996b8 udis86:itab.obj + 0002:000136c0 ??_C@_05BLOJBMLO@fucom?$AA@ 100996c0 udis86:itab.obj + 0002:000136c8 ??_C@_06JIPNKHHJ@fucomi?$AA@ 100996c8 udis86:itab.obj + 0002:000136d0 ??_C@_07GHOENMJ@fucomip?$AA@ 100996d0 udis86:itab.obj + 0002:000136d8 ??_C@_06DPNAOGB@fucomp?$AA@ 100996d8 udis86:itab.obj + 0002:000136e0 ??_C@_07BFIJNFDG@fucompp?$AA@ 100996e0 udis86:itab.obj + 0002:000136e8 ??_C@_04BIGCLGIB@fxam?$AA@ 100996e8 udis86:itab.obj + 0002:000136f0 ??_C@_04GGJBJGKK@fxch?$AA@ 100996f0 udis86:itab.obj + 0002:000136f8 ??_C@_05INEPCIJH@fxch4?$AA@ 100996f8 udis86:itab.obj + 0002:00013700 ??_C@_05KGGCHLFE@fxch7?$AA@ 10099700 udis86:itab.obj + 0002:00013708 ??_C@_07BBJJIBJB@fxrstor?$AA@ 10099708 udis86:itab.obj + 0002:00013710 ??_C@_06BIJKFHIL@fxsave?$AA@ 10099710 udis86:itab.obj + 0002:00013718 ??_C@_07MCCHLCHD@fxtract?$AA@ 10099718 udis86:itab.obj + 0002:00013720 ??_C@_05NFKLLKBO@fyl2x?$AA@ 10099720 udis86:itab.obj + 0002:00013728 ??_C@_07GNFJNPAE@fyl2xp1?$AA@ 10099728 udis86:itab.obj + 0002:00013730 ??_C@_06BKPLENB@getsec?$AA@ 10099730 udis86:itab.obj + 0002:00013738 ??_C@_06JEPEIJNG@haddpd?$AA@ 10099738 udis86:itab.obj + 0002:00013740 ??_C@_06JBHHANEA@haddps?$AA@ 10099740 udis86:itab.obj + 0002:00013748 ??_C@_03CKLHHBLJ@hlt?$AA@ 10099748 udis86:itab.obj + 0002:0001374c ??_C@_06KCABMLKI@hsubpd?$AA@ 1009974c udis86:itab.obj + 0002:00013754 ??_C@_06KHICEPDO@hsubps?$AA@ 10099754 udis86:itab.obj + 0002:0001375c ??_C@_04CHNIFDFF@idiv?$AA@ 1009975c udis86:itab.obj + 0002:00013764 ??_C@_04PPMBLMBA@imul?$AA@ 10099764 udis86:itab.obj + 0002:0001376c ??_C@_02LMMGJAGL@in?$AA@ 1009976c udis86:itab.obj + 0002:00013770 ??_C@_03JEAMEGCE@inc?$AA@ 10099770 udis86:itab.obj + 0002:00013774 ??_C@_04HHHKECMC@insb?$AA@ 10099774 udis86:itab.obj + 0002:0001377c ??_C@_04CBCAOFEE@insd?$AA@ 1009977c udis86:itab.obj + 0002:00013784 ??_C@_08JOECPMHJ@insertps?$AA@ 10099784 udis86:itab.obj + 0002:00013790 ??_C@_04EAMPKENG@insw?$AA@ 10099790 udis86:itab.obj + 0002:00013798 ??_C@_03JBIPMCLC@int?$AA@ 10099798 udis86:itab.obj + 0002:0001379c ??_C@_04ODKDFKNA@int1?$AA@ 1009979c udis86:itab.obj + 0002:000137a4 ??_C@_04NBJFDIFC@int3?$AA@ 100997a4 udis86:itab.obj + 0002:000137ac ??_C@_04MHJLCKAK@into?$AA@ 100997ac udis86:itab.obj + 0002:000137b4 ??_C@_04CHOLCHKP@invd?$AA@ 100997b4 udis86:itab.obj + 0002:000137bc ??_C@_06CLILIBGB@invept?$AA@ 100997bc udis86:itab.obj + 0002:000137c4 ??_C@_06DHGMIPHJ@invlpg?$AA@ 100997c4 udis86:itab.obj + 0002:000137cc ??_C@_07FFAIPPPB@invlpga?$AA@ 100997cc udis86:itab.obj + 0002:000137d4 ??_C@_07ILBKJJN@invvpid?$AA@ 100997d4 udis86:itab.obj + 0002:000137dc ??_C@_05LMEFNKHP@iretd?$AA@ 100997dc udis86:itab.obj + 0002:000137e4 ??_C@_05ILPADMGL@iretq?$AA@ 100997e4 udis86:itab.obj + 0002:000137ec ??_C@_05NNKKJLON@iretw?$AA@ 100997ec udis86:itab.obj + 0002:000137f4 ??_C@_02DJBIDCPN@ja?$AA@ 100997f4 udis86:itab.obj + 0002:000137f8 ??_C@_03NLLPAJHB@jae?$AA@ 100997f8 udis86:itab.obj + 0002:000137fc ??_C@_02BCDFGBDO@jb?$AA@ 100997fc udis86:itab.obj + 0002:00013800 ??_C@_03NJPJLHCI@jbe?$AA@ 10099800 udis86:itab.obj + 0002:00013804 ??_C@_04EMPOJHHH@jcxz?$AA@ 10099804 udis86:itab.obj + 0002:0001380c ??_C@_05BACBHKCE@jecxz?$AA@ 1009980c udis86:itab.obj + 0002:00013814 ??_C@_02GPECJFHL@jg?$AA@ 10099814 udis86:itab.obj + 0002:00013818 ??_C@_03NPDCHFMD@jge?$AA@ 10099818 udis86:itab.obj + 0002:0001381c ??_C@_02IMLGEMLA@jl?$AA@ 1009981c udis86:itab.obj + 0002:00013820 ??_C@_03NDGHJKCC@jle?$AA@ 10099820 udis86:itab.obj + 0002:00013824 ??_C@_03OFBABGAB@jmp?$AA@ 10099824 udis86:itab.obj + 0002:00013828 ??_C@_03CKAMKGMG@jno?$AA@ 10099828 udis86:itab.obj + 0002:0001382c ??_C@_03OHFGKIFI@jnp?$AA@ 1009982c udis86:itab.obj + 0002:00013830 ??_C@_03MMHLPLJL@jns?$AA@ 10099830 udis86:itab.obj + 0002:00013834 ??_C@_03BNLJEANC@jnz?$AA@ 10099834 udis86:itab.obj + 0002:00013838 ??_C@_02KHJLBPHD@jo?$AA@ 10099838 udis86:itab.obj + 0002:0001383c ??_C@_02GKMBBBON@jp?$AA@ 1009983c udis86:itab.obj + 0002:00013840 ??_C@_05MCOBDBLG@jrcxz?$AA@ 10099840 udis86:itab.obj + 0002:00013848 ??_C@_02EBOMECCO@js?$AA@ 10099848 udis86:itab.obj + 0002:0001384c ??_C@_02JACOPJGH@jz?$AA@ 1009984c udis86:itab.obj + 0002:00013850 ??_C@_04JDOGFEHB@lahf?$AA@ 10099850 udis86:itab.obj + 0002:00013858 ??_C@_03PLFHNCDL@lar?$AA@ 10099858 udis86:itab.obj + 0002:0001385c ??_C@_05OOIGKPHA@lddqu?$AA@ 1009985c udis86:itab.obj + 0002:00013864 ??_C@_07HNIFNPIO@ldmxcsr?$AA@ 10099864 udis86:itab.obj + 0002:0001386c ??_C@_03OEIHCBJB@lds?$AA@ 1009986c udis86:itab.obj + 0002:00013870 ??_C@_03JNLBDLHF@lea?$AA@ 10099870 udis86:itab.obj + 0002:00013874 ??_C@_05KLLFHCCG@leave?$AA@ 10099874 udis86:itab.obj + 0002:0001387c ??_C@_03OFEFELKG@les?$AA@ 1009987c udis86:itab.obj + 0002:00013880 ??_C@_06CIBIHIMB@lfence?$AA@ 10099880 udis86:itab.obj + 0002:00013888 ??_C@_03OHADPFPP@lfs?$AA@ 10099888 udis86:itab.obj + 0002:0001388c ??_C@_04MHGDICBK@lgdt?$AA@ 1009988c udis86:itab.obj + 0002:00013894 ??_C@_03OGMBJPMI@lgs?$AA@ 10099894 udis86:itab.obj + 0002:00013898 ??_C@_04CHLMPFCJ@lidt?$AA@ 10099898 udis86:itab.obj + 0002:000138a0 ??_C@_04BAGCAFBL@lldt?$AA@ 100998a0 udis86:itab.obj + 0002:000138a8 ??_C@_04JKJKIEEI@lmsw?$AA@ 100998a8 udis86:itab.obj + 0002:000138b0 ??_C@_04MKMCLCOO@lock?$AA@ 100998b0 udis86:itab.obj + 0002:000138b8 ??_C@_05JPFBMOJJ@lodsb?$AA@ 100998b8 udis86:itab.obj + 0002:000138c0 ??_C@_05MJALGJBP@lodsd?$AA@ 100998c0 udis86:itab.obj + 0002:000138c8 ??_C@_05POLOIPAL@lodsq?$AA@ 100998c8 udis86:itab.obj + 0002:000138d0 ??_C@_05KIOECIIN@lodsw?$AA@ 100998d0 udis86:itab.obj + 0002:000138d8 ??_C@_04GKOOIABA@loop?$AA@ 100998d8 udis86:itab.obj + 0002:000138e0 ??_C@_05FFHGBAG@loope?$AA@ 100998e0 udis86:itab.obj + 0002:000138e8 ??_C@_06PNLJICFH@loopne?$AA@ 100998e8 udis86:itab.obj + 0002:000138f0 ??_C@_03DALEJKPK@lsl?$AA@ 100998f0 udis86:itab.obj + 0002:000138f4 ??_C@_03PNOOJEGE@lss?$AA@ 100998f4 udis86:itab.obj + 0002:000138f8 ??_C@_03OBLKLDKA@ltr?$AA@ 100998f8 udis86:itab.obj + 0002:000138fc ??_C@_0L@KDNMNDNK@maskmovdqu?$AA@ 100998fc udis86:itab.obj + 0002:00013908 ??_C@_08HDJHBAFE@maskmovq?$AA@ 10099908 udis86:itab.obj + 0002:00013914 ??_C@_05KFOOFCKF@maxpd?$AA@ 10099914 udis86:itab.obj + 0002:0001391c ??_C@_05KAGNNGDD@maxps?$AA@ 1009991c udis86:itab.obj + 0002:00013924 ??_C@_05KHKIOMPM@maxsd?$AA@ 10099924 udis86:itab.obj + 0002:0001392c ??_C@_05KCCLGIGK@maxss?$AA@ 1009992c udis86:itab.obj + 0002:00013934 ??_C@_06IOGPHDHF@mfence?$AA@ 10099934 udis86:itab.obj + 0002:0001393c ??_C@_05OAOMBBCH@minpd?$AA@ 1009993c udis86:itab.obj + 0002:00013944 ??_C@_05OFGPJFLB@minps?$AA@ 10099944 udis86:itab.obj + 0002:0001394c ??_C@_05OCKKKPHO@minsd?$AA@ 1009994c udis86:itab.obj + 0002:00013954 ??_C@_05OHCJCLOI@minss?$AA@ 10099954 udis86:itab.obj + 0002:0001395c ??_C@_07LAMOHCEE@monitor?$AA@ 1009995c udis86:itab.obj + 0002:00013964 ??_C@_07MAFPCABL@montmul?$AA@ 10099964 udis86:itab.obj + 0002:0001396c ??_C@_03CNBJFNFA@mov?$AA@ 1009996c udis86:itab.obj + 0002:00013970 ??_C@_06NBDIPDNB@movapd?$AA@ 10099970 udis86:itab.obj + 0002:00013978 ??_C@_06NELLHHEH@movaps?$AA@ 10099978 udis86:itab.obj + 0002:00013980 ??_C@_05PMLINNKI@movbe?$AA@ 10099980 udis86:itab.obj + 0002:00013988 ??_C@_04GKNHOGAK@movd?$AA@ 10099988 udis86:itab.obj + 0002:00013990 ??_C@_07NEEFCFLI@movddup?$AA@ 10099990 udis86:itab.obj + 0002:00013998 ??_C@_07NPEMCIBB@movdq2q?$AA@ 10099998 udis86:itab.obj + 0002:000139a0 ??_C@_06JKFDJNJB@movdqa?$AA@ 100999a0 udis86:itab.obj + 0002:000139a8 ??_C@_06LEPNEKME@movdqu?$AA@ 100999a8 udis86:itab.obj + 0002:000139b0 ??_C@_07PJOHHBHO@movhlps?$AA@ 100999b0 udis86:itab.obj + 0002:000139b8 ??_C@_06KMDALMFL@movhpd?$AA@ 100999b8 udis86:itab.obj + 0002:000139c0 ??_C@_06KJLDDIMN@movhps?$AA@ 100999c0 udis86:itab.obj + 0002:000139c8 ??_C@_07IDAFEAOJ@movlhps?$AA@ 100999c8 udis86:itab.obj + 0002:000139d0 ??_C@_06CDFCCLAM@movlpd?$AA@ 100999d0 udis86:itab.obj + 0002:000139d8 ??_C@_06CGNBKPJK@movlps?$AA@ 100999d8 udis86:itab.obj + 0002:000139e0 ??_C@_08IBPGOKMO@movmskpd?$AA@ 100999e0 udis86:itab.obj + 0002:000139ec ??_C@_08IEHFGOFI@movmskps?$AA@ 100999ec udis86:itab.obj + 0002:000139f8 ??_C@_07MKBDJCIA@movntdq?$AA@ 100999f8 udis86:itab.obj + 0002:00013a00 ??_C@_08JBJEMKFE@movntdqa?$AA@ 10099a00 udis86:itab.obj + 0002:00013a0c ??_C@_06DLPMDFBG@movnti?$AA@ 10099a0c udis86:itab.obj + 0002:00013a14 ??_C@_07OGIJHPDI@movntpd?$AA@ 10099a14 udis86:itab.obj + 0002:00013a1c ??_C@_07ODAKPLKO@movntps?$AA@ 10099a1c udis86:itab.obj + 0002:00013a24 ??_C@_06LJOHKNEP@movntq?$AA@ 10099a24 udis86:itab.obj + 0002:00013a2c ??_C@_04FNGCAABO@movq?$AA@ 10099a2c udis86:itab.obj + 0002:00013a34 ??_C@_07JGNMJFDC@movq2dq?$AA@ 10099a34 udis86:itab.obj + 0002:00013a3c ??_C@_05KOBNICCI@movsb?$AA@ 10099a3c udis86:itab.obj + 0002:00013a44 ??_C@_05PIEHCFKO@movsd?$AA@ 10099a44 udis86:itab.obj + 0002:00013a4c ??_C@_08NPBMCKFO@movshdup?$AA@ 10099a4c udis86:itab.obj + 0002:00013a58 ??_C@_08CKJMIMJO@movsldup?$AA@ 10099a58 udis86:itab.obj + 0002:00013a64 ??_C@_05MPPCMDLK@movsq?$AA@ 10099a64 udis86:itab.obj + 0002:00013a6c ??_C@_05PNMEKBDI@movss?$AA@ 10099a6c udis86:itab.obj + 0002:00013a74 ??_C@_05JJKIGEDM@movsw?$AA@ 10099a74 udis86:itab.obj + 0002:00013a7c ??_C@_05BODAHIPD@movsx?$AA@ 10099a7c udis86:itab.obj + 0002:00013a84 ??_C@_06CFDLDNHN@movsxd?$AA@ 10099a84 udis86:itab.obj + 0002:00013a8c ??_C@_06OEDDDBJ@movupd?$AA@ 10099a8c udis86:itab.obj + 0002:00013a94 ??_C@_06LMALHIP@movups?$AA@ 10099a94 udis86:itab.obj + 0002:00013a9c ??_C@_05BBOBEDHM@movzx?$AA@ 10099a9c udis86:itab.obj + 0002:00013aa4 ??_C@_07ILNGPEGO@mpsadbw?$AA@ 10099aa4 udis86:itab.obj + 0002:00013aac ??_C@_03IMIFIBCN@mul?$AA@ 10099aac udis86:itab.obj + 0002:00013ab0 ??_C@_05OPPFKDCP@mulpd?$AA@ 10099ab0 udis86:itab.obj + 0002:00013ab8 ??_C@_05OKHGCHLJ@mulps?$AA@ 10099ab8 udis86:itab.obj + 0002:00013ac0 ??_C@_05ONLDBNHG@mulsd?$AA@ 10099ac0 udis86:itab.obj + 0002:00013ac8 ??_C@_05OIDAJJOA@mulss?$AA@ 10099ac8 udis86:itab.obj + 0002:00013ad0 ??_C@_05DOGKKCDM@mwait?$AA@ 10099ad0 udis86:itab.obj + 0002:00013ad8 ??_C@_03GBOCFEHI@neg?$AA@ 10099ad8 udis86:itab.obj + 0002:00013adc ??_C@_03GJPGFFDI@nop?$AA@ 10099adc udis86:itab.obj + 0002:00013ae0 ??_C@_03NJKJADM@not?$AA@ 10099ae0 udis86:itab.obj + 0002:00013ae4 ??_C@_02FODMLBIE@or?$AA@ 10099ae4 udis86:itab.obj + 0002:00013ae8 ??_C@_04LGOJEGJK@orpd?$AA@ 10099ae8 udis86:itab.obj + 0002:00013af0 ??_C@_04LDGKMCAM@orps?$AA@ 10099af0 udis86:itab.obj + 0002:00013af8 ??_C@_03KEJHNBPP@out?$AA@ 10099af8 udis86:itab.obj + 0002:00013afc ??_C@_05GDIMGEIL@outsb?$AA@ 10099afc udis86:itab.obj + 0002:00013b04 ??_C@_05DFNGMDAN@outsd?$AA@ 10099b04 udis86:itab.obj + 0002:00013b0c ??_C@_05FEDJICJP@outsw?$AA@ 10099b0c udis86:itab.obj + 0002:00013b14 ??_C@_05HBBOONME@pabsb?$AA@ 10099b14 udis86:itab.obj + 0002:00013b1c ??_C@_05CHEEEKEC@pabsd?$AA@ 10099b1c udis86:itab.obj + 0002:00013b24 ??_C@_05EGKLALNA@pabsw?$AA@ 10099b24 udis86:itab.obj + 0002:00013b2c ??_C@_08MFCBDIOA@packssdw?$AA@ 10099b2c udis86:itab.obj + 0002:00013b38 ??_C@_08OMPEMDNN@packsswb?$AA@ 10099b38 udis86:itab.obj + 0002:00013b44 ??_C@_08EKGBMNEA@packusdw?$AA@ 10099b44 udis86:itab.obj + 0002:00013b50 ??_C@_08GDLEDGHN@packuswb?$AA@ 10099b50 udis86:itab.obj + 0002:00013b5c ??_C@_05ENBMAHON@paddb?$AA@ 10099b5c udis86:itab.obj + 0002:00013b64 ??_C@_05BLEGKAGL@paddd?$AA@ 10099b64 udis86:itab.obj + 0002:00013b6c ??_C@_05CMPDEGHP@paddq?$AA@ 10099b6c udis86:itab.obj + 0002:00013b74 ??_C@_06JENJECKA@paddsb?$AA@ 10099b74 udis86:itab.obj + 0002:00013b7c ??_C@_06KDGMKELE@paddsw?$AA@ 10099b7c udis86:itab.obj + 0002:00013b84 ??_C@_07LJAGOFBE@paddusb?$AA@ 10099b84 udis86:itab.obj + 0002:00013b8c ??_C@_07IOLDADAA@paddusw?$AA@ 10099b8c udis86:itab.obj + 0002:00013b94 ??_C@_05HKKJOBPJ@paddw?$AA@ 10099b94 udis86:itab.obj + 0002:00013b9c ??_C@_07JOJBOKO@palignr?$AA@ 10099b9c udis86:itab.obj + 0002:00013ba4 ??_C@_04ENDAMC@pand?$AA@ 10099ba4 udis86:itab.obj + 0002:00013bac ??_C@_05IOBEKIIF@pandn?$AA@ 10099bac udis86:itab.obj + 0002:00013bb4 ??_C@_05LFEKCGKA@pavgb?$AA@ 10099bb4 udis86:itab.obj + 0002:00013bbc ??_C@_07LALIDMFE@pavgusb?$AA@ 10099bbc udis86:itab.obj + 0002:00013bc4 ??_C@_05ICPPMALE@pavgw?$AA@ 10099bc4 udis86:itab.obj + 0002:00013bcc ??_C@_08PKEFIDIF@pblendvb?$AA@ 10099bcc udis86:itab.obj + 0002:00013bd8 ??_C@_07PABJNHCL@pblendw?$AA@ 10099bd8 udis86:itab.obj + 0002:00013be0 ??_C@_09EPKDNNCN@pclmulqdq?$AA@ 10099be0 udis86:itab.obj + 0002:00013bec ??_C@_07MPGLBHEG@pcmpeqb?$AA@ 10099bec udis86:itab.obj + 0002:00013bf4 ??_C@_07JJDBLAMA@pcmpeqd?$AA@ 10099bf4 udis86:itab.obj + 0002:00013bfc ??_C@_07KOIEFGNE@pcmpeqq?$AA@ 10099bfc udis86:itab.obj + 0002:00013c04 ??_C@_07PINOPBFC@pcmpeqw?$AA@ 10099c04 udis86:itab.obj + 0002:00013c0c ??_C@_09MJAIJFNM@pcmpestri?$AA@ 10099c0c udis86:itab.obj + 0002:00013c18 ??_C@_09KNGEFANI@pcmpestrm?$AA@ 10099c18 udis86:itab.obj + 0002:00013c24 ??_C@_07GDKJBNCG@pcmpgtb?$AA@ 10099c24 udis86:itab.obj + 0002:00013c2c ??_C@_07DFPDLKKA@pcmpgtd?$AA@ 10099c2c udis86:itab.obj + 0002:00013c34 ??_C@_07CEGFMLE@pcmpgtq?$AA@ 10099c34 udis86:itab.obj + 0002:00013c3c ??_C@_07FEBMPLDC@pcmpgtw?$AA@ 10099c3c udis86:itab.obj + 0002:00013c44 ??_C@_09LOMKFFKH@pcmpistri?$AA@ 10099c44 udis86:itab.obj + 0002:00013c50 ??_C@_09NKKGJAKD@pcmpistrm?$AA@ 10099c50 udis86:itab.obj + 0002:00013c5c ??_C@_06PLIDEHJN@pextrb?$AA@ 10099c5c udis86:itab.obj + 0002:00013c64 ??_C@_06KNNJOABL@pextrd?$AA@ 10099c64 udis86:itab.obj + 0002:00013c6c ??_C@_06JKGMAGAP@pextrq?$AA@ 10099c6c udis86:itab.obj + 0002:00013c74 ??_C@_06MMDGKBIJ@pextrw?$AA@ 10099c74 udis86:itab.obj + 0002:00013c7c ??_C@_05EPNILPFG@pf2id?$AA@ 10099c7c udis86:itab.obj + 0002:00013c84 ??_C@_05CODHPOME@pf2iw?$AA@ 10099c84 udis86:itab.obj + 0002:00013c8c ??_C@_05NELGAMAL@pfacc?$AA@ 10099c8c udis86:itab.obj + 0002:00013c94 ??_C@_05JOLIIMEJ@pfadd?$AA@ 10099c94 udis86:itab.obj + 0002:00013c9c ??_C@_07CCCOOHDB@pfcmpeq?$AA@ 10099c9c udis86:itab.obj + 0002:00013ca4 ??_C@_07PAEOEAK@pfcmpge?$AA@ 10099ca4 udis86:itab.obj + 0002:00013cac ??_C@_07FMNNMHBK@pfcmpgt?$AA@ 10099cac udis86:itab.obj + 0002:00013cb4 ??_C@_05DENCKMEH@pfmax?$AA@ 10099cb4 udis86:itab.obj + 0002:00013cbc ??_C@_05CGFJEICI@pfmin?$AA@ 10099cbc udis86:itab.obj + 0002:00013cc4 ??_C@_05BFDHALO@pfmul?$AA@ 10099cc4 udis86:itab.obj + 0002:00013ccc ??_C@_06PBIPAILK@pfnacc?$AA@ 10099ccc udis86:itab.obj + 0002:00013cd4 ??_C@_07HEBANBEP@pfpnacc?$AA@ 10099cd4 udis86:itab.obj + 0002:00013cdc ??_C@_05PHPFLFOI@pfrcp?$AA@ 10099cdc udis86:itab.obj + 0002:00013ce4 ??_C@_08CABPKCDG@pfrcpit1?$AA@ 10099ce4 udis86:itab.obj + 0002:00013cf0 ??_C@_08LDCPBPF@pfrcpit2?$AA@ 10099cf0 udis86:itab.obj + 0002:00013cfc ??_C@_08BOKJIJBN@pfrsqit1?$AA@ 10099cfc udis86:itab.obj + 0002:00013d08 ??_C@_07OJNGDJDJ@pfrsqrt?$AA@ 10099d08 udis86:itab.obj + 0002:00013d10 ??_C@_05CPBGHNJM@pfsub?$AA@ 10099d10 udis86:itab.obj + 0002:00013d18 ??_C@_06OEJPNCGG@pfsubr?$AA@ 10099d18 udis86:itab.obj + 0002:00013d20 ??_C@_06DEAFIOGL@phaddd?$AA@ 10099d20 udis86:itab.obj + 0002:00013d28 ??_C@_07KDEDOHJK@phaddsw?$AA@ 10099d28 udis86:itab.obj + 0002:00013d30 ??_C@_06FFOKMPPJ@phaddw?$AA@ 10099d30 udis86:itab.obj + 0002:00013d38 ??_C@_0L@EKOFBFBK@phminposuw?$AA@ 10099d38 udis86:itab.obj + 0002:00013d44 ??_C@_06MCANAGMB@phsubd?$AA@ 10099d44 udis86:itab.obj + 0002:00013d4c ??_C@_07JFLGKFOE@phsubsw?$AA@ 10099d4c udis86:itab.obj + 0002:00013d54 ??_C@_06KDOCEHFD@phsubw?$AA@ 10099d54 udis86:itab.obj + 0002:00013d5c ??_C@_05MGNEGPLK@pi2fd?$AA@ 10099d5c udis86:itab.obj + 0002:00013d64 ??_C@_05KHDLCOCI@pi2fw?$AA@ 10099d64 udis86:itab.obj + 0002:00013d6c ??_C@_06PODGNNHN@pinsrb?$AA@ 10099d6c udis86:itab.obj + 0002:00013d74 ??_C@_06KIGMHKPL@pinsrd?$AA@ 10099d74 udis86:itab.obj + 0002:00013d7c ??_C@_06JPNJJMOP@pinsrq?$AA@ 10099d7c udis86:itab.obj + 0002:00013d84 ??_C@_06MJIDDLGJ@pinsrw?$AA@ 10099d84 udis86:itab.obj + 0002:00013d8c ??_C@_09CBBJJIHC@pmaddubsw?$AA@ 10099d8c udis86:itab.obj + 0002:00013d98 ??_C@_07JHJNCBHD@pmaddwd?$AA@ 10099d98 udis86:itab.obj + 0002:00013da0 ??_C@_06DBDEOFIM@pmaxsb?$AA@ 10099da0 udis86:itab.obj + 0002:00013da8 ??_C@_06GHGOECAK@pmaxsd?$AA@ 10099da8 udis86:itab.obj + 0002:00013db0 ??_C@_06GIBADJI@pmaxsw?$AA@ 10099db0 udis86:itab.obj + 0002:00013db8 ??_C@_06DFLJJJDO@pmaxub?$AA@ 10099db8 udis86:itab.obj + 0002:00013dc0 ??_C@_06GDODDOLI@pmaxud?$AA@ 10099dc0 udis86:itab.obj + 0002:00013dc8 ??_C@_06CAMHPCK@pmaxuw?$AA@ 10099dc8 udis86:itab.obj + 0002:00013dd0 ??_C@_06HEDGKGAO@pminsb?$AA@ 10099dd0 udis86:itab.obj + 0002:00013dd8 ??_C@_06CCGMABII@pminsd?$AA@ 10099dd8 udis86:itab.obj + 0002:00013de0 ??_C@_06EDIDEABK@pminsw?$AA@ 10099de0 udis86:itab.obj + 0002:00013de8 ??_C@_06HALLNKLM@pminub?$AA@ 10099de8 udis86:itab.obj + 0002:00013df0 ??_C@_06CGOBHNDK@pminud?$AA@ 10099df0 udis86:itab.obj + 0002:00013df8 ??_C@_06EHAODMKI@pminuw?$AA@ 10099df8 udis86:itab.obj + 0002:00013e00 ??_C@_08JFPNOFE@pmovmskb?$AA@ 10099e00 udis86:itab.obj + 0002:00013e0c ??_C@_08FIAFOMLP@pmovsxbd?$AA@ 10099e0c udis86:itab.obj + 0002:00013e18 ??_C@_08GPLAAKKL@pmovsxbq?$AA@ 10099e18 udis86:itab.obj + 0002:00013e24 ??_C@_08DJOKKNCN@pmovsxbw?$AA@ 10099e24 udis86:itab.obj + 0002:00013e30 ??_C@_08GLDNHGBJ@pmovsxdq?$AA@ 10099e30 udis86:itab.obj + 0002:00013e3c ??_C@_08ECOIINCE@pmovsxwd?$AA@ 10099e3c udis86:itab.obj + 0002:00013e48 ??_C@_08HFFNGLDA@pmovsxwq?$AA@ 10099e48 udis86:itab.obj + 0002:00013e54 ??_C@_08FFBFIOMO@pmovzxbd?$AA@ 10099e54 udis86:itab.obj + 0002:00013e60 ??_C@_08GCKAGINK@pmovzxbq?$AA@ 10099e60 udis86:itab.obj + 0002:00013e6c ??_C@_08DEPKMPFM@pmovzxbw?$AA@ 10099e6c udis86:itab.obj + 0002:00013e78 ??_C@_08GGCNBEGI@pmovzxdq?$AA@ 10099e78 udis86:itab.obj + 0002:00013e84 ??_C@_08EPPIOPFF@pmovzxwd?$AA@ 10099e84 udis86:itab.obj + 0002:00013e90 ??_C@_08HIENAJEB@pmovzxwq?$AA@ 10099e90 udis86:itab.obj + 0002:00013e9c ??_C@_06DKJOAGB@pmuldq?$AA@ 10099e9c udis86:itab.obj + 0002:00013ea4 ??_C@_08DNGAMAOA@pmulhrsw?$AA@ 10099ea4 udis86:itab.obj + 0002:00013eb0 ??_C@_07BCFIBGPO@pmulhrw?$AA@ 10099eb0 udis86:itab.obj + 0002:00013eb8 ??_C@_07BHBHAAHL@pmulhuw?$AA@ 10099eb8 udis86:itab.obj + 0002:00013ec0 ??_C@_06FMOJLOID@pmulhw?$AA@ 10099ec0 udis86:itab.obj + 0002:00013ec8 ??_C@_06DKAPFHMN@pmulld?$AA@ 10099ec8 udis86:itab.obj + 0002:00013ed0 ??_C@_06FLOABGFP@pmullw?$AA@ 10099ed0 udis86:itab.obj + 0002:00013ed8 ??_C@_07PONKOBPI@pmuludq?$AA@ 10099ed8 udis86:itab.obj + 0002:00013ee0 ??_C@_03NJDAHFJE@pop?$AA@ 10099ee0 udis86:itab.obj + 0002:00013ee4 ??_C@_04ILFNDNMO@popa?$AA@ 10099ee4 udis86:itab.obj + 0002:00013eec ??_C@_05HNMGBMCJ@popad?$AA@ 10099eec udis86:itab.obj + 0002:00013ef4 ??_C@_06KOACKPNP@popcnt?$AA@ 10099ef4 udis86:itab.obj + 0002:00013efc ??_C@_05HIIJAKKM@popfd?$AA@ 10099efc udis86:itab.obj + 0002:00013f04 ??_C@_05EPDMOMLI@popfq?$AA@ 10099f04 udis86:itab.obj + 0002:00013f0c ??_C@_05BJGGELDO@popfw?$AA@ 10099f0c udis86:itab.obj + 0002:00013f14 ??_C@_03OLAGBHBG@por?$AA@ 10099f14 udis86:itab.obj + 0002:00013f18 ??_C@_08FCDJGKEM@prefetch?$AA@ 10099f18 udis86:itab.obj + 0002:00013f24 ??_C@_0M@ENHAGFIJ@prefetchnta?$AA@ 10099f24 udis86:itab.obj + 0002:00013f30 ??_C@_0L@HNBFCMAJ@prefetcht0?$AA@ 10099f30 udis86:itab.obj + 0002:00013f3c ??_C@_0L@GEAOBNEI@prefetcht1?$AA@ 10099f3c udis86:itab.obj + 0002:00013f48 ??_C@_0L@EPCDEOIL@prefetcht2?$AA@ 10099f48 udis86:itab.obj + 0002:00013f54 ??_C@_06DIHGEBBD@psadbw?$AA@ 10099f54 udis86:itab.obj + 0002:00013f5c ??_C@_06ONHPFNFA@pshufb?$AA@ 10099f5c udis86:itab.obj + 0002:00013f64 ??_C@_06LLCFPKNG@pshufd?$AA@ 10099f64 udis86:itab.obj + 0002:00013f6c ??_C@_07GGPEEEO@pshufhw?$AA@ 10099f6c udis86:itab.obj + 0002:00013f74 ??_C@_07BGGOMJC@pshuflw?$AA@ 10099f74 udis86:itab.obj + 0002:00013f7c ??_C@_06NKMKLLEE@pshufw?$AA@ 10099f7c udis86:itab.obj + 0002:00013f84 ??_C@_06CEBMLKEM@psignb?$AA@ 10099f84 udis86:itab.obj + 0002:00013f8c ??_C@_06HCEGBNMK@psignd?$AA@ 10099f8c udis86:itab.obj + 0002:00013f94 ??_C@_06BDKJFMFI@psignw?$AA@ 10099f94 udis86:itab.obj + 0002:00013f9c ??_C@_05MKMBBNNO@pslld?$AA@ 10099f9c udis86:itab.obj + 0002:00013fa4 ??_C@_06FHIFHGHJ@pslldq?$AA@ 10099fa4 udis86:itab.obj + 0002:00013fac ??_C@_05PNHEPLMK@psllq?$AA@ 10099fac udis86:itab.obj + 0002:00013fb4 ??_C@_05KLCOFMEM@psllw?$AA@ 10099fb4 udis86:itab.obj + 0002:00013fbc ??_C@_05HCNPKOCB@psrad?$AA@ 10099fbc udis86:itab.obj + 0002:00013fc4 ??_C@_05BDDAOPLD@psraw?$AA@ 10099fc4 udis86:itab.obj + 0002:00013fcc ??_C@_05HKAHDNHC@psrld?$AA@ 10099fcc udis86:itab.obj + 0002:00013fd4 ??_C@_06IIFFFPJK@psrldq?$AA@ 10099fd4 udis86:itab.obj + 0002:00013fdc ??_C@_05ENLCNLGG@psrlq?$AA@ 10099fdc udis86:itab.obj + 0002:00013fe4 ??_C@_05BLOIHMOA@psrlw?$AA@ 10099fe4 udis86:itab.obj + 0002:00013fec ??_C@_05LLBEIPEH@psubb?$AA@ 10099fec udis86:itab.obj + 0002:00013ff4 ??_C@_05ONEOCIMB@psubd?$AA@ 10099ff4 udis86:itab.obj + 0002:00013ffc ??_C@_05NKPLMONF@psubq?$AA@ 10099ffc udis86:itab.obj + 0002:00014004 ??_C@_06KCCMAANO@psubsb?$AA@ 1009a004 udis86:itab.obj + 0002:0001400c ??_C@_06JFJJOGMK@psubsw?$AA@ 1009a00c udis86:itab.obj + 0002:00014014 ??_C@_07OINEMGN@psubusb?$AA@ 1009a014 udis86:itab.obj + 0002:0001401c ??_C@_07DJDIKKHJ@psubusw?$AA@ 1009a01c udis86:itab.obj + 0002:00014024 ??_C@_05IMKBGJFD@psubw?$AA@ 1009a024 udis86:itab.obj + 0002:0001402c ??_C@_06JOEFOFIP@pswapd?$AA@ 1009a02c udis86:itab.obj + 0002:00014034 ??_C@_05FIFBHIFI@ptest?$AA@ 1009a034 udis86:itab.obj + 0002:0001403c ??_C@_09MMDMOCBC@punpckhbw?$AA@ 1009a03c udis86:itab.obj + 0002:00014048 ??_C@_09JOOLDJCG@punpckhdq?$AA@ 1009a048 udis86:itab.obj + 0002:00014054 ??_C@_0L@JJJNOAEF@punpckhqdq?$AA@ 1009a054 udis86:itab.obj + 0002:00014060 ??_C@_09LHDOMCBL@punpckhwd?$AA@ 1009a060 udis86:itab.obj + 0002:0001406c ??_C@_09EDFOHFEF@punpcklbw?$AA@ 1009a06c udis86:itab.obj + 0002:00014078 ??_C@_09BBIJKOHB@punpckldq?$AA@ 1009a078 udis86:itab.obj + 0002:00014084 ??_C@_0L@GMBNEGIF@punpcklqdq?$AA@ 1009a084 udis86:itab.obj + 0002:00014090 ??_C@_09DIFMFFEM@punpcklwd?$AA@ 1009a090 udis86:itab.obj + 0002:0001409c ??_C@_04GHHNIPCF@push?$AA@ 1009a09c udis86:itab.obj + 0002:000140a4 ??_C@_05DHIFPDCO@pusha?$AA@ 1009a0a4 udis86:itab.obj + 0002:000140ac ??_C@_06NNHACGJP@pushad?$AA@ 1009a0ac udis86:itab.obj + 0002:000140b4 ??_C@_06NIDPDABK@pushfd?$AA@ 1009a0b4 udis86:itab.obj + 0002:000140bc ??_C@_06OPIKNGAO@pushfq?$AA@ 1009a0bc udis86:itab.obj + 0002:000140c4 ??_C@_06LJNAHBII@pushfw?$AA@ 1009a0c4 udis86:itab.obj + 0002:000140cc ??_C@_04DAAGPHDH@pxor?$AA@ 1009a0cc udis86:itab.obj + 0002:000140d4 ??_C@_03JMFEBJCG@rcl?$AA@ 1009a0d4 udis86:itab.obj + 0002:000140d8 ??_C@_05ONJJBNPC@rcpps?$AA@ 1009a0d8 udis86:itab.obj + 0002:000140e0 ??_C@_05OPNPKDKL@rcpss?$AA@ 1009a0e0 udis86:itab.obj + 0002:000140e8 ??_C@_03EIBFCGPJ@rcr?$AA@ 1009a0e8 udis86:itab.obj + 0002:000140ec ??_C@_05OGJHMBLI@rdmsr?$AA@ 1009a0ec udis86:itab.obj + 0002:000140f4 ??_C@_05BIFODJA@rdpmc?$AA@ 1009a0f4 udis86:itab.obj + 0002:000140fc ??_C@_06MJFBMHIP@rdrand?$AA@ 1009a0fc udis86:itab.obj + 0002:00014104 ??_C@_05JIFPPKLN@rdtsc?$AA@ 1009a104 udis86:itab.obj + 0002:0001410c ??_C@_06JKHHOJDN@rdtscp?$AA@ 1009a10c udis86:itab.obj + 0002:00014114 ??_C@_03HOKODIMJ@rep?$AA@ 1009a114 udis86:itab.obj + 0002:00014118 ??_C@_05GIPJNDPP@repne?$AA@ 1009a118 udis86:itab.obj + 0002:00014120 ??_C@_03BKMCPNMN@ret?$AA@ 1009a120 udis86:itab.obj + 0002:00014124 ??_C@_04NGGILANB@retf?$AA@ 1009a124 udis86:itab.obj + 0002:0001412c ??_C@_03JFEOOAEC@rol?$AA@ 1009a12c udis86:itab.obj + 0002:00014130 ??_C@_03EBAPNPJN@ror?$AA@ 1009a130 udis86:itab.obj + 0002:00014134 ??_C@_07JFJPHJIO@roundpd?$AA@ 1009a134 udis86:itab.obj + 0002:0001413c ??_C@_07JABMPNBI@roundps?$AA@ 1009a13c udis86:itab.obj + 0002:00014144 ??_C@_07JHNJMHNH@roundsd?$AA@ 1009a144 udis86:itab.obj + 0002:0001414c ??_C@_07JCFKEDEB@roundss?$AA@ 1009a14c udis86:itab.obj + 0002:00014154 ??_C@_03JJGJILBH@rsm?$AA@ 1009a154 udis86:itab.obj + 0002:00014158 ??_C@_07FOPKGEKI@rsqrtps?$AA@ 1009a158 udis86:itab.obj + 0002:00014160 ??_C@_07FMLMNKPB@rsqrtss?$AA@ 1009a160 udis86:itab.obj + 0002:00014168 ??_C@_04HBFGFECC@sahf?$AA@ 1009a168 udis86:itab.obj + 0002:00014170 ??_C@_04LCIAILL@salc?$AA@ 1009a170 udis86:itab.obj + 0002:00014178 ??_C@_03PDCNJFPC@sar?$AA@ 1009a178 udis86:itab.obj + 0002:0001417c ??_C@_03LLKJDJPK@sbb?$AA@ 1009a17c udis86:itab.obj + 0002:00014180 ??_C@_05JPPPGDOE@scasb?$AA@ 1009a180 udis86:itab.obj + 0002:00014188 ??_C@_05MJKFMEGC@scasd?$AA@ 1009a188 udis86:itab.obj + 0002:00014190 ??_C@_05POBACCHG@scasq?$AA@ 1009a190 udis86:itab.obj + 0002:00014198 ??_C@_05KIEKIFPA@scasw?$AA@ 1009a198 udis86:itab.obj + 0002:000141a0 ??_C@_04KEEJAPKG@seta?$AA@ 1009a1a0 udis86:itab.obj + 0002:000141a8 ??_C@_05CHJLNADA@setae?$AA@ 1009a1a8 udis86:itab.obj + 0002:000141b0 ??_C@_04IPGEFMGF@setb?$AA@ 1009a1b0 udis86:itab.obj + 0002:000141b8 ??_C@_05CFNNGOGJ@setbe?$AA@ 1009a1b8 udis86:itab.obj + 0002:000141c0 ??_C@_04PCBDKICA@setg?$AA@ 1009a1c0 udis86:itab.obj + 0002:000141c8 ??_C@_05CDBGKMIC@setge?$AA@ 1009a1c8 udis86:itab.obj + 0002:000141d0 ??_C@_04BBOHHBOL@setl?$AA@ 1009a1d0 udis86:itab.obj + 0002:000141d8 ??_C@_05CPEDEDGD@setle?$AA@ 1009a1d8 udis86:itab.obj + 0002:000141e0 ??_C@_05NGCIHPIH@setno?$AA@ 1009a1e0 udis86:itab.obj + 0002:000141e8 ??_C@_05BLHCHBBJ@setnp?$AA@ 1009a1e8 udis86:itab.obj + 0002:000141f0 ??_C@_05DAFPCCNK@setns?$AA@ 1009a1f0 udis86:itab.obj + 0002:000141f8 ??_C@_05OBJNJJJD@setnz?$AA@ 1009a1f8 udis86:itab.obj + 0002:00014200 ??_C@_04DKMKCCCI@seto?$AA@ 1009a200 udis86:itab.obj + 0002:00014208 ??_C@_04PHJACMLG@setp?$AA@ 1009a208 udis86:itab.obj + 0002:00014210 ??_C@_04NMLNHPHF@sets?$AA@ 1009a210 udis86:itab.obj + 0002:00014218 ??_C@_04NHPMEDM@setz?$AA@ 1009a218 udis86:itab.obj + 0002:00014220 ??_C@_06LJIOJEOG@sfence?$AA@ 1009a220 udis86:itab.obj + 0002:00014228 ??_C@_04CFNDICEJ@sgdt?$AA@ 1009a228 udis86:itab.obj + 0002:00014230 ??_C@_03CILNJBKC@shl?$AA@ 1009a230 udis86:itab.obj + 0002:00014234 ??_C@_04DJGBNBPG@shld?$AA@ 1009a234 udis86:itab.obj + 0002:0001423c ??_C@_03PMPMKOHN@shr?$AA@ 1009a23c udis86:itab.obj + 0002:00014240 ??_C@_04CPNJFPIM@shrd?$AA@ 1009a240 udis86:itab.obj + 0002:00014248 ??_C@_06CBKLGGJD@shufpd?$AA@ 1009a248 udis86:itab.obj + 0002:00014250 ??_C@_06CECIOCAF@shufps?$AA@ 1009a250 udis86:itab.obj + 0002:00014258 ??_C@_04MFAMPFHK@sidt?$AA@ 1009a258 udis86:itab.obj + 0002:00014260 ??_C@_06JOKOMMPP@skinit?$AA@ 1009a260 udis86:itab.obj + 0002:00014268 ??_C@_04PCNCAFEI@sldt?$AA@ 1009a268 udis86:itab.obj + 0002:00014270 ??_C@_04HICKIEBL@smsw?$AA@ 1009a270 udis86:itab.obj + 0002:00014278 ??_C@_06ENECHGME@sqrtpd?$AA@ 1009a278 udis86:itab.obj + 0002:00014280 ??_C@_06EIMBPCFC@sqrtps?$AA@ 1009a280 udis86:itab.obj + 0002:00014288 ??_C@_06EPAEMIJN@sqrtsd?$AA@ 1009a288 udis86:itab.obj + 0002:00014290 ??_C@_06EKIHEMAL@sqrtss?$AA@ 1009a290 udis86:itab.obj + 0002:00014298 ??_C@_03LKBJNHHJ@stc?$AA@ 1009a298 udis86:itab.obj + 0002:0001429c ??_C@_03PFFIEBLO@std?$AA@ 1009a29c udis86:itab.obj + 0002:000142a0 ??_C@_04JKFFKIHN@stgi?$AA@ 1009a2a0 udis86:itab.obj + 0002:000142a8 ??_C@_03EAPGDPPD@sti?$AA@ 1009a2a8 udis86:itab.obj + 0002:000142ac ??_C@_07LPMAGAMH@stmxcsr?$AA@ 1009a2ac udis86:itab.obj + 0002:000142b4 ??_C@_05KNOAFPEF@stosb?$AA@ 1009a2b4 udis86:itab.obj + 0002:000142bc ??_C@_05PLLKPIMD@stosd?$AA@ 1009a2bc udis86:itab.obj + 0002:000142c4 ??_C@_05MMAPBONH@stosq?$AA@ 1009a2c4 udis86:itab.obj + 0002:000142cc ??_C@_05JKFFLJFB@stosw?$AA@ 1009a2cc udis86:itab.obj + 0002:000142d4 ??_C@_03OJMAPEGJ@str?$AA@ 1009a2d4 udis86:itab.obj + 0002:000142d8 ??_C@_03KCMAIMAP@sub?$AA@ 1009a2d8 udis86:itab.obj + 0002:000142dc ??_C@_05DGPGLHPH@subpd?$AA@ 1009a2dc udis86:itab.obj + 0002:000142e4 ??_C@_05DDHFDDGB@subps?$AA@ 1009a2e4 udis86:itab.obj + 0002:000142ec ??_C@_05DELAAJKO@subsd?$AA@ 1009a2ec udis86:itab.obj + 0002:000142f4 ??_C@_05DBDDINDI@subss?$AA@ 1009a2f4 udis86:itab.obj + 0002:000142fc ??_C@_06CPNDNOLP@swapgs?$AA@ 1009a2fc udis86:itab.obj + 0002:00014304 ??_C@_07JJMJNHGG@syscall?$AA@ 1009a304 udis86:itab.obj + 0002:0001430c ??_C@_08HHDECGPN@sysenter?$AA@ 1009a30c udis86:itab.obj + 0002:00014318 ??_C@_07LPEIGAGB@sysexit?$AA@ 1009a318 udis86:itab.obj + 0002:00014320 ??_C@_06OJDFPBAP@sysret?$AA@ 1009a320 udis86:itab.obj + 0002:00014328 ??_C@_04CEJDCDCH@test?$AA@ 1009a328 udis86:itab.obj + 0002:00014330 ??_C@_07ENDLCHEK@ucomisd?$AA@ 1009a330 udis86:itab.obj + 0002:00014338 ??_C@_07EILIKDNM@ucomiss?$AA@ 1009a338 udis86:itab.obj + 0002:00014340 ??_C@_03CAPEEHMA@ud2?$AA@ 1009a340 udis86:itab.obj + 0002:00014344 ??_C@_08EBLLCNNO@unpckhpd?$AA@ 1009a344 udis86:itab.obj + 0002:00014350 ??_C@_08EEDIKJEI@unpckhps?$AA@ 1009a350 udis86:itab.obj + 0002:0001435c ??_C@_08MONJLKIJ@unpcklpd?$AA@ 1009a35c udis86:itab.obj + 0002:00014368 ??_C@_08MLFKDOBP@unpcklps?$AA@ 1009a368 udis86:itab.obj + 0002:00014374 ??_C@_06KDBFGOEF@vaddpd?$AA@ 1009a374 udis86:itab.obj + 0002:0001437c ??_C@_06KGJGOKND@vaddps?$AA@ 1009a37c udis86:itab.obj + 0002:00014384 ??_C@_06KBFDNABM@vaddsd?$AA@ 1009a384 udis86:itab.obj + 0002:0001438c ??_C@_06KENAFEIK@vaddss?$AA@ 1009a38c udis86:itab.obj + 0002:00014394 ??_C@_09PPKJNIKN@vaddsubpd?$AA@ 1009a394 udis86:itab.obj + 0002:000143a0 ??_C@_09PKCKFMDL@vaddsubps?$AA@ 1009a3a0 udis86:itab.obj + 0002:000143ac ??_C@_07IPOAKKNN@vaesdec?$AA@ 1009a3ac udis86:itab.obj + 0002:000143b4 ??_C@_0M@OBBELEHO@vaesdeclast?$AA@ 1009a3b4 udis86:itab.obj + 0002:000143c0 ??_C@_07DLAJCCFJ@vaesenc?$AA@ 1009a3c0 udis86:itab.obj + 0002:000143c8 ??_C@_0M@CPLJOABK@vaesenclast?$AA@ 1009a3c8 udis86:itab.obj + 0002:000143d4 ??_C@_07HDJJCDLI@vaesimc?$AA@ 1009a3d4 udis86:itab.obj + 0002:000143dc ??_C@_0BB@PMMLANHC@vaeskeygenassist?$AA@ 1009a3dc udis86:itab.obj + 0002:000143f0 ??_C@_07NPGAGLE@vandnpd?$AA@ 1009a3f0 udis86:itab.obj + 0002:000143f8 ??_C@_07IHFICCC@vandnps?$AA@ 1009a3f8 udis86:itab.obj + 0002:00014400 ??_C@_06OJKFHGOE@vandpd?$AA@ 1009a400 udis86:itab.obj + 0002:00014408 ??_C@_06OMCGPCHC@vandps?$AA@ 1009a408 udis86:itab.obj + 0002:00014410 ??_C@_08NLIICBDL@vblendpd?$AA@ 1009a410 udis86:itab.obj + 0002:0001441c ??_C@_08NOALKFKN@vblendps?$AA@ 1009a41c udis86:itab.obj + 0002:00014428 ??_C@_09IOAFJLNG@vblendvpd?$AA@ 1009a428 udis86:itab.obj + 0002:00014434 ??_C@_09ILIGBPEA@vblendvps?$AA@ 1009a434 udis86:itab.obj + 0002:00014440 ??_C@_0N@MDBHDICD@vbroadcastsd?$AA@ 1009a440 udis86:itab.obj + 0002:00014450 ??_C@_0N@MGJELMLF@vbroadcastss?$AA@ 1009a450 udis86:itab.obj + 0002:00014460 ??_C@_06DMLGGNPH@vcmppd?$AA@ 1009a460 udis86:itab.obj + 0002:00014468 ??_C@_06DJDFOJGB@vcmpps?$AA@ 1009a468 udis86:itab.obj + 0002:00014470 ??_C@_06DOPANDKO@vcmpsd?$AA@ 1009a470 udis86:itab.obj + 0002:00014478 ??_C@_06DLHDFHDI@vcmpss?$AA@ 1009a478 udis86:itab.obj + 0002:00014480 ??_C@_07MDLECAKJ@vcomisd?$AA@ 1009a480 udis86:itab.obj + 0002:00014488 ??_C@_07MGDHKEDP@vcomiss?$AA@ 1009a488 udis86:itab.obj + 0002:00014490 ??_C@_09KIEBMBPC@vcvtdq2pd?$AA@ 1009a490 udis86:itab.obj + 0002:0001449c ??_C@_09KNMCEFGE@vcvtdq2ps?$AA@ 1009a49c udis86:itab.obj + 0002:000144a8 ??_C@_09LEJMHEDF@vcvtpd2dq?$AA@ 1009a4a8 udis86:itab.obj + 0002:000144b4 ??_C@_09JNIFBNBL@vcvtpd2ps?$AA@ 1009a4b4 udis86:itab.obj + 0002:000144c0 ??_C@_09GGFMDPKH@vcvtps2dq?$AA@ 1009a4c0 udis86:itab.obj + 0002:000144cc ??_C@_09EKMGNCBP@vcvtps2pd?$AA@ 1009a4cc udis86:itab.obj + 0002:000144d8 ??_C@_09KJHKCLDH@vcvtsd2si?$AA@ 1009a4d8 udis86:itab.obj + 0002:000144e4 ??_C@_09BJFHNBOM@vcvtsd2ss?$AA@ 1009a4e4 udis86:itab.obj + 0002:000144f0 ??_C@_09OEEEJBML@vcvtsi2sd?$AA@ 1009a4f0 udis86:itab.obj + 0002:000144fc ??_C@_09OBMHBFFN@vcvtsi2ss?$AA@ 1009a4fc udis86:itab.obj + 0002:00014508 ??_C@_09MOBEBOOI@vcvtss2sd?$AA@ 1009a508 udis86:itab.obj + 0002:00014514 ??_C@_09HLLKGAKF@vcvtss2si?$AA@ 1009a514 udis86:itab.obj + 0002:00014520 ??_C@_0L@EPPDHPPA@vcvttpd2dq?$AA@ 1009a520 udis86:itab.obj + 0002:0001452c ??_C@_0L@JNDDDEGC@vcvttps2dq?$AA@ 1009a52c udis86:itab.obj + 0002:00014538 ??_C@_0L@FCBFCAPC@vcvttsd2si?$AA@ 1009a538 udis86:itab.obj + 0002:00014544 ??_C@_0L@IANFGLGA@vcvttss2si?$AA@ 1009a544 udis86:itab.obj + 0002:00014550 ??_C@_06PBFIKEFD@vdivpd?$AA@ 1009a550 udis86:itab.obj + 0002:00014558 ??_C@_06PENLCAMF@vdivps?$AA@ 1009a558 udis86:itab.obj + 0002:00014560 ??_C@_06PDBOBKAK@vdivsd?$AA@ 1009a560 udis86:itab.obj + 0002:00014568 ??_C@_06PGJNJOJM@vdivss?$AA@ 1009a568 udis86:itab.obj + 0002:00014570 ??_C@_05MBKLAHGC@vdppd?$AA@ 1009a570 udis86:itab.obj + 0002:00014578 ??_C@_05MECIIDPE@vdpps?$AA@ 1009a578 udis86:itab.obj + 0002:00014580 ??_C@_04JMLLNPG@verr?$AA@ 1009a580 udis86:itab.obj + 0002:00014588 ??_C@_04HELMEJLD@verw?$AA@ 1009a588 udis86:itab.obj + 0002:00014590 ??_C@_0N@GHEEFFJN@vextractf128?$AA@ 1009a590 udis86:itab.obj + 0002:000145a0 ??_C@_0L@EDDICPO@vextractps?$AA@ 1009a5a0 udis86:itab.obj + 0002:000145ac ??_C@_07GIFBBNG@vhaddpd?$AA@ 1009a5ac udis86:itab.obj + 0002:000145b4 ??_C@_07DAGJFEA@vhaddps?$AA@ 1009a5b4 udis86:itab.obj + 0002:000145bc ??_C@_07DAHAFDKI@vhsubpd?$AA@ 1009a5bc udis86:itab.obj + 0002:000145c4 ??_C@_07DFPDNHDO@vhsubps?$AA@ 1009a5c4 udis86:itab.obj + 0002:000145cc ??_C@_0M@HPBOMOMM@vinsertf128?$AA@ 1009a5cc udis86:itab.obj + 0002:000145d8 ??_C@_09GAJGHFHO@vinsertps?$AA@ 1009a5d8 udis86:itab.obj + 0002:000145e4 ??_C@_06ENJADELM@vlddqu?$AA@ 1009a5e4 udis86:itab.obj + 0002:000145ec ??_C@_0M@HIPJIAEN@vmaskmovdqu?$AA@ 1009a5ec udis86:itab.obj + 0002:000145f8 ??_C@_0L@PCLMIHED@vmaskmovpd?$AA@ 1009a5f8 udis86:itab.obj + 0002:00014604 ??_C@_0L@PHDPADNF@vmaskmovps?$AA@ 1009a604 udis86:itab.obj + 0002:00014610 ??_C@_06GPIMJGJ@vmaxpd?$AA@ 1009a610 udis86:itab.obj + 0002:00014618 ??_C@_06DHLENPP@vmaxps?$AA@ 1009a618 udis86:itab.obj + 0002:00014620 ??_C@_06ELOHHDA@vmaxsd?$AA@ 1009a620 udis86:itab.obj + 0002:00014628 ??_C@_06BDNPDKG@vmaxss?$AA@ 1009a628 udis86:itab.obj + 0002:00014630 ??_C@_06IMMMFCAA@vmcall?$AA@ 1009a630 udis86:itab.obj + 0002:00014638 ??_C@_07JAMFMPEO@vmclear?$AA@ 1009a638 udis86:itab.obj + 0002:00014640 ??_C@_06EDPKIKOL@vminpd?$AA@ 1009a640 udis86:itab.obj + 0002:00014648 ??_C@_06EGHJAOHN@vminps?$AA@ 1009a648 udis86:itab.obj + 0002:00014650 ??_C@_06EBLMDELC@vminsd?$AA@ 1009a650 udis86:itab.obj + 0002:00014658 ??_C@_06EEDPLACE@vminss?$AA@ 1009a658 udis86:itab.obj + 0002:00014660 ??_C@_08FDGBGFFD@vmlaunch?$AA@ 1009a660 udis86:itab.obj + 0002:0001466c ??_C@_06COECKLLJ@vmload?$AA@ 1009a66c udis86:itab.obj + 0002:00014674 ??_C@_07HLGEACDE@vmmcall?$AA@ 1009a674 udis86:itab.obj + 0002:0001467c ??_C@_07EDEJGLNB@vmovapd?$AA@ 1009a67c udis86:itab.obj + 0002:00014684 ??_C@_07EGMKOPEH@vmovaps?$AA@ 1009a684 udis86:itab.obj + 0002:0001468c ??_C@_05MAEMFOGI@vmovd?$AA@ 1009a68c udis86:itab.obj + 0002:00014694 ??_C@_08NENHFECA@vmovddup?$AA@ 1009a694 udis86:itab.obj + 0002:000146a0 ??_C@_07ICCAFJB@vmovdqa?$AA@ 1009a6a0 udis86:itab.obj + 0002:000146a8 ??_C@_07CGIMNCME@vmovdqu?$AA@ 1009a6a8 udis86:itab.obj + 0002:000146b0 ??_C@_08PJHFAAOG@vmovhlps?$AA@ 1009a6b0 udis86:itab.obj + 0002:000146bc ??_C@_07DOEBCEFL@vmovhpd?$AA@ 1009a6bc udis86:itab.obj + 0002:000146c4 ??_C@_07DLMCKAMN@vmovhps?$AA@ 1009a6c4 udis86:itab.obj + 0002:000146cc ??_C@_08IDJHDBHB@vmovlhps?$AA@ 1009a6cc udis86:itab.obj + 0002:000146d8 ??_C@_07LBCDLDAM@vmovlpd?$AA@ 1009a6d8 udis86:itab.obj + 0002:000146e0 ??_C@_07LEKADHJK@vmovlps?$AA@ 1009a6e0 udis86:itab.obj + 0002:000146e8 ??_C@_09HPCCGDMJ@vmovmskpd?$AA@ 1009a6e8 udis86:itab.obj + 0002:000146f4 ??_C@_09HKKBOHFP@vmovmskps?$AA@ 1009a6f4 udis86:itab.obj + 0002:00014700 ??_C@_08MKIBODBI@vmovntdq?$AA@ 1009a700 udis86:itab.obj + 0002:0001470c ??_C@_09GPEAEDFD@vmovntdqa?$AA@ 1009a70c udis86:itab.obj + 0002:00014718 ??_C@_08OGBLAOKA@vmovntpd?$AA@ 1009a718 udis86:itab.obj + 0002:00014724 ??_C@_08ODJIIKDG@vmovntps?$AA@ 1009a724 udis86:itab.obj + 0002:00014730 ??_C@_05PHPJLIHM@vmovq?$AA@ 1009a730 udis86:itab.obj + 0002:00014738 ??_C@_06FLFBLOGC@vmovsd?$AA@ 1009a738 udis86:itab.obj + 0002:00014740 ??_C@_09CBMIKDFJ@vmovshdup?$AA@ 1009a740 udis86:itab.obj + 0002:0001474c ??_C@_09NEEIAFJJ@vmovsldup?$AA@ 1009a74c udis86:itab.obj + 0002:00014758 ??_C@_06FONCDKPE@vmovss?$AA@ 1009a758 udis86:itab.obj + 0002:00014760 ??_C@_07JMDCKLBJ@vmovupd?$AA@ 1009a760 udis86:itab.obj + 0002:00014768 ??_C@_07JJLBCPIP@vmovups?$AA@ 1009a768 udis86:itab.obj + 0002:00014770 ??_C@_08ILEEIFPG@vmpsadbw?$AA@ 1009a770 udis86:itab.obj + 0002:0001477c ??_C@_07JMJJCKJK@vmptrld?$AA@ 1009a77c udis86:itab.obj + 0002:00014784 ??_C@_07MBCBNMIG@vmptrst?$AA@ 1009a784 udis86:itab.obj + 0002:0001478c ??_C@_06JOCPGCDO@vmread?$AA@ 1009a78c udis86:itab.obj + 0002:00014794 ??_C@_08EIHJLGKP@vmresume?$AA@ 1009a794 udis86:itab.obj + 0002:000147a0 ??_C@_05JKJGIHPJ@vmrun?$AA@ 1009a7a0 udis86:itab.obj + 0002:000147a8 ??_C@_06CMFPFIGN@vmsave?$AA@ 1009a7a8 udis86:itab.obj + 0002:000147b0 ??_C@_06EMODDIOD@vmulpd?$AA@ 1009a7b0 udis86:itab.obj + 0002:000147b8 ??_C@_06EJGALMHF@vmulps?$AA@ 1009a7b8 udis86:itab.obj + 0002:000147c0 ??_C@_06EOKFIGLK@vmulsd?$AA@ 1009a7c0 udis86:itab.obj + 0002:000147c8 ??_C@_06ELCGACCM@vmulss?$AA@ 1009a7c8 udis86:itab.obj + 0002:000147d0 ??_C@_07ICOKPMJF@vmwrite?$AA@ 1009a7d0 udis86:itab.obj + 0002:000147d8 ??_C@_06IMFLOOPM@vmxoff?$AA@ 1009a7d8 udis86:itab.obj + 0002:000147e0 ??_C@_05OEJKEBDL@vmxon?$AA@ 1009a7e0 udis86:itab.obj + 0002:000147e8 ??_C@_05BMHCPOPI@vorpd?$AA@ 1009a7e8 udis86:itab.obj + 0002:000147f0 ??_C@_05BJPBHKGO@vorps?$AA@ 1009a7f0 udis86:itab.obj + 0002:000147f8 ??_C@_06NCAIHGAI@vpabsb?$AA@ 1009a7f8 udis86:itab.obj + 0002:00014800 ??_C@_06IEFCNBIO@vpabsd?$AA@ 1009a800 udis86:itab.obj + 0002:00014808 ??_C@_06OFLNJABM@vpabsw?$AA@ 1009a808 udis86:itab.obj + 0002:00014810 ??_C@_09DLPFLBOH@vpackssdw?$AA@ 1009a810 udis86:itab.obj + 0002:0001481c ??_C@_09BCCAEKNK@vpacksswb?$AA@ 1009a81c udis86:itab.obj + 0002:00014828 ??_C@_09LELFEEEH@vpackusdw?$AA@ 1009a828 udis86:itab.obj + 0002:00014834 ??_C@_09JNGALPHK@vpackuswb?$AA@ 1009a834 udis86:itab.obj + 0002:00014840 ??_C@_06OOAKJMCB@vpaddb?$AA@ 1009a840 udis86:itab.obj + 0002:00014848 ??_C@_06LIFADLKH@vpaddd?$AA@ 1009a848 udis86:itab.obj + 0002:00014850 ??_C@_06IPOFNNLD@vpaddq?$AA@ 1009a850 udis86:itab.obj + 0002:00014858 ??_C@_07GKINKKA@vpaddsb?$AA@ 1009a858 udis86:itab.obj + 0002:00014860 ??_C@_07DBBNDMLE@vpaddsw?$AA@ 1009a860 udis86:itab.obj + 0002:00014868 ??_C@_08LJJEJEIM@vpaddusb?$AA@ 1009a868 udis86:itab.obj + 0002:00014874 ??_C@_08IOCBHCJI@vpaddusw?$AA@ 1009a874 udis86:itab.obj + 0002:00014880 ??_C@_06NJLPHKDF@vpaddw?$AA@ 1009a880 udis86:itab.obj + 0002:00014888 ??_C@_08JHLGPDG@vpalignr?$AA@ 1009a888 udis86:itab.obj + 0002:00014894 ??_C@_05KKNGIIKA@vpand?$AA@ 1009a894 udis86:itab.obj + 0002:0001489c ??_C@_06CNACDDEJ@vpandn?$AA@ 1009a89c udis86:itab.obj + 0002:000148a4 ??_C@_06BGFMLNGM@vpavgb?$AA@ 1009a8a4 udis86:itab.obj + 0002:000148ac ??_C@_06CBOJFLHI@vpavgw?$AA@ 1009a8ac udis86:itab.obj + 0002:000148b4 ??_C@_09EJBAKIC@vpblendvb?$AA@ 1009a8b4 udis86:itab.obj + 0002:000148c0 ??_C@_08PAILKGLD@vpblendw?$AA@ 1009a8c0 udis86:itab.obj + 0002:000148cc ??_C@_0L@NBDJJMAH@vpclmulqdq?$AA@ 1009a8cc udis86:itab.obj + 0002:000148d8 ??_C@_08MPPJGGNO@vpcmpeqb?$AA@ 1009a8d8 udis86:itab.obj + 0002:000148e4 ??_C@_08JJKDMBFI@vpcmpeqd?$AA@ 1009a8e4 udis86:itab.obj + 0002:000148f0 ??_C@_08KOBGCHEM@vpcmpeqq?$AA@ 1009a8f0 udis86:itab.obj + 0002:000148fc ??_C@_08PIEMIAMK@vpcmpeqw?$AA@ 1009a8fc udis86:itab.obj + 0002:00014908 ??_C@_0L@FHJCNEPG@vpcmpestri?$AA@ 1009a908 udis86:itab.obj + 0002:00014914 ??_C@_0L@DDPOBBPC@vpcmpestrm?$AA@ 1009a914 udis86:itab.obj + 0002:00014920 ??_C@_08GDDLGMLO@vpcmpgtb?$AA@ 1009a920 udis86:itab.obj + 0002:0001492c ??_C@_08DFGBMLDI@vpcmpgtd?$AA@ 1009a92c udis86:itab.obj + 0002:00014938 ??_C@_08CNECNCM@vpcmpgtq?$AA@ 1009a938 udis86:itab.obj + 0002:00014944 ??_C@_08FEIOIKKK@vpcmpgtw?$AA@ 1009a944 udis86:itab.obj + 0002:00014950 ??_C@_0L@CAFABEIN@vpcmpistri?$AA@ 1009a950 udis86:itab.obj + 0002:0001495c ??_C@_0L@EEDMNBIJ@vpcmpistrm?$AA@ 1009a95c udis86:itab.obj + 0002:00014968 ??_C@_0L@EBGBBKJC@vperm2f128?$AA@ 1009a968 udis86:itab.obj + 0002:00014974 ??_C@_09PAKFEJKO@vpermilpd?$AA@ 1009a974 udis86:itab.obj + 0002:00014980 ??_C@_09PFCGMNDI@vpermilps?$AA@ 1009a980 udis86:itab.obj + 0002:0001498c ??_C@_07GJPCNPJN@vpextrb?$AA@ 1009a98c udis86:itab.obj + 0002:00014994 ??_C@_07DPKIHIBL@vpextrd?$AA@ 1009a994 udis86:itab.obj + 0002:0001499c ??_C@_07IBNJOAP@vpextrq?$AA@ 1009a99c udis86:itab.obj + 0002:000149a4 ??_C@_07FOEHDJIJ@vpextrw?$AA@ 1009a9a4 udis86:itab.obj + 0002:000149ac ??_C@_07KGHEBGGL@vphaddd?$AA@ 1009a9ac udis86:itab.obj + 0002:000149b4 ??_C@_08KDNBJGAC@vphaddsw?$AA@ 1009a9b4 udis86:itab.obj + 0002:000149c0 ??_C@_07MHJLFHPJ@vphaddw?$AA@ 1009a9c0 udis86:itab.obj + 0002:000149c8 ??_C@_0M@JBMAEGIN@vphminposuw?$AA@ 1009a9c8 udis86:itab.obj + 0002:000149d4 ??_C@_07FAHMJOMB@vphsubd?$AA@ 1009a9d4 udis86:itab.obj + 0002:000149dc ??_C@_08JFCENEHM@vphsubsw?$AA@ 1009a9dc udis86:itab.obj + 0002:000149e8 ??_C@_07DBJDNPFD@vphsubw?$AA@ 1009a9e8 udis86:itab.obj + 0002:000149f0 ??_C@_07GMEHEFHN@vpinsrb?$AA@ 1009a9f0 udis86:itab.obj + 0002:000149f8 ??_C@_07DKBNOCPL@vpinsrd?$AA@ 1009a9f8 udis86:itab.obj + 0002:00014a00 ??_C@_07NKIAEOP@vpinsrq?$AA@ 1009aa00 udis86:itab.obj + 0002:00014a08 ??_C@_07FLPCKDGJ@vpinsrw?$AA@ 1009aa08 udis86:itab.obj + 0002:00014a10 ??_C@_0L@LPIDNJFI@vpmaddubsw?$AA@ 1009aa10 udis86:itab.obj + 0002:00014a1c ??_C@_08JHAPFAOL@vpmaddwd?$AA@ 1009aa1c udis86:itab.obj + 0002:00014a28 ??_C@_07KDEFHNIM@vpmaxsb?$AA@ 1009aa28 udis86:itab.obj + 0002:00014a30 ??_C@_07PFBPNKAK@vpmaxsd?$AA@ 1009aa30 udis86:itab.obj + 0002:00014a38 ??_C@_07JEPAJLJI@vpmaxsw?$AA@ 1009aa38 udis86:itab.obj + 0002:00014a40 ??_C@_07KHMIABDO@vpmaxub?$AA@ 1009aa40 udis86:itab.obj + 0002:00014a48 ??_C@_07PBJCKGLI@vpmaxud?$AA@ 1009aa48 udis86:itab.obj + 0002:00014a50 ??_C@_07JAHNOHCK@vpmaxuw?$AA@ 1009aa50 udis86:itab.obj + 0002:00014a58 ??_C@_07OGEHDOAO@vpminsb?$AA@ 1009aa58 udis86:itab.obj + 0002:00014a60 ??_C@_07LABNJJII@vpminsd?$AA@ 1009aa60 udis86:itab.obj + 0002:00014a68 ??_C@_07NBPCNIBK@vpminsw?$AA@ 1009aa68 udis86:itab.obj + 0002:00014a70 ??_C@_07OCMKECLM@vpminub?$AA@ 1009aa70 udis86:itab.obj + 0002:00014a78 ??_C@_07LEJAOFDK@vpminud?$AA@ 1009aa78 udis86:itab.obj + 0002:00014a80 ??_C@_07NFHPKEKI@vpminuw?$AA@ 1009aa80 udis86:itab.obj + 0002:00014a88 ??_C@_09PHILFHFD@vpmovmskb?$AA@ 1009aa88 udis86:itab.obj + 0002:00014a94 ??_C@_09KGNBGFLI@vpmovsxbd?$AA@ 1009aa94 udis86:itab.obj + 0002:00014aa0 ??_C@_09JBGEIDKM@vpmovsxbq?$AA@ 1009aaa0 udis86:itab.obj + 0002:00014aac ??_C@_09MHDOCECK@vpmovsxbw?$AA@ 1009aaac udis86:itab.obj + 0002:00014ab8 ??_C@_09LMDMAECD@vpmovsxwd?$AA@ 1009aab8 udis86:itab.obj + 0002:00014ac4 ??_C@_09ILIJOCDH@vpmovsxwq?$AA@ 1009aac4 udis86:itab.obj + 0002:00014ad0 ??_C@_09KLMBAHMJ@vpmovzxbd?$AA@ 1009aad0 udis86:itab.obj + 0002:00014adc ??_C@_09JMHEOBNN@vpmovzxbq?$AA@ 1009aadc udis86:itab.obj + 0002:00014ae8 ??_C@_09MKCOEGFL@vpmovzxbw?$AA@ 1009aae8 udis86:itab.obj + 0002:00014af4 ??_C@_09JIPJJNGP@vpmovzxdq?$AA@ 1009aaf4 udis86:itab.obj + 0002:00014b00 ??_C@_09LBCMGGFC@vpmovzxwd?$AA@ 1009ab00 udis86:itab.obj + 0002:00014b0c ??_C@_09IGJJIAEG@vpmovzxwq?$AA@ 1009ab0c udis86:itab.obj + 0002:00014b18 ??_C@_07JBNIHIGB@vpmuldq?$AA@ 1009ab18 udis86:itab.obj + 0002:00014b20 ??_C@_09MDLEEJOH@vpmulhrsw?$AA@ 1009ab20 udis86:itab.obj + 0002:00014b2c ??_C@_08BHIFHBOD@vpmulhuw?$AA@ 1009ab2c udis86:itab.obj + 0002:00014b38 ??_C@_07MOJICGID@vpmulhw?$AA@ 1009ab38 udis86:itab.obj + 0002:00014b40 ??_C@_07KIHOMPMN@vpmulld?$AA@ 1009ab40 udis86:itab.obj + 0002:00014b48 ??_C@_07MJJBIOFP@vpmullw?$AA@ 1009ab48 udis86:itab.obj + 0002:00014b50 ??_C@_04HKPCCKHI@vpor?$AA@ 1009ab50 udis86:itab.obj + 0002:00014b58 ??_C@_07KKAHNJBD@vpsadbw?$AA@ 1009ab58 udis86:itab.obj + 0002:00014b60 ??_C@_07HPAOMFFA@vpshufb?$AA@ 1009ab60 udis86:itab.obj + 0002:00014b68 ??_C@_07CJFEGCNG@vpshufd?$AA@ 1009ab68 udis86:itab.obj + 0002:00014b70 ??_C@_08GPNDFNG@vpshufhw?$AA@ 1009ab70 udis86:itab.obj + 0002:00014b7c ??_C@_08BPEJNAK@vpshuflw?$AA@ 1009ab7c udis86:itab.obj + 0002:00014b88 ??_C@_07LGGNCCEM@vpsignb?$AA@ 1009ab88 udis86:itab.obj + 0002:00014b90 ??_C@_07OADHIFMK@vpsignd?$AA@ 1009ab90 udis86:itab.obj + 0002:00014b98 ??_C@_07IBNIMEFI@vpsignw?$AA@ 1009ab98 udis86:itab.obj + 0002:00014ba0 ??_C@_06GJNHIGBC@vpslld?$AA@ 1009aba0 udis86:itab.obj + 0002:00014ba8 ??_C@_07MFPEOOHJ@vpslldq?$AA@ 1009aba8 udis86:itab.obj + 0002:00014bb0 ??_C@_06FOGCGAAG@vpsllq?$AA@ 1009abb0 udis86:itab.obj + 0002:00014bb8 ??_C@_06IDIMHIA@vpsllw?$AA@ 1009abb8 udis86:itab.obj + 0002:00014bc0 ??_C@_06NBMJDFON@vpsrad?$AA@ 1009abc0 udis86:itab.obj + 0002:00014bc8 ??_C@_06LACGHEHP@vpsraw?$AA@ 1009abc8 udis86:itab.obj + 0002:00014bd0 ??_C@_06NJBBKGLO@vpsrld?$AA@ 1009abd0 udis86:itab.obj + 0002:00014bd8 ??_C@_07BKCEMHJK@vpsrldq?$AA@ 1009abd8 udis86:itab.obj + 0002:00014be0 ??_C@_06OOKEEAKK@vpsrlq?$AA@ 1009abe0 udis86:itab.obj + 0002:00014be8 ??_C@_06LIPOOHCM@vpsrlw?$AA@ 1009abe8 udis86:itab.obj + 0002:00014bf0 ??_C@_06BIACBEIL@vpsubb?$AA@ 1009abf0 udis86:itab.obj + 0002:00014bf8 ??_C@_06EOFILDAN@vpsubd?$AA@ 1009abf8 udis86:itab.obj + 0002:00014c00 ??_C@_06HJONFFBJ@vpsubq?$AA@ 1009ac00 udis86:itab.obj + 0002:00014c08 ??_C@_07DAFNJINO@vpsubsb?$AA@ 1009ac08 udis86:itab.obj + 0002:00014c10 ??_C@_07HOIHOMK@vpsubsw?$AA@ 1009ac10 udis86:itab.obj + 0002:00014c18 ??_C@_08OBPDNPF@vpsubusb?$AA@ 1009ac18 udis86:itab.obj + 0002:00014c24 ??_C@_08DJKKNLOB@vpsubusw?$AA@ 1009ac24 udis86:itab.obj + 0002:00014c30 ??_C@_06CPLHPCJP@vpsubw?$AA@ 1009ac30 udis86:itab.obj + 0002:00014c38 ??_C@_06PLEHODJE@vptest?$AA@ 1009ac38 udis86:itab.obj + 0002:00014c40 ??_C@_0L@FCKGKDDI@vpunpckhbw?$AA@ 1009ac40 udis86:itab.obj + 0002:00014c4c ??_C@_0L@HBHIAM@vpunpckhdq?$AA@ 1009ac4c udis86:itab.obj + 0002:00014c58 ??_C@_0M@ECLILDNC@vpunpckhqdq?$AA@ 1009ac58 udis86:itab.obj + 0002:00014c64 ??_C@_0L@CJKEIDDB@vpunpckhwd?$AA@ 1009ac64 udis86:itab.obj + 0002:00014c70 ??_C@_0L@NNMEDEGP@vpunpcklbw?$AA@ 1009ac70 udis86:itab.obj + 0002:00014c7c ??_C@_0L@IPBDOPFL@vpunpckldq?$AA@ 1009ac7c udis86:itab.obj + 0002:00014c88 ??_C@_0M@LHDIBFBC@vpunpcklqdq?$AA@ 1009ac88 udis86:itab.obj + 0002:00014c94 ??_C@_0L@KGMGBEGG@vpunpcklwd?$AA@ 1009ac94 udis86:itab.obj + 0002:00014ca0 ??_C@_05JKJNEPFF@vpxor?$AA@ 1009aca0 udis86:itab.obj + 0002:00014ca8 ??_C@_06EOIPIGDO@vrcpps?$AA@ 1009aca8 udis86:itab.obj + 0002:00014cb0 ??_C@_06EMMJDIGH@vrcpss?$AA@ 1009acb0 udis86:itab.obj + 0002:00014cb8 ??_C@_08JFANAIBG@vroundpd?$AA@ 1009acb8 udis86:itab.obj + 0002:00014cc4 ??_C@_08JAIOIMIA@vroundps?$AA@ 1009acc4 udis86:itab.obj + 0002:00014cd0 ??_C@_08JHELLGEP@vroundsd?$AA@ 1009acd0 udis86:itab.obj + 0002:00014cdc ??_C@_08JCMIDCNJ@vroundss?$AA@ 1009acdc udis86:itab.obj + 0002:00014ce8 ??_C@_08FOGIBFDA@vrsqrtps?$AA@ 1009ace8 udis86:itab.obj + 0002:00014cf4 ??_C@_08FMCOKLGJ@vrsqrtss?$AA@ 1009acf4 udis86:itab.obj + 0002:00014d00 ??_C@_07LDNKPOJD@vshufpd?$AA@ 1009ad00 udis86:itab.obj + 0002:00014d08 ??_C@_07LGFJHKAF@vshufps?$AA@ 1009ad08 udis86:itab.obj + 0002:00014d10 ??_C@_07NPDDOOME@vsqrtpd?$AA@ 1009ad10 udis86:itab.obj + 0002:00014d18 ??_C@_07NKLAGKFC@vsqrtps?$AA@ 1009ad18 udis86:itab.obj + 0002:00014d20 ??_C@_07NNHFFAJN@vsqrtsd?$AA@ 1009ad20 udis86:itab.obj + 0002:00014d28 ??_C@_07NIPGNEAL@vsqrtss?$AA@ 1009ad28 udis86:itab.obj + 0002:00014d30 ??_C@_08LPFCBBFP@vstmxcsr?$AA@ 1009ad30 udis86:itab.obj + 0002:00014d3c ??_C@_06JFOACMDL@vsubpd?$AA@ 1009ad3c udis86:itab.obj + 0002:00014d44 ??_C@_06JAGDKIKN@vsubps?$AA@ 1009ad44 udis86:itab.obj + 0002:00014d4c ??_C@_06JHKGJCGC@vsubsd?$AA@ 1009ad4c udis86:itab.obj + 0002:00014d54 ??_C@_06JCCFBGPE@vsubss?$AA@ 1009ad54 udis86:itab.obj + 0002:00014d5c ??_C@_07LPLDLJHH@vtestpd?$AA@ 1009ad5c udis86:itab.obj + 0002:00014d64 ??_C@_07LKDADNOB@vtestps?$AA@ 1009ad64 udis86:itab.obj + 0002:00014d6c ??_C@_08ENKJFGNC@vucomisd?$AA@ 1009ad6c udis86:itab.obj + 0002:00014d78 ??_C@_08EICKNCEE@vucomiss?$AA@ 1009ad78 udis86:itab.obj + 0002:00014d84 ??_C@_09LPGPKENJ@vunpckhpd?$AA@ 1009ad84 udis86:itab.obj + 0002:00014d90 ??_C@_09LKOMCAEP@vunpckhps?$AA@ 1009ad90 udis86:itab.obj + 0002:00014d9c ??_C@_09DAANDDIO@vunpcklpd?$AA@ 1009ad9c udis86:itab.obj + 0002:00014da8 ??_C@_09DFIOLHBI@vunpcklps?$AA@ 1009ada8 udis86:itab.obj + 0002:00014db4 ??_C@_06IFGOAEEE@vxorpd?$AA@ 1009adb4 udis86:itab.obj + 0002:00014dbc ??_C@_06IAONIANC@vxorps?$AA@ 1009adbc udis86:itab.obj + 0002:00014dc4 ??_C@_08CIMGHFML@vzeroall?$AA@ 1009adc4 udis86:itab.obj + 0002:00014dd0 ??_C@_0L@HMOMGDGG@vzeroupper?$AA@ 1009add0 udis86:itab.obj + 0002:00014ddc ??_C@_04PNOAOIAG@wait?$AA@ 1009addc udis86:itab.obj + 0002:00014de4 ??_C@_06BAFGEPDI@wbinvd?$AA@ 1009ade4 udis86:itab.obj + 0002:00014dec ??_C@_05FJPKDCCJ@wrmsr?$AA@ 1009adec udis86:itab.obj + 0002:00014df4 ??_C@_04DNKKPONF@xadd?$AA@ 1009adf4 udis86:itab.obj + 0002:00014dfc ??_C@_04LFJEJMPJ@xchg?$AA@ 1009adfc udis86:itab.obj + 0002:00014e04 ??_C@_09CAOANIJI@xcryptcbc?$AA@ 1009ae04 udis86:itab.obj + 0002:00014e10 ??_C@_09DOPCEBAF@xcryptcfb?$AA@ 1009ae10 udis86:itab.obj + 0002:00014e1c ??_C@_09GLJCCEEK@xcryptctr?$AA@ 1009ae1c udis86:itab.obj + 0002:00014e28 ??_C@_09BNFCNMDC@xcryptecb?$AA@ 1009ae28 udis86:itab.obj + 0002:00014e34 ??_C@_09HECEPOLN@xcryptofb?$AA@ 1009ae34 udis86:itab.obj + 0002:00014e40 ??_C@_06CPFMIPOH@xgetbv?$AA@ 1009ae40 udis86:itab.obj + 0002:00014e48 ??_C@_05HCCHBCHD@xlatb?$AA@ 1009ae48 udis86:itab.obj + 0002:00014e50 ??_C@_03COLCDPPJ@xor?$AA@ 1009ae50 udis86:itab.obj + 0002:00014e54 ??_C@_05CGHIJPII@xorpd?$AA@ 1009ae54 udis86:itab.obj + 0002:00014e5c ??_C@_05CDPLBLBO@xorps?$AA@ 1009ae5c udis86:itab.obj + 0002:00014e64 ??_C@_06PPFDCILK@xrstor?$AA@ 1009ae64 udis86:itab.obj + 0002:00014e6c ??_C@_05NMFCFAIJ@xsave?$AA@ 1009ae6c udis86:itab.obj + 0002:00014e74 ??_C@_06LHBLMPGK@xsetbv?$AA@ 1009ae74 udis86:itab.obj + 0002:00014e7c ??_C@_05GGOEDCKG@xsha1?$AA@ 1009ae7c udis86:itab.obj + 0002:00014e84 ??_C@_07IJIDDFOL@xsha256?$AA@ 1009ae84 udis86:itab.obj + 0002:00014e8c ??_C@_06BAEKEDCE@xstore?$AA@ 1009ae8c udis86:itab.obj + 0002:00014e94 ??_C@_07MALOAKCI@invalid?$AA@ 1009ae94 udis86:itab.obj + 0002:00014e9c ??_C@_05FIGNBJMO@3dnow?$AA@ 1009ae9c udis86:itab.obj + 0002:00014ea4 ??_C@_04CGFJFPFD@none?$AA@ 1009aea4 udis86:itab.obj + 0002:00014eac ??_C@_02BIKLEMDE@db?$AA@ 1009aeac udis86:itab.obj + 0002:00014eb0 ??_C@_05PDJBBECF@pause?$AA@ 1009aeb0 udis86:itab.obj + 0002:00015a60 _ud_itab__0 1009ba60 udis86:itab.obj + 0002:00017690 _ud_reg_tab 1009d690 udis86:syn.obj + 0002:000178fc ??_C@_02IAODKDFB@al?$AA@ 1009d8fc udis86:syn.obj + 0002:00017900 ??_C@_02IDGHHHDP@cl?$AA@ 1009d900 udis86:syn.obj + 0002:00017904 ??_C@_02IGCIGBLK@dl?$AA@ 1009d904 udis86:syn.obj + 0002:00017908 ??_C@_02ICKFBNAI@bl?$AA@ 1009d908 udis86:syn.obj + 0002:0001790c ??_C@_02OEIPGGFF@ah?$AA@ 1009d90c udis86:syn.obj + 0002:00017910 ??_C@_02OHALLCDL@ch?$AA@ 1009d910 udis86:syn.obj + 0002:00017914 ??_C@_02OCEEKELO@dh?$AA@ 1009d914 udis86:syn.obj + 0002:00017918 ??_C@_02OGMJNIAM@bh?$AA@ 1009d918 udis86:syn.obj + 0002:0001791c ??_C@_03DKIIGDGK@spl?$AA@ 1009d91c udis86:syn.obj + 0002:00017920 ??_C@_03NCCNFDJA@bpl?$AA@ 1009d920 udis86:syn.obj + 0002:00017924 ??_C@_03CJHPPLJF@sil?$AA@ 1009d924 udis86:syn.obj + 0002:00017928 ??_C@_03OELBJELD@dil?$AA@ 1009d928 udis86:syn.obj + 0002:0001792c ??_C@_03GCDOPFPJ@r8b?$AA@ 1009d92c udis86:syn.obj + 0002:00017930 ??_C@_03GDPMJPMO@r9b?$AA@ 1009d930 udis86:syn.obj + 0002:00017934 ??_C@_04IBPIMIDM@r10b?$AA@ 1009d934 udis86:syn.obj + 0002:0001793c ??_C@_04IADKKCAL@r11b?$AA@ 1009d93c udis86:syn.obj + 0002:00017944 ??_C@_04ICHMBMFC@r12b?$AA@ 1009d944 udis86:syn.obj + 0002:0001794c ??_C@_04IDLOHGGF@r13b?$AA@ 1009d94c udis86:syn.obj + 0002:00017954 ??_C@_04IGPBGAOA@r14b?$AA@ 1009d954 udis86:syn.obj + 0002:0001795c ??_C@_04IHDDAKNH@r15b?$AA@ 1009d95c udis86:syn.obj + 0002:00017964 ??_C@_02KOENHEAE@ax?$AA@ 1009d964 udis86:syn.obj + 0002:00017968 ??_C@_02KNMJKAGK@cx?$AA@ 1009d968 udis86:syn.obj + 0002:0001796c ??_C@_02KIIGLGOP@dx?$AA@ 1009d96c udis86:syn.obj + 0002:00017970 ??_C@_02KMALMKFN@bx?$AA@ 1009d970 udis86:syn.obj + 0002:00017974 ??_C@_02HJDGIJBC@sp?$AA@ 1009d974 udis86:syn.obj + 0002:00017978 ??_C@_02GENCEAFF@bp?$AA@ 1009d978 udis86:syn.obj + 0002:0001797c ??_C@_02OCDGCAAK@si?$AA@ 1009d97c udis86:syn.obj + 0002:00017980 ??_C@_02PLFPJFPP@di?$AA@ 1009d980 udis86:syn.obj + 0002:00017984 ??_C@_03FFILBDON@r8w?$AA@ 1009d984 udis86:syn.obj + 0002:00017988 ??_C@_03FEEJHJNK@r9w?$AA@ 1009d988 udis86:syn.obj + 0002:0001798c ??_C@_04LGENCOCI@r10w?$AA@ 1009d98c udis86:syn.obj + 0002:00017994 ??_C@_04LHIPEEBP@r11w?$AA@ 1009d994 udis86:syn.obj + 0002:0001799c ??_C@_04LFMJPKEG@r12w?$AA@ 1009d99c udis86:syn.obj + 0002:000179a4 ??_C@_04LEALJAHB@r13w?$AA@ 1009d9a4 udis86:syn.obj + 0002:000179ac ??_C@_04LBEEIGPE@r14w?$AA@ 1009d9ac udis86:syn.obj + 0002:000179b4 ??_C@_04LAIGOMMD@r15w?$AA@ 1009d9b4 udis86:syn.obj + 0002:000179bc ??_C@_03HMLAHFDL@eax?$AA@ 1009d9bc udis86:syn.obj + 0002:000179c0 ??_C@_03HPDEKBFF@ecx?$AA@ 1009d9c0 udis86:syn.obj + 0002:000179c4 ??_C@_03HKHLLHNA@edx?$AA@ 1009d9c4 udis86:syn.obj + 0002:000179c8 ??_C@_03HOPGMLGC@ebx?$AA@ 1009d9c8 udis86:syn.obj + 0002:000179cc ??_C@_03KLMLIICN@esp?$AA@ 1009d9cc udis86:syn.obj + 0002:000179d0 ??_C@_03LGCPEBGK@ebp?$AA@ 1009d9d0 udis86:syn.obj + 0002:000179d4 ??_C@_03DAMLCBDF@esi?$AA@ 1009d9d4 udis86:syn.obj + 0002:000179d8 ??_C@_03CJKCJEMA@edi?$AA@ 1009d9d8 udis86:syn.obj + 0002:000179dc ??_C@_03DEGEFCHP@r8d?$AA@ 1009d9dc udis86:syn.obj + 0002:000179e0 ??_C@_03DFKGDIEI@r9d?$AA@ 1009d9e0 udis86:syn.obj + 0002:000179e4 ??_C@_04NHKCGPLK@r10d?$AA@ 1009d9e4 udis86:syn.obj + 0002:000179ec ??_C@_04NGGAAFIN@r11d?$AA@ 1009d9ec udis86:syn.obj + 0002:000179f4 ??_C@_04NECGLLNE@r12d?$AA@ 1009d9f4 udis86:syn.obj + 0002:000179fc ??_C@_04NFOENBOD@r13d?$AA@ 1009d9fc udis86:syn.obj + 0002:00017a04 ??_C@_04NAKLMHGG@r14d?$AA@ 1009da04 udis86:syn.obj + 0002:00017a0c ??_C@_04NBGJKNFB@r15d?$AA@ 1009da0c udis86:syn.obj + 0002:00017a14 ??_C@_03LBHOBKBN@rax?$AA@ 1009da14 udis86:syn.obj + 0002:00017a18 ??_C@_03LCPKMOHD@rcx?$AA@ 1009da18 udis86:syn.obj + 0002:00017a1c ??_C@_03LHLFNIPG@rdx?$AA@ 1009da1c udis86:syn.obj + 0002:00017a20 ??_C@_03LDDIKEEE@rbx?$AA@ 1009da20 udis86:syn.obj + 0002:00017a24 ??_C@_03GGAFOHAL@rsp?$AA@ 1009da24 udis86:syn.obj + 0002:00017a28 ??_C@_03HLOBCOEM@rbp?$AA@ 1009da28 udis86:syn.obj + 0002:00017a2c ??_C@_03PNAFEOBD@rsi?$AA@ 1009da2c udis86:syn.obj + 0002:00017a30 ??_C@_03OEGMPLOG@rdi?$AA@ 1009da30 udis86:syn.obj + 0002:00017a34 ??_C@_02EAFECGCI@r8?$AA@ 1009da34 udis86:syn.obj + 0002:00017a38 ??_C@_02FJEPBHGJ@r9?$AA@ 1009da38 udis86:syn.obj + 0002:00017a3c ??_C@_03OFGCPBKA@r10?$AA@ 1009da3c udis86:syn.obj + 0002:00017a40 ??_C@_03PMHJMAOB@r11?$AA@ 1009da40 udis86:syn.obj + 0002:00017a44 ??_C@_03NHFEJDCC@r12?$AA@ 1009da44 udis86:syn.obj + 0002:00017a48 ??_C@_03MOEPKCGD@r13?$AA@ 1009da48 udis86:syn.obj + 0002:00017a4c ??_C@_03IBAODEKE@r14?$AA@ 1009da4c udis86:syn.obj + 0002:00017a50 ??_C@_03JIBFAFOF@r15?$AA@ 1009da50 udis86:syn.obj + 0002:00017a54 ??_C@_02EKLAAFBD@es?$AA@ 1009da54 udis86:syn.obj + 0002:00017a58 ??_C@_02EODNHJKB@cs?$AA@ 1009da58 udis86:syn.obj + 0002:00017a5c ??_C@_02FCBLNKNB@ss?$AA@ 1009da5c udis86:syn.obj + 0002:00017a60 ??_C@_02ELHCGPCE@ds?$AA@ 1009da60 udis86:syn.obj + 0002:00017a64 ??_C@_02EIPGLLEK@fs?$AA@ 1009da64 udis86:syn.obj + 0002:00017a68 ??_C@_02EJDENBHN@gs?$AA@ 1009da68 udis86:syn.obj + 0002:00017a6c ??_C@_03HPBLPCMD@cr0?$AA@ 1009da6c udis86:syn.obj + 0002:00017a70 ??_C@_03GGAAMDIC@cr1?$AA@ 1009da70 udis86:syn.obj + 0002:00017a74 ??_C@_03ENCNJAEB@cr2?$AA@ 1009da74 udis86:syn.obj + 0002:00017a78 ??_C@_03FEDGKBAA@cr3?$AA@ 1009da78 udis86:syn.obj + 0002:00017a7c ??_C@_03BLHHDHMH@cr4?$AA@ 1009da7c udis86:syn.obj + 0002:00017a80 ??_C@_03CGMAGIG@cr5?$AA@ 1009da80 udis86:syn.obj + 0002:00017a84 ??_C@_03CJEBFFEF@cr6?$AA@ 1009da84 udis86:syn.obj + 0002:00017a88 ??_C@_03DAFKGEAE@cr7?$AA@ 1009da88 udis86:syn.obj + 0002:00017a8c ??_C@_03LHMCHIML@cr8?$AA@ 1009da8c udis86:syn.obj + 0002:00017a90 ??_C@_03KONJEJIK@cr9?$AA@ 1009da90 udis86:syn.obj + 0002:00017a94 ??_C@_04NMJGNEDM@cr10?$AA@ 1009da94 udis86:syn.obj + 0002:00017a9c ??_C@_04MFINOFHN@cr11?$AA@ 1009da9c udis86:syn.obj + 0002:00017aa4 ??_C@_04OOKALGLO@cr12?$AA@ 1009daa4 udis86:syn.obj + 0002:00017aac ??_C@_04PHLLIHPP@cr13?$AA@ 1009daac udis86:syn.obj + 0002:00017ab4 ??_C@_04LIPKBBDI@cr14?$AA@ 1009dab4 udis86:syn.obj + 0002:00017abc ??_C@_04KBOBCAHJ@cr15?$AA@ 1009dabc udis86:syn.obj + 0002:00017ac4 ??_C@_03OCMMMKHK@dr0?$AA@ 1009dac4 udis86:syn.obj + 0002:00017ac8 ??_C@_03PLNHPLDL@dr1?$AA@ 1009dac8 udis86:syn.obj + 0002:00017acc ??_C@_03NAPKKIPI@dr2?$AA@ 1009dacc udis86:syn.obj + 0002:00017ad0 ??_C@_03MJOBJJLJ@dr3?$AA@ 1009dad0 udis86:syn.obj + 0002:00017ad4 ??_C@_03IGKAAPHO@dr4?$AA@ 1009dad4 udis86:syn.obj + 0002:00017ad8 ??_C@_03JPLLDODP@dr5?$AA@ 1009dad8 udis86:syn.obj + 0002:00017adc ??_C@_03LEJGGNPM@dr6?$AA@ 1009dadc udis86:syn.obj + 0002:00017ae0 ??_C@_03KNINFMLN@dr7?$AA@ 1009dae0 udis86:syn.obj + 0002:00017ae4 ??_C@_03CKBFEAHC@dr8?$AA@ 1009dae4 udis86:syn.obj + 0002:00017ae8 ??_C@_03DDAOHBDD@dr9?$AA@ 1009dae8 udis86:syn.obj + 0002:00017aec ??_C@_04GOLGAICM@dr10?$AA@ 1009daec udis86:syn.obj + 0002:00017af4 ??_C@_04HHKNDJGN@dr11?$AA@ 1009daf4 udis86:syn.obj + 0002:00017afc ??_C@_04FMIAGKKO@dr12?$AA@ 1009dafc udis86:syn.obj + 0002:00017b04 ??_C@_04EFJLFLOP@dr13?$AA@ 1009db04 udis86:syn.obj + 0002:00017b0c ??_C@_04KNKMNCI@dr14?$AA@ 1009db0c udis86:syn.obj + 0002:00017b14 ??_C@_04BDMBPMGJ@dr15?$AA@ 1009db14 udis86:syn.obj + 0002:00017b1c ??_C@_03IILOGBLN@mm0?$AA@ 1009db1c udis86:syn.obj + 0002:00017b20 ??_C@_03JBKFFAPM@mm1?$AA@ 1009db20 udis86:syn.obj + 0002:00017b24 ??_C@_03LKIIADDP@mm2?$AA@ 1009db24 udis86:syn.obj + 0002:00017b28 ??_C@_03KDJDDCHO@mm3?$AA@ 1009db28 udis86:syn.obj + 0002:00017b2c ??_C@_03OMNCKELJ@mm4?$AA@ 1009db2c udis86:syn.obj + 0002:00017b30 ??_C@_03PFMJJFPI@mm5?$AA@ 1009db30 udis86:syn.obj + 0002:00017b34 ??_C@_03NOOEMGDL@mm6?$AA@ 1009db34 udis86:syn.obj + 0002:00017b38 ??_C@_03MHPPPHHK@mm7?$AA@ 1009db38 udis86:syn.obj + 0002:00017b3c ??_C@_03CLIPNJOO@st0?$AA@ 1009db3c udis86:syn.obj + 0002:00017b40 ??_C@_03DCJEOIKP@st1?$AA@ 1009db40 udis86:syn.obj + 0002:00017b44 ??_C@_03BJLJLLGM@st2?$AA@ 1009db44 udis86:syn.obj + 0002:00017b48 ??_C@_03KCIKCN@st3?$AA@ 1009db48 udis86:syn.obj + 0002:00017b4c ??_C@_03EPODBMOK@st4?$AA@ 1009db4c udis86:syn.obj + 0002:00017b50 ??_C@_03FGPICNKL@st5?$AA@ 1009db50 udis86:syn.obj + 0002:00017b54 ??_C@_03HNNFHOGI@st6?$AA@ 1009db54 udis86:syn.obj + 0002:00017b58 ??_C@_03GEMOEPCJ@st7?$AA@ 1009db58 udis86:syn.obj + 0002:00017b5c ??_C@_04KGHKOCLC@xmm0?$AA@ 1009db5c udis86:syn.obj + 0002:00017b64 ??_C@_04LPGBNDPD@xmm1?$AA@ 1009db64 udis86:syn.obj + 0002:00017b6c ??_C@_04JEEMIADA@xmm2?$AA@ 1009db6c udis86:syn.obj + 0002:00017b74 ??_C@_04INFHLBHB@xmm3?$AA@ 1009db74 udis86:syn.obj + 0002:00017b7c ??_C@_04MCBGCHLG@xmm4?$AA@ 1009db7c udis86:syn.obj + 0002:00017b84 ??_C@_04NLANBGPH@xmm5?$AA@ 1009db84 udis86:syn.obj + 0002:00017b8c ??_C@_04PACAEFDE@xmm6?$AA@ 1009db8c udis86:syn.obj + 0002:00017b94 ??_C@_04OJDLHEHF@xmm7?$AA@ 1009db94 udis86:syn.obj + 0002:00017b9c ??_C@_04GOKDGILK@xmm8?$AA@ 1009db9c udis86:syn.obj + 0002:00017ba4 ??_C@_04HHLIFJPL@xmm9?$AA@ 1009dba4 udis86:syn.obj + 0002:00017bac ??_C@_05PLENPEIG@xmm10?$AA@ 1009dbac udis86:syn.obj + 0002:00017bb4 ??_C@_05OCFGMFMH@xmm11?$AA@ 1009dbb4 udis86:syn.obj + 0002:00017bbc ??_C@_05MJHLJGAE@xmm12?$AA@ 1009dbbc udis86:syn.obj + 0002:00017bc4 ??_C@_05NAGAKHEF@xmm13?$AA@ 1009dbc4 udis86:syn.obj + 0002:00017bcc ??_C@_05JPCBDBIC@xmm14?$AA@ 1009dbcc udis86:syn.obj + 0002:00017bd4 ??_C@_05IGDKAAMD@xmm15?$AA@ 1009dbd4 udis86:syn.obj + 0002:00017bdc ??_C@_04JLBKMLAC@ymm0?$AA@ 1009dbdc udis86:syn.obj + 0002:00017be4 ??_C@_04ICABPKED@ymm1?$AA@ 1009dbe4 udis86:syn.obj + 0002:00017bec ??_C@_04KJCMKJIA@ymm2?$AA@ 1009dbec udis86:syn.obj + 0002:00017bf4 ??_C@_04LADHJIMB@ymm3?$AA@ 1009dbf4 udis86:syn.obj + 0002:00017bfc ??_C@_04PPHGAOAG@ymm4?$AA@ 1009dbfc udis86:syn.obj + 0002:00017c04 ??_C@_04OGGNDPEH@ymm5?$AA@ 1009dc04 udis86:syn.obj + 0002:00017c0c ??_C@_04MNEAGMIE@ymm6?$AA@ 1009dc0c udis86:syn.obj + 0002:00017c14 ??_C@_04NEFLFNMF@ymm7?$AA@ 1009dc14 udis86:syn.obj + 0002:00017c1c ??_C@_04FDMDEBAK@ymm8?$AA@ 1009dc1c udis86:syn.obj + 0002:00017c24 ??_C@_04EKNIHAEL@ymm9?$AA@ 1009dc24 udis86:syn.obj + 0002:00017c2c ??_C@_05DABBCHCD@ymm10?$AA@ 1009dc2c udis86:syn.obj + 0002:00017c34 ??_C@_05CJAKBGGC@ymm11?$AA@ 1009dc34 udis86:syn.obj + 0002:00017c3c ??_C@_05CCHEFKB@ymm12?$AA@ 1009dc3c udis86:syn.obj + 0002:00017c44 ??_C@_05BLDMHEOA@ymm13?$AA@ 1009dc44 udis86:syn.obj + 0002:00017c4c ??_C@_05FEHNOCCH@ymm14?$AA@ 1009dc4c udis86:syn.obj + 0002:00017c54 ??_C@_05ENGGNDGG@ymm15?$AA@ 1009dc54 udis86:syn.obj + 0002:00017c5c ??_C@_03HHLEMBKN@rip?$AA@ 1009dc5c udis86:syn.obj + 0002:00017c60 ??_C@_08KBPBCHKK@?$CFs?$CF?$CLI64d?$AA@ 1009dc60 udis86:syn.obj + 0002:00017c6c ??_C@_07NDNBFKNF@0x?$CFI64x?$AA@ 1009dc6c udis86:syn.obj + 0002:00017c74 ??_C@_08CDEEPEOG@?90x?$CFI64x?$AA@ 1009dc74 udis86:syn.obj + 0002:00017c80 ??_C@_09DFCDNKEO@?$CFs0x?$CFI64x?$AA@ 1009dc80 udis86:syn.obj + 0002:00017c90 __load_config_used 1009dc90 LIBCMT:loadcfg.obj + 0002:00017d80 __tls_used 1009dd80 LIBCMT:tlssup.obj + 0002:00017d98 ??_R4exception@std@@6B@ 1009dd98 logging.cpp.obj + 0002:00017dac ??_R3exception@std@@8 1009ddac logging.cpp.obj + 0002:00017dbc ??_R2exception@std@@8 1009ddbc logging.cpp.obj + 0002:00017dc4 ??_R1A@?0A@EA@exception@std@@8 1009ddc4 logging.cpp.obj + 0002:00017de0 ??_R4bad_array_new_length@std@@6B@ 1009dde0 logging.cpp.obj + 0002:00017df4 ??_R3bad_array_new_length@std@@8 1009ddf4 logging.cpp.obj + 0002:00017e04 ??_R2bad_array_new_length@std@@8 1009de04 logging.cpp.obj + 0002:00017e14 ??_R1A@?0A@EA@bad_array_new_length@std@@8 1009de14 logging.cpp.obj + 0002:00017e30 ??_R1A@?0A@EA@bad_alloc@std@@8 1009de30 logging.cpp.obj + 0002:00017e4c ??_R3bad_alloc@std@@8 1009de4c logging.cpp.obj + 0002:00017e5c ??_R2bad_alloc@std@@8 1009de5c logging.cpp.obj + 0002:00017e68 ??_R4bad_alloc@std@@6B@ 1009de68 logging.cpp.obj + 0002:00017e7c ??_R4ios_base@std@@6B@ 1009de7c logging.cpp.obj + 0002:00017e90 ??_R3ios_base@std@@8 1009de90 logging.cpp.obj + 0002:00017ea0 ??_R2ios_base@std@@8 1009dea0 logging.cpp.obj + 0002:00017eac ??_R1A@?0A@EA@ios_base@std@@8 1009deac logging.cpp.obj + 0002:00017ec8 ??_R17?0A@EA@?$_Iosb@H@std@@8 1009dec8 logging.cpp.obj + 0002:00017ee4 ??_R3?$_Iosb@H@std@@8 1009dee4 logging.cpp.obj + 0002:00017ef4 ??_R2?$_Iosb@H@std@@8 1009def4 logging.cpp.obj + 0002:00017efc ??_R1A@?0A@EA@?$_Iosb@H@std@@8 1009defc logging.cpp.obj + 0002:00017f18 ??_R4?$basic_ios@DU?$char_traits@D@std@@@std@@6B@ 1009df18 logging.cpp.obj + 0002:00017f2c ??_R3?$basic_ios@DU?$char_traits@D@std@@@std@@8 1009df2c logging.cpp.obj + 0002:00017f3c ??_R2?$basic_ios@DU?$char_traits@D@std@@@std@@8 1009df3c logging.cpp.obj + 0002:00017f4c ??_R1A@?0A@EA@?$basic_ios@DU?$char_traits@D@std@@@std@@8 1009df4c logging.cpp.obj + 0002:00017f68 ??_R4?$basic_streambuf@DU?$char_traits@D@std@@@std@@6B@ 1009df68 logging.cpp.obj + 0002:00017f7c ??_R3?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 1009df7c logging.cpp.obj + 0002:00017f8c ??_R2?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 1009df8c logging.cpp.obj + 0002:00017f94 ??_R1A@?0A@EA@?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 1009df94 logging.cpp.obj + 0002:00017fb0 ??_R4?$basic_ostream@DU?$char_traits@D@std@@@std@@6B@ 1009dfb0 logging.cpp.obj + 0002:00017fc4 ??_R3?$basic_ostream@DU?$char_traits@D@std@@@std@@8 1009dfc4 logging.cpp.obj + 0002:00017fd4 ??_R2?$basic_ostream@DU?$char_traits@D@std@@@std@@8 1009dfd4 logging.cpp.obj + 0002:00017fe8 ??_R1A@?0A@EA@?$basic_ostream@DU?$char_traits@D@std@@@std@@8 1009dfe8 logging.cpp.obj + 0002:00018004 ??_R1A@A@3FA@?$basic_ios@DU?$char_traits@D@std@@@std@@8 1009e004 logging.cpp.obj + 0002:00018020 ??_R1A@A@3EA@ios_base@std@@8 1009e020 logging.cpp.obj + 0002:0001803c ??_R17A@3EA@?$_Iosb@H@std@@8 1009e03c logging.cpp.obj + 0002:00018058 ??_R4?$basic_filebuf@DU?$char_traits@D@std@@@std@@6B@ 1009e058 logging.cpp.obj + 0002:0001806c ??_R3?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 1009e06c logging.cpp.obj + 0002:0001807c ??_R2?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 1009e07c logging.cpp.obj + 0002:00018088 ??_R1A@?0A@EA@?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 1009e088 logging.cpp.obj + 0002:000180a4 ??_R4?$basic_ofstream@DU?$char_traits@D@std@@@std@@6B@ 1009e0a4 logging.cpp.obj + 0002:000180b8 ??_R3?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 1009e0b8 logging.cpp.obj + 0002:000180c8 ??_R2?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 1009e0c8 logging.cpp.obj + 0002:000180e0 ??_R1A@?0A@EA@?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 1009e0e0 logging.cpp.obj + 0002:000180fc ??_R4runtime_error@std@@6B@ 1009e0fc logging.cpp.obj + 0002:00018110 ??_R3runtime_error@std@@8 1009e110 logging.cpp.obj + 0002:00018120 ??_R2runtime_error@std@@8 1009e120 logging.cpp.obj + 0002:0001812c ??_R1A@?0A@EA@runtime_error@std@@8 1009e12c logging.cpp.obj + 0002:00018148 ??_R3error_category@std@@8 1009e148 logging.cpp.obj + 0002:00018158 ??_R2error_category@std@@8 1009e158 logging.cpp.obj + 0002:00018160 ??_R1A@?0A@EA@error_category@std@@8 1009e160 logging.cpp.obj + 0002:0001817c ??_R4_System_error@std@@6B@ 1009e17c logging.cpp.obj + 0002:00018190 ??_R3_System_error@std@@8 1009e190 logging.cpp.obj + 0002:000181a0 ??_R2_System_error@std@@8 1009e1a0 logging.cpp.obj + 0002:000181b0 ??_R1A@?0A@EA@_System_error@std@@8 1009e1b0 logging.cpp.obj + 0002:000181cc ??_R4system_error@std@@6B@ 1009e1cc logging.cpp.obj + 0002:000181e0 ??_R3system_error@std@@8 1009e1e0 logging.cpp.obj + 0002:000181f0 ??_R2system_error@std@@8 1009e1f0 logging.cpp.obj + 0002:00018204 ??_R1A@?0A@EA@system_error@std@@8 1009e204 logging.cpp.obj + 0002:00018220 ??_R4_Iostream_error_category2@std@@6B@ 1009e220 logging.cpp.obj + 0002:00018234 ??_R3_Iostream_error_category2@std@@8 1009e234 logging.cpp.obj + 0002:00018244 ??_R2_Iostream_error_category2@std@@8 1009e244 logging.cpp.obj + 0002:00018250 ??_R1A@?0A@EA@_Iostream_error_category2@std@@8 1009e250 logging.cpp.obj + 0002:0001826c ??_R4bad_cast@std@@6B@ 1009e26c logging.cpp.obj + 0002:00018280 ??_R3bad_cast@std@@8 1009e280 logging.cpp.obj + 0002:00018290 ??_R2bad_cast@std@@8 1009e290 logging.cpp.obj + 0002:0001829c ??_R1A@?0A@EA@bad_cast@std@@8 1009e29c logging.cpp.obj + 0002:000182b8 ??_R4_Facet_base@std@@6B@ 1009e2b8 logging.cpp.obj + 0002:000182cc ??_R3_Facet_base@std@@8 1009e2cc logging.cpp.obj + 0002:000182dc ??_R2_Facet_base@std@@8 1009e2dc logging.cpp.obj + 0002:000182e4 ??_R1A@?0A@EA@_Facet_base@std@@8 1009e2e4 logging.cpp.obj + 0002:00018300 ??_R3facet@locale@std@@8 1009e300 logging.cpp.obj + 0002:00018310 ??_R2facet@locale@std@@8 1009e310 logging.cpp.obj + 0002:00018320 ??_R1A@?0A@EA@facet@locale@std@@8 1009e320 logging.cpp.obj + 0002:0001833c ??_R13?0A@EA@_Crt_new_delete@std@@8 1009e33c logging.cpp.obj + 0002:00018358 ??_R3_Crt_new_delete@std@@8 1009e358 logging.cpp.obj + 0002:00018368 ??_R2_Crt_new_delete@std@@8 1009e368 logging.cpp.obj + 0002:00018370 ??_R1A@?0A@EA@_Crt_new_delete@std@@8 1009e370 logging.cpp.obj + 0002:0001838c ??_R3codecvt_base@std@@8 1009e38c logging.cpp.obj + 0002:0001839c ??_R2codecvt_base@std@@8 1009e39c logging.cpp.obj + 0002:000183b0 ??_R1A@?0A@EA@codecvt_base@std@@8 1009e3b0 logging.cpp.obj + 0002:000183cc ??_R3ctype_base@std@@8 1009e3cc logging.cpp.obj + 0002:000183dc ??_R2ctype_base@std@@8 1009e3dc logging.cpp.obj + 0002:000183f0 ??_R1A@?0A@EA@ctype_base@std@@8 1009e3f0 logging.cpp.obj + 0002:0001840c ??_R4?$ctype@D@std@@6B@ 1009e40c logging.cpp.obj + 0002:00018420 ??_R3?$ctype@D@std@@8 1009e420 logging.cpp.obj + 0002:00018430 ??_R2?$ctype@D@std@@8 1009e430 logging.cpp.obj + 0002:00018448 ??_R1A@?0A@EA@?$ctype@D@std@@8 1009e448 logging.cpp.obj + 0002:00018464 ??_R4failure@ios_base@std@@6B@ 1009e464 logging.cpp.obj + 0002:00018478 ??_R3failure@ios_base@std@@8 1009e478 logging.cpp.obj + 0002:00018488 ??_R2failure@ios_base@std@@8 1009e488 logging.cpp.obj + 0002:000184a0 ??_R1A@?0A@EA@failure@ios_base@std@@8 1009e4a0 logging.cpp.obj + 0002:000184bc ??_R4?$codecvt@DDU_Mbstatet@@@std@@6B@ 1009e4bc logging.cpp.obj + 0002:000184d0 ??_R3?$codecvt@DDU_Mbstatet@@@std@@8 1009e4d0 logging.cpp.obj + 0002:000184e0 ??_R2?$codecvt@DDU_Mbstatet@@@std@@8 1009e4e0 logging.cpp.obj + 0002:000184f8 ??_R1A@?0A@EA@?$codecvt@DDU_Mbstatet@@@std@@8 1009e4f8 logging.cpp.obj + 0002:00018514 ??_R4bad_exception@std@@6B@ 1009e514 main.cpp.obj + 0002:00018528 ??_R3bad_exception@std@@8 1009e528 main.cpp.obj + 0002:00018538 ??_R2bad_exception@std@@8 1009e538 main.cpp.obj + 0002:00018544 ??_R1A@?0A@EA@bad_exception@std@@8 1009e544 main.cpp.obj + 0002:00018560 ??_R4?$basic_istream@DU?$char_traits@D@std@@@std@@6B@ 1009e560 main.cpp.obj + 0002:00018574 ??_R3?$basic_istream@DU?$char_traits@D@std@@@std@@8 1009e574 main.cpp.obj + 0002:00018584 ??_R2?$basic_istream@DU?$char_traits@D@std@@@std@@8 1009e584 main.cpp.obj + 0002:00018598 ??_R1A@?0A@EA@?$basic_istream@DU?$char_traits@D@std@@@std@@8 1009e598 main.cpp.obj + 0002:000185b4 ??_R4?$basic_iostream@DU?$char_traits@D@std@@@std@@6B@ 1009e5b4 main.cpp.obj + 0002:000185c8 ??_R3?$basic_iostream@DU?$char_traits@D@std@@@std@@8 1009e5c8 main.cpp.obj + 0002:000185d8 ??_R2?$basic_iostream@DU?$char_traits@D@std@@@std@@8 1009e5d8 main.cpp.obj + 0002:00018600 ??_R1A@?0A@EA@?$basic_iostream@DU?$char_traits@D@std@@@std@@8 1009e600 main.cpp.obj + 0002:0001861c ??_R1BA@?0A@EA@?$basic_ostream@DU?$char_traits@D@std@@@std@@8 1009e61c main.cpp.obj + 0002:00018638 ??_R4?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 1009e638 main.cpp.obj + 0002:0001864c ??_R3?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009e64c main.cpp.obj + 0002:0001865c ??_R2?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009e65c main.cpp.obj + 0002:00018668 ??_R1A@?0A@EA@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009e668 main.cpp.obj + 0002:00018684 ??_R4?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 1009e684 main.cpp.obj + 0002:00018698 ??_R3?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009e698 main.cpp.obj + 0002:000186a8 ??_R2?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009e6a8 main.cpp.obj + 0002:000186c0 ??_R1A@?0A@EA@?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009e6c0 main.cpp.obj + 0002:000186dc ??_R4?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 1009e6dc main.cpp.obj + 0002:000186f0 ??_R3?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009e6f0 main.cpp.obj + 0002:00018700 ??_R2?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009e700 main.cpp.obj + 0002:0001872c ??_R1A@?0A@EA@?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 1009e72c main.cpp.obj + 0002:00018748 ??_R3_Ref_count_base@std@@8 1009e748 main.cpp.obj + 0002:00018758 ??_R2_Ref_count_base@std@@8 1009e758 main.cpp.obj + 0002:00018760 ??_R1A@?0A@EA@_Ref_count_base@std@@8 1009e760 main.cpp.obj + 0002:0001877c ??_R4exception@boost@@6B@ 1009e77c main.cpp.obj + 0002:00018790 ??_R3exception@boost@@8 1009e790 main.cpp.obj + 0002:000187a0 ??_R2exception@boost@@8 1009e7a0 main.cpp.obj + 0002:000187a8 ??_R1A@?0A@EA@exception@boost@@8 1009e7a8 main.cpp.obj + 0002:000187c4 ??_R4error_info_base@exception_detail@boost@@6B@ 1009e7c4 main.cpp.obj + 0002:000187d8 ??_R3error_info_base@exception_detail@boost@@8 1009e7d8 main.cpp.obj + 0002:000187e8 ??_R2error_info_base@exception_detail@boost@@8 1009e7e8 main.cpp.obj + 0002:000187f0 ??_R1A@?0A@EA@error_info_base@exception_detail@boost@@8 1009e7f0 main.cpp.obj + 0002:0001880c ??_R4error_info_container@exception_detail@boost@@6B@ 1009e80c main.cpp.obj + 0002:00018820 ??_R3error_info_container@exception_detail@boost@@8 1009e820 main.cpp.obj + 0002:00018830 ??_R2error_info_container@exception_detail@boost@@8 1009e830 main.cpp.obj + 0002:00018838 ??_R1A@?0A@EA@error_info_container@exception_detail@boost@@8 1009e838 main.cpp.obj + 0002:00018854 ??_R4clone_base@exception_detail@boost@@6B@ 1009e854 main.cpp.obj + 0002:00018868 ??_R3clone_base@exception_detail@boost@@8 1009e868 main.cpp.obj + 0002:00018878 ??_R2clone_base@exception_detail@boost@@8 1009e878 main.cpp.obj + 0002:00018880 ??_R1A@?0A@EA@clone_base@exception_detail@boost@@8 1009e880 main.cpp.obj + 0002:0001889c ??_R4sp_counted_base@detail@boost@@6B@ 1009e89c main.cpp.obj + 0002:000188b0 ??_R3sp_counted_base@detail@boost@@8 1009e8b0 main.cpp.obj + 0002:000188c0 ??_R2sp_counted_base@detail@boost@@8 1009e8c0 main.cpp.obj + 0002:000188c8 ??_R1A@?0A@EA@sp_counted_base@detail@boost@@8 1009e8c8 main.cpp.obj + 0002:000188e4 ??_R4error_info_container_impl@exception_detail@boost@@6B@ 1009e8e4 main.cpp.obj + 0002:000188f8 ??_R3error_info_container_impl@exception_detail@boost@@8 1009e8f8 main.cpp.obj + 0002:00018908 ??_R2error_info_container_impl@exception_detail@boost@@8 1009e908 main.cpp.obj + 0002:00018914 ??_R1A@?0A@EA@error_info_container_impl@exception_detail@boost@@8 1009e914 main.cpp.obj + 0002:00018930 ??_R4?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 1009e930 main.cpp.obj + 0002:00018944 ??_R3?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 1009e944 main.cpp.obj + 0002:00018954 ??_R2?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 1009e954 main.cpp.obj + 0002:00018968 ??_R1A@?0A@EA@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 1009e968 main.cpp.obj + 0002:00018984 ??_R4bad_alloc_@exception_detail@boost@@6Bexception@2@@ 1009e984 main.cpp.obj + 0002:00018998 ??_R3bad_alloc_@exception_detail@boost@@8 1009e998 main.cpp.obj + 0002:000189a8 ??_R2bad_alloc_@exception_detail@boost@@8 1009e9a8 main.cpp.obj + 0002:000189bc ??_R1A@?0A@EA@bad_alloc_@exception_detail@boost@@8 1009e9bc main.cpp.obj + 0002:000189d8 ??_R1BI@?0A@EA@bad_alloc@std@@8 1009e9d8 main.cpp.obj + 0002:000189f4 ??_R1BI@?0A@EA@exception@std@@8 1009e9f4 main.cpp.obj + 0002:00018a10 ??_R4bad_alloc_@exception_detail@boost@@6Bbad_alloc@std@@@ 1009ea10 main.cpp.obj + 0002:00018a24 ??_R4bad_exception_@exception_detail@boost@@6Bexception@2@@ 1009ea24 main.cpp.obj + 0002:00018a38 ??_R3bad_exception_@exception_detail@boost@@8 1009ea38 main.cpp.obj + 0002:00018a48 ??_R2bad_exception_@exception_detail@boost@@8 1009ea48 main.cpp.obj + 0002:00018a5c ??_R1A@?0A@EA@bad_exception_@exception_detail@boost@@8 1009ea5c main.cpp.obj + 0002:00018a78 ??_R1BI@?0A@EA@bad_exception@std@@8 1009ea78 main.cpp.obj + 0002:00018a94 ??_R4bad_exception_@exception_detail@boost@@6Bbad_exception@std@@@ 1009ea94 main.cpp.obj + 0002:00018aa8 ??_R4Error@hadesmem@@6Bexception@std@@@ 1009eaa8 main.cpp.obj + 0002:00018abc ??_R3Error@hadesmem@@8 1009eabc main.cpp.obj + 0002:00018acc ??_R2Error@hadesmem@@8 1009eacc main.cpp.obj + 0002:00018adc ??_R1A@?0A@EA@Error@hadesmem@@8 1009eadc main.cpp.obj + 0002:00018af8 ??_R1A@A@3FA@exception@std@@8 1009eaf8 main.cpp.obj + 0002:00018b14 ??_R1A@A@7FA@exception@boost@@8 1009eb14 main.cpp.obj + 0002:00018b30 ??_R4Error@hadesmem@@6Bexception@boost@@@ 1009eb30 main.cpp.obj + 0002:00018b44 ??_R4?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@6B@ 1009eb44 main.cpp.obj + 0002:00018b58 ??_R3?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 1009eb58 main.cpp.obj + 0002:00018b68 ??_R2?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 1009eb68 main.cpp.obj + 0002:00018b74 ??_R1A@?0A@EA@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 1009eb74 main.cpp.obj + 0002:00018b90 ??_R4?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@6B@ 1009eb90 main.cpp.obj + 0002:00018ba4 ??_R3?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 1009eba4 main.cpp.obj + 0002:00018bb4 ??_R2?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 1009ebb4 main.cpp.obj + 0002:00018bc0 ??_R1A@?0A@EA@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 1009ebc0 main.cpp.obj + 0002:00018bdc ??_R3PatchDetourBase@hadesmem@@8 1009ebdc main.cpp.obj + 0002:00018bec ??_R2PatchDetourBase@hadesmem@@8 1009ebec main.cpp.obj + 0002:00018bf4 ??_R1A@?0A@EA@PatchDetourBase@hadesmem@@8 1009ebf4 main.cpp.obj + 0002:00018c10 ??_R4CDataStore@Nampower@@6B@ 1009ec10 main.cpp.obj + 0002:00018c24 ??_R3CDataStore@Nampower@@8 1009ec24 main.cpp.obj + 0002:00018c34 ??_R2CDataStore@Nampower@@8 1009ec34 main.cpp.obj + 0002:00018c3c ??_R1A@?0A@EA@CDataStore@Nampower@@8 1009ec3c main.cpp.obj + 0002:00018c58 ??_R4?$PatchDetour@P6IXXZPAX@hadesmem@@6B@ 1009ec58 main.cpp.obj + 0002:00018c6c ??_R3?$PatchDetour@P6IXXZPAX@hadesmem@@8 1009ec6c main.cpp.obj + 0002:00018c7c ??_R2?$PatchDetour@P6IXXZPAX@hadesmem@@8 1009ec7c main.cpp.obj + 0002:00018c88 ??_R1A@?0A@EA@?$PatchDetour@P6IXXZPAX@hadesmem@@8 1009ec88 main.cpp.obj + 0002:00018ca4 ??_R4?$PatchDetour@P6GXXZPAX@hadesmem@@6B@ 1009eca4 main.cpp.obj + 0002:00018cb8 ??_R3?$PatchDetour@P6GXXZPAX@hadesmem@@8 1009ecb8 main.cpp.obj + 0002:00018cc8 ??_R2?$PatchDetour@P6GXXZPAX@hadesmem@@8 1009ecc8 main.cpp.obj + 0002:00018cd4 ??_R1A@?0A@EA@?$PatchDetour@P6GXXZPAX@hadesmem@@8 1009ecd4 main.cpp.obj + 0002:00018cf0 ??_R4?$PatchDetour@P6IXHI@ZPAX@hadesmem@@6B@ 1009ecf0 main.cpp.obj + 0002:00018d04 ??_R3?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 1009ed04 main.cpp.obj + 0002:00018d14 ??_R2?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 1009ed14 main.cpp.obj + 0002:00018d20 ??_R1A@?0A@EA@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 1009ed20 main.cpp.obj + 0002:00018d3c ??_R4?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@6B@ 1009ed3c main.cpp.obj + 0002:00018d50 ??_R3?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 1009ed50 main.cpp.obj + 0002:00018d60 ??_R2?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 1009ed60 main.cpp.obj + 0002:00018d6c ??_R1A@?0A@EA@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 1009ed6c main.cpp.obj + 0002:00018d88 ??_R4?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@6B@ 1009ed88 main.cpp.obj + 0002:00018d9c ??_R3?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 1009ed9c main.cpp.obj + 0002:00018dac ??_R2?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 1009edac main.cpp.obj + 0002:00018db8 ??_R1A@?0A@EA@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 1009edb8 main.cpp.obj + 0002:00018dd4 ??_R4?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@6B@ 1009edd4 main.cpp.obj + 0002:00018de8 ??_R3?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 1009ede8 main.cpp.obj + 0002:00018df8 ??_R2?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 1009edf8 main.cpp.obj + 0002:00018e04 ??_R1A@?0A@EA@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 1009ee04 main.cpp.obj + 0002:00018e20 ??_R4?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@6B@ 1009ee20 main.cpp.obj + 0002:00018e34 ??_R3?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 1009ee34 main.cpp.obj + 0002:00018e44 ??_R2?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 1009ee44 main.cpp.obj + 0002:00018e50 ??_R1A@?0A@EA@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 1009ee50 main.cpp.obj + 0002:00018e6c ??_R4?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@6B@ 1009ee6c main.cpp.obj + 0002:00018e80 ??_R3?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 1009ee80 main.cpp.obj + 0002:00018e90 ??_R2?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 1009ee90 main.cpp.obj + 0002:00018e9c ??_R1A@?0A@EA@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 1009ee9c main.cpp.obj + 0002:00018eb8 ??_R4?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@6B@ 1009eeb8 main.cpp.obj + 0002:00018ecc ??_R3?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 1009eecc main.cpp.obj + 0002:00018edc ??_R2?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 1009eedc main.cpp.obj + 0002:00018ee8 ??_R1A@?0A@EA@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 1009eee8 main.cpp.obj + 0002:00018f04 ??_R4?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@6B@ 1009ef04 main.cpp.obj + 0002:00018f18 ??_R3?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 1009ef18 main.cpp.obj + 0002:00018f28 ??_R2?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 1009ef28 main.cpp.obj + 0002:00018f34 ??_R1A@?0A@EA@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 1009ef34 main.cpp.obj + 0002:00018f50 ??_R4?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@6B@ 1009ef50 main.cpp.obj + 0002:00018f64 ??_R3?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 1009ef64 main.cpp.obj + 0002:00018f74 ??_R2?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 1009ef74 main.cpp.obj + 0002:00018f80 ??_R1A@?0A@EA@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 1009ef80 main.cpp.obj + 0002:00018f9c ??_R4?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1009ef9c main.cpp.obj + 0002:00018fb0 ??_R3?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009efb0 main.cpp.obj + 0002:00018fc0 ??_R2?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009efc0 main.cpp.obj + 0002:00018fcc ??_R1A@?0A@EA@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009efcc main.cpp.obj + 0002:00018fe8 ??_R4?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@6B@ 1009efe8 main.cpp.obj + 0002:00018ffc ??_R3?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 1009effc main.cpp.obj + 0002:0001900c ??_R2?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 1009f00c main.cpp.obj + 0002:00019018 ??_R1A@?0A@EA@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 1009f018 main.cpp.obj + 0002:00019034 ??_R4?$PatchDetour@P6IH_K@ZPAX@hadesmem@@6B@ 1009f034 main.cpp.obj + 0002:00019048 ??_R3?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 1009f048 main.cpp.obj + 0002:00019058 ??_R2?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 1009f058 main.cpp.obj + 0002:00019064 ??_R1A@?0A@EA@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 1009f064 main.cpp.obj + 0002:00019080 ??_R4?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@6B@ 1009f080 main.cpp.obj + 0002:00019094 ??_R3?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 1009f094 main.cpp.obj + 0002:000190a4 ??_R2?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 1009f0a4 main.cpp.obj + 0002:000190b0 ??_R1A@?0A@EA@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 1009f0b0 main.cpp.obj + 0002:000190cc ??_R4?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@6B@ 1009f0cc main.cpp.obj + 0002:000190e0 ??_R3?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 1009f0e0 main.cpp.obj + 0002:000190f0 ??_R2?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 1009f0f0 main.cpp.obj + 0002:000190fc ??_R1A@?0A@EA@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 1009f0fc main.cpp.obj + 0002:00019118 ??_R4?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@6B@ 1009f118 main.cpp.obj + 0002:0001912c ??_R3?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 1009f12c main.cpp.obj + 0002:0001913c ??_R2?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 1009f13c main.cpp.obj + 0002:00019148 ??_R1A@?0A@EA@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 1009f148 main.cpp.obj + 0002:00019164 ??_R4?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1009f164 main.cpp.obj + 0002:00019178 ??_R3?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009f178 main.cpp.obj + 0002:00019188 ??_R2?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009f188 main.cpp.obj + 0002:00019194 ??_R1A@?0A@EA@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009f194 main.cpp.obj + 0002:000191b0 ??_R4?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1009f1b0 main.cpp.obj + 0002:000191c4 ??_R3?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009f1c4 main.cpp.obj + 0002:000191d4 ??_R2?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009f1d4 main.cpp.obj + 0002:000191e0 ??_R1A@?0A@EA@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009f1e0 main.cpp.obj + 0002:000191fc ??_R4?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1009f1fc main.cpp.obj + 0002:00019210 ??_R3?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009f210 main.cpp.obj + 0002:00019220 ??_R2?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009f220 main.cpp.obj + 0002:0001922c ??_R1A@?0A@EA@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 1009f22c main.cpp.obj + 0002:00019248 ??_R4?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@6B@ 1009f248 main.cpp.obj + 0002:0001925c ??_R3?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 1009f25c main.cpp.obj + 0002:0001926c ??_R2?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 1009f26c main.cpp.obj + 0002:00019278 ??_R1A@?0A@EA@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 1009f278 main.cpp.obj + 0002:00019294 ??_R4?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@6B@ 1009f294 main.cpp.obj + 0002:000192a8 ??_R3?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 1009f2a8 main.cpp.obj + 0002:000192b8 ??_R2?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 1009f2b8 main.cpp.obj + 0002:000192c4 ??_R1A@?0A@EA@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 1009f2c4 main.cpp.obj + 0002:000192e0 ??_R4?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@6B@ 1009f2e0 main.cpp.obj + 0002:000192f4 ??_R3?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@8 1009f2f4 main.cpp.obj + 0002:00019304 ??_R2?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@8 1009f304 main.cpp.obj + 0002:00019310 ??_R1A@?0A@EA@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@8 1009f310 main.cpp.obj + 0002:0001932c ??_R4?$PatchDetour@P6IX_K@ZPAX@hadesmem@@6B@ 1009f32c main.cpp.obj + 0002:00019340 ??_R3?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 1009f340 main.cpp.obj + 0002:00019350 ??_R2?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 1009f350 main.cpp.obj + 0002:0001935c ??_R1A@?0A@EA@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 1009f35c main.cpp.obj + 0002:00019378 ??_R4?$PatchDetour@P6IXI@ZPAX@hadesmem@@6B@ 1009f378 main.cpp.obj + 0002:0001938c ??_R3?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 1009f38c main.cpp.obj + 0002:0001939c ??_R2?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 1009f39c main.cpp.obj + 0002:000193a8 ??_R1A@?0A@EA@?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 1009f3a8 main.cpp.obj + 0002:000193c4 ??_R4?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@6B@ 1009f3c4 main.cpp.obj + 0002:000193d8 ??_R3?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 1009f3d8 main.cpp.obj + 0002:000193e8 ??_R2?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 1009f3e8 main.cpp.obj + 0002:000193f4 ??_R1A@?0A@EA@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 1009f3f4 main.cpp.obj + 0002:00019410 ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009f410 main.cpp.obj + 0002:00019420 ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009f420 main.cpp.obj + 0002:00019428 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009f428 main.cpp.obj + 0002:00019444 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 1009f444 main.cpp.obj + 0002:00019454 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 1009f454 main.cpp.obj + 0002:0001945c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 1009f45c main.cpp.obj + 0002:00019478 ??_R4?$numpunct@D@std@@6B@ 1009f478 main.cpp.obj + 0002:0001948c ??_R3?$numpunct@D@std@@8 1009f48c main.cpp.obj + 0002:0001949c ??_R2?$numpunct@D@std@@8 1009f49c main.cpp.obj + 0002:000194b0 ??_R1A@?0A@EA@?$numpunct@D@std@@8 1009f4b0 main.cpp.obj + 0002:000194cc ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 1009f4cc main.cpp.obj + 0002:000194dc ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 1009f4dc main.cpp.obj + 0002:000194e4 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 1009f4e4 main.cpp.obj + 0002:00019500 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 1009f500 main.cpp.obj + 0002:00019510 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 1009f510 main.cpp.obj + 0002:00019518 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 1009f518 main.cpp.obj + 0002:00019534 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 1009f534 main.cpp.obj + 0002:00019544 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 1009f544 main.cpp.obj + 0002:0001954c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 1009f54c main.cpp.obj + 0002:00019568 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIH@std@@8 1009f568 main.cpp.obj + 0002:00019578 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIH@std@@8 1009f578 main.cpp.obj + 0002:00019580 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIH@std@@8 1009f580 main.cpp.obj + 0002:0001959c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 1009f59c main.cpp.obj + 0002:000195ac ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 1009f5ac main.cpp.obj + 0002:000195b4 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 1009f5b4 main.cpp.obj + 0002:000195d0 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 1009f5d0 main.cpp.obj + 0002:000195e0 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 1009f5e0 main.cpp.obj + 0002:000195e8 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 1009f5e8 main.cpp.obj + 0002:00019604 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 1009f604 main.cpp.obj + 0002:00019614 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 1009f614 main.cpp.obj + 0002:0001961c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 1009f61c main.cpp.obj + 0002:00019638 ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 1009f638 main.cpp.obj + 0002:00019648 ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 1009f648 main.cpp.obj + 0002:00019650 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 1009f650 main.cpp.obj + 0002:0001966c ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 1009f66c main.cpp.obj + 0002:0001967c ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 1009f67c main.cpp.obj + 0002:00019684 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 1009f684 main.cpp.obj + 0002:000196a0 ??_R3?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 1009f6a0 main.cpp.obj + 0002:000196b0 ??_R2?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 1009f6b0 main.cpp.obj + 0002:000196b8 ??_R1A@?0A@EA@?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 1009f6b8 main.cpp.obj + 0002:000196d4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 1009f6d4 main.cpp.obj + 0002:000196e4 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 1009f6e4 main.cpp.obj + 0002:000196ec ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 1009f6ec main.cpp.obj + 0002:00019708 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 1009f708 main.cpp.obj + 0002:00019718 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 1009f718 main.cpp.obj + 0002:00019720 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 1009f720 main.cpp.obj + 0002:0001973c ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 1009f73c main.cpp.obj + 0002:0001974c ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 1009f74c main.cpp.obj + 0002:00019754 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 1009f754 main.cpp.obj + 0002:00019770 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009f770 main.cpp.obj + 0002:00019780 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009f780 main.cpp.obj + 0002:00019788 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009f788 main.cpp.obj + 0002:000197a4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 1009f7a4 main.cpp.obj + 0002:000197b4 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 1009f7b4 main.cpp.obj + 0002:000197bc ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 1009f7bc main.cpp.obj + 0002:000197d8 ??_R3?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009f7d8 main.cpp.obj + 0002:000197e8 ??_R2?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009f7e8 main.cpp.obj + 0002:000197f0 ??_R1A@?0A@EA@?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 1009f7f0 main.cpp.obj + 0002:0001980c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 1009f80c main.cpp.obj + 0002:0001981c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 1009f81c main.cpp.obj + 0002:00019824 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 1009f824 main.cpp.obj + 0002:00019840 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 1009f840 main.cpp.obj + 0002:00019850 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 1009f850 main.cpp.obj + 0002:00019858 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 1009f858 main.cpp.obj + 0002:00019874 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 1009f874 main.cpp.obj + 0002:00019884 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 1009f884 main.cpp.obj + 0002:0001988c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 1009f88c main.cpp.obj + 0002:000198a8 ??_R3?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 1009f8a8 main.cpp.obj + 0002:000198b8 ??_R2?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 1009f8b8 main.cpp.obj + 0002:000198c0 ??_R1A@?0A@EA@?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 1009f8c0 main.cpp.obj + 0002:000198dc ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 1009f8dc main.cpp.obj + 0002:000198ec ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 1009f8ec main.cpp.obj + 0002:000198f4 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 1009f8f4 main.cpp.obj + 0002:00019910 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 1009f910 main.cpp.obj + 0002:00019920 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 1009f920 main.cpp.obj + 0002:00019928 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 1009f928 main.cpp.obj + 0002:00019944 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 1009f944 main.cpp.obj + 0002:00019954 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 1009f954 main.cpp.obj + 0002:0001995c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 1009f95c main.cpp.obj + 0002:00019978 ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6B@ 1009f978 main.cpp.obj + 0002:0001998c ??_R3?$wrapexcept@VError@hadesmem@@@boost@@8 1009f98c main.cpp.obj + 0002:0001999c ??_R2?$wrapexcept@VError@hadesmem@@@boost@@8 1009f99c main.cpp.obj + 0002:000199b8 ??_R1A@?0A@EA@?$wrapexcept@VError@hadesmem@@@boost@@8 1009f9b8 main.cpp.obj + 0002:000199d4 ??_R13?0A@EA@Error@hadesmem@@8 1009f9d4 main.cpp.obj + 0002:000199f0 ??_R1A@33FA@exception@std@@8 1009f9f0 main.cpp.obj + 0002:00019a0c ??_R1A@37FA@exception@boost@@8 1009fa0c main.cpp.obj + 0002:00019a28 ??_R17?0A@EA@type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 1009fa28 main.cpp.obj + 0002:00019a44 ??_R3type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 1009fa44 main.cpp.obj + 0002:00019a54 ??_R2type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 1009fa54 main.cpp.obj + 0002:00019a5c ??_R1A@?0A@EA@type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 1009fa5c main.cpp.obj + 0002:00019a78 ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@std@@@ 1009fa78 main.cpp.obj + 0002:00019a8c ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@1@@ 1009fa8c main.cpp.obj + 0002:00019aa0 ??_R4?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 1009faa0 main.cpp.obj + 0002:00019ab4 ??_R3?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 1009fab4 main.cpp.obj + 0002:00019ac4 ??_R2?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 1009fac4 main.cpp.obj + 0002:00019ad8 ??_R1A@?0A@EA@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 1009fad8 main.cpp.obj + 0002:00019af4 ??_R4?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1009faf4 main.cpp.obj + 0002:00019b08 ??_R3?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 1009fb08 main.cpp.obj + 0002:00019b18 ??_R2?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 1009fb18 main.cpp.obj + 0002:00019b24 ??_R1A@?0A@EA@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 1009fb24 main.cpp.obj + 0002:00019b40 ??_R4?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1009fb40 main.cpp.obj + 0002:00019b54 ??_R3?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 1009fb54 main.cpp.obj + 0002:00019b64 ??_R2?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 1009fb64 main.cpp.obj + 0002:00019b70 ??_R1A@?0A@EA@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 1009fb70 main.cpp.obj + 0002:00019b8c ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1009fb8c main.cpp.obj + 0002:00019ba0 ??_R3?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 1009fba0 main.cpp.obj + 0002:00019bb0 ??_R2?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 1009fbb0 main.cpp.obj + 0002:00019bcc ??_R1A@?0A@EA@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 1009fbcc main.cpp.obj + 0002:00019be8 ??_R1A@CE@3FA@clone_base@exception_detail@boost@@8 1009fbe8 main.cpp.obj + 0002:00019c04 ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bbad_alloc@std@@@ 1009fc04 main.cpp.obj + 0002:00019c18 ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6B@ 1009fc18 main.cpp.obj + 0002:00019c2c ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1009fc2c main.cpp.obj + 0002:00019c40 ??_R3?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 1009fc40 main.cpp.obj + 0002:00019c50 ??_R2?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 1009fc50 main.cpp.obj + 0002:00019c6c ??_R1A@?0A@EA@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 1009fc6c main.cpp.obj + 0002:00019c88 ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bbad_exception@std@@@ 1009fc88 main.cpp.obj + 0002:00019c9c ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6B@ 1009fc9c main.cpp.obj + 0002:00019cb0 ??_R4?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@6B@ 1009fcb0 main.cpp.obj + 0002:00019cc4 ??_R3?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 1009fcc4 main.cpp.obj + 0002:00019cd4 ??_R2?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 1009fcd4 main.cpp.obj + 0002:00019ce0 ??_R1A@?0A@EA@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 1009fce0 main.cpp.obj + 0002:00019cfc ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@6B@ 1009fcfc main.cpp.obj + 0002:00019d10 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 1009fd10 main.cpp.obj + 0002:00019d20 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 1009fd20 main.cpp.obj + 0002:00019d2c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 1009fd2c main.cpp.obj + 0002:00019d48 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@6B@ 1009fd48 main.cpp.obj + 0002:00019d5c ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 1009fd5c main.cpp.obj + 0002:00019d6c ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 1009fd6c main.cpp.obj + 0002:00019d78 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 1009fd78 main.cpp.obj + 0002:00019d94 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@6B@ 1009fd94 main.cpp.obj + 0002:00019da8 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 1009fda8 main.cpp.obj + 0002:00019db8 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 1009fdb8 main.cpp.obj + 0002:00019dc4 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 1009fdc4 main.cpp.obj + 0002:00019de0 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@6B@ 1009fde0 main.cpp.obj + 0002:00019df4 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 1009fdf4 main.cpp.obj + 0002:00019e04 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 1009fe04 main.cpp.obj + 0002:00019e10 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 1009fe10 main.cpp.obj + 0002:00019e2c ??_R4?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@6B@ 1009fe2c main.cpp.obj + 0002:00019e40 ??_R3?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 1009fe40 main.cpp.obj + 0002:00019e50 ??_R2?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 1009fe50 main.cpp.obj + 0002:00019e5c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 1009fe5c main.cpp.obj + 0002:00019e78 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@6B@ 1009fe78 main.cpp.obj + 0002:00019e8c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 1009fe8c main.cpp.obj + 0002:00019e9c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 1009fe9c main.cpp.obj + 0002:00019ea8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 1009fea8 main.cpp.obj + 0002:00019ec4 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@6B@ 1009fec4 main.cpp.obj + 0002:00019ed8 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 1009fed8 main.cpp.obj + 0002:00019ee8 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 1009fee8 main.cpp.obj + 0002:00019ef4 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 1009fef4 main.cpp.obj + 0002:00019f10 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@6B@ 1009ff10 main.cpp.obj + 0002:00019f24 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 1009ff24 main.cpp.obj + 0002:00019f34 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 1009ff34 main.cpp.obj + 0002:00019f40 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 1009ff40 main.cpp.obj + 0002:00019f5c ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@6B@ 1009ff5c main.cpp.obj + 0002:00019f70 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 1009ff70 main.cpp.obj + 0002:00019f80 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 1009ff80 main.cpp.obj + 0002:00019f8c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 1009ff8c main.cpp.obj + 0002:00019fa8 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@6B@ 1009ffa8 main.cpp.obj + 0002:00019fbc ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 1009ffbc main.cpp.obj + 0002:00019fcc ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 1009ffcc main.cpp.obj + 0002:00019fd8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 1009ffd8 main.cpp.obj + 0002:00019ff4 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@6B@ 1009fff4 main.cpp.obj + 0002:0001a008 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 100a0008 main.cpp.obj + 0002:0001a018 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 100a0018 main.cpp.obj + 0002:0001a024 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 100a0024 main.cpp.obj + 0002:0001a040 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@6B@ 100a0040 main.cpp.obj + 0002:0001a054 ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 100a0054 main.cpp.obj + 0002:0001a064 ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 100a0064 main.cpp.obj + 0002:0001a070 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 100a0070 main.cpp.obj + 0002:0001a08c ??_R4?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@6B@ 100a008c main.cpp.obj + 0002:0001a0a0 ??_R3?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 100a00a0 main.cpp.obj + 0002:0001a0b0 ??_R2?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 100a00b0 main.cpp.obj + 0002:0001a0bc ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 100a00bc main.cpp.obj + 0002:0001a0d8 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@6B@ 100a00d8 main.cpp.obj + 0002:0001a0ec ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 100a00ec main.cpp.obj + 0002:0001a0fc ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 100a00fc main.cpp.obj + 0002:0001a108 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 100a0108 main.cpp.obj + 0002:0001a124 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@6B@ 100a0124 main.cpp.obj + 0002:0001a138 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 100a0138 main.cpp.obj + 0002:0001a148 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 100a0148 main.cpp.obj + 0002:0001a154 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 100a0154 main.cpp.obj + 0002:0001a170 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@6B@ 100a0170 main.cpp.obj + 0002:0001a184 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 100a0184 main.cpp.obj + 0002:0001a194 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 100a0194 main.cpp.obj + 0002:0001a1a0 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 100a01a0 main.cpp.obj + 0002:0001a1bc ??_R4?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@6B@ 100a01bc main.cpp.obj + 0002:0001a1d0 ??_R3?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 100a01d0 main.cpp.obj + 0002:0001a1e0 ??_R2?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 100a01e0 main.cpp.obj + 0002:0001a1ec ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 100a01ec main.cpp.obj + 0002:0001a208 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@6B@ 100a0208 main.cpp.obj + 0002:0001a21c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 100a021c main.cpp.obj + 0002:0001a22c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 100a022c main.cpp.obj + 0002:0001a238 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 100a0238 main.cpp.obj + 0002:0001a254 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@6B@ 100a0254 main.cpp.obj + 0002:0001a268 ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 100a0268 main.cpp.obj + 0002:0001a278 ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 100a0278 main.cpp.obj + 0002:0001a284 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 100a0284 main.cpp.obj + 0002:0001a2a0 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@6B@ 100a02a0 main.cpp.obj + 0002:0001a2b4 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 100a02b4 main.cpp.obj + 0002:0001a2c4 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 100a02c4 main.cpp.obj + 0002:0001a2d0 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 100a02d0 main.cpp.obj + 0002:0001a2ec ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@6B@ 100a02ec main.cpp.obj + 0002:0001a300 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@8 100a0300 main.cpp.obj + 0002:0001a310 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@8 100a0310 main.cpp.obj + 0002:0001a31c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@8 100a031c main.cpp.obj + 0002:0001a338 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@6B@ 100a0338 main.cpp.obj + 0002:0001a34c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 100a034c main.cpp.obj + 0002:0001a35c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 100a035c main.cpp.obj + 0002:0001a368 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 100a0368 main.cpp.obj + 0002:0001a384 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@6B@ 100a0384 main.cpp.obj + 0002:0001a398 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 100a0398 main.cpp.obj + 0002:0001a3a8 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 100a03a8 main.cpp.obj + 0002:0001a3b4 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 100a03b4 main.cpp.obj + 0002:0001a3d0 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@6B@ 100a03d0 main.cpp.obj + 0002:0001a3e4 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 100a03e4 main.cpp.obj + 0002:0001a3f4 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 100a03f4 main.cpp.obj + 0002:0001a400 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 100a0400 main.cpp.obj + 0002:0001a41c ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@6B@ 100a041c main.cpp.obj + 0002:0001a430 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 100a0430 main.cpp.obj + 0002:0001a440 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 100a0440 main.cpp.obj + 0002:0001a44c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 100a044c main.cpp.obj + 0002:0001a468 ??_R4?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 100a0468 main.cpp.obj + 0002:0001a47c ??_R3?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a047c main.cpp.obj + 0002:0001a48c ??_R2?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a048c main.cpp.obj + 0002:0001a498 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a0498 main.cpp.obj + 0002:0001a4b4 ??_R4?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 100a04b4 main.cpp.obj + 0002:0001a4c8 ??_R3?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a04c8 main.cpp.obj + 0002:0001a4d8 ??_R2?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a04d8 main.cpp.obj + 0002:0001a4e4 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a04e4 main.cpp.obj + 0002:0001a500 ??_R4?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@6B@ 100a0500 main.cpp.obj + 0002:0001a514 ??_R3?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@8 100a0514 main.cpp.obj + 0002:0001a524 ??_R2?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@8 100a0524 main.cpp.obj + 0002:0001a530 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@8 100a0530 main.cpp.obj + 0002:0001a54c ??_R4?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@6B@ 100a054c main.cpp.obj + 0002:0001a560 ??_R3?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 100a0560 main.cpp.obj + 0002:0001a570 ??_R2?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 100a0570 main.cpp.obj + 0002:0001a57c ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 100a057c main.cpp.obj + 0002:0001a598 ??_R4bad_typeid@std@@6B@ 100a0598 libvcruntime:rtti.obj + 0002:0001a5ac ??_R3bad_typeid@std@@8 100a05ac libvcruntime:rtti.obj + 0002:0001a5bc ??_R2bad_typeid@std@@8 100a05bc libvcruntime:rtti.obj + 0002:0001a5c8 ??_R1A@?0A@EA@bad_typeid@std@@8 100a05c8 libvcruntime:rtti.obj + 0002:0001a5e4 ??_R4__non_rtti_object@std@@6B@ 100a05e4 libvcruntime:rtti.obj + 0002:0001a5f8 ??_R3__non_rtti_object@std@@8 100a05f8 libvcruntime:rtti.obj + 0002:0001a608 ??_R2__non_rtti_object@std@@8 100a0608 libvcruntime:rtti.obj + 0002:0001a618 ??_R1A@?0A@EA@__non_rtti_object@std@@8 100a0618 libvcruntime:rtti.obj + 0002:0001a634 ??_R4DNameNode@@6B@ 100a0634 libvcruntime:undname.obj + 0002:0001a648 ??_R3DNameNode@@8 100a0648 libvcruntime:undname.obj + 0002:0001a658 ??_R2DNameNode@@8 100a0658 libvcruntime:undname.obj + 0002:0001a660 ??_R1A@?0A@EA@DNameNode@@8 100a0660 libvcruntime:undname.obj + 0002:0001a67c ??_R4charNode@@6B@ 100a067c libvcruntime:undname.obj + 0002:0001a690 ??_R3charNode@@8 100a0690 libvcruntime:undname.obj + 0002:0001a6a0 ??_R2charNode@@8 100a06a0 libvcruntime:undname.obj + 0002:0001a6ac ??_R1A@?0A@EA@charNode@@8 100a06ac libvcruntime:undname.obj + 0002:0001a6c8 ??_R4pcharNode@@6B@ 100a06c8 libvcruntime:undname.obj + 0002:0001a6dc ??_R3pcharNode@@8 100a06dc libvcruntime:undname.obj + 0002:0001a6ec ??_R2pcharNode@@8 100a06ec libvcruntime:undname.obj + 0002:0001a6f8 ??_R1A@?0A@EA@pcharNode@@8 100a06f8 libvcruntime:undname.obj + 0002:0001a714 ??_R4pDNameNode@@6B@ 100a0714 libvcruntime:undname.obj + 0002:0001a728 ??_R3pDNameNode@@8 100a0728 libvcruntime:undname.obj + 0002:0001a738 ??_R2pDNameNode@@8 100a0738 libvcruntime:undname.obj + 0002:0001a744 ??_R1A@?0A@EA@pDNameNode@@8 100a0744 libvcruntime:undname.obj + 0002:0001a760 ??_R4DNameStatusNode@@6B@ 100a0760 libvcruntime:undname.obj + 0002:0001a774 ??_R3DNameStatusNode@@8 100a0774 libvcruntime:undname.obj + 0002:0001a784 ??_R2DNameStatusNode@@8 100a0784 libvcruntime:undname.obj + 0002:0001a790 ??_R1A@?0A@EA@DNameStatusNode@@8 100a0790 libvcruntime:undname.obj + 0002:0001a7ac ??_R4pairNode@@6B@ 100a07ac libvcruntime:undname.obj + 0002:0001a7c0 ??_R3pairNode@@8 100a07c0 libvcruntime:undname.obj + 0002:0001a7d0 ??_R2pairNode@@8 100a07d0 libvcruntime:undname.obj + 0002:0001a7dc ??_R1A@?0A@EA@pairNode@@8 100a07dc libvcruntime:undname.obj + 0002:0001a7f8 ??_R4bad_function_call@std@@6B@ 100a07f8 libcpmt:xthrow.obj + 0002:0001a80c ??_R3bad_function_call@std@@8 100a080c libcpmt:xthrow.obj + 0002:0001a81c ??_R2bad_function_call@std@@8 100a081c libcpmt:xthrow.obj + 0002:0001a828 ??_R1A@?0A@EA@bad_function_call@std@@8 100a0828 libcpmt:xthrow.obj + 0002:0001a844 ??_R4logic_error@std@@6B@ 100a0844 libcpmt:xthrow.obj + 0002:0001a858 ??_R3logic_error@std@@8 100a0858 libcpmt:xthrow.obj + 0002:0001a868 ??_R2logic_error@std@@8 100a0868 libcpmt:xthrow.obj + 0002:0001a874 ??_R1A@?0A@EA@logic_error@std@@8 100a0874 libcpmt:xthrow.obj + 0002:0001a890 ??_R4invalid_argument@std@@6B@ 100a0890 libcpmt:xthrow.obj + 0002:0001a8a4 ??_R3invalid_argument@std@@8 100a08a4 libcpmt:xthrow.obj + 0002:0001a8b4 ??_R2invalid_argument@std@@8 100a08b4 libcpmt:xthrow.obj + 0002:0001a8c4 ??_R1A@?0A@EA@invalid_argument@std@@8 100a08c4 libcpmt:xthrow.obj + 0002:0001a8e0 ??_R4length_error@std@@6B@ 100a08e0 libcpmt:xthrow.obj + 0002:0001a8f4 ??_R3length_error@std@@8 100a08f4 libcpmt:xthrow.obj + 0002:0001a904 ??_R2length_error@std@@8 100a0904 libcpmt:xthrow.obj + 0002:0001a914 ??_R1A@?0A@EA@length_error@std@@8 100a0914 libcpmt:xthrow.obj + 0002:0001a930 ??_R4out_of_range@std@@6B@ 100a0930 libcpmt:xthrow.obj + 0002:0001a944 ??_R3out_of_range@std@@8 100a0944 libcpmt:xthrow.obj + 0002:0001a954 ??_R2out_of_range@std@@8 100a0954 libcpmt:xthrow.obj + 0002:0001a964 ??_R1A@?0A@EA@out_of_range@std@@8 100a0964 libcpmt:xthrow.obj + 0002:0001a980 ??_R4_Locimp@locale@std@@6B@ 100a0980 libcpmt:locale0.obj + 0002:0001a994 ??_R3_Locimp@locale@std@@8 100a0994 libcpmt:locale0.obj + 0002:0001a9a4 ??_R2_Locimp@locale@std@@8 100a09a4 libcpmt:locale0.obj + 0002:0001a9b8 ??_R1A@?0A@EA@_Locimp@locale@std@@8 100a09b8 libcpmt:locale0.obj + 0002:0001a9d4 ??_R4type_info@@6B@ 100a09d4 LIBCMT:std_type_info_static.obj + 0002:0001a9e8 ??_R3type_info@@8 100a09e8 LIBCMT:std_type_info_static.obj + 0002:0001a9f8 ??_R2type_info@@8 100a09f8 LIBCMT:std_type_info_static.obj + 0002:0001aa00 ??_R1A@?0A@EA@type_info@@8 100a0a00 LIBCMT:std_type_info_static.obj + 0002:0001aa1c ___safe_se_handler_table 100a0a1c + 0002:0001adc8 ___volatile_metadata 100a0dc8 + 0002:0001b278 ___rtc_iaa 100a1278 LIBCMT:initsect.obj + 0002:0001b27c ___rtc_izz 100a127c LIBCMT:initsect.obj + 0002:0001b280 ___rtc_taa 100a1280 LIBCMT:initsect.obj + 0002:0001b284 ___rtc_tzz 100a1284 LIBCMT:initsect.obj + 0002:0001b288 __tls_start 100a1288 LIBCMT:tlssup.obj + 0002:0001b28c ?orig_user_ptr@?1??GetOriginalArbitraryUserPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ@4PAXA 100a128c main.cpp.obj + 0002:0001b290 ?ret_address_ptr@?1??GetReturnAddressPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ@4PAXA 100a1290 main.cpp.obj + 0002:0001b294 __Init_thread_epoch 100a1294 LIBCMT:thread_safe_statics.obj + 0002:0001b298 __tls_end 100a1298 LIBCMT:tlssup.obj + 0002:0001b528 __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z12 100a1528 logging.cpp.obj + 0002:0001b544 __TI3?AVbad_array_new_length@std@@ 100a1544 logging.cpp.obj + 0002:0001b554 __CTA3?AVbad_array_new_length@std@@ 100a1554 logging.cpp.obj + 0002:0001b564 __CT??_R0?AVbad_array_new_length@std@@@8??0bad_array_new_length@std@@QAE@ABV01@@Z12 100a1564 logging.cpp.obj + 0002:0001b580 __CT??_R0?AVbad_alloc@std@@@8??0bad_alloc@std@@QAE@ABV01@@Z12 100a1580 logging.cpp.obj + 0002:0001b59c __CT??_R0?AVruntime_error@std@@@8??0runtime_error@std@@QAE@ABV01@@Z12 100a159c logging.cpp.obj + 0002:0001b5b8 __CT??_R0?AVsystem_error@std@@@8??0system_error@std@@QAE@ABV01@@Z20 100a15b8 logging.cpp.obj + 0002:0001b5d4 __CT??_R0?AV_System_error@std@@@8??0_System_error@std@@QAE@ABV01@@Z20 100a15d4 logging.cpp.obj + 0002:0001b5f0 __TI2?AVbad_cast@std@@ 100a15f0 logging.cpp.obj + 0002:0001b600 __CTA2?AVbad_cast@std@@ 100a1600 logging.cpp.obj + 0002:0001b60c __CT??_R0?AVbad_cast@std@@@8??0bad_cast@std@@QAE@ABV01@@Z12 100a160c logging.cpp.obj + 0002:0001b628 __TI5?AVfailure@ios_base@std@@ 100a1628 logging.cpp.obj + 0002:0001b638 __CTA5?AVfailure@ios_base@std@@ 100a1638 logging.cpp.obj + 0002:0001b650 __CT??_R0?AVfailure@ios_base@std@@@8??0failure@ios_base@std@@QAE@ABV012@@Z20 100a1650 logging.cpp.obj + 0002:0001fbbc __CT??_R0?AVclone_base@exception_detail@boost@@@8??0clone_base@exception_detail@boost@@QAE@ABV012@@Z4 100a5bbc main.cpp.obj + 0002:0001fbd8 __TI6?AU?$wrapexcept@VError@hadesmem@@@boost@@ 100a5bd8 main.cpp.obj + 0002:0001fbe8 __CTA6?AU?$wrapexcept@VError@hadesmem@@@boost@@ 100a5be8 main.cpp.obj + 0002:0001fc04 __CT??_R0?AU?$wrapexcept@VError@hadesmem@@@boost@@@8??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z44 100a5c04 main.cpp.obj + 0002:0001fc20 __CT??_R0?AVError@hadesmem@@@8??0Error@hadesmem@@QAE@ABV01@@Z404 100a5c20 main.cpp.obj + 0002:0001fc3c __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z12044 100a5c3c main.cpp.obj + 0002:0001fc58 __CT??_R0?AVexception@boost@@@8??0exception@boost@@QAE@ABV01@@Z24048 100a5c58 main.cpp.obj + 0002:0001fc74 __CT??_R0?AUtype@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@@818 100a5c74 main.cpp.obj + 0002:0001fc90 __TI6?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@ 100a5c90 main.cpp.obj + 0002:0001fca0 __CTA6?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@ 100a5ca0 main.cpp.obj + 0002:0001fcbc __CT??_R0?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@8??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z48 100a5cbc main.cpp.obj + 0002:0001fcd8 __CT??_R0?AUbad_exception_@exception_detail@boost@@@8??0bad_exception_@exception_detail@boost@@QAE@ABU012@@Z36 100a5cd8 main.cpp.obj + 0002:0001fcf4 __CT??_R0?AVexception@boost@@@8??0exception@boost@@QAE@ABV01@@Z24 100a5cf4 main.cpp.obj + 0002:0001fd10 __CT??_R0?AVbad_exception@std@@@8??0bad_exception@std@@QAE@ABV01@@Z1224 100a5d10 main.cpp.obj + 0002:0001fd2c __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z1224 100a5d2c main.cpp.obj + 0002:0001fd48 __CT??_R0?AVclone_base@exception_detail@boost@@@8??0clone_base@exception_detail@boost@@QAE@ABV012@@Z40364 100a5d48 main.cpp.obj + 0002:0001fd64 __TI6?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@ 100a5d64 main.cpp.obj + 0002:0001fd74 __CTA6?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@ 100a5d74 main.cpp.obj + 0002:0001fd90 __CT??_R0?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@8??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z48 100a5d90 main.cpp.obj + 0002:0001fdac __CT??_R0?AUbad_alloc_@exception_detail@boost@@@8??0bad_alloc_@exception_detail@boost@@QAE@ABU012@@Z36 100a5dac main.cpp.obj + 0002:0001fdc8 __CT??_R0?AVbad_alloc@std@@@8??0bad_alloc@std@@QAE@ABV01@@Z1224 100a5dc8 main.cpp.obj + 0002:00020854 __TI3?AV__non_rtti_object@std@@ 100a6854 libvcruntime:rtti.obj + 0002:00020864 __CTA3?AV__non_rtti_object@std@@ 100a6864 libvcruntime:rtti.obj + 0002:00020874 __CT??_R0?AV__non_rtti_object@std@@@8??0__non_rtti_object@std@@QAE@ABV01@@Z12 100a6874 libvcruntime:rtti.obj + 0002:00020890 __CT??_R0?AVbad_typeid@std@@@8??0bad_typeid@std@@QAE@ABV01@@Z12 100a6890 libvcruntime:rtti.obj + 0002:000208ac __TI2?AVbad_typeid@std@@ 100a68ac libvcruntime:rtti.obj + 0002:000208bc __CTA2?AVbad_typeid@std@@ 100a68bc libvcruntime:rtti.obj + 0002:000209ac __TI2?AVbad_exception@std@@ 100a69ac libvcruntime:frame.obj + 0002:000209bc __CTA2?AVbad_exception@std@@ 100a69bc libvcruntime:frame.obj + 0002:000209c8 __CT??_R0?AVbad_exception@std@@@8??0bad_exception@std@@QAE@ABV01@@Z12 100a69c8 libvcruntime:frame.obj + 0002:00021000 __TI2?AVbad_alloc@std@@ 100a7000 libcpmt:xthrow.obj + 0002:00021010 __CTA2?AVbad_alloc@std@@ 100a7010 libcpmt:xthrow.obj + 0002:0002101c __TI3?AVinvalid_argument@std@@ 100a701c libcpmt:xthrow.obj + 0002:0002102c __CTA3?AVinvalid_argument@std@@ 100a702c libcpmt:xthrow.obj + 0002:0002103c __CT??_R0?AVinvalid_argument@std@@@8??0invalid_argument@std@@QAE@ABV01@@Z12 100a703c libcpmt:xthrow.obj + 0002:00021058 __CT??_R0?AVlogic_error@std@@@8??0logic_error@std@@QAE@ABV01@@Z12 100a7058 libcpmt:xthrow.obj + 0002:00021074 __TI3?AVlength_error@std@@ 100a7074 libcpmt:xthrow.obj + 0002:00021084 __CTA3?AVlength_error@std@@ 100a7084 libcpmt:xthrow.obj + 0002:00021094 __CT??_R0?AVlength_error@std@@@8??0length_error@std@@QAE@ABV01@@Z12 100a7094 libcpmt:xthrow.obj + 0002:000210b0 __TI3?AVout_of_range@std@@ 100a70b0 libcpmt:xthrow.obj + 0002:000210c0 __CTA3?AVout_of_range@std@@ 100a70c0 libcpmt:xthrow.obj + 0002:000210d0 __CT??_R0?AVout_of_range@std@@@8??0out_of_range@std@@QAE@ABV01@@Z12 100a70d0 libcpmt:xthrow.obj + 0002:000210ec __TI2?AVruntime_error@std@@ 100a70ec libcpmt:xthrow.obj + 0002:000210fc __CTA2?AVruntime_error@std@@ 100a70fc libcpmt:xthrow.obj + 0002:00021108 __TI2?AVbad_function_call@std@@ 100a7108 libcpmt:xthrow.obj + 0002:00021118 __CTA2?AVbad_function_call@std@@ 100a7118 libcpmt:xthrow.obj + 0002:00021124 __CT??_R0?AVbad_function_call@std@@@8??0bad_function_call@std@@QAE@ABV01@@Z12 100a7124 libcpmt:xthrow.obj + 0002:000212c4 __IMPORT_DESCRIPTOR_KERNEL32 100a72c4 kernel32:KERNEL32.dll + 0002:000212d8 __IMPORT_DESCRIPTOR_USER32 100a72d8 user32:USER32.dll + 0002:000212ec __NULL_IMPORT_DESCRIPTOR 100a72ec kernel32:KERNEL32.dll + 0003:00000000 ?debugLogFile@Nampower@@3V?$basic_ofstream@DU?$char_traits@D@std@@@std@@A 100a8000 logging.cpp.obj + 0003:000000b0 ?_Static@?1???$_Immortalize_memcpy_image@V_Iostream_error_category2@std@@@std@@YAABV_Iostream_error_category2@1@XZ@4U?$_Constexpr_immortalize_impl@V_Iostream_error_category2@std@@@1@A 100a80b0 logging.cpp.obj + 0003:000000b8 ?gNextCastId@Nampower@@3_KA 100a80b8 main.cpp.obj + 0003:000000c0 ?gUserSettings@Nampower@@3UUserSettings@@A 100a80c0 main.cpp.obj + 0003:00000100 ?lua_error@Nampower@@3P6AXPAIPBD@ZA 100a8100 helper.cpp.obj + 0003:00000104 ?lua_gettop@Nampower@@3P6IHPAI@ZA 100a8104 helper.cpp.obj + 0003:00000108 ?lua_settop@Nampower@@3P6IXPAIH@ZA 100a8108 helper.cpp.obj + 0003:0000010c ?lua_type@Nampower@@3P6IHPAIH@ZA 100a810c helper.cpp.obj + 0003:00000110 ?lua_isstring@Nampower@@3P6I_NPAIH@ZA 100a8110 helper.cpp.obj + 0003:00000114 ?lua_isnumber@Nampower@@3P6I_NPAIH@ZA 100a8114 helper.cpp.obj + 0003:00000118 ?lua_tostring@Nampower@@3P6IPADPAIH@ZA 100a8118 helper.cpp.obj + 0003:0000011c ?lua_tonumber@Nampower@@3P6INPAIH@ZA 100a811c helper.cpp.obj + 0003:00000120 ?lua_pushnumber@Nampower@@3P6IXPAIN@ZA 100a8120 helper.cpp.obj + 0003:00000124 ?lua_pushstring@Nampower@@3P6IXPAIPAD@ZA 100a8124 helper.cpp.obj + 0003:00000128 ?lua_pushnil@Nampower@@3P6IXPAI@ZA 100a8128 helper.cpp.obj + 0003:0000012c ?lua_newtable@Nampower@@3P6IXPAI@ZA 100a812c helper.cpp.obj + 0003:00000130 ?lua_settable@Nampower@@3P6IXPAIH@ZA 100a8130 helper.cpp.obj + 0003:00000134 ?luaL_ref@Nampower@@3P6IHPAIH@ZA 100a8134 helper.cpp.obj + 0003:00000138 ?lua_rawgeti@Nampower@@3P6IXPAIHH@ZA 100a8138 helper.cpp.obj + 0003:0000013c ?luaL_unref@Nampower@@3P6IXPAIHH@ZA 100a813c helper.cpp.obj + 0003:0000020c ?gScriptPriority@Nampower@@3HA 100a820c misc_scripts.cpp.obj + 0003:00000540 __NLG_Destination 100a8540 libvcruntime:exsup.obj + 0003:00000550 __iob 100a8550 libucrt:_file.obj + 0003:00000600 ___abort_behavior 100a8600 libucrt:abort.obj + 0003:00000610 ___acrt_lconv_c 100a8610 libucrt:localeconv.obj + 0003:00000660 ___acrt_lconv 100a8660 libucrt:localeconv.obj + 0003:00000664 ___acrt_lconv_static_decimal 100a8664 libucrt:localeconv.obj + 0003:00000668 ___acrt_lconv_static_W_decimal 100a8668 libucrt:localeconv.obj + 0003:00000678 ___acrt_initial_locale_data 100a8678 libucrt:nlsdata.obj + 0003:00000730 ___acrt_initial_locale_pointers 100a8730 libucrt:nlsdata.obj + 0003:00000738 ___acrt_wide_c_locale_string 100a8738 libucrt:nlsdata.obj + 0003:0000073c ___mb_cur_max 100a873c libucrt:nlsdata.obj + 0003:00000740 ___badioinfo 100a8740 libucrt:ioinit.obj + 0003:00000778 __lookuptrailbytes 100a8778 libucrt:read.obj + 0003:0000087c __pctype 100a887c libucrt:ctype.obj + 0003:00000880 __pwctype 100a8880 libucrt:ctype.obj + 0003:00000a30 ___acrt_initial_multibyte_data 100a8a30 libucrt:mbctype.obj + 0003:00000f50 ___globallocalestatus 100a8f50 libucrt:glstatus.obj + 0003:00000f74 ?_Sync@ios_base@std@@0_NA 100a8f74 libcpmt:ios.obj + 0003:00000fcc ___scrt_native_dllmain_reason 100a8fcc LIBCMT:utility.obj + 0003:00001000 ___security_cookie 100a9000 LIBCMT:gs_cookie.obj + 0003:00001040 ___security_cookie_complement 100a9040 LIBCMT:gs_cookie.obj + 0003:00001050 __Init_global_epoch 100a9050 LIBCMT:thread_safe_statics.obj + 0003:00001060 __fltused 100a9060 LIBCMT:fltused.obj + 0003:00001070 ___isa_inverted 100a9070 LIBCMT:cpu_disp.obj + 0003:00001078 ___isa_enabled 100a9078 LIBCMT:cpu_disp.obj + 0003:00001080 _ud_lookup_table_list 100a9080 udis86:itab.obj + 0003:00002578 _ud_itab 100aa578 udis86:itab.obj + 0003:000138a0 ??_R0?AVexception@std@@@8 100bb8a0 logging.cpp.obj + 0003:000138bc ??_R0?AVbad_array_new_length@std@@@8 100bb8bc logging.cpp.obj + 0003:000138e4 ??_R0?AVbad_alloc@std@@@8 100bb8e4 logging.cpp.obj + 0003:00013900 ??_R0?AVruntime_error@std@@@8 100bb900 logging.cpp.obj + 0003:00013920 ??_R0?AVsystem_error@std@@@8 100bb920 logging.cpp.obj + 0003:00013940 ??_R0?AV_System_error@std@@@8 100bb940 logging.cpp.obj + 0003:00013960 ??_R0?AVbad_cast@std@@@8 100bb960 logging.cpp.obj + 0003:0001397c ??_R0?AVfailure@ios_base@std@@@8 100bb97c logging.cpp.obj + 0003:000139a0 ??_R0?AVexception@boost@@@8 100bb9a0 main.cpp.obj + 0003:000139c0 ??_R0?AVclone_base@exception_detail@boost@@@8 100bb9c0 main.cpp.obj + 0003:000139f0 ??_R0?AVbad_exception@std@@@8 100bb9f0 main.cpp.obj + 0003:00013a10 ??_R0?AVError@hadesmem@@@8 100bba10 main.cpp.obj + 0003:00013a30 ??_R0?AU?$wrapexcept@VError@hadesmem@@@boost@@@8 100bba30 main.cpp.obj + 0003:00013a68 ??_R0?AUtype@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@@8 100bba68 main.cpp.obj + 0003:00013ac8 ??_R0P6IXPAVPatchDetourBase@hadesmem@@@Z@8 100bbac8 main.cpp.obj + 0003:00013af8 ??_R0P6IHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bbaf8 main.cpp.obj + 0003:00013b28 ??_R0P6GXPAVPatchDetourBase@hadesmem@@@Z@8 100bbb28 main.cpp.obj + 0003:00013b58 ??_R0P6IXPAVPatchDetourBase@hadesmem@@HI@Z@8 100bbb58 main.cpp.obj + 0003:00013b88 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAX1I@Z@8 100bbb88 main.cpp.obj + 0003:00013bbc ??_R0P6IXPAVPatchDetourBase@hadesmem@@IH_K@Z@8 100bbbbc main.cpp.obj + 0003:00013bf0 ??_R0P6I_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@8 100bbbf0 main.cpp.obj + 0003:00013c38 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@8 100bbc38 main.cpp.obj + 0003:00013c80 ??_R0P6IXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@8 100bbc80 main.cpp.obj + 0003:00013cc8 ??_R0P6IXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@8 100bbcc8 main.cpp.obj + 0003:00013d14 ??_R0P6IPAHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bbd14 main.cpp.obj + 0003:00013d48 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@8 100bbd48 main.cpp.obj + 0003:00013d94 ??_R0P6IIPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bbd94 main.cpp.obj + 0003:00013dc4 ??_R0P6IHPAVPatchDetourBase@hadesmem@@_K@Z@8 100bbdc4 main.cpp.obj + 0003:00013df8 ??_R0P6IIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@8 100bbdf8 main.cpp.obj + 0003:00013e44 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAXHH@Z@8 100bbe44 main.cpp.obj + 0003:00013e78 ??_R0P6I_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@8 100bbe78 main.cpp.obj + 0003:00013eb0 ??_R0P6GHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@8 100bbeb0 main.cpp.obj + 0003:00013ef8 ??_R0P6IHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@8 100bbef8 main.cpp.obj + 0003:00013f40 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@8 100bbf40 main.cpp.obj + 0003:00013f8c ??_R0P6IXPAVPatchDetourBase@hadesmem@@IHH@Z@8 100bbf8c main.cpp.obj + 0003:00013fbc ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@8 100bbfbc main.cpp.obj + 0003:00013ff4 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAIH@Z@8 100bbff4 main.cpp.obj + 0003:00014028 ??_R0P6IXPAVPatchDetourBase@hadesmem@@_K@Z@8 100bc028 main.cpp.obj + 0003:00014058 ??_R0P6IXPAVPatchDetourBase@hadesmem@@I@Z@8 100bc058 main.cpp.obj + 0003:00014088 ??_R0P6IIPAVPatchDetourBase@hadesmem@@HPAI1@Z@8 100bc088 main.cpp.obj + 0003:000140c0 ??_R0?AV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@8 100bc0c0 main.cpp.obj + 0003:00014108 ??_R0?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@8 100bc108 main.cpp.obj + 0003:00014164 ??_R0?AUbad_exception_@exception_detail@boost@@@8 100bc164 main.cpp.obj + 0003:00014198 ??_R0?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@8 100bc198 main.cpp.obj + 0003:000141f0 ??_R0?AUbad_alloc_@exception_detail@boost@@@8 100bc1f0 main.cpp.obj + 0003:00014220 ??_R0?AV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@8 100bc220 main.cpp.obj + 0003:0001429c ??_R0P6AXPAVPatchDetourBase@hadesmem@@@Z@8 100bc29c main.cpp.obj + 0003:000142cc ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@8 100bc2cc main.cpp.obj + 0003:00014300 ??_R0P6AXPAVPatchDetourBase@hadesmem@@HI@Z@8 100bc300 main.cpp.obj + 0003:00014330 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@8 100bc330 main.cpp.obj + 0003:0001437c ??_R0P6AXPAVPatchDetourBase@hadesmem@@_K@Z@8 100bc37c main.cpp.obj + 0003:000143ac ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@8 100bc3ac main.cpp.obj + 0003:000143e0 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@8 100bc3e0 main.cpp.obj + 0003:00014418 ??_R0P6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@8 100bc418 main.cpp.obj + 0003:0001444c ??_R0P6AXPAVPatchDetourBase@hadesmem@@I@Z@8 100bc44c main.cpp.obj + 0003:0001447c ??_R0P6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bc47c main.cpp.obj + 0003:000144b0 ??_R0P6AHPAVPatchDetourBase@hadesmem@@_K@Z@8 100bc4b0 main.cpp.obj + 0003:000144e0 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@8 100bc4e0 main.cpp.obj + 0003:00014518 ??_R0P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@8 100bc518 main.cpp.obj + 0003:00014564 ??_R0P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@8 100bc564 main.cpp.obj + 0003:00014598 ??_R0P6AIPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bc598 main.cpp.obj + 0003:000145c8 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@8 100bc5c8 main.cpp.obj + 0003:00014618 ??_R0P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@8 100bc618 main.cpp.obj + 0003:00014668 ??_R0P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@8 100bc668 main.cpp.obj + 0003:000146b0 ??_R0P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@8 100bc6b0 main.cpp.obj + 0003:000146f8 ??_R0P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@8 100bc6f8 main.cpp.obj + 0003:00014740 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@8 100bc740 main.cpp.obj + 0003:00014788 ??_R0P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@8 100bc788 main.cpp.obj + 0003:000147d0 ??_R0P6AXPAVPatchDetourBase@hadesmem@@IHH@Z@8 100bc7d0 main.cpp.obj + 0003:00014800 ??_R0P6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@8 100bc800 main.cpp.obj + 0003:00014834 ??_R0P6AHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bc834 main.cpp.obj + 0003:00014864 ??_R0PAUTagErrorString@hadesmem@@@8 100bc864 main.cpp.obj + 0003:0001488c ??_R0PAUTagErrorCodeWinLast@hadesmem@@@8 100bc88c main.cpp.obj + 0003:000148b8 ??_R0?AV__non_rtti_object@std@@@8 100bc8b8 libvcruntime:rtti.obj + 0003:000148dc ??_R0?AVbad_typeid@std@@@8 100bc8dc libvcruntime:rtti.obj + 0003:000148fc ??_R0?AVinvalid_argument@std@@@8 100bc8fc libcpmt:xthrow.obj + 0003:00014920 ??_R0?AVlogic_error@std@@@8 100bc920 libcpmt:xthrow.obj + 0003:00014940 ??_R0?AVlength_error@std@@@8 100bc940 libcpmt:xthrow.obj + 0003:00014960 ??_R0?AVout_of_range@std@@@8 100bc960 libcpmt:xthrow.obj + 0003:00014980 ??_R0?AVbad_function_call@std@@@8 100bc980 libcpmt:xthrow.obj + 0003:000149a8 ??_R0?AVios_base@std@@@8 100bc9a8 logging.cpp.obj + 0003:000149c4 ??_R0?AV?$_Iosb@H@std@@@8 100bc9c4 logging.cpp.obj + 0003:000149e0 ??_R0?AV?$basic_ios@DU?$char_traits@D@std@@@std@@@8 100bc9e0 logging.cpp.obj + 0003:00014a18 ??_R0?AV?$basic_streambuf@DU?$char_traits@D@std@@@std@@@8 100bca18 logging.cpp.obj + 0003:00014a54 ??_R0?AV?$basic_ostream@DU?$char_traits@D@std@@@std@@@8 100bca54 logging.cpp.obj + 0003:00014a90 ??_R0?AV?$basic_filebuf@DU?$char_traits@D@std@@@std@@@8 100bca90 logging.cpp.obj + 0003:00014acc ??_R0?AV?$basic_ofstream@DU?$char_traits@D@std@@@std@@@8 100bcacc logging.cpp.obj + 0003:00014b08 ??_R0?AVerror_category@std@@@8 100bcb08 logging.cpp.obj + 0003:00014b2c ??_R0?AV_Iostream_error_category2@std@@@8 100bcb2c logging.cpp.obj + 0003:00014b58 ??_R0?AV_Facet_base@std@@@8 100bcb58 logging.cpp.obj + 0003:00014b78 ??_R0?AVfacet@locale@std@@@8 100bcb78 logging.cpp.obj + 0003:00014b98 ??_R0?AU_Crt_new_delete@std@@@8 100bcb98 logging.cpp.obj + 0003:00014bbc ??_R0?AVcodecvt_base@std@@@8 100bcbbc logging.cpp.obj + 0003:00014bdc ??_R0?AUctype_base@std@@@8 100bcbdc logging.cpp.obj + 0003:00014bfc ??_R0?AV?$ctype@D@std@@@8 100bcbfc logging.cpp.obj + 0003:00014c18 ??_R0?AV?$codecvt@DDU_Mbstatet@@@std@@@8 100bcc18 logging.cpp.obj + 0003:00014c44 ??_R0?AV?$basic_istream@DU?$char_traits@D@std@@@std@@@8 100bcc44 main.cpp.obj + 0003:00014c80 ??_R0?AV?$basic_iostream@DU?$char_traits@D@std@@@std@@@8 100bcc80 main.cpp.obj + 0003:00014cc0 ??_R0?AV?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@8 100bccc0 main.cpp.obj + 0003:00014d10 ??_R0?AV?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@8 100bcd10 main.cpp.obj + 0003:00014d68 ??_R0?AV?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@8 100bcd68 main.cpp.obj + 0003:00014db8 ??_R0?AV_Ref_count_base@std@@@8 100bcdb8 main.cpp.obj + 0003:00014ddc ??_R0?AVerror_info_base@exception_detail@boost@@@8 100bcddc main.cpp.obj + 0003:00014e14 ??_R0?AUerror_info_container@exception_detail@boost@@@8 100bce14 main.cpp.obj + 0003:00014e50 ??_R0?AVsp_counted_base@detail@boost@@@8 100bce50 main.cpp.obj + 0003:00014e7c ??_R0?AVerror_info_container_impl@exception_detail@boost@@@8 100bce7c main.cpp.obj + 0003:00014ec0 ??_R0?AV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@8 100bcec0 main.cpp.obj + 0003:00014f14 ??_R0?AVPatchDetourBase@hadesmem@@@8 100bcf14 main.cpp.obj + 0003:00014f3c ??_R0?AVCDataStore@Nampower@@@8 100bcf3c main.cpp.obj + 0003:00014f60 ??_R0?AV?$PatchDetour@P6IXXZPAX@hadesmem@@@8 100bcf60 main.cpp.obj + 0003:00014f90 ??_R0?AV?$PatchDetour@P6GXXZPAX@hadesmem@@@8 100bcf90 main.cpp.obj + 0003:00014fc0 ??_R0?AV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@8 100bcfc0 main.cpp.obj + 0003:00014ff4 ??_R0?AV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@8 100bcff4 main.cpp.obj + 0003:00015028 ??_R0?AV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@8 100bd028 main.cpp.obj + 0003:0001505c ??_R0?AV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@8 100bd05c main.cpp.obj + 0003:00015090 ??_R0?AV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@8 100bd090 main.cpp.obj + 0003:000150d8 ??_R0?AV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@8 100bd0d8 main.cpp.obj + 0003:00015120 ??_R0?AV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@8 100bd120 main.cpp.obj + 0003:00015170 ??_R0?AV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@8 100bd170 main.cpp.obj + 0003:000151bc ??_R0?AV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@8 100bd1bc main.cpp.obj + 0003:000151f0 ??_R0?AV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100bd1f0 main.cpp.obj + 0003:00015240 ??_R0?AV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@8 100bd240 main.cpp.obj + 0003:00015274 ??_R0?AV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@8 100bd274 main.cpp.obj + 0003:000152a8 ??_R0?AV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@8 100bd2a8 main.cpp.obj + 0003:000152f4 ??_R0?AV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@8 100bd2f4 main.cpp.obj + 0003:00015328 ??_R0?AV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@8 100bd328 main.cpp.obj + 0003:00015360 ??_R0?AV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100bd360 main.cpp.obj + 0003:000153b0 ??_R0?AV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100bd3b0 main.cpp.obj + 0003:00015400 ??_R0?AV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100bd400 main.cpp.obj + 0003:0001544c ??_R0?AV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@8 100bd44c main.cpp.obj + 0003:00015480 ??_R0?AV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@8 100bd480 main.cpp.obj + 0003:000154b8 ??_R0?AV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@8 100bd4b8 main.cpp.obj + 0003:000154ec ??_R0?AV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@8 100bd4ec main.cpp.obj + 0003:00015520 ??_R0?AV?$PatchDetour@P6IXI@ZPAX@hadesmem@@@8 100bd520 main.cpp.obj + 0003:00015550 ??_R0?AV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@8 100bd550 main.cpp.obj + 0003:00015588 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@@8 100bd588 main.cpp.obj + 0003:000155cc ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@@8 100bd5cc main.cpp.obj + 0003:0001560c ??_R0?AV?$numpunct@D@std@@@8 100bd60c main.cpp.obj + 0003:00015630 ??_R0?AV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@@8 100bd630 main.cpp.obj + 0003:00015678 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@@8 100bd678 main.cpp.obj + 0003:000156b8 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@@8 100bd6b8 main.cpp.obj + 0003:000156f8 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIH@std@@@8 100bd6f8 main.cpp.obj + 0003:00015740 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@@8 100bd740 main.cpp.obj + 0003:00015788 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@@8 100bd788 main.cpp.obj + 0003:000157d0 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@@8 100bd7d0 main.cpp.obj + 0003:00015830 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@@8 100bd830 main.cpp.obj + 0003:00015890 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@@8 100bd890 main.cpp.obj + 0003:000158f0 ??_R0?AV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@@8 100bd8f0 main.cpp.obj + 0003:00015938 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@@8 100bd938 main.cpp.obj + 0003:00015980 ??_R0?AV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@@8 100bd980 main.cpp.obj + 0003:000159e0 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@@8 100bd9e0 main.cpp.obj + 0003:00015a20 ??_R0?AV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@@8 100bda20 main.cpp.obj + 0003:00015a68 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@@8 100bda68 main.cpp.obj + 0003:00015ac8 ??_R0?AV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@@8 100bdac8 main.cpp.obj + 0003:00015b10 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@@8 100bdb10 main.cpp.obj + 0003:00015b70 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@@8 100bdb70 main.cpp.obj + 0003:00015bd0 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@@8 100bdbd0 main.cpp.obj + 0003:00015c28 ??_R0?AV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@@8 100bdc28 main.cpp.obj + 0003:00015c80 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@@8 100bdc80 main.cpp.obj + 0003:00015cc8 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@@8 100bdcc8 main.cpp.obj + 0003:00015d10 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@@8 100bdd10 main.cpp.obj + 0003:00015d50 ??_R0?AV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@8 100bdd50 main.cpp.obj + 0003:00015da8 ??_R0?AV?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@@8 100bdda8 main.cpp.obj + 0003:00015e10 ??_R0?AV?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@@8 100bde10 main.cpp.obj + 0003:00015e70 ??_R0?AV?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@@8 100bde70 main.cpp.obj + 0003:00015ed0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@@8 100bded0 main.cpp.obj + 0003:00015f28 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@@8 100bdf28 main.cpp.obj + 0003:00015f88 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@@8 100bdf88 main.cpp.obj + 0003:00015fe8 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@@8 100bdfe8 main.cpp.obj + 0003:00016048 ??_R0?AV?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@@8 100be048 main.cpp.obj + 0003:000160c8 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@@8 100be0c8 main.cpp.obj + 0003:00016138 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@@8 100be138 main.cpp.obj + 0003:000161b0 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@@8 100be1b0 main.cpp.obj + 0003:00016228 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@@8 100be228 main.cpp.obj + 0003:000162a0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@@8 100be2a0 main.cpp.obj + 0003:00016320 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@@8 100be320 main.cpp.obj + 0003:000163a0 ??_R0?AV?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@@8 100be3a0 main.cpp.obj + 0003:00016400 ??_R0?AV?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@@8 100be400 main.cpp.obj + 0003:00016468 ??_R0?AV?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@@8 100be468 main.cpp.obj + 0003:000164e0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@@8 100be4e0 main.cpp.obj + 0003:00016540 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@@8 100be540 main.cpp.obj + 0003:00016598 ??_R0?AV?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@@8 100be598 main.cpp.obj + 0003:000165f8 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@@8 100be5f8 main.cpp.obj + 0003:00016650 ??_R0?AV?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@@8 100be650 main.cpp.obj + 0003:000166b0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@@8 100be6b0 main.cpp.obj + 0003:00016718 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@@8 100be718 main.cpp.obj + 0003:00016778 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@@8 100be778 main.cpp.obj + 0003:000167d0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@@8 100be7d0 main.cpp.obj + 0003:00016850 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@@8 100be850 main.cpp.obj + 0003:000168a8 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@@8 100be8a8 main.cpp.obj + 0003:00016908 ??_R0?AV?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@@8 100be908 main.cpp.obj + 0003:00016988 ??_R0?AV?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@@8 100be988 main.cpp.obj + 0003:00016a08 ??_R0?AV?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@@8 100bea08 main.cpp.obj + 0003:00016aa8 ??_R0?AV?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@@8 100beaa8 main.cpp.obj + 0003:00016b10 ??_R0?AVDNameNode@@@8 100beb10 libvcruntime:undname.obj + 0003:00016b28 ??_R0?AVcharNode@@@8 100beb28 libvcruntime:undname.obj + 0003:00016b40 ??_R0?AVpcharNode@@@8 100beb40 libvcruntime:undname.obj + 0003:00016b58 ??_R0?AVpDNameNode@@@8 100beb58 libvcruntime:undname.obj + 0003:00016b74 ??_R0?AVDNameStatusNode@@@8 100beb74 libvcruntime:undname.obj + 0003:00016b94 ??_R0?AVpairNode@@@8 100beb94 libvcruntime:undname.obj + 0003:00016bac ??_R0?AV_Locimp@locale@std@@@8 100bebac libcpmt:locale0.obj + 0003:00016bd0 ??_R0?AVtype_info@@@8 100bebd0 LIBCMT:std_type_info_static.obj + 0003:00016be8 ?gStartTime@Nampower@@3IA 100bebe8 logging.cpp.obj + 0003:00016bec ?id@?$codecvt@DDU_Mbstatet@@@std@@2V0locale@2@A 100bebec logging.cpp.obj + 0003:00016bf0 ?_Stinit@?1??_Init@?$basic_filebuf@DU?$char_traits@D@std@@@std@@IAEXPAU_iobuf@@W4_Initfl@23@@Z@4U_Mbstatet@@A 100bebf0 logging.cpp.obj + 0003:00016bf8 ?_Psave@?$_Facetptr@V?$ctype@D@std@@@std@@2PBVfacet@locale@2@B 100bebf8 logging.cpp.obj + 0003:00016bfc ?_Psave@?$_Facetptr@V?$codecvt@DDU_Mbstatet@@@std@@@std@@2PBVfacet@locale@2@B 100bebfc logging.cpp.obj + 0003:00016c00 ?gLastErrorTimeMs@Nampower@@3IA 100bec00 main.cpp.obj + 0003:00016c04 ?gLastBufferIncreaseTimeMs@Nampower@@3IA 100bec04 main.cpp.obj + 0003:00016c08 ?gLastBufferDecreaseTimeMs@Nampower@@3IA 100bec08 main.cpp.obj + 0003:00016c0c ?gBufferTimeMs@Nampower@@3IA 100bec0c main.cpp.obj + 0003:00016c10 ?gDisenchantItemId@Nampower@@3IA 100bec10 main.cpp.obj + 0003:00016c14 ?gDisenchantQuality@Nampower@@3IA 100bec14 main.cpp.obj + 0003:00016c18 ?gDisenchantIncludeSoulbound@Nampower@@3_NA 100bec18 main.cpp.obj + 0003:00016c19 ?gForceQueueCast@Nampower@@3_NA 100bec19 main.cpp.obj + 0003:00016c1a ?gNoQueueCast@Nampower@@3_NA 100bec1a main.cpp.obj + 0003:00016c1b ?gQueuesProcessed@Nampower@@3_NA 100bec1b main.cpp.obj + 0003:00016c1c ?gNextDisenchantTimeMs@Nampower@@3IA 100bec1c main.cpp.obj + 0003:00016c20 ?gRunningAverageLatencyMs@Nampower@@3IA 100bec20 main.cpp.obj + 0003:00016c24 ?gLastServerSpellDelayMs@Nampower@@3IA 100bec24 main.cpp.obj + 0003:00016c28 ?castSpellDetour@Nampower@@3PAVPatchDetourBase@hadesmem@@A 100bec28 main.cpp.obj + 0003:00016c2c ?gLastCastData@Nampower@@3ULastCastData@@A 100bec2c main.cpp.obj + 0003:00016c48 ?gCastData@Nampower@@3UCastData@@A 100bec48 main.cpp.obj + 0003:00016ca0 ?gLastNormalCastParams@Nampower@@3UCastSpellParams@@A 100beca0 main.cpp.obj + 0003:00016cd8 ?gLastOnSwingCastParams@Nampower@@3UCastSpellParams@@A 100becd8 main.cpp.obj + 0003:00016d10 ?loadFlag@Nampower@@3Uonce_flag@std@@A 100bed10 main.cpp.obj + 0003:00016d14 ?initHooksFlag@Nampower@@3Uonce_flag@std@@A 100bed14 main.cpp.obj + 0003:00016d18 ?lastCastUsedServerDelay@Nampower@@3_NA 100bed18 main.cpp.obj + 0003:00016d1c ?gNonGcdCastQueue@Nampower@@3VCastQueue@1@A 100bed1c main.cpp.obj + 0003:00016d38 ?gCastHistory@Nampower@@3VCastQueue@1@A 100bed38 main.cpp.obj + 0003:00016d54 ?gSysMsgInitDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXXZPAX@hadesmem@@@std@@@std@@A 100bed54 main.cpp.obj + 0003:00016d58 ?gLoadScriptFunctionsDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@A 100bed58 main.cpp.obj + 0003:00016d5c ?gCreateEventsDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@A 100bed5c main.cpp.obj + 0003:00016d60 ?gSetEventCountDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@A 100bed60 main.cpp.obj + 0003:00016d64 ?gSetCVarDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@A 100bed64 main.cpp.obj + 0003:00016d68 ?gCGSpellBook_CastSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@A 100bed68 main.cpp.obj + 0003:00016d6c ?gCastDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@A 100bed6c main.cpp.obj + 0003:00016d70 ?gSendCastDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@A 100bed70 main.cpp.obj + 0003:00016d74 ?gCancelSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@A 100bed74 main.cpp.obj + 0003:00016d78 ?gSignalEventDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXW4Events@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXW4Events@game@@@ZPAX@hadesmem@@@std@@@std@@A 100bed78 main.cpp.obj + 0003:00016d7c ?gSpellFailedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@A 100bed7c main.cpp.obj + 0003:00016d80 ?gSpell_C_GetSpellModifiersDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPBUSpellRec@game@@PAHW4SpellModOp@2@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPBUSpellRec@game@@PAHW4SpellModOp@2@@ZPAX@hadesmem@@@std@@@std@@A 100bed80 main.cpp.obj + 0003:00016d84 ?gSpell_C_GetSpellRadiusDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IMXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IMXZPAX@hadesmem@@@std@@@std@@A 100bed84 main.cpp.obj + 0003:00016d88 ?gCastbarPatch@Nampower@@3V?$unique_ptr@VPatchRaw@hadesmem@@U?$default_delete@VPatchRaw@hadesmem@@@std@@@std@@A 100bed88 main.cpp.obj + 0003:00016d8c ?gIEndSceneDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@A 100bed8c main.cpp.obj + 0003:00016d90 ?gSpell_C_GetAutoRepeatingSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6AHXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6AHXZPAX@hadesmem@@@std@@@std@@A 100bed90 main.cpp.obj + 0003:00016d94 ?gSpell_C_CooldownEventTriggeredDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIPA_KHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIPA_KHH@ZPAX@hadesmem@@@std@@@std@@A 100bed94 main.cpp.obj + 0003:00016d98 ?gSpellGoDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bed98 main.cpp.obj + 0003:00016d9c ?gSpellTargetUnitDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@A 100bed9c main.cpp.obj + 0003:00016da0 ?gSpellStopCastingDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@A 100beda0 main.cpp.obj + 0003:00016da4 ?gOnSpriteRightClickDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@A 100beda4 main.cpp.obj + 0003:00016da8 ?gSpell_C_HandleSpriteClickDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6I_NPAUCSpriteClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAUCSpriteClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@A 100beda8 main.cpp.obj + 0003:00016dac ?gSpell_C_HandleTerrainClickDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@A 100bedac main.cpp.obj + 0003:00016db0 ?gCGWorldFrame_OnLayerTrackTerrainDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@A 100bedb0 main.cpp.obj + 0003:00016db4 ?gSpell_C_TargetSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@A 100bedb4 main.cpp.obj + 0003:00016db8 ?gSpellCooldownDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bedb8 main.cpp.obj + 0003:00016dbc ?gSpellDelayedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bedbc main.cpp.obj + 0003:00016dc0 ?gCastResultHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bedc0 main.cpp.obj + 0003:00016dc4 ?gSpellFailedHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bedc4 main.cpp.obj + 0003:00016dc8 ?gSpellChannelStartHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bedc8 main.cpp.obj + 0003:00016dcc ?gSpellChannelUpdateHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bedcc main.cpp.obj + 0003:00016dd0 ?gPlaySpellVisualHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bedd0 main.cpp.obj + 0003:00016dd4 ?gSpellHealingLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bedd4 main.cpp.obj + 0003:00016dd8 ?gSpellEnergizeLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bedd8 main.cpp.obj + 0003:00016ddc ?gSpellStartHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100beddc main.cpp.obj + 0003:00016de0 ?gPeriodicAuraLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bede0 main.cpp.obj + 0003:00016de4 ?gSpellNonMeleeDmgLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bede4 main.cpp.obj + 0003:00016de8 ?gCGPlayer_C_OnAttackIconPressedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHPAIPAX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAIPAX_K@ZPAX@hadesmem@@@std@@@std@@A 100bede8 main.cpp.obj + 0003:00016dec ?gAttackRoundInfo_ReadPacketDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100bedec main.cpp.obj + 0003:00016df0 ?gCGActionBar_UseActionDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@A 100bedf0 main.cpp.obj + 0003:00016df4 ?gCGUnit_C_OnAuraRemovedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@A 100bedf4 main.cpp.obj + 0003:00016df8 ?gCGUnit_C_OnAuraAddedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@A 100bedf8 main.cpp.obj + 0003:00016dfc ?gCGUnit_C_OnAuraAddedStackDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@A 100bedfc main.cpp.obj + 0003:00016e00 ?gUnitCombatLogUnitDeadDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@A 100bee00 main.cpp.obj + 0003:00016e04 ?gInvalidFunctionPtrCheckDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@A 100bee04 main.cpp.obj + 0003:00016e08 ?gGetSpellSlotFromLuaDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@A 100bee08 main.cpp.obj + 0003:00016e0c ?ep@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4V32@A 100bee0c main.cpp.obj + 0003:00016e14 ?ep@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4V32@A 100bee14 main.cpp.obj + 0003:00016e1c ?e@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B 100bee1c main.cpp.obj + 0003:00016e24 ?e@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B 100bee24 main.cpp.obj + 0003:00016e2c ?id@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100bee2c main.cpp.obj + 0003:00016e30 ?id@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100bee30 main.cpp.obj + 0003:00016e34 ?id@?$numpunct@D@std@@2V0locale@2@A 100bee34 main.cpp.obj + 0003:00016e38 ?id@?$numpunct@_W@std@@2V0locale@2@A 100bee38 main.cpp.obj + 0003:00016e3c ?id@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100bee3c main.cpp.obj + 0003:00016e40 ?_Psave@?$_Facetptr@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@2PBVfacet@locale@2@B 100bee40 main.cpp.obj + 0003:00016e44 ?_Psave@?$_Facetptr@V?$numpunct@D@std@@@std@@2PBVfacet@locale@2@B 100bee44 main.cpp.obj + 0003:00016e48 ?$TSS0@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4HA 100bee48 main.cpp.obj + 0003:00016e4c ?$TSS0@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4HA 100bee4c main.cpp.obj + 0003:00016e50 ?_Psave@?$_Facetptr@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@2PBVfacet@locale@2@B 100bee50 main.cpp.obj + 0003:00016e54 ?id@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100bee54 main.cpp.obj + 0003:00016e58 ?id@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100bee58 main.cpp.obj + 0003:00016ea4 ?lastCastResultTimeMs@Nampower@@3IA 100beea4 spellevents.cpp.obj + 0003:000171c8 ?gScriptQueued@Nampower@@3_NA 100bf1c8 misc_scripts.cpp.obj + 0003:000171cc ?queuedScript@Nampower@@3PADA 100bf1cc misc_scripts.cpp.obj + 0003:00018018 ?equippedTrinketDataCache@Nampower@@3V?$array@UCachedTrinketData@Nampower@@$0BD@@std@@A 100c0018 items.cpp.obj + 0003:00018068 ?bagTrinketDataCache@Nampower@@3V?$array@V?$array@UCachedTrinketData@Nampower@@$0EA@@std@@$0N@@std@@A 100c0068 items.cpp.obj + 0003:00018d68 ?bagItemDataCache@Nampower@@3V?$array@V?$array@UCachedItemData@Nampower@@$0EA@@std@@$0N@@std@@A 100c0d68 items.cpp.obj + 0003:00020f68 ?equippedItemDataCache@Nampower@@3V?$array@UCachedItemData@Nampower@@$0BD@@std@@A 100c8f68 items.cpp.obj + 0003:000212c4 ?itemStatsArrayFieldMap@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@A 100c92c4 dbc_fields.cpp.obj + 0003:000212e4 ?itemStatsFieldMap@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@A 100c92e4 dbc_fields.cpp.obj + 0003:00021304 ?spellRecFieldMap@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@A 100c9304 dbc_fields.cpp.obj + 0003:00021324 ?spellRecArrayFieldMap@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@A 100c9324 dbc_fields.cpp.obj + 0003:00021348 ?unitFieldsArrayFieldMap@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@A 100c9348 unit_fields.cpp.obj + 0003:00021368 ?unitFieldsFieldMap@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@A 100c9368 unit_fields.cpp.obj + 0003:00021398 ?__WinRTOutOfMemoryExceptionCallback@@3P6GPAXXZA 100c9398 libvcruntime:ehhelpers.obj + 0003:0002139c ___pPurecall 100c939c libvcruntime:purevirt_data.obj + 0003:000213c8 ?pArgList@UnDecorator@@0PAVReplicator@@A 100c93c8 libvcruntime:undname.obj + 0003:000213cc ?pZNameList@UnDecorator@@0PAVReplicator@@A 100c93cc libvcruntime:undname.obj + 0003:000213d0 ?pTemplateArgList@UnDecorator@@0PAVReplicator@@A 100c93d0 libvcruntime:undname.obj + 0003:000213d4 ?gName@UnDecorator@@0PBDB 100c93d4 libvcruntime:undname.obj + 0003:000213d8 ?name@UnDecorator@@0PBDB 100c93d8 libvcruntime:undname.obj + 0003:000213dc ?disableFlags@UnDecorator@@0KA 100c93dc libvcruntime:undname.obj + 0003:000213e0 ?fExplicitTemplateParams@UnDecorator@@0_NA 100c93e0 libvcruntime:undname.obj + 0003:000213e1 ?fGetTemplateArgumentList@UnDecorator@@0_NA 100c93e1 libvcruntime:undname.obj + 0003:000213e4 ?m_pGetParameter@UnDecorator@@0P6APADJ@ZA 100c93e4 libvcruntime:undname.obj + 0003:000213e8 ?m_CHPENameOffset@UnDecorator@@0KA 100c93e8 libvcruntime:undname.obj + 0003:000213ec ?m_recursionLevel@UnDecorator@@0KA 100c93ec libvcruntime:undname.obj + 0003:00021444 __nstream 100c9444 libucrt:_file.obj + 0003:00021448 ___piob 100c9448 libucrt:_file.obj + 0003:0002144c __cflush 100c944c libucrt:_file.obj + 0003:00021450 ___acrt_lconv_static_null 100c9450 libucrt:localeconv.obj + 0003:00021454 ___acrt_lconv_static_W_null 100c9454 libucrt:localeconv.obj + 0003:00021458 ___acrt_locale_changed_data 100c9458 libucrt:wsetlocale.obj + 0003:0002145c ___acrt_current_locale_data 100c945c libucrt:nlsdata.obj + 0003:00021548 ___pioinfo 100c9548 libucrt:ioinit.obj + 0003:00021748 __nhandle 100c9748 libucrt:ioinit.obj + 0003:000218a4 ___acrt_stdout_buffer 100c98a4 libucrt:_sftbuf.obj + 0003:000218a8 ___acrt_stderr_buffer 100c98a8 libucrt:_sftbuf.obj + 0003:000218d4 ?_timezone@@3V?$dual_state_global@J@__crt_state_management@@A 100c98d4 libucrt:timeset.obj + 0003:000218d8 ?_daylight@@3V?$dual_state_global@H@__crt_state_management@@A 100c98d8 libucrt:timeset.obj + 0003:000218dc ?_dstbias@@3V?$dual_state_global@J@__crt_state_management@@A 100c98dc libucrt:timeset.obj + 0003:000219a8 __mbctype 100c99a8 libucrt:mbctype.obj + 0003:000219ac __mbcasemap 100c99ac libucrt:mbctype.obj + 0003:000219b0 ___acrt_current_multibyte_data 100c99b0 libucrt:mbctype.obj + 0003:000219c4 ___acrt_heap 100c99c4 libucrt:heap_handle.obj + 0003:000219cc ___acrt_atexit_table 100c99cc libucrt:onexit.obj + 0003:000219d8 ___acrt_at_quick_exit_table 100c99d8 libucrt:onexit.obj + 0003:000219f0 __environ_table 100c99f0 libucrt:environment_initialization.obj + 0003:000219f4 __wenviron_table 100c99f4 libucrt:environment_initialization.obj + 0003:000219f8 ___dcrt_initial_wide_environment 100c99f8 libucrt:environment_initialization.obj + 0003:000219fc ___dcrt_initial_narrow_environment 100c99fc libucrt:environment_initialization.obj + 0003:00021a00 ___fastflag 100c9a00 libucrt:fp_flags.obj + 0003:00021ad0 ?_Id_cnt@id@locale@std@@0HA 100c9ad0 libcpmt:locale0.obj + 0003:00021ad4 ?_Clocptr@_Locimp@locale@std@@0PAV123@A 100c9ad4 libcpmt:locale0.obj + 0003:00021ad8 ?id@?$ctype@G@std@@2V0locale@2@A 100c9ad8 libcpmt:locale0.obj + 0003:00021adc ?id@?$codecvt@_WDU_Mbstatet@@@std@@2V0locale@2@A 100c9adc libcpmt:locale0.obj + 0003:00021ae0 ?id@?$codecvt@GDU_Mbstatet@@@std@@2V0locale@2@A 100c9ae0 libcpmt:locale0.obj + 0003:00021ae4 ?id@?$ctype@_W@std@@2V0locale@2@A 100c9ae4 libcpmt:locale0.obj + 0003:00021ae8 ?id@?$ctype@D@std@@2V0locale@2@A 100c9ae8 libcpmt:locale0.obj + 0003:00021b04 ?_Index@ios_base@std@@0HA 100c9b04 libcpmt:ios.obj + 0003:00021b48 ?_Ptr_cin@std@@3PAV?$basic_istream@DU?$char_traits@D@std@@@1@A 100c9b48 libcpmt:iosptrs.obj + 0003:00021b4c ?_Ptr_cout@std@@3PAV?$basic_ostream@DU?$char_traits@D@std@@@1@A 100c9b4c libcpmt:iosptrs.obj + 0003:00021b50 ?_Ptr_cerr@std@@3PAV?$basic_ostream@DU?$char_traits@D@std@@@1@A 100c9b50 libcpmt:iosptrs.obj + 0003:00021b54 ?_Ptr_clog@std@@3PAV?$basic_ostream@DU?$char_traits@D@std@@@1@A 100c9b54 libcpmt:iosptrs.obj + 0003:00021b58 ?_Ptr_wcin@std@@3PAV?$basic_istream@_WU?$char_traits@_W@std@@@1@A 100c9b58 libcpmt:iosptrs.obj + 0003:00021b5c ?_Ptr_wcout@std@@3PAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@A 100c9b5c libcpmt:iosptrs.obj + 0003:00021b60 ?_Ptr_wcerr@std@@3PAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@A 100c9b60 libcpmt:iosptrs.obj + 0003:00021b64 ?_Ptr_wclog@std@@3PAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@A 100c9b64 libcpmt:iosptrs.obj + 0003:00021ba0 ?id@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100c9ba0 libcpmt:wlocale.obj + 0003:00021ba4 ?id@?$collate@_W@std@@2V0locale@2@A 100c9ba4 libcpmt:wlocale.obj + 0003:00021ba8 ?id@?$messages@_W@std@@2V0locale@2@A 100c9ba8 libcpmt:wlocale.obj + 0003:00021bac ?id@?$money_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100c9bac libcpmt:wlocale.obj + 0003:00021bb0 ?id@?$money_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100c9bb0 libcpmt:wlocale.obj + 0003:00021bb4 ?id@?$moneypunct@_W$0A@@std@@2V0locale@2@A 100c9bb4 libcpmt:wlocale.obj + 0003:00021bb8 ?id@?$moneypunct@_W$00@std@@2V0locale@2@A 100c9bb8 libcpmt:wlocale.obj + 0003:00021bbc ?id@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100c9bbc libcpmt:wlocale.obj + 0003:00021bc0 ?id@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100c9bc0 libcpmt:wlocale.obj + 0003:00021bc4 ?id@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100c9bc4 libcpmt:wlocale.obj + 0003:00021bc8 ?id@?$numpunct@G@std@@2V0locale@2@A 100c9bc8 libcpmt:wlocale.obj + 0003:00021bcc ?id@?$collate@G@std@@2V0locale@2@A 100c9bcc libcpmt:wlocale.obj + 0003:00021bd0 ?id@?$messages@G@std@@2V0locale@2@A 100c9bd0 libcpmt:wlocale.obj + 0003:00021bd4 ?id@?$money_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100c9bd4 libcpmt:wlocale.obj + 0003:00021bd8 ?id@?$money_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100c9bd8 libcpmt:wlocale.obj + 0003:00021bdc ?id@?$moneypunct@G$0A@@std@@2V0locale@2@A 100c9bdc libcpmt:wlocale.obj + 0003:00021be0 ?id@?$moneypunct@G$00@std@@2V0locale@2@A 100c9be0 libcpmt:wlocale.obj + 0003:00021be4 ?id@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100c9be4 libcpmt:wlocale.obj + 0003:00021be8 ?id@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100c9be8 libcpmt:wlocale.obj + 0003:00021bec ?id@?$collate@D@std@@2V0locale@2@A 100c9bec libcpmt:xlocale.obj + 0003:00021bf0 ?id@?$messages@D@std@@2V0locale@2@A 100c9bf0 libcpmt:xlocale.obj + 0003:00021bf4 ?id@?$money_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100c9bf4 libcpmt:xlocale.obj + 0003:00021bf8 ?id@?$money_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100c9bf8 libcpmt:xlocale.obj + 0003:00021bfc ?id@?$moneypunct@D$0A@@std@@2V0locale@2@A 100c9bfc libcpmt:xlocale.obj + 0003:00021c00 ?id@?$moneypunct@D$00@std@@2V0locale@2@A 100c9c00 libcpmt:xlocale.obj + 0003:00021c04 ?id@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100c9c04 libcpmt:xlocale.obj + 0003:00021c08 ___scrt_current_native_startup_state 100c9c08 LIBCMT:utility.obj + 0003:00021c0c ___scrt_native_startup_lock 100c9c0c LIBCMT:utility.obj + 0003:00021c38 ?__type_info_root_node@@3U__type_info_node@@A 100c9c38 LIBCMT:tncleanup.obj + 0003:00021c40 __tls_index 100c9c40 LIBCMT:tlssup.obj + 0003:00021c48 ___avx10_version 100c9c48 LIBCMT:cpu_disp.obj + 0003:00021c4c ___isa_available 100c9c4c LIBCMT:cpu_disp.obj + 0003:00021c50 ___favor 100c9c50 LIBCMT:cpu_disp.obj + 0003:00021c54 ___scrt_debugger_hook_flag 100c9c54 LIBCMT:utility_desktop.obj + 0003:00021f78 ?_OptionsStorage@?1??__local_stdio_scanf_options@@9@4_KA 100c9f78 LIBCMT:default_local_stdio_options.obj + 0003:00022088 __pgmptr 100ca088 libucrt:argv_data.obj + 0003:0002208c ___argc 100ca08c libucrt:argv_data.obj + 0003:00022090 ___argv 100ca090 libucrt:argv_data.obj + 0003:00022094 ___wargv 100ca094 libucrt:argv_data.obj + 0003:00022098 __acmdln 100ca098 libucrt:argv_data.obj + 0003:0002209c __wcmdln 100ca09c libucrt:argv_data.obj + 0003:000220a0 __commode 100ca0a0 libucrt:ncommode.obj + 0003:000220ac __umaskval 100ca0ac libucrt:umask.obj + 0003:000220b0 __fmode 100ca0b0 libucrt:txtmode.obj + 0003:000220b4 ___use_sse2_mathfcns 100ca0b4 + 0003:000220b8 __pmatherr 100ca0b8 + 0003:000220bc ___dyn_tls_init_callback 100ca0bc + 0003:000220c0 ___scrt_ucrt_dll_is_in_use 100ca0c0 + 0003:000220c8 ?_OptionsStorage@?1??__local_stdio_printf_options@@9@9 100ca0c8 - entry point at 0001:00078c92 + entry point at 0001:00079322 Static symbols @@ -7447,4831 +7458,4880 @@ 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:00033509 __catch$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10034509 f i main.cpp.obj - 0001:000335e9 __catch$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$0 100345e9 f i main.cpp.obj - 0001:000336c9 __catch$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 100346c9 f i main.cpp.obj - 0001:000337a9 __catch$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$0 100347a9 f i main.cpp.obj - 0001:00033889 __catch$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$0 10034889 f i main.cpp.obj - 0001:00033969 __catch$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$0 10034969 f i main.cpp.obj - 0001:00033a49 __catch$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$0 10034a49 f i main.cpp.obj - 0001:00033b29 __catch$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$0 10034b29 f i main.cpp.obj - 0001:00033c09 __catch$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$0 10034c09 f i main.cpp.obj - 0001:00033ce9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$0 10034ce9 f i main.cpp.obj - 0001:00033dc9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$0 10034dc9 f i main.cpp.obj - 0001:00033ea9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$0 10034ea9 f i main.cpp.obj - 0001:00033f99 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$0 10034f99 f i main.cpp.obj - 0001:00034079 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$0 10035079 f i main.cpp.obj - 0001:00034159 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$0 10035159 f i main.cpp.obj - 0001:00034239 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$0 10035239 f i main.cpp.obj - 0001:00034319 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$0 10035319 f i main.cpp.obj - 0001:000343f9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$0 100353f9 f i main.cpp.obj - 0001:000344d9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 100354d9 f i main.cpp.obj - 0001:000345b9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$0 100355b9 f i main.cpp.obj - 0001:00034699 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10035699 f i main.cpp.obj - 0001:00034779 __catch$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$0 10035779 f i main.cpp.obj - 0001:00034859 __catch$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$0 10035859 f i main.cpp.obj - 0001:00034939 __catch$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$0 10035939 f i main.cpp.obj - 0001:00034a19 __catch$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$0 10035a19 f i main.cpp.obj - 0001:00034af9 __catch$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$0 10035af9 f i main.cpp.obj - 0001:00034c37 __catch$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$0 10035c37 f i main.cpp.obj - 0001:00034e16 __catch$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$0 10035e16 f i main.cpp.obj - 0001:00034eac __catch$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$0 10035eac f i main.cpp.obj - 0001:00035dd4 __catch$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$0 10036dd4 f i main.cpp.obj - 0001:00038242 __catch$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ$0 10039242 f i main.cpp.obj - 0001:0003ac4d __catch$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$0 1003bc4d f i main.cpp.obj - 0001:0003ae37 __catch$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$0 1003be37 f i main.cpp.obj - 0001:0003e129 __catch$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$0 1003f129 f i main.cpp.obj - 0001:0003fd30 __catch$_Load$0 10040d30 f main.cpp.obj - 0001:0003fdcf __catch$_Load$1 10040dcf f main.cpp.obj - 0001:0003ff30 ??$_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 10040f30 f helper.cpp.obj - 0001:00040090 ??$_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 10041090 f helper.cpp.obj - 0001:000404a0 ??$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 100414a0 f helper.cpp.obj - 0001:00040500 ??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 10041500 f helper.cpp.obj - 0001:00040540 ??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 10041540 f helper.cpp.obj - 0001:00040630 ??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 10041630 f helper.cpp.obj - 0001:00040690 ??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 10041690 f helper.cpp.obj - 0001:000406c0 ??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 100416c0 f helper.cpp.obj - 0001:00040750 ??1?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@QAE@XZ 10041750 f helper.cpp.obj - 0001:000407e0 ??1CachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@QAE@XZ 100417e0 f helper.cpp.obj - 0001:00040830 ??R@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 10041830 f helper.cpp.obj - 0001:00041400 ?_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 10042400 f helper.cpp.obj - 0001:000415e0 ?_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 100425e0 f helper.cpp.obj - 0001:00041af4 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$0 10042af4 f i spellcast.cpp.obj - 0001:0004596c $LN19 1004696c spellevents.cpp.obj - 0001:00045980 $LN18 10046980 spellevents.cpp.obj - 0001:000463fc $LN206 100473fc spellevents.cpp.obj - 0001:00046404 $LN205 10047404 spellevents.cpp.obj - 0001:00047a18 $LN47 10048a18 spellevents.cpp.obj - 0001:00047a20 $LN46 10048a20 spellevents.cpp.obj - 0001:00048334 $LN85 10049334 misc_scripts.cpp.obj - 0001:00048334 $LN85 10049334 misc_scripts.cpp.obj - 0001:00048334 $LN85 10049334 spell_scripts.cpp.obj - 0001:0004984c $LN59 1004a84c misc_scripts.cpp.obj - 0001:00049864 $LN60 1004a864 misc_scripts.cpp.obj - 0001:00049ca8 $LN160 1004aca8 misc_scripts.cpp.obj - 0001:00049cc0 $LN161 1004acc0 misc_scripts.cpp.obj - 0001:0004a074 $LN56 1004b074 misc_scripts.cpp.obj - 0001:0004a08c $LN57 1004b08c misc_scripts.cpp.obj - 0001:0004a3e0 $LN101 1004b3e0 misc_scripts.cpp.obj - 0001:0004b920 $LN59 1004c920 spell_scripts.cpp.obj - 0001:0004b938 $LN60 1004c938 spell_scripts.cpp.obj - 0001:0004bd88 $LN160 1004cd88 spell_scripts.cpp.obj - 0001:0004bda0 $LN161 1004cda0 spell_scripts.cpp.obj - 0001:0004d310 ??R@@QBE@HIPAUCGItem_C@game@@@Z 1004e310 f item_scripts.cpp.obj - 0001:000524a9 ?_FilterSetCurrentException@@YAKPAU_EXCEPTION_POINTERS@@E@Z 100534a9 f libvcruntime:ehhelpers.obj - 0001:00052a50 $$000000 10053a50 libvcruntime:memcpy.obj - 0001:00052a50 $$000000 10053a50 libvcruntime:memmove.obj - 0001:00052a70 CopyUp 10053a70 libvcruntime:memcpy.obj - 0001:00052a70 CopyUp 10053a70 libvcruntime:memmove.obj - 0001:00052a94 CopyUpLargeMov 10053a94 libvcruntime:memcpy.obj - 0001:00052a94 CopyUpLargeMov 10053a94 libvcruntime:memmove.obj - 0001:00052aa7 CopyUpSSE2Check 10053aa7 libvcruntime:memcpy.obj - 0001:00052aa7 CopyUpSSE2Check 10053aa7 libvcruntime:memmove.obj - 0001:00052ac0 AtomChk 10053ac0 libvcruntime:memcpy.obj - 0001:00052ac0 AtomChk 10053ac0 libvcruntime:memmove.obj - 0001:00052ae6 PalignHead4 10053ae6 libvcruntime:memcpy.obj - 0001:00052ae6 PalignHead4 10053ae6 libvcruntime:memmove.obj - 0001:00052af9 PalignHead8 10053af9 libvcruntime:memcpy.obj - 0001:00052af9 PalignHead8 10053af9 libvcruntime:memmove.obj - 0001:00052b10 PalignLoop 10053b10 libvcruntime:memcpy.obj - 0001:00052b10 PalignLoop 10053b10 libvcruntime:memmove.obj - 0001:00052b22 MovPalign12 10053b22 libvcruntime:memcpy.obj - 0001:00052b22 MovPalign12 10053b22 libvcruntime:memmove.obj - 0001:00052b2c PalignLoop12 10053b2c libvcruntime:memcpy.obj - 0001:00052b2c PalignLoop12 10053b2c libvcruntime:memmove.obj - 0001:00052b7d MovPalign8 10053b7d libvcruntime:memcpy.obj - 0001:00052b7d MovPalign8 10053b7d libvcruntime:memmove.obj - 0001:00052b88 PalignLoop8 10053b88 libvcruntime:memcpy.obj - 0001:00052b88 PalignLoop8 10053b88 libvcruntime:memmove.obj - 0001:00052bd6 MovPalign4 10053bd6 libvcruntime:memcpy.obj - 0001:00052bd6 MovPalign4 10053bd6 libvcruntime:memmove.obj - 0001:00052be0 PalignLoop4 10053be0 libvcruntime:memcpy.obj - 0001:00052be0 PalignLoop4 10053be0 libvcruntime:memmove.obj - 0001:00052c2c PalignTail 10053c2c libvcruntime:memcpy.obj - 0001:00052c2c PalignTail 10053c2c libvcruntime:memmove.obj - 0001:00052c44 PalignTail4 10053c44 libvcruntime:memcpy.obj - 0001:00052c44 PalignTail4 10053c44 libvcruntime:memmove.obj - 0001:00052c57 PalignTail8 10053c57 libvcruntime:memcpy.obj - 0001:00052c57 PalignTail8 10053c57 libvcruntime:memmove.obj - 0001:00052c6e PalignTailLE3 10053c6e libvcruntime:memcpy.obj - 0001:00052c6e PalignTailLE3 10053c6e libvcruntime:memmove.obj - 0001:00052c77 Dword_align 10053c77 libvcruntime:memcpy.obj - 0001:00052c77 Dword_align 10053c77 libvcruntime:memmove.obj - 0001:00052c7f Dword_up_align_loop 10053c7f libvcruntime:memcpy.obj - 0001:00052c7f Dword_up_align_loop 10053c7f libvcruntime:memmove.obj - 0001:00052c92 Dword_align_Ok 10053c92 libvcruntime:memcpy.obj - 0001:00052c92 Dword_align_Ok 10053c92 libvcruntime:memmove.obj - 0001:00052cac ByteCopyUp 10053cac libvcruntime:memcpy.obj - 0001:00052cac ByteCopyUp 10053cac libvcruntime:memmove.obj - 0001:00052cb4 TrailingUpVec 10053cb4 libvcruntime:memcpy.obj - 0001:00052cb4 TrailingUpVec 10053cb4 libvcruntime:memmove.obj - 0001:00052cc4 TrailingUp0 10053cc4 libvcruntime:memcpy.obj - 0001:00052cc4 TrailingUp0 10053cc4 libvcruntime:memmove.obj - 0001:00052ccc TrailingUp1 10053ccc libvcruntime:memcpy.obj - 0001:00052ccc TrailingUp1 10053ccc libvcruntime:memmove.obj - 0001:00052cd8 TrailingUp2 10053cd8 libvcruntime:memcpy.obj - 0001:00052cd8 TrailingUp2 10053cd8 libvcruntime:memmove.obj - 0001:00052cec TrailingUp3 10053cec libvcruntime:memcpy.obj - 0001:00052cec TrailingUp3 10053cec libvcruntime:memmove.obj - 0001:00052d04 CopyDown 10053d04 libvcruntime:memcpy.obj - 0001:00052d04 CopyDown 10053d04 libvcruntime:memmove.obj - 0001:00052d29 CopyDownNotAligned 10053d29 libvcruntime:memcpy.obj - 0001:00052d29 CopyDownNotAligned 10053d29 libvcruntime:memmove.obj - 0001:00052d30 CopyDownAlignLoop 10053d30 libvcruntime:memcpy.obj - 0001:00052d30 CopyDownAlignLoop 10053d30 libvcruntime:memmove.obj - 0001:00052d3d CopyDownAligned 10053d3d libvcruntime:memcpy.obj - 0001:00052d3d CopyDownAligned 10053d3d libvcruntime:memmove.obj - 0001:00052d60 TrailingDownVec 10053d60 libvcruntime:memcpy.obj - 0001:00052d60 TrailingDownVec 10053d60 libvcruntime:memmove.obj - 0001:00052d70 TrailingDown0 10053d70 libvcruntime:memcpy.obj - 0001:00052d70 TrailingDown0 10053d70 libvcruntime:memmove.obj - 0001:00052d78 TrailingDown1 10053d78 libvcruntime:memcpy.obj - 0001:00052d78 TrailingDown1 10053d78 libvcruntime:memmove.obj - 0001:00052d88 TrailingDown2 10053d88 libvcruntime:memcpy.obj - 0001:00052d88 TrailingDown2 10053d88 libvcruntime:memmove.obj - 0001:00052d9c TrailingDown3 10053d9c libvcruntime:memcpy.obj - 0001:00052d9c TrailingDown3 10053d9c libvcruntime:memmove.obj - 0001:00052db5 XmmMovLargeAlignTest 10053db5 libvcruntime:memcpy.obj - 0001:00052db5 XmmMovLargeAlignTest 10053db5 libvcruntime:memmove.obj - 0001:00052dbd XmmMovAlignLoop 10053dbd libvcruntime:memcpy.obj - 0001:00052dbd XmmMovAlignLoop 10053dbd libvcruntime:memmove.obj - 0001:00052dcc XmmMovLargeLoop 10053dcc libvcruntime:memcpy.obj - 0001:00052dcc XmmMovLargeLoop 10053dcc libvcruntime:memmove.obj - 0001:00052e3c XmmMovSmallTest 10053e3c libvcruntime:memcpy.obj - 0001:00052e3c XmmMovSmallTest 10053e3c libvcruntime:memmove.obj - 0001:00052e41 XmmMovSmallLoop 10053e41 libvcruntime:memcpy.obj - 0001:00052e41 XmmMovSmallLoop 10053e41 libvcruntime:memmove.obj - 0001:00052e64 CopyDownSmall 10053e64 libvcruntime:memcpy.obj - 0001:00052e64 CopyDownSmall 10053e64 libvcruntime:memmove.obj - 0001:00052e6c CopyDownDwordLoop 10053e6c libvcruntime:memcpy.obj - 0001:00052e6c CopyDownDwordLoop 10053e6c libvcruntime:memmove.obj - 0001:00052e81 CopyDownByteTest 10053e81 libvcruntime:memcpy.obj - 0001:00052e81 CopyDownByteTest 10053e81 libvcruntime:memmove.obj - 0001:00052e85 CopyDownByteLoop 10053e85 libvcruntime:memcpy.obj - 0001:00052e85 CopyDownByteLoop 10053e85 libvcruntime:memmove.obj - 0001:00052e94 CopyDownReturn 10053e94 libvcruntime:memcpy.obj - 0001:00052e94 CopyDownReturn 10053e94 libvcruntime:memmove.obj - 0001:00052ea0 XmmCopy 10053ea0 libvcruntime:memcpy.obj - 0001:00052ea0 XmmCopy 10053ea0 libvcruntime:memmove.obj - 0001:00052ead XmmCopyAligned 10053ead libvcruntime:memcpy.obj - 0001:00052ead XmmCopyAligned 10053ead libvcruntime:memmove.obj - 0001:00052ec0 XmmCopyLargeLoop 10053ec0 libvcruntime:memcpy.obj - 0001:00052ec0 XmmCopyLargeLoop 10053ec0 libvcruntime:memmove.obj - 0001:00052f1d XmmCopySmallTest 10053f1d libvcruntime:memcpy.obj - 0001:00052f1d XmmCopySmallTest 10053f1d libvcruntime:memmove.obj - 0001:00052f30 XmmCopySmallLoop 10053f30 libvcruntime:memcpy.obj - 0001:00052f30 XmmCopySmallLoop 10053f30 libvcruntime:memmove.obj - 0001:00052f4b CopyUpDwordMov 10053f4b libvcruntime:memcpy.obj - 0001:00052f4b CopyUpDwordMov 10053f4b libvcruntime:memmove.obj - 0001:00052f50 CopyUpDwordTest 10053f50 libvcruntime:memcpy.obj - 0001:00052f50 CopyUpDwordTest 10053f50 libvcruntime:memmove.obj - 0001:00052f57 CopyUpDwordLoop 10053f57 libvcruntime:memcpy.obj - 0001:00052f57 CopyUpDwordLoop 10053f57 libvcruntime:memmove.obj - 0001:00052f66 CopyUpByteTest 10053f66 libvcruntime:memcpy.obj - 0001:00052f66 CopyUpByteTest 10053f66 libvcruntime:memmove.obj - 0001:00052f6d CopyUpByteLoop 10053f6d libvcruntime:memcpy.obj - 0001:00052f6d CopyUpByteLoop 10053f6d libvcruntime:memmove.obj - 0001:00052f80 CopyUpReturn 10053f80 libvcruntime:memcpy.obj - 0001:00052f80 CopyUpReturn 10053f80 libvcruntime:memmove.obj - 0001:00052f90 XmmCopyUnaligned 10053f90 libvcruntime:memcpy.obj - 0001:00052f90 XmmCopyUnaligned 10053f90 libvcruntime:memmove.obj - 0001:00052fa3 XmmAlignByte 10053fa3 libvcruntime:memcpy.obj - 0001:00052fa3 XmmAlignByte 10053fa3 libvcruntime:memmove.obj - 0001:00052fac XmmAlignDwordTest 10053fac libvcruntime:memcpy.obj - 0001:00052fac XmmAlignDwordTest 10053fac libvcruntime:memmove.obj - 0001:00052fb1 XmmAlignDwordLoop 10053fb1 libvcruntime:memcpy.obj - 0001:00052fb1 XmmAlignDwordLoop 10053fb1 libvcruntime:memmove.obj - 0001:00052fbe XmmAlignAdjustCnt 10053fbe libvcruntime:memcpy.obj - 0001:00052fbe XmmAlignAdjustCnt 10053fbe libvcruntime:memmove.obj - 0001:00053033 ?FindMITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 10054033 f libvcruntime:rtti.obj - 0001:0005311c ?FindSITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@1@Z 1005411c f libvcruntime:rtti.obj - 0001:00053205 ?FindVITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 10054205 f libvcruntime:rtti.obj - 0001:0005336d ?PMDtoOffset@@YAHPAXABUPMD@@@Z 1005436d f libvcruntime:rtti.obj - 0001:00053391 ?TypeidsEqual@@YA_NQBUTypeDescriptor@@0@Z 10054391 f libvcruntime:rtti.obj - 0001:000535ab ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@I@Z 100545ab f libvcruntime:std_type_info.obj - 0001:000535b4 ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@QAX@Z 100545b4 f libvcruntime:std_type_info.obj - 0001:000536e0 $$000000 100546e0 libvcruntime:memset.obj - 0001:00053725 XMMMov 10054725 libvcruntime:memset.obj - 0001:00053760 LargeRangeBytes 10054760 libvcruntime:memset.obj - 0001:0005379d XmmMovSmall 1005479d libvcruntime:memset.obj - 0001:000537b0 XmmSmallLoop 100547b0 libvcruntime:memset.obj - 0001:000537b5 MidRangeBytes 100547b5 libvcruntime:memset.obj - 0001:000537d1 XMMTrailingBytes 100547d1 libvcruntime:memset.obj - 0001:000537e5 SmallMov 100547e5 libvcruntime:memset.obj - 0001:000537ed ByteLoop 100547ed libvcruntime:memset.obj - 0001:000537fb DwordTest 100547fb libvcruntime:memset.obj - 0001:0005380b QwordTest 1005480b libvcruntime:memset.obj - 0001:00053820 QwordLoop 10054820 libvcruntime:memset.obj - 0001:00053833 toend 10054833 libvcruntime:memset.obj - 0001:00053840 $$000000 10054840 libvcruntime:memchr.obj - 0001:0005385b str_misaligned 1005485b libvcruntime:memchr.obj - 0001:00053871 main_loop_start 10054871 libvcruntime:memchr.obj - 0001:00053887 return_from_main 10054887 libvcruntime:memchr.obj - 0001:00053888 tail_less_then_4 10054888 libvcruntime:memchr.obj - 0001:0005388d tail_loop 1005488d libvcruntime:memchr.obj - 0001:0005389b retnull 1005489b libvcruntime:memchr.obj - 0001:0005389d main_loop 1005489d libvcruntime:memchr.obj - 0001:000538a2 main_loop_entry 100548a2 libvcruntime:memchr.obj - 0001:000538bd char_is_found 100548bd libvcruntime:memchr.obj - 0001:000538d5 byte_3 100548d5 libvcruntime:memchr.obj - 0001:000538d6 found 100548d6 libvcruntime:memchr.obj - 0001:000538db byte_2 100548db libvcruntime:memchr.obj - 0001:000538e1 byte_1 100548e1 libvcruntime:memchr.obj - 0001:000538e7 byte_0 100548e7 libvcruntime:memchr.obj - 0001:00053a60 _ValidateLocalCookies 10054a60 f libvcruntime:chandler4.obj - 0001:00053bfe ??$BuildCatchObjectHelperInternal@V__FrameHandler3@@@@YAHPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 10054bfe f libvcruntime:frame.obj - 0001:00053d3c ??$BuildCatchObjectInternal@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 10054d3c f libvcruntime:frame.obj - 0001:00053dd5 ??$CatchIt@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@PBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_TryBlockMapEntry@@H1EE@Z 10054dd5 f libvcruntime:frame.obj - 0001:00053e55 ??$FindHandler@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@EH1@Z 10054e55 f libvcruntime:frame.obj - 0001:000541fa ??$FindHandlerForForeignException@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@HH1@Z 100551fa f libvcruntime:frame.obj - 0001:000544c9 ?CallCatchBlock@@YAPAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PBU_s_FuncInfo@@PAXHK@Z 100554c9 f libvcruntime:frame.obj - 0001:00054698 ?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 10055698 f libvcruntime:frame.obj - 0001:000546b8 __catch$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z$0 100556b8 f libvcruntime:frame.obj - 0001:000546d7 ?ExFilterRethrow@@YAHPAU_EXCEPTION_POINTERS@@@Z 100556d7 f libvcruntime:frame.obj - 0001:00054821 ?IsInExceptionSpec@@YAEPAUEHExceptionRecord@@PBU_s_ESTypeList@@@Z 10055821 f libvcruntime:frame.obj - 0001:000548f0 $$000000 100558f0 libvcruntime:lowhelpr.obj - 0001:0005492f _NLG_Continue 1005592f libvcruntime:lowhelpr.obj - 0001:00054b30 ??$get_encoding@M@@YA?A_P_K@Z 10055b30 f libvcruntime:undname.obj - 0001:00054b90 ??$get_encoding@N@@YA?A_P_K@Z 10055b90 f libvcruntime:undname.obj - 0001:00054ec5 ??1TrackRecursion@?1??getDecoratedName@UnDecorator@@CA?AVDName@@XZ@QAE@XZ 10055ec5 f libvcruntime:undname.obj - 0001:00056b01 $LN197 10057b01 libvcruntime:undname.obj - 0001:00056b25 $LN196 10057b25 libvcruntime:undname.obj - 0001:00056b39 $LN198 10057b39 libvcruntime:undname.obj - 0001:00057a3d $LN40 10058a3d libvcruntime:undname.obj - 0001:00058bd4 $LN400 10059bd4 libvcruntime:undname.obj - 0001:00058be0 $LN399 10059be0 libvcruntime:undname.obj - 0001:00058bf8 $LN402 10059bf8 libvcruntime:undname.obj - 0001:00058c14 $LN401 10059c14 libvcruntime:undname.obj - 0001:00058c2c $LN404 10059c2c libvcruntime:undname.obj - 0001:00058c3c $LN403 10059c3c libvcruntime:undname.obj - 0001:0005a1aa $LN88 1005b1aa libvcruntime:undname.obj - 0001:0005a1ca $LN87 1005b1ca libvcruntime:undname.obj - 0001:0005a651 $LN145 1005b651 libvcruntime:undname.obj - 0001:0005afb8 ?und_memcpy@@YAXPADPBDI@Z 1005bfb8 f libvcruntime:undname.obj - 0001:0005afd9 ?und_strncmp@@YAIPBD0I@Z 1005bfd9 f libvcruntime:undname.obj - 0001:0005b0cc ?try_get_function@@YAPAXW4function_id@?A0x14174aea@@QBDQBW4module_id@2@2@Z 1005c0cc f libvcruntime:winapi_downlevel.obj - 0001:0005b16c ?try_load_library_from_system_directory@@YAPAUHINSTANCE__@@QB_W@Z 1005c16c f libvcruntime:winapi_downlevel.obj - 0001:0005b2f0 $$000000 1005c2f0 libvcruntime:exsup4.obj - 0001:0005b322 _lu_top 1005c322 libvcruntime:exsup4.obj - 0001:0005b381 _lu_done 1005c381 libvcruntime:exsup4.obj - 0001:0005b390 $$000000 1005c390 libvcruntime:exsup4.obj - 0001:0005b390 __unwind_handler4 1005c390 f libvcruntime:exsup4.obj - 0001:0005b3e0 $$000000 1005c3e0 libvcruntime:exsup4.obj - 0001:0005b400 $$000000 1005c400 libvcruntime:exsup4.obj - 0001:0005b420 $$000000 1005c420 libvcruntime:exsup4.obj - 0001:0005b435 ReturnPoint 1005c435 libvcruntime:exsup4.obj - 0001:0005b440 $$000000 1005c440 libvcruntime:exsup4.obj - 0001:0005b4a0 $$000000 1005c4a0 libvcruntime:exsup.obj - 0001:0005b4b0 $$000000 1005c4b0 libvcruntime:exsup.obj - 0001:0005b4bb __NLG_Go 1005c4bb libvcruntime:exsup.obj - 0001:0005b4d0 $$000000 1005c4d0 libvcruntime:exsup.obj - 0001:0005ba67 ?_fclose_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005ca67 f libucrt:fclose.obj - 0001:0005bafe ?_fclose_nolock_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005cafe f libucrt:fclose.obj - 0001:0005bbbc ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1005cbbc f libucrt:fflush.obj - 0001:0005bc48 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1005cc48 f libucrt:fflush.obj - 0001:0005bcf4 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1005ccf4 f libucrt:fflush.obj - 0001:0005bd54 ?common_flush_all@@YAH_N@Z 1005cd54 f libucrt:fflush.obj - 0001:0005bda1 ?common_flush_all_should_try_to_flush_stream@@YA_NV__crt_stdio_stream@@QAH@Z 1005cda1 f libucrt:fflush.obj - 0001:0005bdd2 ?is_stream_flushable_or_commitable@@YA_NJ@Z 1005cdd2 f libucrt:fflush.obj - 0001:0005c0cf ?_fputc_internal@@YAHHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005d0cf f libucrt:fputc.obj - 0001:0005c4f7 _memcpy_s 1005d4f7 f libucrt:cfout.obj - 0001:0005c4f7 _memcpy_s 1005d4f7 f libucrt:strtod.obj - 0001:0005c4f7 _memcpy_s 1005d4f7 f libucrt:mbctype.obj - 0001:0005c4f7 _memcpy_s 1005d4f7 f libucrt:fread.obj - 0001:0005c62d ?common_fseek@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 1005d62d f libucrt:fseek.obj - 0001:0005c6d7 ?common_fseek_binary_mode_read_only_fast_track_nolock@@YA_NV__crt_stdio_stream@@_JH@Z 1005d6d7 f libucrt:fseek.obj - 0001:0005c7b0 ?common_fseek_nolock@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 1005d7b0 f libucrt:fseek.obj - 0001:0005c910 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@I@@QAEI$$QAV@@AAV@@$$QAV@@@Z 1005d910 f libucrt:fwrite.obj - 0001:0005c96b ??R@@QBEIXZ 1005d96b f libucrt:fwrite.obj - 0001:0005cc0f ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1005dc0f f libucrt:setvbuf.obj - 0001:0005cc6a ??R@@QBE@XZ 1005dc6a f libucrt:setvbuf.obj - 0001:0005cd0a ?_setvbuf_internal@@YAHQAU_iobuf@@QADHIAAV__crt_cached_ptd_host@@@Z 1005dd0a f libucrt:setvbuf.obj - 0001:0005cda0 ?set_buffer@@YAHV__crt_stdio_stream@@QADIH@Z 1005dda0 f libucrt:setvbuf.obj - 0001:0005d245 ??$common_vsprintf@Vformat_validation_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 1005e245 f libucrt:output.obj - 0001:0005d3b9 ??$common_vsprintf@Vstandard_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 1005e3b9 f libucrt:output.obj - 0001:0005d52d ??$common_vsprintf_s@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 1005e52d f libucrt:output.obj - 0001:0005e5de $LN140 1005f5de libucrt:output.obj - 0001:0005e8b2 $LN130 1005f8b2 libucrt:output.obj - 0001:0005edbe $LN18 1005fdbe libucrt:output.obj - 0001:0005edd2 $LN17 1005fdd2 libucrt:output.obj - 0001:00060240 ??$common_strtod_l@MD@@YAMQBDQAPADQAU__crt_locale_pointers@@@Z 10061240 f libucrt:strtod.obj - 0001:00060b1c $LN32 10061b1c libucrt:strtod.obj - 0001:00063460 $$000000 10064460 libucrt:strcspn.obj - 0001:000634b0 $$000000 100644b0 libucrt:strncmp.obj - 0001:00063528 ??$common_localtime_s@_J@@YAHQAUtm@@QB_J@Z 10064528 f libucrt:localtime.obj - 0001:00063d50 $$000000 10064d50 libucrt:sqrt_sse2_precise.obj - 0001:00063e50 $$000000 10064e50 libucrt:ceil_pentium4.obj - 0001:00064180 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065180 f libucrt:per_thread_data.obj - 0001:000641d2 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100651d2 f libucrt:per_thread_data.obj - 0001:0006423d ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1006523d f libucrt:per_thread_data.obj - 0001:00064292 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065292 f libucrt:per_thread_data.obj - 0001:000642ec ?construct_ptd@@YAXQAU__acrt_ptd@@QAPAU__crt_locale_data@@@Z 100652ec f libucrt:per_thread_data.obj - 0001:00064385 ?destroy_fls@@YGXPAX@Z 10065385 f libucrt:per_thread_data.obj - 0001:000643a6 ?destroy_ptd@@YAXQAU__acrt_ptd@@@Z 100653a6 f libucrt:per_thread_data.obj - 0001:00064473 ?replace_current_thread_locale_nolock@@YAXQAU__acrt_ptd@@QAU__crt_locale_data@@@Z 10065473 f libucrt:per_thread_data.obj - 0001:000647d5 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100657d5 f libucrt:wsetlocale.obj - 0001:00064822 ??$?RV@@AAV@@AAV@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@AAV@@@Z 10065822 f libucrt:wsetlocale.obj - 0001:00064867 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065867 f libucrt:wsetlocale.obj - 0001:0006494f ??R@@QBE@XZ 1006594f f libucrt:wsetlocale.obj - 0001:000649b9 ??R@@QBE@XZ 100659b9 f libucrt:wsetlocale.obj - 0001:00064d6f __copytlocinfo_nolock 10065d6f f libucrt:wsetlocale.obj - 0001:00064d9e __expandlocale 10065d9e f libucrt:wsetlocale.obj - 0001:00065228 __wsetlocale_get_all 10066228 f libucrt:wsetlocale.obj - 0001:000653c3 __wsetlocale_nolock 100663c3 f libucrt:wsetlocale.obj - 0001:000656b3 __wsetlocale_set_cat 100666b3 f libucrt:wsetlocale.obj - 0001:00065a73 _get_default_code_page 10066a73 f libucrt:wsetlocale.obj - 0001:00065aa2 _parse_bcp47 10066aa2 f libucrt:wsetlocale.obj - 0001:00065c7c _parse_bcp47_code_page 10066c7c f libucrt:wsetlocale.obj - 0001:00065cbb _parse_bcp47_language 10066cbb f libucrt:wsetlocale.obj - 0001:00065d2d _parse_bcp47_region 10066d2d f libucrt:wsetlocale.obj - 0001:00065deb _parse_bcp47_script 10066deb f libucrt:wsetlocale.obj - 0001:00065e5b _string_is_alpha 10066e5b f libucrt:wsetlocale.obj - 0001:00065f31 ?@@@CG@PA_W@Z 10066f31 f libucrt:winapi_thunks.obj - 0001:00065f3e ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10066f3e f libucrt:winapi_thunks.obj - 0001:00065fd9 ??R@@QBE@PA_W@Z 10066fd9 f libucrt:winapi_thunks.obj - 0001:0006600c ?try_get_AreFileApisANSI@@YAP6GHXZXZ 1006700c f libucrt:winapi_thunks.obj - 0001:00066026 ?try_get_CompareStringEx@@YAP6GHPB_WK0H0HPAU_nlsversioninfo@@PAXJ@ZXZ 10067026 f libucrt:winapi_thunks.obj - 0001:00066040 ?try_get_EnumSystemLocalesEx@@YAP6GHP6GHPA_WKJ@ZKJPAX@ZXZ 10067040 f libucrt:winapi_thunks.obj - 0001:0006605a ?try_get_GetDateFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH0@ZXZ 1006705a f libucrt:winapi_thunks.obj - 0001:00066074 ?try_get_GetLocaleInfoEx@@YAP6GHPB_WKPA_WH@ZXZ 10067074 f libucrt:winapi_thunks.obj - 0001:0006608e ?try_get_GetTimeFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH@ZXZ 1006708e f libucrt:winapi_thunks.obj - 0001:000660a8 ?try_get_GetUserDefaultLocaleName@@YAP6GHPA_WH@ZXZ 100670a8 f libucrt:winapi_thunks.obj - 0001:000660c2 ?try_get_IsValidLocaleName@@YAP6GHPB_W@ZXZ 100670c2 f libucrt:winapi_thunks.obj - 0001:000660dc ?try_get_LCIDToLocaleName@@YAP6GHKPA_WHK@ZXZ 100670dc f libucrt:winapi_thunks.obj - 0001:000660f6 ?try_get_LCMapStringEx@@YAP6GHPB_WK0HPA_WHPAU_nlsversioninfo@@PAXJ@ZXZ 100670f6 f libucrt:winapi_thunks.obj - 0001:00066110 ?try_get_LocaleNameToLCID@@YAP6GKPB_WK@ZXZ 10067110 f libucrt:winapi_thunks.obj - 0001:0006612a ?try_get_first_available_module@@YAPAUHINSTANCE__@@QBW4module_id@?A0x391cf84c@@0@Z 1006712a f libucrt:winapi_thunks.obj - 0001:000661f5 ?try_get_function@@YAPAXW4function_id@?A0x391cf84c@@QBDQBW4module_id@2@2@Z 100671f5 f libucrt:winapi_thunks.obj - 0001:00066867 ?initialize_inherited_file_handles_nolock@@YAXXZ 10067867 f libucrt:ioinit.obj - 0001:0006691d ?initialize_stdio_handles_nolock@@YAXXZ 1006791d f libucrt:ioinit.obj - 0001:00066a80 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10067a80 f libucrt:close.obj - 0001:00066d28 ?find_or_allocate_unused_stream_nolock@@YA?AV__crt_stdio_stream@@XZ 10067d28 f libucrt:stream.obj - 0001:00066ea1 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10067ea1 f libucrt:commit.obj - 0001:00066fc0 ?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 10067fc0 f libucrt:write.obj - 0001:00067387 ?write_double_translated_unicode_nolock@@YA?AUwrite_result@?A0x17268360@@QBDI@Z 10068387 f libucrt:write.obj - 0001:000673ef ?write_requires_double_translation_nolock@@YA_NHAAV__crt_cached_ptd_host@@@Z 100683ef f libucrt:write.obj - 0001:0006746c ?write_text_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 1006846c f libucrt:write.obj - 0001:00067547 ?write_text_utf16le_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 10068547 f libucrt:write.obj - 0001:00067630 ?write_text_utf8_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 10068630 f libucrt:write.obj - 0001:00067ac6 ??$common_refill_and_read_nolock@D@@YAHV__crt_stdio_stream@@@Z 10068ac6 f libucrt:_filbuf.obj - 0001:00067c60 ??$common_ftell@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 10068c60 f libucrt:ftell.obj - 0001:00067cef ??$common_ftell_nolock@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 10068cef f libucrt:ftell.obj - 0001:00067e90 ?common_ftell_read_mode_nolock@@YA_JV__crt_stdio_stream@@_J1AAV__crt_cached_ptd_host@@@Z 10068e90 f libucrt:ftell.obj - 0001:0006805b ?common_ftell_translated_utf8_nolock@@YA_JV__crt_stdio_stream@@_JAAV__crt_cached_ptd_host@@@Z 1006905b f libucrt:ftell.obj - 0001:00068206 ?count_newline_bytes@@YA_JQBD0W4__crt_lowio_text_mode@@@Z 10069206 f libucrt:ftell.obj - 0001:00068298 ??$common_flush_and_write_nolock@D@@YAHHV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 10069298 f libucrt:_flsbuf.obj - 0001:0006838e ??$write_buffer_nolock@D@@YA_NDV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006938e f libucrt:_flsbuf.obj - 0001:00068460 ?stream_is_at_end_of_file_nolock@@YA_NV__crt_stdio_stream@@@Z 10069460 f libucrt:_flsbuf.obj - 0001:000684f0 ??$translate_text_mode_nolock@D@@YAHHQADI@Z 100694f0 f libucrt:read.obj - 0001:0006863d ??$translate_text_mode_nolock@_W@@YAHHQA_WI@Z 1006963d f libucrt:read.obj - 0001:000687f7 ?translate_ansi_or_utf8_nolock@@YAHHQADIQA_WI@Z 100697f7 f libucrt:read.obj - 0001:0006894e ?translate_utf16_from_console_nolock@@YAHHQA_WI@Z 1006994e f libucrt:read.obj - 0001:00068e70 ??$common_lseek@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 10069e70 f libucrt:lseek.obj - 0001:00068f95 ??$common_lseek_nolock@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 10069f95 f libucrt:lseek.obj - 0001:000692a5 ?filter_mbtowcs_flags@@YAKIK@Z 1006a2a5 f libucrt:multibytetowidechar.obj - 0001:00069784 ?fe_to_nearest@@YA_NQBN_KF@Z 1006a784 f libucrt:cvt.obj - 0001:00069827 ?fp_format_a@@YAHQBNPADIQADIH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006a827 f libucrt:cvt.obj - 0001:00069b54 ?fp_format_e@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006ab54 f libucrt:cvt.obj - 0001:00069bf8 ?fp_format_e_internal@@YAHQADIH_NIQAU_strflt@@1AAV__crt_cached_ptd_host@@@Z 1006abf8 f libucrt:cvt.obj - 0001:00069d4b ?fp_format_f@@YAHQBNQADI1IHW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006ad4b f libucrt:cvt.obj - 0001:00069de1 ?fp_format_f_internal@@YAHQADIHQAU_strflt@@_NAAV__crt_cached_ptd_host@@@Z 1006ade1 f libucrt:cvt.obj - 0001:00069ecf ?fp_format_g@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006aecf f libucrt:cvt.obj - 0001:00069f9e ?fp_format_nan_or_infinity@@YAHW4__acrt_fp_class@@_NPADI1@Z 1006af9e f libucrt:cvt.obj - 0001:0006a033 ?shift_bytes@@YAXQADI0H@Z 1006b033 f libucrt:cvt.obj - 0001:0006a067 ?should_round_up@@YA_NQBN_KFW4__acrt_rounding_mode@@@Z 1006b067 f libucrt:cvt.obj - 0001:0006af1a ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1006bf1a f libucrt:exit.obj - 0001:0006af82 ??R@@QBE@XZ 1006bf82 f libucrt:exit.obj - 0001:0006b06a ?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 1006c06a f libucrt:exit.obj - 0001:0006b101 ?exit_or_terminate_process@@YAXI@Z 1006c101 f libucrt:exit.obj - 0001:0006b132 ?is_managed_app@@YA_NXZ 1006c132 f libucrt:exit.obj - 0001:0006b174 ?should_call_terminate_process@@YA_NXZ 1006c174 f libucrt:exit.obj - 0001:0006b18d ?try_cor_exit_process@@YAXI@Z 1006c18d f libucrt:exit.obj - 0001:0006b24a ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@P6AXH@Z@@QAEP6AXH@Z$$QAV@@AAV@@$$QAV@@@Z 1006c24a f libucrt:signal.obj - 0001:0006b2b2 ?get_global_action_nolock@@YAPAP6AXH@ZH@Z 1006c2b2 f libucrt:signal.obj - 0001:0006b2f4 ?siglookup@@YAPAU__crt_signal_action_t@@HQAU1@@Z 1006c2f4 f libucrt:signal.obj - 0001:0006b80c ??$common_gmtime_s@_J@@YAHQAUtm@@QB_J@Z 1006c80c f libucrt:gmtime.obj - 0001:0006b956 ?compute_year@@YAHAA_JAA_N@Z 1006c956 f libucrt:gmtime.obj - 0001:0006ba1a ?_isindst_nolock@@YAHQAUtm@@@Z 1006ca1a f libucrt:tzset.obj - 0001:0006bc34 ?cvtdate@@YAXW4transition_type@?A0x7639d0b4@@W4date_type@2@HHHHHHHHH@Z 1006cc34 f libucrt:tzset.obj - 0001:0006bd77 ?get_tz_environment_variable@@YAPA_WAAY0BAA@_W@Z 1006cd77 f libucrt:tzset.obj - 0001:0006bdee ?tzset_env_copy_to_tzname@@YAXQB_WQA_WQADI@Z 1006cdee f libucrt:tzset.obj - 0001:0006be35 ?tzset_from_environment_nolock@@YAXPA_W@Z 1006ce35 f libucrt:tzset.obj - 0001:0006c0c7 ?tzset_from_system_nolock@@YAXXZ 1006d0c7 f libucrt:tzset.obj - 0001:0006c221 ?tzset_nolock@@YAXXZ 1006d221 f libucrt:tzset.obj - 0001:0006c297 ?tzset_os_copy_to_tzname@@YAXQB_WQA_WQADI@Z 1006d297 f libucrt:tzset.obj - 0001:0006c38a ?filter_wcstomb_flags@@YAKIK@Z 1006d38a f libucrt:widechartomultibyte.obj - 0001:0006c48f ?compute_iso_week@@YAHHHH@Z 1006d48f f libucrt:wcsftime.obj - 0001:0006c4d8 ?compute_iso_week_internal@@YAHHHH@Z 1006d4d8 f libucrt:wcsftime.obj - 0001:0006c56d ?compute_iso_year@@YAHHHH@Z 1006d56d f libucrt:wcsftime.obj - 0001:0006c598 ?expand_time@@YA_NPAU__crt_locale_pointers@@_WPBUtm@@PAPA_WPAIPBU__crt_lc_time_data@@_N@Z 1006d598 f libucrt:wcsftime.obj - 0001:0006cf4c $LN191 1006df4c libucrt:wcsftime.obj - 0001:0006cf6c ?store_number@@YAXHHQAPA_WQAI_W@Z 1006df6c f libucrt:wcsftime.obj - 0001:0006d000 ?store_number_without_lead_zeroes@@YAXHQAPA_WQAI@Z 1006e000 f libucrt:wcsftime.obj - 0001:0006d07a ?store_string@@YAXPB_WQAPA_WQAI@Z 1006e07a f libucrt:wcsftime.obj - 0001:0006d0ad ?store_winword@@YA_NQAU__crt_locale_pointers@@HQBUtm@@QAPA_WQAIQBU__crt_lc_time_data@@@Z 1006e0ad f libucrt:wcsftime.obj - 0001:0006ddd5 ?__acrt_LCMapStringA_stat@@YAHPAU__crt_locale_pointers@@PB_WKPBDHPADHHH@Z 1006edd5 f libucrt:lcmapstringa.obj - 0001:0006e210 $$000000 1006f210 libucrt:sqrt.obj - 0001:0006e2f0 $$000000 1006f2f0 libucrt:_strnicm.obj - 0001:0006e6eb ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1006f6eb f libucrt:mbctype.obj - 0001:0006e738 ??R@@QBE@XZ 1006f738 f libucrt:mbctype.obj - 0001:0006e7bb ?CPtoLocaleName@@YAPB_WH@Z 1006f7bb f libucrt:mbctype.obj - 0001:0006e7f9 ?getSystemCP@@YAHH@Z 1006f7f9 f libucrt:mbctype.obj - 0001:0006e86a ?setSBCS@@YAXPAU__crt_multibyte_data@@@Z 1006f86a f libucrt:mbctype.obj - 0001:0006e8cd ?setSBUpLow@@YAXPAU__crt_multibyte_data@@@Z 1006f8cd f libucrt:mbctype.obj - 0001:0006ea72 ?setmbcp_internal@@YAHH_NQAU__acrt_ptd@@QAPAU__crt_multibyte_data@@@Z 1006fa72 f libucrt:mbctype.obj - 0001:0006ebc7 ?update_thread_multibyte_data_internal@@YAPAU__crt_multibyte_data@@QAU__acrt_ptd@@QAPAU1@@Z 1006fbc7 f libucrt:mbctype.obj - 0001:0006fbe0 ?free_crt_array_internal@@YAXQAPBXI@Z 10070be0 f libucrt:inittime.obj - 0001:0006fc05 ?initialize_lc_time@@YA_NQAU__crt_lc_time_data@@QAU__crt_locale_data@@@Z 10070c05 f libucrt:inittime.obj - 0001:000700b3 ??$common_tcsncat_s@_W@@YAHQA_WIQB_WI@Z 100710b3 f libucrt:wcsncat_s.obj - 0001:000701a6 ??$common_tcsncpy_s@_W@@YAHQA_WIQB_WI@Z 100711a6 f libucrt:wcsncpy_s.obj - 0001:00070427 _GetLocaleNameFromDefault 10071427 f libucrt:get_qualified_locale.obj - 0001:000704ae _GetLocaleNameFromLangCountry 100714ae f libucrt:get_qualified_locale.obj - 0001:00070547 _GetLocaleNameFromLanguage 10071547 f libucrt:get_qualified_locale.obj - 0001:000705a0 _GetPrimaryLen 100715a0 f libucrt:get_qualified_locale.obj - 0001:000705d4 _LangCountryEnumProcEx@12 100715d4 f libucrt:get_qualified_locale.obj - 0001:000708b5 _LanguageEnumProcEx@12 100718b5 f libucrt:get_qualified_locale.obj - 0001:00070974 _ProcessCodePage 10071974 f libucrt:get_qualified_locale.obj - 0001:00070a64 _TestDefaultCountry 10071a64 f libucrt:get_qualified_locale.obj - 0001:00070ab1 _TranslateName 10071ab1 f libucrt:get_qualified_locale.obj - 0001:00070d23 _CountryEnumProc@4 10071d23 f libucrt:getqloc_downlevel.obj - 0001:00070dca _GetLcidFromCountry 10071dca f libucrt:getqloc_downlevel.obj - 0001:00070e15 _GetLcidFromLangCountry 10071e15 f libucrt:getqloc_downlevel.obj - 0001:00070eb0 _GetLcidFromLanguage 10071eb0 f libucrt:getqloc_downlevel.obj - 0001:00070f0f _GetPrimaryLen 10071f0f f libucrt:getqloc_downlevel.obj - 0001:00070f3b _LangCountryEnumProc@4 10071f3b f libucrt:getqloc_downlevel.obj - 0001:0007118e _LanguageEnumProc@4 1007218e f libucrt:getqloc_downlevel.obj - 0001:00071263 _LcidFromHexString 10072263 f libucrt:getqloc_downlevel.obj - 0001:000712b7 _ProcessCodePage 100722b7 f libucrt:getqloc_downlevel.obj - 0001:00071398 _TestDefaultCountry 10072398 f libucrt:getqloc_downlevel.obj - 0001:000713bd _TestDefaultLanguage 100723bd f libucrt:getqloc_downlevel.obj - 0001:00071432 _TranslateName 10072432 f libucrt:getqloc_downlevel.obj - 0001:00071737 ?GetTableIndexFromLocaleName@@YAHPB_W@Z 10072737 f libucrt:lcidtoname_downlevel.obj - 0001:00071d07 ??R@@QBEIPBD@Z 10072d07 f libucrt:mbrtowc.obj - 0001:00071eb0 ?check_trailing@@YA_NPBDW4__acrt_has_trailing_digits@@@Z 10072eb0 f libucrt:_fptostr.obj - 0001:00071ed3 ?should_round_up@@YA_NQBD0HW4__acrt_has_trailing_digits@@W4__acrt_rounding_mode@@@Z 10072ed3 f libucrt:_fptostr.obj - 0001:000737ae ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100747ae f libucrt:onexit.obj - 0001:00073809 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10074809 f libucrt:onexit.obj - 0001:00073864 ??R@@QBE@XZ 10074864 f libucrt:onexit.obj - 0001:00073966 ??R@@QBE@XZ 10074966 f libucrt:onexit.obj - 0001:00073b2e ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_sse_control@@@Z 10074b2e f libucrt:_fenvutils.obj - 0001:00073bde ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_x87_control@@@Z 10074bde f libucrt:_fenvutils.obj - 0001:00073c8b ?to_machine_sse_control@@YA?AW4__acrt_fenv_machine_sse_control@@W4__acrt_fenv_abstract_control@@@Z 10074c8b f libucrt:_fenvutils.obj - 0001:00073d41 ?to_machine_x87_control@@YA?AW4__acrt_fenv_machine_x87_control@@W4__acrt_fenv_abstract_control@@@Z 10074d41 f libucrt:_fenvutils.obj - 0001:000740ba ??$common_getenv_nolock@_W@@YAPA_WQB_W@Z 100750ba f libucrt:getenv.obj - 0001:0007413e ??$common_getenv_s@_W@@YAHQAIQA_WIQB_W@Z 1007513e f libucrt:getenv.obj - 0001:0007419d ??$common_getenv_s_nolock@_W@@YAHQAIQA_WIQB_W@Z 1007519d f libucrt:getenv.obj - 0001:000743f0 $$000000 100753f0 libucrt:common.obj - 0001:00074580 $$000000 10075580 libucrt:sqrt_impl.obj - 0001:00074645 ?initialize_multibyte@@YAHXZ 10075645 f libucrt:multibyte_initializer.obj - 0001:00074654 ?InternalGetLocaleInfoA@@YAHQAU__crt_locale_pointers@@QB_WKQADH@Z 10075654 f libucrt:getlocaleinfoa.obj - 0001:000748e3 ??$common_xtox@K_W@@YAHKQA_WII_N@Z 100758e3 f libucrt:xtoa.obj - 0001:0007499f ??$common_xtox_s@K_W@@YAHKQA_WII_N@Z 1007599f f libucrt:xtoa.obj - 0001:00074d69 ?__dcrt_lowio_initialize_console_output@@YAXXZ 10075d69 f libucrt:initcon.obj - 0001:00074f30 $$000000 10075f30 libucrt:log10_impl.obj - 0001:00075210 ??$common_get_or_create_environment_nolock@_W@@YAPAPA_WXZ 10076210 f libucrt:environment_initialization.obj - 0001:0007523c ??$common_initialize_environment_nolock@D@@YAHXZ 1007623c f libucrt:environment_initialization.obj - 0001:00075296 ??$common_initialize_environment_nolock@_W@@YAHXZ 10076296 f libucrt:environment_initialization.obj - 0001:000752eb ??$create_environment@D@@YAQAPADQAD@Z 100762eb f libucrt:environment_initialization.obj - 0001:000753cd ??$create_environment@_W@@YAQAPA_WQA_W@Z 100763cd f libucrt:environment_initialization.obj - 0001:000754eb ??$free_environment@D@@YAXQAPAD@Z 100764eb f libucrt:environment_initialization.obj - 0001:000754eb ??$free_environment@_W@@YAXQAPA_W@Z 100764eb f libucrt:environment_initialization.obj - 0001:0007551a ??$initialize_environment_by_cloning_nolock@_W@@YAHXZ 1007651a f libucrt:environment_initialization.obj - 0001:0007559b ??$uninitialize_environment_internal@D@@YAXAAPAPAD@Z 1007659b f libucrt:environment_initialization.obj - 0001:000755b6 ??$uninitialize_environment_internal@_W@@YAXAAPAPA_W@Z 100765b6 f libucrt:environment_initialization.obj - 0001:00075700 $$000000 10076700 libucrt:genexcep.obj - 0001:00075760 $$000000 10076760 libucrt:87disp.obj - 0001:000759b4 ??$common_tcsncpy_s@D@@YAHQADIQBDI@Z 100769b4 f libucrt:strncpy_s.obj - 0001:00075a76 ___hw_cw_sse2 10076a76 f libucrt:ieee87.obj - 0001:00075efc __hw_cw 10076efc f libucrt:ieee87.obj - 0001:00075fa0 $$000000 10076fa0 libucrt:log10_pentium4.obj - 0001:00076230 $$000000 10077230 libucrt:87tran.obj - 0001:00076537 ?find_end_of_double_null_terminated_sequence@@YAPB_WQB_W@Z 10077537 f libucrt:get_environment_from_os.obj - 0001:0007665c ??$common_set_variable_in_environment_nolock@_W@@YAHQA_WH@Z 1007765c f libucrt:setenv.obj - 0001:000768e7 ??$copy_environment@_W@@YAPAPA_WQAPA_W@Z 100778e7 f libucrt:setenv.obj - 0001:000769a5 ??$ensure_current_environment_is_not_initial_environment_nolock@_W@@YAXXZ 100779a5 f libucrt:setenv.obj - 0001:000769bf ??$find_in_environment_nolock@_W@@YAHQB_WI@Z 100779bf f libucrt:setenv.obj - 0001:00076d03 ?_mbstowcs_internal@@YAHPAIPA_WIPBDIAAV__crt_cached_ptd_host@@@Z 10077d03 f libucrt:mbstowcs.obj - 0001:00076ddf ?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 10077ddf f libucrt:mbstowcs.obj - 0001:0007768b _tidy_global 1007868b f libcpmt:locale0.obj - 0001:00077b6a ??$_Xfiopen@D@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z 10078b6a f libcpmt:fiopen.obj - 0001:00077c0a ?swfun@std@@YAXAAVios_base@1@_J@Z 10078c0a f libcpmt:iomanip.obj - 0001:00077ec0 ?initialize_pointers@@YAHXZ 10078ec0 f libcpmt:winapisupp.obj - 0001:00077f9d ?find_pe_section@@YAPAU_IMAGE_SECTION_HEADER@@QAEI@Z 10078f9d f LIBCMT:utility.obj - 0001:00078300 $$000000 10079300 LIBCMT:llshl.obj - 0001:00078310 MORE32 10079310 LIBCMT:llshl.obj - 0001:0007831a RETZERO 1007931a LIBCMT:llshl.obj - 0001:00078320 $$000000 10079320 LIBCMT:ullshr.obj - 0001:00078330 MORE32 10079330 LIBCMT:ullshr.obj - 0001:0007833a RETZERO 1007933a LIBCMT:ullshr.obj - 0001:00078420 $$000000 10079420 LIBCMT:lldiv.obj - 0001:00078441 L1 10079441 LIBCMT:lldiv.obj - 0001:0007845d L2 1007945d LIBCMT:lldiv.obj - 0001:00078479 L3 10079479 LIBCMT:lldiv.obj - 0001:00078487 L5 10079487 LIBCMT:lldiv.obj - 0001:000784b5 L6 100794b5 LIBCMT:lldiv.obj - 0001:000784b6 L7 100794b6 LIBCMT:lldiv.obj - 0001:000784ba L4 100794ba LIBCMT:lldiv.obj - 0001:000784c4 L8 100794c4 LIBCMT:lldiv.obj - 0001:000784d0 $$000000 100794d0 LIBCMT:lldvrm.obj - 0001:000784f4 L1 100794f4 LIBCMT:lldvrm.obj - 0001:00078510 L2 10079510 LIBCMT:lldvrm.obj - 0001:0007853c L3 1007953c LIBCMT:lldvrm.obj - 0001:0007854a L5 1007954a LIBCMT:lldvrm.obj - 0001:00078578 L6 10079578 LIBCMT:lldvrm.obj - 0001:00078581 L7 10079581 LIBCMT:lldvrm.obj - 0001:00078583 L4 10079583 LIBCMT:lldvrm.obj - 0001:00078595 L9 10079595 LIBCMT:lldvrm.obj - 0001:000785a9 L8 100795a9 LIBCMT:lldvrm.obj - 0001:000785b0 $$000000 100795b0 LIBCMT:llmul.obj - 0001:000785c9 hard 100795c9 LIBCMT:llmul.obj - 0001:000785f0 $$000000 100795f0 LIBCMT:llrem.obj - 0001:00078610 L1 10079610 LIBCMT:llrem.obj - 0001:0007862b L2 1007962b LIBCMT:llrem.obj - 0001:0007864a L3 1007964a LIBCMT:llrem.obj - 0001:00078658 L5 10079658 LIBCMT:llrem.obj - 0001:00078683 L6 10079683 LIBCMT:llrem.obj - 0001:0007868b L7 1007968b LIBCMT:llrem.obj - 0001:00078696 L4 10079696 LIBCMT:llrem.obj - 0001:0007869d L8 1007969d LIBCMT:llrem.obj - 0001:000786c0 $$000000 100796c0 LIBCMT:ftol3.obj - 0001:000786df _ftol3_default 100796df LIBCMT:ftol3.obj - 0001:000786f3 _ftol3_notsafe 100796f3 LIBCMT:ftol3.obj - 0001:00078713 _ftol3_mincheck 10079713 LIBCMT:ftol3.obj - 0001:00078719 _ftol3_NaN 10079719 LIBCMT:ftol3.obj - 0001:00078721 _ftol3_retmin 10079721 LIBCMT:ftol3.obj - 0001:00078730 $$000000 10079730 LIBCMT:ftol3.obj - 0001:0007874e _dtoul3_default 1007974e LIBCMT:ftol3.obj - 0001:00078779 _dtoul3_notsafe 10079779 LIBCMT:ftol3.obj - 0001:000787a2 _dtoul3_exact 100797a2 LIBCMT:ftol3.obj - 0001:000787a9 _dtoul3_large 100797a9 LIBCMT:ftol3.obj - 0001:000787b4 _dtoul3_neg 100797b4 LIBCMT:ftol3.obj - 0001:000787c5 _dtoul3_NaN 100797c5 LIBCMT:ftol3.obj - 0001:000787e0 $$000000 100797e0 LIBCMT:ftol3.obj - 0001:000787fe _dtoul3l_notsafe 100797fe LIBCMT:ftol3.obj - 0001:00078810 $$000000 10079810 LIBCMT:ftol3.obj - 0001:0007882e _dtol3_default 1007982e LIBCMT:ftol3.obj - 0001:00078858 _dtol3_getbits 10079858 LIBCMT:ftol3.obj - 0001:00078881 _dtol3_trunc 10079881 LIBCMT:ftol3.obj - 0001:00078888 _dtol3_lshift 10079888 LIBCMT:ftol3.obj - 0001:0007888e _dtol3_notsafe 1007988e LIBCMT:ftol3.obj - 0001:000788a7 _dtol3_large 100798a7 LIBCMT:ftol3.obj - 0001:000788af _dtol3_NaN 100798af LIBCMT:ftol3.obj - 0001:000788b7 _dtol3_retmin 100798b7 LIBCMT:ftol3.obj - 0001:000788c0 $$000000 100798c0 LIBCMT:ftol3.obj - 0001:000788da _ultod3_default 100798da LIBCMT:ftol3.obj - 0001:00078908 _ultod3_uint32 10079908 LIBCMT:ftol3.obj - 0001:00078910 $$000000 10079910 LIBCMT:ftol3.obj - 0001:0007892a _ltod3_default 1007992a LIBCMT:ftol3.obj - 0001:00078951 _ltod3_lt33 10079951 LIBCMT:ftol3.obj - 0001:00078952 ?dllmain_crt_dispatch@@YGHQAUHINSTANCE__@@KQAX@Z 10079952 f LIBCMT:dll_dllmain.obj - 0001:000789a5 ?dllmain_crt_process_attach@@YAHQAUHINSTANCE__@@QAX@Z 100799a5 f LIBCMT:dll_dllmain.obj - 0001:00078aac ?dllmain_crt_process_detach@@YAH_N@Z 10079aac f LIBCMT:dll_dllmain.obj - 0001:00078b5c ?dllmain_dispatch@@YAHQAUHINSTANCE__@@KQAX@Z 10079b5c f LIBCMT:dll_dllmain.obj - 0001:00078c67 ?dllmain_raw@@YGHQAUHINSTANCE__@@KQAX@Z 10079c67 f LIBCMT:dll_dllmain.obj - 0001:00078cc0 $$000000 10079cc0 LIBCMT:sehprolg4.obj - 0001:00079200 $$000000 1007a200 LIBCMT:ulldvrm.obj - 0001:00079231 L1 1007a231 LIBCMT:ulldvrm.obj - 0001:0007923f L3 1007a23f LIBCMT:ulldvrm.obj - 0001:0007926d L4 1007a26d LIBCMT:ulldvrm.obj - 0001:00079276 L5 1007a276 LIBCMT:ulldvrm.obj - 0001:00079278 L2 1007a278 LIBCMT:ulldvrm.obj - 0001:000793c0 $$000000 1007a3c0 LIBCMT:ulldiv.obj - 0001:000793e2 L1 1007a3e2 LIBCMT:ulldiv.obj - 0001:000793f0 L3 1007a3f0 LIBCMT:ulldiv.obj - 0001:0007941e L4 1007a41e LIBCMT:ulldiv.obj - 0001:0007941f L5 1007a41f LIBCMT:ulldiv.obj - 0001:00079423 L2 1007a423 LIBCMT:ulldiv.obj - 0001:00079430 $$000000 1007a430 LIBCMT:ullrem.obj - 0001:00079451 L1 1007a451 LIBCMT:ullrem.obj - 0001:0007945f L3 1007a45f LIBCMT:ullrem.obj - 0001:0007948a L4 1007a48a LIBCMT:ullrem.obj - 0001:00079492 L5 1007a492 LIBCMT:ullrem.obj - 0001:000794a1 L2 1007a4a1 LIBCMT:ullrem.obj - 0001:000796b0 $$000000 1007a6b0 LIBCMT:chkstk.obj - 0001:000796c4 cs10 1007a6c4 LIBCMT:chkstk.obj - 0001:000796d2 cs20 1007a6d2 LIBCMT:chkstk.obj - 0001:000796e0 $$000000 1007a6e0 LIBCMT:alloca16.obj - 0001:000796f6 alloca_8 1007a6f6 LIBCMT:alloca16.obj - 0001:00079710 $$000000 1007a710 LIBCMT:ftol2.obj - 0001:00079720 $$000000 1007a720 LIBCMT:ftol2.obj - 0001:00079731 L3B 1007a731 LIBCMT:ftol2.obj - 0001:00079774 L3F 1007a774 LIBCMT:ftol2.obj - 0001:0007977c L40 1007a77c LIBCMT:ftol2.obj - 0001:0007978f L41 1007a78f LIBCMT:ftol2.obj - 0001:000797c5 ___get_entropy 1007a7c5 f LIBCMT:gs_support.obj - 0001:0007aeec $LN1250 1007beec libvcruntime:memcmp.obj - 0001:0007af70 $$000000 1007bf70 libvcruntime:strrchr.obj - 0001:0007afad strrchr_sse_loop 1007bfad libvcruntime:strrchr.obj - 0001:0007afdd strrchr_sse_break 1007bfdd libvcruntime:strrchr.obj - 0001:0007affd strrchr_sttni 1007bffd libvcruntime:strrchr.obj - 0001:0007b00f strrchr_sttni_chars 1007c00f libvcruntime:strrchr.obj - 0001:0007b024 strrchr_sttni_aligned 1007c024 libvcruntime:strrchr.obj - 0001:0007b028 strrchr_sttni_xmm 1007c028 libvcruntime:strrchr.obj - 0001:0007b03b exit 1007c03b libvcruntime:strrchr.obj - 0001:0007b03e strrchr_zero 1007c03e libvcruntime:strrchr.obj - 0001:0007b063 strchr_zero_loop 1007c063 libvcruntime:strrchr.obj - 0001:0007b077 strchr_zero_result 1007c077 libvcruntime:strrchr.obj - 0001:0007b07e strrchr_no_sse 1007c07e libvcruntime:strrchr.obj - 0001:0007b0a1 returndi 1007c0a1 libvcruntime:strrchr.obj - 0001:0007b0a3 toend 1007c0a3 libvcruntime:strrchr.obj - 0001:0007b1b5 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@PAD@@QAEPAD$$QAV@@AAV@@$$QAV@@@Z 1007c1b5 f libucrt:setlocale.obj - 0001:0007b210 ??R@@QBEPADXZ 1007c210 f libucrt:setlocale.obj - 0001:0007b36f _call_wsetlocale 1007c36f f libucrt:setlocale.obj - 0001:0007b5c3 ??$common_fsopen@D@@YAPAU_iobuf@@QBD0H@Z 1007c5c3 f libucrt:fopen.obj - 0001:0007b685 ??$common_configure_argv@D@@YAHW4_crt_argv_mode@@@Z 1007c685 f libucrt:argv_parsing.obj - 0001:0007b7c2 ??$parse_command_line@D@@YAXPADPAPAD0PAI2@Z 1007c7c2 f libucrt:argv_parsing.obj - 0001:0007b990 _initialize_global_variables 1007c990 f libucrt:initialization.obj - 0001:0007b99d _initialize_c 1007c99d f libucrt:initialization.obj - 0001:0007b9b7 _uninitialize_environment 1007c9b7 f libucrt:initialization.obj - 0001:0007b9bf _initialize_pointers 1007c9bf f libucrt:initialization.obj - 0001:0007b9ed _uninitialize_vcruntime 1007c9ed f libucrt:initialization.obj - 0001:0007b9f6 _uninitialize_allocated_memory 1007c9f6 f libucrt:initialization.obj - 0001:0007ba0d _uninitialize_allocated_io_buffers 1007ca0d f libucrt:initialization.obj - 0001:0007ba5d ??R@@QBE@AAPAU__crt_multibyte_data@@@Z 1007ca5d f libucrt:initialization.obj - 0001:0007baf2 ?_wcstombs_internal@@YAHPAIPADIPB_WIAAV__crt_cached_ptd_host@@@Z 1007caf2 f libucrt:wcstombs.obj - 0001:0007bbc7 ?_wcstombs_l_helper@@YAIPADPB_WIAAV__crt_cached_ptd_host@@@Z 1007cbc7 f libucrt:wcstombs.obj - 0001:0007c0d6 ??$common_openfile@D@@YAPAU_iobuf@@QBD0HV__crt_stdio_stream@@@Z 1007d0d6 f libucrt:openfile.obj - 0001:0007c278 ?@@@CAHPBX0@Z 1007d278 f libucrt:argv_wildcards.obj - 0001:0007c356 ??$common_expand_argv_wildcards@D@@YAHQAPADQAPAPAD@Z 1007d356 f libucrt:argv_wildcards.obj - 0001:0007c4d3 ??$copy_and_add_argument_to_buffer@D@@YAHQBD0IAAV?$argument_list@D@?A0x5f5c8891@@@Z 1007d4d3 f libucrt:argv_wildcards.obj - 0001:0007c584 ??$expand_argument_wildcards@D@@YAHQAD0AAV?$argument_list@D@?A0x5f5c8891@@@Z 1007d584 f libucrt:argv_wildcards.obj - 0001:0007c809 ??1?$argument_list@D@?A0x5f5c8891@@QAE@XZ 1007d809 f libucrt:argv_wildcards.obj - 0001:0007c86a ?expand_if_necessary@?$argument_list@D@?A0x5f5c8891@@AAEHXZ 1007d86a f libucrt:argv_wildcards.obj - 0001:0007c99d ?x_ismbbtype_l@@YAHPAU__crt_locale_pointers@@IHH@Z 1007d99d f libucrt:ismbbyte.obj - 0001:0007cbc6 ??$common_sopen_dispatch@D@@YAHQBDHHHQAHH@Z 1007dbc6 f libucrt:open.obj - 0001:0007cca1 ?configure_text_mode@@YAHHUfile_options@?A0xa9d50aae@@HAAW4__crt_lowio_text_mode@@@Z 1007dca1 f libucrt:open.obj - 0001:0007cef7 ?create_file@@YAPAXQB_WQAU_SECURITY_ATTRIBUTES@@Ufile_options@?A0xa9d50aae@@@Z 1007def7 f libucrt:open.obj - 0001:0007cf1c ?decode_open_create_flags@@YAKH@Z 1007df1c f libucrt:open.obj - 0001:0007cf8c ?decode_options@@YA?AUfile_options@?A0xa9d50aae@@HHH@Z 1007df8c f libucrt:open.obj - 0001:0007d106 ?truncate_ctrl_z_if_present@@YAHH@Z 1007e106 f libucrt:open.obj - 0001:0007da60 $$000000 1007ea60 libucrt:strpbrk.obj - 0001:0007dfa0 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$0 1007efa0 f logging.cpp.obj - 0001:0007dfa0 __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 1007efa0 f main.cpp.obj - 0001:0007dfa8 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$2 1007efa8 f logging.cpp.obj - 0001:0007dfa8 __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 1007efa8 f main.cpp.obj - 0001:0007dfb7 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$1 1007efb7 f logging.cpp.obj - 0001:0007dfb7 __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 1007efb7 f main.cpp.obj - 0001:0007dfc4 __ehhandler$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 1007efc4 f logging.cpp.obj - 0001:0007dfc4 __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 1007efc4 f main.cpp.obj - 0001:0007dff0 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$0 1007eff0 f logging.cpp.obj - 0001:0007dff8 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$2 1007eff8 f logging.cpp.obj - 0001:0007e007 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$1 1007f007 f logging.cpp.obj - 0001:0007e014 __ehhandler$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 1007f014 f logging.cpp.obj - 0001:0007e040 __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$0 1007f040 f logging.cpp.obj - 0001:0007e05c __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$2 1007f05c f logging.cpp.obj - 0001:0007e069 __ehhandler$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 1007f069 f logging.cpp.obj - 0001:0007e090 __ehhandler$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 1007f090 f logging.cpp.obj - 0001:0007e0b0 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$0 1007f0b0 f logging.cpp.obj - 0001:0007e0b8 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$1 1007f0b8 f logging.cpp.obj - 0001:0007e0c3 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$2 1007f0c3 f logging.cpp.obj - 0001:0007e0ce __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$3 1007f0ce f logging.cpp.obj - 0001:0007e0d9 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$4 1007f0d9 f logging.cpp.obj - 0001:0007e0e4 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$5 1007f0e4 f logging.cpp.obj - 0001:0007e0ef __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$6 1007f0ef f logging.cpp.obj - 0001:0007e0ff __ehhandler$??0_Locinfo@std@@QAE@PBD@Z 1007f0ff f logging.cpp.obj - 0001:0007e120 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$5 1007f120 f logging.cpp.obj - 0001:0007e128 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$6 1007f128 f logging.cpp.obj - 0001:0007e135 __ehhandler$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 1007f135 f logging.cpp.obj - 0001:0007e160 __unwindfunclet$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z$1 1007f160 f logging.cpp.obj - 0001:0007e160 __unwindfunclet$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z$0 1007f160 f main.cpp.obj - 0001:0007e160 __unwindfunclet$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z$0 1007f160 f spellcast.cpp.obj - 0001:0007e16d __ehhandler$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 1007f16d f logging.cpp.obj - 0001:0007e16d __ehhandler$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 1007f16d f main.cpp.obj - 0001:0007e16d __ehhandler$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 1007f16d f spellcast.cpp.obj - 0001:0007e1a0 __ehhandler$??1?$basic_filebuf@DU?$char_traits@D@std@@@std@@UAE@XZ 1007f1a0 f logging.cpp.obj - 0001:0007e1a0 __ehhandler$?try_cor_exit_process@@YAXI@Z 1007f1a0 f libucrt:exit.obj - 0001:0007e1a0 __ehhandler$?_Tidy@ios_base@std@@AAEXXZ 1007f1a0 f libcpmt:ios.obj - 0001:0007e1c0 __ehhandler$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 1007f1c0 f logging.cpp.obj - 0001:0007e1e0 __ehhandler$??1_Locinfo@std@@QAE@XZ 1007f1e0 f logging.cpp.obj - 0001:0007e1e0 __ehhandler$??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 1007f1e0 f main.cpp.obj - 0001:0007e1e0 __ehhandler$??1_Init_atexit@@QAE@XZ 1007f1e0 f libcpmt:iosptrs.obj - 0001:0007e1e0 __ehhandler$___crtGetSystemTimePreciseAsFileTime 1007f1e0 f libcpmt:winapisupp.obj - 0001:0007e200 __ehhandler$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 1007f200 f logging.cpp.obj - 0001:0007e200 __ehhandler$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 1007f200 f main.cpp.obj - 0001:0007e200 __ehhandler$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 1007f200 f main.cpp.obj - 0001:0007e200 __ehhandler$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 1007f200 f main.cpp.obj - 0001:0007e200 __ehhandler$??_GError@hadesmem@@UAEPAXI@Z 1007f200 f main.cpp.obj - 0001:0007e220 __ehhandler$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007f220 f logging.cpp.obj - 0001:0007e220 __ehhandler$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007f220 f logging.cpp.obj - 0001:0007e220 __ehhandler$??_Gios_base@std@@UAEPAXI@Z 1007f220 f logging.cpp.obj - 0001:0007e220 __ehhandler$??1bad_alloc_@exception_detail@boost@@UAE@XZ 1007f220 f main.cpp.obj - 0001:0007e220 __ehhandler$??1bad_exception_@exception_detail@boost@@UAE@XZ 1007f220 f main.cpp.obj - 0001:0007e220 __ehhandler$??1exception@boost@@MAE@XZ 1007f220 f main.cpp.obj - 0001:0007e220 __ehhandler$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 1007f220 f main.cpp.obj - 0001:0007e220 __ehhandler$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 1007f220 f main.cpp.obj - 0001:0007e220 __ehhandler$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 1007f220 f main.cpp.obj - 0001:0007e220 __ehhandler$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 1007f220 f main.cpp.obj - 0001:0007e220 __ehhandler$??_DError@hadesmem@@QAEXXZ 1007f220 f main.cpp.obj - 0001:0007e220 __ehhandler$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007f220 f main.cpp.obj - 0001:0007e220 __ehhandler$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007f220 f main.cpp.obj - 0001:0007e220 __ehhandler$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 1007f220 f main.cpp.obj - 0001:0007e220 __ehhandler$??_GCDataStore@Nampower@@UAEPAXI@Z 1007f220 f main.cpp.obj - 0001:0007e220 __ehhandler$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 1007f220 f main.cpp.obj - 0001:0007e220 __ehhandler$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 1007f220 f main.cpp.obj - 0001:0007e240 __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$0 1007f240 f logging.cpp.obj - 0001:0007e25b __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$1 1007f25b f logging.cpp.obj - 0001:0007e26a __ehhandler$??__EdebugLogFile@Nampower@@YAXXZ 1007f26a f logging.cpp.obj - 0001:0007e290 __ehhandler$??__FdebugLogFile@Nampower@@YAXXZ 1007f290 f logging.cpp.obj - 0001:0007e2b0 __unwindfunclet$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z$1 1007f2b0 f logging.cpp.obj - 0001:0007e2bd __ehhandler$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 1007f2bd f logging.cpp.obj - 0001:0007e2e0 __unwindfunclet$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ$0 1007f2e0 f logging.cpp.obj - 0001:0007e2e0 __unwindfunclet$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 1007f2e0 f spellevents.cpp.obj - 0001:0007e2ed __ehhandler$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 1007f2ed f logging.cpp.obj - 0001:0007e2ed __ehhandler$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 1007f2ed f spellevents.cpp.obj - 0001:0007e320 __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 1007f320 f main.cpp.obj - 0001:0007e340 __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 1007f340 f main.cpp.obj - 0001:0007e360 __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 1007f360 f main.cpp.obj - 0001:0007e360 __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 1007f360 f main.cpp.obj - 0001:0007e370 __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 1007f370 f main.cpp.obj - 0001:0007e370 __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 1007f370 f main.cpp.obj - 0001:0007e390 __ehhandler$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 1007f390 f main.cpp.obj - 0001:0007e3b0 __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 1007f3b0 f main.cpp.obj - 0001:0007e3d0 __ehhandler$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 1007f3d0 f main.cpp.obj - 0001:0007e3f0 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$2 1007f3f0 f main.cpp.obj - 0001:0007e3f8 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$3 1007f3f8 f main.cpp.obj - 0001:0007e405 __ehhandler$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 1007f405 f main.cpp.obj - 0001:0007e430 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$2 1007f430 f main.cpp.obj - 0001:0007e43d __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 1007f43d f main.cpp.obj - 0001:0007e460 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$2 1007f460 f main.cpp.obj - 0001:0007e46d __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 1007f46d f main.cpp.obj - 0001:0007e490 __unwindfunclet$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z$2 1007f490 f main.cpp.obj - 0001:0007e49d __ehhandler$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 1007f49d f main.cpp.obj - 0001:0007e4c0 __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 1007f4c0 f main.cpp.obj - 0001:0007e4c8 __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 1007f4c8 f main.cpp.obj - 0001:0007e4d0 __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 1007f4d0 f main.cpp.obj - 0001:0007e4d8 __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 1007f4d8 f main.cpp.obj - 0001:0007e4e8 __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 1007f4e8 f main.cpp.obj - 0001:0007e520 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$0 1007f520 f main.cpp.obj - 0001:0007e520 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$0 1007f520 f main.cpp.obj - 0001:0007e520 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$0 1007f520 f main.cpp.obj - 0001:0007e528 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$1 1007f528 f main.cpp.obj - 0001:0007e528 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$1 1007f528 f main.cpp.obj - 0001:0007e528 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$1 1007f528 f main.cpp.obj - 0001:0007e530 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$2 1007f530 f main.cpp.obj - 0001:0007e530 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$2 1007f530 f main.cpp.obj - 0001:0007e530 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$2 1007f530 f main.cpp.obj - 0001:0007e53d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 1007f53d f main.cpp.obj - 0001:0007e53d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 1007f53d f main.cpp.obj - 0001:0007e53d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 1007f53d f main.cpp.obj - 0001:0007e570 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$0 1007f570 f main.cpp.obj - 0001:0007e578 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$1 1007f578 f main.cpp.obj - 0001:0007e580 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$2 1007f580 f main.cpp.obj - 0001:0007e58d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 1007f58d f main.cpp.obj - 0001:0007e5c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$0 1007f5c0 f main.cpp.obj - 0001:0007e5c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$0 1007f5c0 f main.cpp.obj - 0001:0007e5c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$0 1007f5c0 f main.cpp.obj - 0001:0007e5c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$0 1007f5c0 f main.cpp.obj - 0001:0007e5c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$0 1007f5c0 f main.cpp.obj - 0001:0007e5c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$0 1007f5c0 f main.cpp.obj - 0001:0007e5c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$0 1007f5c0 f main.cpp.obj - 0001:0007e5c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$0 1007f5c0 f main.cpp.obj - 0001:0007e5c8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$1 1007f5c8 f main.cpp.obj - 0001:0007e5c8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$1 1007f5c8 f main.cpp.obj - 0001:0007e5c8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$1 1007f5c8 f main.cpp.obj - 0001:0007e5c8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$1 1007f5c8 f main.cpp.obj - 0001:0007e5c8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$1 1007f5c8 f main.cpp.obj - 0001:0007e5c8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$1 1007f5c8 f main.cpp.obj - 0001:0007e5c8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$1 1007f5c8 f main.cpp.obj - 0001:0007e5c8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$1 1007f5c8 f main.cpp.obj - 0001:0007e5d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$2 1007f5d0 f main.cpp.obj - 0001:0007e5d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$2 1007f5d0 f main.cpp.obj - 0001:0007e5d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$2 1007f5d0 f main.cpp.obj - 0001:0007e5d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$2 1007f5d0 f main.cpp.obj - 0001:0007e5d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$2 1007f5d0 f main.cpp.obj - 0001:0007e5d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$2 1007f5d0 f main.cpp.obj - 0001:0007e5d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$2 1007f5d0 f main.cpp.obj - 0001:0007e5d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$2 1007f5d0 f main.cpp.obj - 0001:0007e5dd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 1007f5dd f main.cpp.obj - 0001:0007e5dd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 1007f5dd f main.cpp.obj - 0001:0007e5dd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 1007f5dd f main.cpp.obj - 0001:0007e5dd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 1007f5dd f main.cpp.obj - 0001:0007e5dd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 1007f5dd f main.cpp.obj - 0001:0007e5dd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 1007f5dd f main.cpp.obj - 0001:0007e5dd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 1007f5dd f main.cpp.obj - 0001:0007e5dd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 1007f5dd f main.cpp.obj - 0001:0007e610 __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 1007f610 f main.cpp.obj - 0001:0007e610 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 1007f610 f main.cpp.obj - 0001:0007e610 __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 1007f610 f main.cpp.obj - 0001:0007e610 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 1007f610 f main.cpp.obj - 0001:0007e610 __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 1007f610 f main.cpp.obj - 0001:0007e610 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$0 1007f610 f main.cpp.obj - 0001:0007e610 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 1007f610 f main.cpp.obj - 0001:0007e610 __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 1007f610 f main.cpp.obj - 0001:0007e610 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 1007f610 f main.cpp.obj - 0001:0007e610 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$0 1007f610 f main.cpp.obj - 0001:0007e610 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$0 1007f610 f main.cpp.obj - 0001:0007e610 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$0 1007f610 f main.cpp.obj - 0001:0007e610 __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 1007f610 f main.cpp.obj - 0001:0007e610 __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 1007f610 f main.cpp.obj - 0001:0007e610 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z$0 1007f610 f main.cpp.obj - 0001:0007e610 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$0 1007f610 f main.cpp.obj - 0001:0007e610 __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 1007f610 f main.cpp.obj - 0001:0007e610 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$0 1007f610 f main.cpp.obj - 0001:0007e610 __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 1007f610 f main.cpp.obj - 0001:0007e610 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$0 1007f610 f main.cpp.obj - 0001:0007e610 __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 1007f610 f main.cpp.obj - 0001:0007e610 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 1007f610 f main.cpp.obj - 0001:0007e610 __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 1007f610 f main.cpp.obj - 0001:0007e610 __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 1007f610 f main.cpp.obj - 0001:0007e610 __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 1007f610 f main.cpp.obj - 0001:0007e610 __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 1007f610 f main.cpp.obj - 0001:0007e618 __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 1007f618 f main.cpp.obj - 0001:0007e618 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 1007f618 f main.cpp.obj - 0001:0007e618 __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 1007f618 f main.cpp.obj - 0001:0007e618 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 1007f618 f main.cpp.obj - 0001:0007e618 __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 1007f618 f main.cpp.obj - 0001:0007e618 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$1 1007f618 f main.cpp.obj - 0001:0007e618 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 1007f618 f main.cpp.obj - 0001:0007e618 __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 1007f618 f main.cpp.obj - 0001:0007e618 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 1007f618 f main.cpp.obj - 0001:0007e618 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$1 1007f618 f main.cpp.obj - 0001:0007e618 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$1 1007f618 f main.cpp.obj - 0001:0007e618 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$1 1007f618 f main.cpp.obj - 0001:0007e618 __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 1007f618 f main.cpp.obj - 0001:0007e618 __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 1007f618 f main.cpp.obj - 0001:0007e618 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z$1 1007f618 f main.cpp.obj - 0001:0007e618 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$1 1007f618 f main.cpp.obj - 0001:0007e618 __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 1007f618 f main.cpp.obj - 0001:0007e618 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$1 1007f618 f main.cpp.obj - 0001:0007e618 __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 1007f618 f main.cpp.obj - 0001:0007e618 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$1 1007f618 f main.cpp.obj - 0001:0007e618 __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 1007f618 f main.cpp.obj - 0001:0007e618 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 1007f618 f main.cpp.obj - 0001:0007e618 __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 1007f618 f main.cpp.obj - 0001:0007e618 __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 1007f618 f main.cpp.obj - 0001:0007e618 __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 1007f618 f main.cpp.obj - 0001:0007e618 __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 1007f618 f main.cpp.obj - 0001:0007e620 __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 1007f620 f main.cpp.obj - 0001:0007e620 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 1007f620 f main.cpp.obj - 0001:0007e620 __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 1007f620 f main.cpp.obj - 0001:0007e620 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 1007f620 f main.cpp.obj - 0001:0007e620 __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 1007f620 f main.cpp.obj - 0001:0007e620 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$2 1007f620 f main.cpp.obj - 0001:0007e620 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 1007f620 f main.cpp.obj - 0001:0007e620 __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 1007f620 f main.cpp.obj - 0001:0007e620 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 1007f620 f main.cpp.obj - 0001:0007e620 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$2 1007f620 f main.cpp.obj - 0001:0007e620 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$2 1007f620 f main.cpp.obj - 0001:0007e620 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$2 1007f620 f main.cpp.obj - 0001:0007e620 __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 1007f620 f main.cpp.obj - 0001:0007e620 __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 1007f620 f main.cpp.obj - 0001:0007e620 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z$2 1007f620 f main.cpp.obj - 0001:0007e620 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$2 1007f620 f main.cpp.obj - 0001:0007e620 __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 1007f620 f main.cpp.obj - 0001:0007e620 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$2 1007f620 f main.cpp.obj - 0001:0007e620 __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 1007f620 f main.cpp.obj - 0001:0007e620 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$2 1007f620 f main.cpp.obj - 0001:0007e620 __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 1007f620 f main.cpp.obj - 0001:0007e620 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 1007f620 f main.cpp.obj - 0001:0007e620 __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 1007f620 f main.cpp.obj - 0001:0007e620 __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 1007f620 f main.cpp.obj - 0001:0007e620 __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 1007f620 f main.cpp.obj - 0001:0007e620 __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 1007f620 f main.cpp.obj - 0001:0007e62d __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 1007f62d f main.cpp.obj - 0001:0007e62d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 1007f62d f main.cpp.obj - 0001:0007e62d __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 1007f62d f main.cpp.obj - 0001:0007e62d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1007f62d f main.cpp.obj - 0001:0007e62d __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 1007f62d f main.cpp.obj - 0001:0007e62d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 1007f62d f main.cpp.obj - 0001:0007e62d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1007f62d f main.cpp.obj - 0001:0007e62d __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 1007f62d f main.cpp.obj - 0001:0007e62d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1007f62d f main.cpp.obj - 0001:0007e62d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 1007f62d f main.cpp.obj - 0001:0007e62d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 1007f62d f main.cpp.obj - 0001:0007e62d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 1007f62d f main.cpp.obj - 0001:0007e62d __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 1007f62d f main.cpp.obj - 0001:0007e62d __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 1007f62d f main.cpp.obj - 0001:0007e62d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z 1007f62d f main.cpp.obj - 0001:0007e62d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 1007f62d f main.cpp.obj - 0001:0007e62d __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 1007f62d f main.cpp.obj - 0001:0007e62d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 1007f62d f main.cpp.obj - 0001:0007e62d __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 1007f62d f main.cpp.obj - 0001:0007e62d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 1007f62d f main.cpp.obj - 0001:0007e62d __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 1007f62d f main.cpp.obj - 0001:0007e62d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 1007f62d f main.cpp.obj - 0001:0007e62d __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 1007f62d f main.cpp.obj - 0001:0007e62d __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 1007f62d f main.cpp.obj - 0001:0007e62d __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 1007f62d f main.cpp.obj - 0001:0007e62d __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 1007f62d f main.cpp.obj - 0001:0007e660 __unwindfunclet$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$2 1007f660 f main.cpp.obj - 0001:0007e66d __ehhandler$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 1007f66d f main.cpp.obj - 0001:0007e690 __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 1007f690 f main.cpp.obj - 0001:0007e698 __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 1007f698 f main.cpp.obj - 0001:0007e6a0 __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 1007f6a0 f main.cpp.obj - 0001:0007e6a8 __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 1007f6a8 f main.cpp.obj - 0001:0007e6b5 __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 1007f6b5 f main.cpp.obj - 0001:0007e6e0 __unwindfunclet$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$2 1007f6e0 f main.cpp.obj - 0001:0007e6ed __ehhandler$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 1007f6ed f main.cpp.obj - 0001:0007e710 __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 1007f710 f main.cpp.obj - 0001:0007e718 __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 1007f718 f main.cpp.obj - 0001:0007e72a __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 1007f72a f main.cpp.obj - 0001:0007e74c __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 1007f74c f main.cpp.obj - 0001:0007e76e __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 1007f76e f main.cpp.obj - 0001:0007e776 __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 1007f776 f main.cpp.obj - 0001:0007e77e __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 1007f77e f main.cpp.obj - 0001:0007e786 __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 1007f786 f main.cpp.obj - 0001:0007e78e __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 1007f78e f main.cpp.obj - 0001:0007e796 __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 1007f796 f main.cpp.obj - 0001:0007e79e __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 1007f79e f main.cpp.obj - 0001:0007e7a6 __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 1007f7a6 f main.cpp.obj - 0001:0007e7ae __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 1007f7ae f main.cpp.obj - 0001:0007e7b9 __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 1007f7b9 f main.cpp.obj - 0001:0007e7c4 __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 1007f7c4 f main.cpp.obj - 0001:0007e7d1 __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 1007f7d1 f main.cpp.obj - 0001:0007e800 __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 1007f800 f main.cpp.obj - 0001:0007e808 __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 1007f808 f main.cpp.obj - 0001:0007e81a __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 1007f81a f main.cpp.obj - 0001:0007e83c __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 1007f83c f main.cpp.obj - 0001:0007e85e __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 1007f85e f main.cpp.obj - 0001:0007e866 __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 1007f866 f main.cpp.obj - 0001:0007e86e __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 1007f86e f main.cpp.obj - 0001:0007e876 __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 1007f876 f main.cpp.obj - 0001:0007e87e __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 1007f87e f main.cpp.obj - 0001:0007e886 __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 1007f886 f main.cpp.obj - 0001:0007e88e __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 1007f88e f main.cpp.obj - 0001:0007e896 __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 1007f896 f main.cpp.obj - 0001:0007e89e __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 1007f89e f main.cpp.obj - 0001:0007e8a9 __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 1007f8a9 f main.cpp.obj - 0001:0007e8b4 __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 1007f8b4 f main.cpp.obj - 0001:0007e8c1 __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 1007f8c1 f main.cpp.obj - 0001:0007e8f0 __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 1007f8f0 f main.cpp.obj - 0001:0007e8f8 __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 1007f8f8 f main.cpp.obj - 0001:0007e90a __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 1007f90a f main.cpp.obj - 0001:0007e92c __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 1007f92c f main.cpp.obj - 0001:0007e94e __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 1007f94e f main.cpp.obj - 0001:0007e956 __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 1007f956 f main.cpp.obj - 0001:0007e95e __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 1007f95e f main.cpp.obj - 0001:0007e966 __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 1007f966 f main.cpp.obj - 0001:0007e96e __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 1007f96e f main.cpp.obj - 0001:0007e976 __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 1007f976 f main.cpp.obj - 0001:0007e97e __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 1007f97e f main.cpp.obj - 0001:0007e986 __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 1007f986 f main.cpp.obj - 0001:0007e98e __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 1007f98e f main.cpp.obj - 0001:0007e999 __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 1007f999 f main.cpp.obj - 0001:0007e9a4 __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 1007f9a4 f main.cpp.obj - 0001:0007e9b1 __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 1007f9b1 f main.cpp.obj - 0001:0007e9e0 __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 1007f9e0 f main.cpp.obj - 0001:0007e9e8 __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 1007f9e8 f main.cpp.obj - 0001:0007e9fa __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 1007f9fa f main.cpp.obj - 0001:0007ea1c __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 1007fa1c f main.cpp.obj - 0001:0007ea3e __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 1007fa3e f main.cpp.obj - 0001:0007ea46 __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 1007fa46 f main.cpp.obj - 0001:0007ea4e __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 1007fa4e f main.cpp.obj - 0001:0007ea56 __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 1007fa56 f main.cpp.obj - 0001:0007ea5e __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 1007fa5e f main.cpp.obj - 0001:0007ea66 __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 1007fa66 f main.cpp.obj - 0001:0007ea6e __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 1007fa6e f main.cpp.obj - 0001:0007ea76 __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 1007fa76 f main.cpp.obj - 0001:0007ea7e __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 1007fa7e f main.cpp.obj - 0001:0007ea89 __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 1007fa89 f main.cpp.obj - 0001:0007ea94 __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 1007fa94 f main.cpp.obj - 0001:0007eaa1 __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 1007faa1 f main.cpp.obj - 0001:0007ead0 __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 1007fad0 f main.cpp.obj - 0001:0007ead8 __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 1007fad8 f main.cpp.obj - 0001:0007eaea __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 1007faea f main.cpp.obj - 0001:0007eb0c __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 1007fb0c f main.cpp.obj - 0001:0007eb2e __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 1007fb2e f main.cpp.obj - 0001:0007eb36 __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 1007fb36 f main.cpp.obj - 0001:0007eb3e __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 1007fb3e f main.cpp.obj - 0001:0007eb46 __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 1007fb46 f main.cpp.obj - 0001:0007eb4e __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 1007fb4e f main.cpp.obj - 0001:0007eb56 __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 1007fb56 f main.cpp.obj - 0001:0007eb5e __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 1007fb5e f main.cpp.obj - 0001:0007eb66 __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 1007fb66 f main.cpp.obj - 0001:0007eb6e __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 1007fb6e f main.cpp.obj - 0001:0007eb79 __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 1007fb79 f main.cpp.obj - 0001:0007eb84 __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 1007fb84 f main.cpp.obj - 0001:0007eb91 __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 1007fb91 f main.cpp.obj - 0001:0007ebc0 __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 1007fbc0 f main.cpp.obj - 0001:0007ebc8 __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 1007fbc8 f main.cpp.obj - 0001:0007ebda __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 1007fbda f main.cpp.obj - 0001:0007ebfc __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 1007fbfc f main.cpp.obj - 0001:0007ec1e __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 1007fc1e f main.cpp.obj - 0001:0007ec26 __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 1007fc26 f main.cpp.obj - 0001:0007ec2e __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 1007fc2e f main.cpp.obj - 0001:0007ec36 __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 1007fc36 f main.cpp.obj - 0001:0007ec3e __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 1007fc3e f main.cpp.obj - 0001:0007ec46 __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 1007fc46 f main.cpp.obj - 0001:0007ec4e __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 1007fc4e f main.cpp.obj - 0001:0007ec56 __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 1007fc56 f main.cpp.obj - 0001:0007ec5e __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 1007fc5e f main.cpp.obj - 0001:0007ec69 __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 1007fc69 f main.cpp.obj - 0001:0007ec74 __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 1007fc74 f main.cpp.obj - 0001:0007ec81 __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 1007fc81 f main.cpp.obj - 0001:0007ecb0 __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 1007fcb0 f main.cpp.obj - 0001:0007ecb8 __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 1007fcb8 f main.cpp.obj - 0001:0007ecca __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 1007fcca f main.cpp.obj - 0001:0007ecec __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 1007fcec f main.cpp.obj - 0001:0007ed0e __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 1007fd0e f main.cpp.obj - 0001:0007ed16 __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 1007fd16 f main.cpp.obj - 0001:0007ed1e __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 1007fd1e f main.cpp.obj - 0001:0007ed26 __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 1007fd26 f main.cpp.obj - 0001:0007ed2e __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 1007fd2e f main.cpp.obj - 0001:0007ed36 __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 1007fd36 f main.cpp.obj - 0001:0007ed3e __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 1007fd3e f main.cpp.obj - 0001:0007ed46 __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 1007fd46 f main.cpp.obj - 0001:0007ed4e __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 1007fd4e f main.cpp.obj - 0001:0007ed59 __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 1007fd59 f main.cpp.obj - 0001:0007ed64 __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 1007fd64 f main.cpp.obj - 0001:0007ed71 __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 1007fd71 f main.cpp.obj - 0001:0007eda0 __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 1007fda0 f main.cpp.obj - 0001:0007eda8 __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 1007fda8 f main.cpp.obj - 0001:0007edba __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 1007fdba f main.cpp.obj - 0001:0007eddc __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 1007fddc f main.cpp.obj - 0001:0007edfe __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 1007fdfe f main.cpp.obj - 0001:0007ee06 __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 1007fe06 f main.cpp.obj - 0001:0007ee0e __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 1007fe0e f main.cpp.obj - 0001:0007ee16 __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 1007fe16 f main.cpp.obj - 0001:0007ee1e __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 1007fe1e f main.cpp.obj - 0001:0007ee26 __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 1007fe26 f main.cpp.obj - 0001:0007ee2e __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 1007fe2e f main.cpp.obj - 0001:0007ee36 __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 1007fe36 f main.cpp.obj - 0001:0007ee3e __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 1007fe3e f main.cpp.obj - 0001:0007ee49 __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 1007fe49 f main.cpp.obj - 0001:0007ee54 __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 1007fe54 f main.cpp.obj - 0001:0007ee61 __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 1007fe61 f main.cpp.obj - 0001:0007ee90 __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 1007fe90 f main.cpp.obj - 0001:0007ee98 __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 1007fe98 f main.cpp.obj - 0001:0007eeaa __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 1007feaa f main.cpp.obj - 0001:0007eecc __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 1007fecc f main.cpp.obj - 0001:0007eeee __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 1007feee f main.cpp.obj - 0001:0007eef6 __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 1007fef6 f main.cpp.obj - 0001:0007eefe __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 1007fefe f main.cpp.obj - 0001:0007ef06 __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 1007ff06 f main.cpp.obj - 0001:0007ef0e __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 1007ff0e f main.cpp.obj - 0001:0007ef16 __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 1007ff16 f main.cpp.obj - 0001:0007ef1e __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 1007ff1e f main.cpp.obj - 0001:0007ef26 __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 1007ff26 f main.cpp.obj - 0001:0007ef2e __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 1007ff2e f main.cpp.obj - 0001:0007ef39 __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 1007ff39 f main.cpp.obj - 0001:0007ef44 __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 1007ff44 f main.cpp.obj - 0001:0007ef51 __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 1007ff51 f main.cpp.obj - 0001:0007ef80 __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 1007ff80 f main.cpp.obj - 0001:0007ef88 __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 1007ff88 f main.cpp.obj - 0001:0007ef9a __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 1007ff9a f main.cpp.obj - 0001:0007efbc __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 1007ffbc f main.cpp.obj - 0001:0007efde __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 1007ffde f main.cpp.obj - 0001:0007efe6 __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 1007ffe6 f main.cpp.obj - 0001:0007efee __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 1007ffee f main.cpp.obj - 0001:0007eff6 __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 1007fff6 f main.cpp.obj - 0001:0007effe __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 1007fffe f main.cpp.obj - 0001:0007f006 __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 10080006 f main.cpp.obj - 0001:0007f00e __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 1008000e f main.cpp.obj - 0001:0007f016 __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 10080016 f main.cpp.obj - 0001:0007f01e __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 1008001e f main.cpp.obj - 0001:0007f029 __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 10080029 f main.cpp.obj - 0001:0007f034 __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 10080034 f main.cpp.obj - 0001:0007f041 __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 10080041 f main.cpp.obj - 0001:0007f070 __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 10080070 f main.cpp.obj - 0001:0007f078 __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 10080078 f main.cpp.obj - 0001:0007f08a __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 1008008a f main.cpp.obj - 0001:0007f0ac __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 100800ac f main.cpp.obj - 0001:0007f0ce __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 100800ce f main.cpp.obj - 0001:0007f0d6 __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 100800d6 f main.cpp.obj - 0001:0007f0de __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 100800de f main.cpp.obj - 0001:0007f0e6 __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 100800e6 f main.cpp.obj - 0001:0007f0ee __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 100800ee f main.cpp.obj - 0001:0007f0f6 __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 100800f6 f main.cpp.obj - 0001:0007f0fe __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 100800fe f main.cpp.obj - 0001:0007f106 __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 10080106 f main.cpp.obj - 0001:0007f10e __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 1008010e f main.cpp.obj - 0001:0007f119 __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 10080119 f main.cpp.obj - 0001:0007f124 __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 10080124 f main.cpp.obj - 0001:0007f131 __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 10080131 f main.cpp.obj - 0001:0007f160 __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 10080160 f main.cpp.obj - 0001:0007f168 __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 10080168 f main.cpp.obj - 0001:0007f17a __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 1008017a f main.cpp.obj - 0001:0007f19c __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 1008019c f main.cpp.obj - 0001:0007f1be __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 100801be f main.cpp.obj - 0001:0007f1c6 __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 100801c6 f main.cpp.obj - 0001:0007f1ce __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 100801ce f main.cpp.obj - 0001:0007f1d6 __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 100801d6 f main.cpp.obj - 0001:0007f1de __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 100801de f main.cpp.obj - 0001:0007f1e6 __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 100801e6 f main.cpp.obj - 0001:0007f1ee __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 100801ee f main.cpp.obj - 0001:0007f1f6 __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 100801f6 f main.cpp.obj - 0001:0007f1fe __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 100801fe f main.cpp.obj - 0001:0007f209 __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 10080209 f main.cpp.obj - 0001:0007f214 __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 10080214 f main.cpp.obj - 0001:0007f221 __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 10080221 f main.cpp.obj - 0001:0007f250 __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 10080250 f main.cpp.obj - 0001:0007f258 __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 10080258 f main.cpp.obj - 0001:0007f26a __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 1008026a f main.cpp.obj - 0001:0007f28c __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 1008028c f main.cpp.obj - 0001:0007f2ae __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 100802ae f main.cpp.obj - 0001:0007f2b6 __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 100802b6 f main.cpp.obj - 0001:0007f2be __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 100802be f main.cpp.obj - 0001:0007f2c6 __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 100802c6 f main.cpp.obj - 0001:0007f2ce __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 100802ce f main.cpp.obj - 0001:0007f2d6 __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 100802d6 f main.cpp.obj - 0001:0007f2de __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 100802de f main.cpp.obj - 0001:0007f2e6 __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 100802e6 f main.cpp.obj - 0001:0007f2ee __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 100802ee f main.cpp.obj - 0001:0007f2f9 __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 100802f9 f main.cpp.obj - 0001:0007f304 __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 10080304 f main.cpp.obj - 0001:0007f311 __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 10080311 f main.cpp.obj - 0001:0007f340 __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 10080340 f main.cpp.obj - 0001:0007f348 __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 10080348 f main.cpp.obj - 0001:0007f35a __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 1008035a f main.cpp.obj - 0001:0007f37c __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 1008037c f main.cpp.obj - 0001:0007f39e __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 1008039e f main.cpp.obj - 0001:0007f3a6 __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 100803a6 f main.cpp.obj - 0001:0007f3ae __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 100803ae f main.cpp.obj - 0001:0007f3b6 __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 100803b6 f main.cpp.obj - 0001:0007f3be __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 100803be f main.cpp.obj - 0001:0007f3c6 __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 100803c6 f main.cpp.obj - 0001:0007f3ce __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 100803ce f main.cpp.obj - 0001:0007f3d6 __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 100803d6 f main.cpp.obj - 0001:0007f3de __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 100803de f main.cpp.obj - 0001:0007f3e9 __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 100803e9 f main.cpp.obj - 0001:0007f3f4 __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 100803f4 f main.cpp.obj - 0001:0007f401 __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 10080401 f main.cpp.obj - 0001:0007f430 __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 10080430 f main.cpp.obj - 0001:0007f438 __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 10080438 f main.cpp.obj - 0001:0007f44a __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 1008044a f main.cpp.obj - 0001:0007f46c __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 1008046c f main.cpp.obj - 0001:0007f48e __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 1008048e f main.cpp.obj - 0001:0007f496 __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 10080496 f main.cpp.obj - 0001:0007f49e __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 1008049e f main.cpp.obj - 0001:0007f4a6 __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 100804a6 f main.cpp.obj - 0001:0007f4ae __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 100804ae f main.cpp.obj - 0001:0007f4b6 __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 100804b6 f main.cpp.obj - 0001:0007f4be __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 100804be f main.cpp.obj - 0001:0007f4c6 __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 100804c6 f main.cpp.obj - 0001:0007f4ce __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 100804ce f main.cpp.obj - 0001:0007f4d9 __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 100804d9 f main.cpp.obj - 0001:0007f4e4 __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 100804e4 f main.cpp.obj - 0001:0007f4f1 __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 100804f1 f main.cpp.obj - 0001:0007f520 __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 10080520 f main.cpp.obj - 0001:0007f528 __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 10080528 f main.cpp.obj - 0001:0007f53a __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 1008053a f main.cpp.obj - 0001:0007f55c __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 1008055c f main.cpp.obj - 0001:0007f57e __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 1008057e f main.cpp.obj - 0001:0007f586 __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 10080586 f main.cpp.obj - 0001:0007f58e __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 1008058e f main.cpp.obj - 0001:0007f596 __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 10080596 f main.cpp.obj - 0001:0007f59e __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 1008059e f main.cpp.obj - 0001:0007f5a6 __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 100805a6 f main.cpp.obj - 0001:0007f5ae __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 100805ae f main.cpp.obj - 0001:0007f5b6 __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 100805b6 f main.cpp.obj - 0001:0007f5be __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 100805be f main.cpp.obj - 0001:0007f5c9 __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 100805c9 f main.cpp.obj - 0001:0007f5d4 __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 100805d4 f main.cpp.obj - 0001:0007f5e1 __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 100805e1 f main.cpp.obj - 0001:0007f610 __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 10080610 f main.cpp.obj - 0001:0007f618 __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 10080618 f main.cpp.obj - 0001:0007f62a __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 1008062a f main.cpp.obj - 0001:0007f64c __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 1008064c f main.cpp.obj - 0001:0007f66e __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 1008066e f main.cpp.obj - 0001:0007f676 __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 10080676 f main.cpp.obj - 0001:0007f67e __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 1008067e f main.cpp.obj - 0001:0007f686 __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 10080686 f main.cpp.obj - 0001:0007f68e __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 1008068e f main.cpp.obj - 0001:0007f696 __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 10080696 f main.cpp.obj - 0001:0007f69e __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 1008069e f main.cpp.obj - 0001:0007f6a6 __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 100806a6 f main.cpp.obj - 0001:0007f6ae __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 100806ae f main.cpp.obj - 0001:0007f6b9 __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 100806b9 f main.cpp.obj - 0001:0007f6c4 __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 100806c4 f main.cpp.obj - 0001:0007f6d1 __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 100806d1 f main.cpp.obj - 0001:0007f700 __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 10080700 f main.cpp.obj - 0001:0007f708 __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 10080708 f main.cpp.obj - 0001:0007f71a __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 1008071a f main.cpp.obj - 0001:0007f73c __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 1008073c f main.cpp.obj - 0001:0007f75e __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 1008075e f main.cpp.obj - 0001:0007f766 __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 10080766 f main.cpp.obj - 0001:0007f76e __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 1008076e f main.cpp.obj - 0001:0007f776 __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 10080776 f main.cpp.obj - 0001:0007f77e __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 1008077e f main.cpp.obj - 0001:0007f786 __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 10080786 f main.cpp.obj - 0001:0007f78e __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 1008078e f main.cpp.obj - 0001:0007f796 __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 10080796 f main.cpp.obj - 0001:0007f79e __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 1008079e f main.cpp.obj - 0001:0007f7a9 __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 100807a9 f main.cpp.obj - 0001:0007f7b4 __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 100807b4 f main.cpp.obj - 0001:0007f7c1 __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 100807c1 f main.cpp.obj - 0001:0007f7f0 __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 100807f0 f main.cpp.obj - 0001:0007f7f8 __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 100807f8 f main.cpp.obj - 0001:0007f80a __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 1008080a f main.cpp.obj - 0001:0007f82c __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 1008082c f main.cpp.obj - 0001:0007f84e __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 1008084e f main.cpp.obj - 0001:0007f856 __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 10080856 f main.cpp.obj - 0001:0007f85e __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 1008085e f main.cpp.obj - 0001:0007f866 __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 10080866 f main.cpp.obj - 0001:0007f86e __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 1008086e f main.cpp.obj - 0001:0007f876 __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 10080876 f main.cpp.obj - 0001:0007f87e __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 1008087e f main.cpp.obj - 0001:0007f886 __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 10080886 f main.cpp.obj - 0001:0007f88e __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 1008088e f main.cpp.obj - 0001:0007f899 __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 10080899 f main.cpp.obj - 0001:0007f8a4 __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 100808a4 f main.cpp.obj - 0001:0007f8b1 __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 100808b1 f main.cpp.obj - 0001:0007f8e0 __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 100808e0 f main.cpp.obj - 0001:0007f8e8 __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 100808e8 f main.cpp.obj - 0001:0007f8fa __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 100808fa f main.cpp.obj - 0001:0007f91c __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 1008091c f main.cpp.obj - 0001:0007f93e __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 1008093e f main.cpp.obj - 0001:0007f946 __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 10080946 f main.cpp.obj - 0001:0007f94e __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 1008094e f main.cpp.obj - 0001:0007f956 __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 10080956 f main.cpp.obj - 0001:0007f95e __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 1008095e f main.cpp.obj - 0001:0007f966 __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 10080966 f main.cpp.obj - 0001:0007f96e __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 1008096e f main.cpp.obj - 0001:0007f976 __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 10080976 f main.cpp.obj - 0001:0007f97e __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 1008097e f main.cpp.obj - 0001:0007f989 __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 10080989 f main.cpp.obj - 0001:0007f994 __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 10080994 f main.cpp.obj - 0001:0007f9a1 __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 100809a1 f main.cpp.obj - 0001:0007f9d0 __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 100809d0 f main.cpp.obj - 0001:0007f9d8 __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 100809d8 f main.cpp.obj - 0001:0007f9ea __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 100809ea f main.cpp.obj - 0001:0007fa0c __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 10080a0c f main.cpp.obj - 0001:0007fa2e __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 10080a2e f main.cpp.obj - 0001:0007fa36 __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 10080a36 f main.cpp.obj - 0001:0007fa3e __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 10080a3e f main.cpp.obj - 0001:0007fa46 __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 10080a46 f main.cpp.obj - 0001:0007fa4e __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 10080a4e f main.cpp.obj - 0001:0007fa56 __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 10080a56 f main.cpp.obj - 0001:0007fa5e __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 10080a5e f main.cpp.obj - 0001:0007fa66 __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 10080a66 f main.cpp.obj - 0001:0007fa6e __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 10080a6e f main.cpp.obj - 0001:0007fa79 __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 10080a79 f main.cpp.obj - 0001:0007fa84 __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 10080a84 f main.cpp.obj - 0001:0007fa91 __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 10080a91 f main.cpp.obj - 0001:0007fac0 __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 10080ac0 f main.cpp.obj - 0001:0007fac8 __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 10080ac8 f main.cpp.obj - 0001:0007fada __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 10080ada f main.cpp.obj - 0001:0007fafc __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 10080afc f main.cpp.obj - 0001:0007fb1e __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 10080b1e f main.cpp.obj - 0001:0007fb26 __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 10080b26 f main.cpp.obj - 0001:0007fb2e __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 10080b2e f main.cpp.obj - 0001:0007fb36 __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 10080b36 f main.cpp.obj - 0001:0007fb3e __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 10080b3e f main.cpp.obj - 0001:0007fb46 __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 10080b46 f main.cpp.obj - 0001:0007fb4e __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 10080b4e f main.cpp.obj - 0001:0007fb56 __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 10080b56 f main.cpp.obj - 0001:0007fb5e __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 10080b5e f main.cpp.obj - 0001:0007fb69 __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 10080b69 f main.cpp.obj - 0001:0007fb74 __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 10080b74 f main.cpp.obj - 0001:0007fb81 __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 10080b81 f main.cpp.obj - 0001:0007fbb0 __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 10080bb0 f main.cpp.obj - 0001:0007fbb8 __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 10080bb8 f main.cpp.obj - 0001:0007fbca __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 10080bca f main.cpp.obj - 0001:0007fbec __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 10080bec f main.cpp.obj - 0001:0007fc0e __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 10080c0e f main.cpp.obj - 0001:0007fc16 __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 10080c16 f main.cpp.obj - 0001:0007fc1e __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 10080c1e f main.cpp.obj - 0001:0007fc26 __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 10080c26 f main.cpp.obj - 0001:0007fc2e __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 10080c2e f main.cpp.obj - 0001:0007fc36 __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 10080c36 f main.cpp.obj - 0001:0007fc3e __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 10080c3e f main.cpp.obj - 0001:0007fc46 __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 10080c46 f main.cpp.obj - 0001:0007fc4e __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 10080c4e f main.cpp.obj - 0001:0007fc59 __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 10080c59 f main.cpp.obj - 0001:0007fc64 __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 10080c64 f main.cpp.obj - 0001:0007fc71 __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 10080c71 f main.cpp.obj - 0001:0007fca0 __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 10080ca0 f main.cpp.obj - 0001:0007fca8 __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 10080ca8 f main.cpp.obj - 0001:0007fcba __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 10080cba f main.cpp.obj - 0001:0007fcdc __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 10080cdc f main.cpp.obj - 0001:0007fcfe __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 10080cfe f main.cpp.obj - 0001:0007fd06 __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 10080d06 f main.cpp.obj - 0001:0007fd0e __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 10080d0e f main.cpp.obj - 0001:0007fd16 __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 10080d16 f main.cpp.obj - 0001:0007fd1e __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 10080d1e f main.cpp.obj - 0001:0007fd26 __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 10080d26 f main.cpp.obj - 0001:0007fd2e __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 10080d2e f main.cpp.obj - 0001:0007fd36 __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 10080d36 f main.cpp.obj - 0001:0007fd3e __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 10080d3e f main.cpp.obj - 0001:0007fd49 __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 10080d49 f main.cpp.obj - 0001:0007fd54 __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 10080d54 f main.cpp.obj - 0001:0007fd61 __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 10080d61 f main.cpp.obj - 0001:0007fd90 __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 10080d90 f main.cpp.obj - 0001:0007fd98 __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 10080d98 f main.cpp.obj - 0001:0007fdaa __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 10080daa f main.cpp.obj - 0001:0007fdcc __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 10080dcc f main.cpp.obj - 0001:0007fdee __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 10080dee f main.cpp.obj - 0001:0007fdf6 __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 10080df6 f main.cpp.obj - 0001:0007fdfe __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 10080dfe f main.cpp.obj - 0001:0007fe06 __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 10080e06 f main.cpp.obj - 0001:0007fe0e __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 10080e0e f main.cpp.obj - 0001:0007fe16 __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 10080e16 f main.cpp.obj - 0001:0007fe1e __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 10080e1e f main.cpp.obj - 0001:0007fe26 __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 10080e26 f main.cpp.obj - 0001:0007fe2e __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 10080e2e f main.cpp.obj - 0001:0007fe39 __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 10080e39 f main.cpp.obj - 0001:0007fe44 __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 10080e44 f main.cpp.obj - 0001:0007fe51 __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 10080e51 f main.cpp.obj - 0001:0007fe80 __ehhandler$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 10080e80 f main.cpp.obj - 0001:0007fea0 __ehhandler$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 10080ea0 f main.cpp.obj - 0001:0007fec0 __unwindfunclet$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z$0 10080ec0 f main.cpp.obj - 0001:0007fecd __ehhandler$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 10080ecd f main.cpp.obj - 0001:0007fef0 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 10080ef0 f main.cpp.obj - 0001:0007fef8 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 10080ef8 f main.cpp.obj - 0001:0007ff11 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 10080f11 f main.cpp.obj - 0001:0007ff19 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 10080f19 f main.cpp.obj - 0001:0007ff21 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 10080f21 f main.cpp.obj - 0001:0007ff29 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 10080f29 f main.cpp.obj - 0001:0007ff31 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 10080f31 f main.cpp.obj - 0001:0007ff3d __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 10080f3d f main.cpp.obj - 0001:0007ff4c __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 10080f4c f main.cpp.obj - 0001:0007ff59 __ehhandler$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10080f59 f main.cpp.obj - 0001:0007ff90 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 10080f90 f main.cpp.obj - 0001:0007ff98 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 10080f98 f main.cpp.obj - 0001:0007ffb1 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 10080fb1 f main.cpp.obj - 0001:0007ffb9 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 10080fb9 f main.cpp.obj - 0001:0007ffc1 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 10080fc1 f main.cpp.obj - 0001:0007ffc9 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 10080fc9 f main.cpp.obj - 0001:0007ffd1 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 10080fd1 f main.cpp.obj - 0001:0007ffdd __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 10080fdd f main.cpp.obj - 0001:0007ffec __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 10080fec f main.cpp.obj - 0001:0007fff9 __ehhandler$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10080ff9 f main.cpp.obj - 0001:00080020 __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 10081020 f main.cpp.obj - 0001:00080034 __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 10081034 f main.cpp.obj - 0001:00080060 __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 10081060 f main.cpp.obj - 0001:00080068 __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 10081068 f main.cpp.obj - 0001:00080077 __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 10081077 f main.cpp.obj - 0001:00080084 __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 10081084 f main.cpp.obj - 0001:000800b0 __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 100810b0 f main.cpp.obj - 0001:000800b8 __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 100810b8 f main.cpp.obj - 0001:000800c7 __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 100810c7 f main.cpp.obj - 0001:000800d4 __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 100810d4 f main.cpp.obj - 0001:00080100 __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 10081100 f main.cpp.obj - 0001:0008010b __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 1008110b f main.cpp.obj - 0001:00080113 __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 10081113 f main.cpp.obj - 0001:0008011b __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 1008111b f main.cpp.obj - 0001:00080123 __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 10081123 f main.cpp.obj - 0001:00080130 __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 10081130 f main.cpp.obj - 0001:00080160 __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 10081160 f main.cpp.obj - 0001:00080182 __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 10081182 f main.cpp.obj - 0001:0008018d __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 1008118d f main.cpp.obj - 0001:00080198 __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 10081198 f main.cpp.obj - 0001:000801a0 __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 100811a0 f main.cpp.obj - 0001:000801a8 __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 100811a8 f main.cpp.obj - 0001:000801b0 __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 100811b0 f main.cpp.obj - 0001:000801bd __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 100811bd f main.cpp.obj - 0001:000801f0 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$4 100811f0 f main.cpp.obj - 0001:00080209 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$3 10081209 f main.cpp.obj - 0001:00080219 __ehhandler$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 10081219 f main.cpp.obj - 0001:00080240 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$0 10081240 f main.cpp.obj - 0001:00080248 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$1 10081248 f main.cpp.obj - 0001:00080255 __ehhandler$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 10081255 f main.cpp.obj - 0001:00080280 __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 10081280 f main.cpp.obj - 0001:00080288 __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 10081288 f main.cpp.obj - 0001:00080297 __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 10081297 f main.cpp.obj - 0001:000802a4 __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 100812a4 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __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 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __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 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __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 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __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 100812d0 f main.cpp.obj - 0001:000802d0 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$0 100812d0 f main.cpp.obj - 0001:000802d0 __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 100812d0 f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __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 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$13 100812db f main.cpp.obj - 0001:000802db __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 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$13 100812db f main.cpp.obj - 0001:000802db __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 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __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 100812db f main.cpp.obj - 0001:000802db __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$13 100812db f main.cpp.obj - 0001:000802db __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 100812db f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __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 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __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 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __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 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __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 100812e3 f main.cpp.obj - 0001:000802e3 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$1 100812e3 f main.cpp.obj - 0001:000802e3 __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 100812e3 f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __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 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$2 100812ee f main.cpp.obj - 0001:000802ee __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 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$2 100812ee f main.cpp.obj - 0001:000802ee __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 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __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 100812ee f main.cpp.obj - 0001:000802ee __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$2 100812ee f main.cpp.obj - 0001:000802ee __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 100812ee f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __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 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __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 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __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 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __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 100812f9 f main.cpp.obj - 0001:000802f9 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$3 100812f9 f main.cpp.obj - 0001:000802f9 __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 100812f9 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __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 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$4 10081304 f main.cpp.obj - 0001:00080304 __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 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$4 10081304 f main.cpp.obj - 0001:00080304 __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 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __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 10081304 f main.cpp.obj - 0001:00080304 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$4 10081304 f main.cpp.obj - 0001:00080304 __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 10081304 f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __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 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$5 1008130f f main.cpp.obj - 0001:0008030f __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 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$5 1008130f f main.cpp.obj - 0001:0008030f __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 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __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 1008130f f main.cpp.obj - 0001:0008030f __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$5 1008130f f main.cpp.obj - 0001:0008030f __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 1008130f f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __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 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$7 1008131a f main.cpp.obj - 0001:0008031a __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 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$7 1008131a f main.cpp.obj - 0001:0008031a __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 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __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 1008131a f main.cpp.obj - 0001:0008031a __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$7 1008131a f main.cpp.obj - 0001:0008031a __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 1008131a f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __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 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$8 10081325 f main.cpp.obj - 0001:00080325 __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 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$8 10081325 f main.cpp.obj - 0001:00080325 __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 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __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 10081325 f main.cpp.obj - 0001:00080325 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$8 10081325 f main.cpp.obj - 0001:00080325 __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 10081325 f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __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 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$9 1008132d f main.cpp.obj - 0001:0008032d __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 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$9 1008132d f main.cpp.obj - 0001:0008032d __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 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __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 1008132d f main.cpp.obj - 0001:0008032d __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$9 1008132d f main.cpp.obj - 0001:0008032d __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 1008132d f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __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 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$10 10081335 f main.cpp.obj - 0001:00080335 __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 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$10 10081335 f main.cpp.obj - 0001:00080335 __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 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __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 10081335 f main.cpp.obj - 0001:00080335 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$10 10081335 f main.cpp.obj - 0001:00080335 __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 10081335 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __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 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 10081345 f main.cpp.obj - 0001:00080345 __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 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 10081345 f main.cpp.obj - 0001:00080345 __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 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __ehhandler$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 10081345 f main.cpp.obj - 0001:00080345 __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 10081345 f main.cpp.obj - 0001:00080370 __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$0 10081370 f main.cpp.obj - 0001:0008038c __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$1 1008138c f main.cpp.obj - 0001:0008039c __ehhandler$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 1008139c f main.cpp.obj - 0001:000803c0 __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$0 100813c0 f main.cpp.obj - 0001:000803dc __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$1 100813dc f main.cpp.obj - 0001:000803ec __ehhandler$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100813ec f main.cpp.obj - 0001:00080410 __unwindfunclet$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 10081410 f main.cpp.obj - 0001:00080410 __unwindfunclet$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 10081410 f main.cpp.obj - 0001:00080431 __ehhandler$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 10081431 f main.cpp.obj - 0001:00080431 __ehhandler$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 10081431 f main.cpp.obj - 0001:00080450 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$0 10081450 f main.cpp.obj - 0001:0008046c __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$1 1008146c f main.cpp.obj - 0001:00080488 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$2 10081488 f main.cpp.obj - 0001:00080495 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 10081495 f main.cpp.obj - 0001:000804c0 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$0 100814c0 f main.cpp.obj - 0001:000804dc __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$1 100814dc f main.cpp.obj - 0001:000804f8 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$2 100814f8 f main.cpp.obj - 0001:00080505 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 10081505 f main.cpp.obj - 0001:00080530 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$0 10081530 f main.cpp.obj - 0001:00080530 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$0 10081530 f main.cpp.obj - 0001:00080530 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$0 10081530 f main.cpp.obj - 0001:00080530 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$0 10081530 f main.cpp.obj - 0001:00080538 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$1 10081538 f main.cpp.obj - 0001:00080538 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$1 10081538 f main.cpp.obj - 0001:00080538 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$1 10081538 f main.cpp.obj - 0001:00080538 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$1 10081538 f main.cpp.obj - 0001:00080540 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$2 10081540 f main.cpp.obj - 0001:00080540 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$2 10081540 f main.cpp.obj - 0001:00080540 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$2 10081540 f main.cpp.obj - 0001:00080540 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$2 10081540 f main.cpp.obj - 0001:00080548 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$3 10081548 f main.cpp.obj - 0001:00080548 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$3 10081548 f main.cpp.obj - 0001:00080548 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$3 10081548 f main.cpp.obj - 0001:00080548 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$3 10081548 f main.cpp.obj - 0001:00080555 __ehhandler$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 10081555 f main.cpp.obj - 0001:00080555 __ehhandler$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 10081555 f main.cpp.obj - 0001:00080555 __ehhandler$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 10081555 f main.cpp.obj - 0001:00080555 __ehhandler$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 10081555 f main.cpp.obj - 0001:00080580 __unwindfunclet$??0Error@hadesmem@@QAE@ABV01@@Z$0 10081580 f main.cpp.obj - 0001:000805a1 __ehhandler$??0Error@hadesmem@@QAE@ABV01@@Z 100815a1 f main.cpp.obj - 0001:000805c0 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$0 100815c0 f main.cpp.obj - 0001:000805c8 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$3 100815c8 f main.cpp.obj - 0001:000805d0 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$4 100815d0 f main.cpp.obj - 0001:000805d8 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$5 100815d8 f main.cpp.obj - 0001:000805e0 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$6 100815e0 f main.cpp.obj - 0001:000805eb __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$8 100815eb f main.cpp.obj - 0001:000805f3 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$9 100815f3 f main.cpp.obj - 0001:000805fb __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$10 100815fb f main.cpp.obj - 0001:0008060b __ehhandler$??0Process@hadesmem@@QAE@K@Z 1008160b f main.cpp.obj - 0001:00080640 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$2 10081640 f main.cpp.obj - 0001:00080648 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$3 10081648 f main.cpp.obj - 0001:00080650 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$4 10081650 f main.cpp.obj - 0001:0008065d __ehhandler$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 1008165d f main.cpp.obj - 0001:00080690 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$2 10081690 f main.cpp.obj - 0001:0008069b __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$3 1008169b f main.cpp.obj - 0001:000806a3 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$4 100816a3 f main.cpp.obj - 0001:000806ae __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$5 100816ae f main.cpp.obj - 0001:000806b9 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$15 100816b9 f main.cpp.obj - 0001:000806c4 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$6 100816c4 f main.cpp.obj - 0001:000806cf __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$42 100816cf f main.cpp.obj - 0001:000806d7 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$7 100816d7 f main.cpp.obj - 0001:000806df __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$30 100816df f main.cpp.obj - 0001:000806e7 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$31 100816e7 f main.cpp.obj - 0001:000806f2 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$32 100816f2 f main.cpp.obj - 0001:000806fa __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$33 100816fa f main.cpp.obj - 0001:00080705 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$35 10081705 f main.cpp.obj - 0001:0008070d __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$36 1008170d f main.cpp.obj - 0001:00080718 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$37 10081718 f main.cpp.obj - 0001:00080720 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$38 10081720 f main.cpp.obj - 0001:0008072b __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$39 1008172b f main.cpp.obj - 0001:00080733 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$40 10081733 f main.cpp.obj - 0001:0008073b __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$41 1008173b f main.cpp.obj - 0001:00080746 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$8 10081746 f main.cpp.obj - 0001:0008074e __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$9 1008174e f main.cpp.obj - 0001:00080756 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$10 10081756 f main.cpp.obj - 0001:00080766 __ehhandler$??0SuspendedProcess@hadesmem@@QAE@KK@Z 10081766 f main.cpp.obj - 0001:00080790 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$3 10081790 f main.cpp.obj - 0001:00080790 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$0 10081790 f main.cpp.obj - 0001:00080790 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$0 10081790 f main.cpp.obj - 0001:00080790 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 10081790 f main.cpp.obj - 0001:00080790 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 10081790 f main.cpp.obj - 0001:00080798 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$4 10081798 f main.cpp.obj - 0001:00080798 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$1 10081798 f main.cpp.obj - 0001:00080798 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$1 10081798 f main.cpp.obj - 0001:00080798 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 10081798 f main.cpp.obj - 0001:00080798 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$1 10081798 f main.cpp.obj - 0001:000807a0 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$5 100817a0 f main.cpp.obj - 0001:000807a0 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$2 100817a0 f main.cpp.obj - 0001:000807a0 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$2 100817a0 f main.cpp.obj - 0001:000807a0 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 100817a0 f main.cpp.obj - 0001:000807a0 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 100817a0 f main.cpp.obj - 0001:000807a8 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$6 100817a8 f main.cpp.obj - 0001:000807a8 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$3 100817a8 f main.cpp.obj - 0001:000807a8 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$3 100817a8 f main.cpp.obj - 0001:000807a8 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 100817a8 f main.cpp.obj - 0001:000807a8 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 100817a8 f main.cpp.obj - 0001:000807b5 __ehhandler$??0Thread@hadesmem@@QAE@K@Z 100817b5 f main.cpp.obj - 0001:000807b5 __ehhandler$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 100817b5 f main.cpp.obj - 0001:000807b5 __ehhandler$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100817b5 f main.cpp.obj - 0001:000807b5 __ehhandler$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100817b5 f main.cpp.obj - 0001:000807b5 __ehhandler$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100817b5 f main.cpp.obj - 0001:000807e0 __unwindfunclet$??0error_info_container_impl@exception_detail@boost@@QAE@XZ$0 100817e0 f main.cpp.obj - 0001:000807ed __ehhandler$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100817ed f main.cpp.obj - 0001:00080810 __unwindfunclet$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z$0 10081810 f main.cpp.obj - 0001:0008081d __ehhandler$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 1008181d f main.cpp.obj - 0001:00080840 __ehhandler$??1CDataStore@Nampower@@UAE@XZ 10081840 f main.cpp.obj - 0001:00080840 __ehhandler$??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 10081840 f main.cpp.obj - 0001:00080860 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$2 10081860 f main.cpp.obj - 0001:00080868 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$3 10081868 f main.cpp.obj - 0001:00080875 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 10081875 f main.cpp.obj - 0001:000808a0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$2 100818a0 f main.cpp.obj - 0001:000808a0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$2 100818a0 f main.cpp.obj - 0001:000808a8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$3 100818a8 f main.cpp.obj - 0001:000808a8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$3 100818a8 f main.cpp.obj - 0001:000808b5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100818b5 f main.cpp.obj - 0001:000808b5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100818b5 f main.cpp.obj - 0001:000808e0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$2 100818e0 f main.cpp.obj - 0001:000808e8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$3 100818e8 f main.cpp.obj - 0001:000808f5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100818f5 f main.cpp.obj - 0001:00080920 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$2 10081920 f main.cpp.obj - 0001:00080928 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$3 10081928 f main.cpp.obj - 0001:00080935 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 10081935 f main.cpp.obj - 0001:00080960 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$2 10081960 f main.cpp.obj - 0001:00080968 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$3 10081968 f main.cpp.obj - 0001:00080975 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 10081975 f main.cpp.obj - 0001:000809a0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$2 100819a0 f main.cpp.obj - 0001:000809a8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$3 100819a8 f main.cpp.obj - 0001:000809b5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100819b5 f main.cpp.obj - 0001:000809e0 __unwindfunclet$??R@@QBE@XZ$0 100819e0 f main.cpp.obj - 0001:000809e8 __unwindfunclet$??R@@QBE@XZ$2 100819e8 f main.cpp.obj - 0001:000809f7 __unwindfunclet$??R@@QBE@XZ$3 100819f7 f main.cpp.obj - 0001:00080a15 __ehhandler$??R@@QBE@XZ 10081a15 f main.cpp.obj - 0001:00080a40 __unwindfunclet$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 10081a40 f main.cpp.obj - 0001:00080a40 __unwindfunclet$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 10081a40 f main.cpp.obj - 0001:00080a4d __ehhandler$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 10081a4d f main.cpp.obj - 0001:00080a4d __ehhandler$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 10081a4d f main.cpp.obj - 0001:00080a80 __unwindfunclet$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z$2 10081a80 f main.cpp.obj - 0001:00080a94 __ehhandler$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 10081a94 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080ac0 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$12 10081ac0 f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080acb __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$1 10081acb f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ad6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$14 10081ad6 f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ade __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$3 10081ade f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080ae6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$4 10081ae6 f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080aee __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$5 10081aee f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080af9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$7 10081af9 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b01 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$8 10081b01 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b09 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$9 10081b09 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b19 __ehhandler$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10081b19 f main.cpp.obj - 0001:00080b50 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 10081b50 f main.cpp.obj - 0001:00080b5d __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 10081b5d f main.cpp.obj - 0001:00080b90 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 10081b90 f main.cpp.obj - 0001:00080b98 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$3 10081b98 f main.cpp.obj - 0001:00080ba0 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$4 10081ba0 f main.cpp.obj - 0001:00080ba8 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$5 10081ba8 f main.cpp.obj - 0001:00080bb0 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$6 10081bb0 f main.cpp.obj - 0001:00080bc0 __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 10081bc0 f main.cpp.obj - 0001:00080bf0 __unwindfunclet$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$2 10081bf0 f main.cpp.obj - 0001:00080bfd __ehhandler$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 10081bfd f main.cpp.obj - 0001:00080c30 __unwindfunclet$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$2 10081c30 f main.cpp.obj - 0001:00080c3d __ehhandler$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 10081c3d f main.cpp.obj - 0001:00080c70 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$0 10081c70 f main.cpp.obj - 0001:00080c89 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$1 10081c89 f main.cpp.obj - 0001:00080c91 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$2 10081c91 f main.cpp.obj - 0001:00080c99 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$3 10081c99 f main.cpp.obj - 0001:00080ca1 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$4 10081ca1 f main.cpp.obj - 0001:00080cae __ehhandler$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 10081cae f main.cpp.obj - 0001:00080ce0 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$0 10081ce0 f main.cpp.obj - 0001:00080ce8 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$1 10081ce8 f main.cpp.obj - 0001:00080cf0 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$2 10081cf0 f main.cpp.obj - 0001:00080cf8 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$3 10081cf8 f main.cpp.obj - 0001:00080d05 __ehhandler$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 10081d05 f main.cpp.obj - 0001:00080d30 __unwindfunclet$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z$0 10081d30 f helper.cpp.obj - 0001:00080d30 __unwindfunclet$?DoesItemMatch@Nampower@@YA_NIIPBD@Z$0 10081d30 f items.cpp.obj - 0001:00080d30 __unwindfunclet$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z$0 10081d30 f main.cpp.obj - 0001:00080d30 __unwindfunclet$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z$0 10081d30 f spell_scripts.cpp.obj - 0001:00080d30 __unwindfunclet$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z$0 10081d30 f spellcast.cpp.obj - 0001:00080d3d __ehhandler$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 10081d3d f helper.cpp.obj - 0001:00080d3d __ehhandler$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 10081d3d f items.cpp.obj - 0001:00080d3d __ehhandler$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 10081d3d f main.cpp.obj - 0001:00080d3d __ehhandler$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 10081d3d f spell_scripts.cpp.obj - 0001:00080d3d __ehhandler$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 10081d3d f spellcast.cpp.obj - 0001:00080d70 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$2 10081d70 f main.cpp.obj - 0001:00080d78 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$3 10081d78 f main.cpp.obj - 0001:00080d80 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$4 10081d80 f main.cpp.obj - 0001:00080d88 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$5 10081d88 f main.cpp.obj - 0001:00080d90 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$6 10081d90 f main.cpp.obj - 0001:00080da0 __ehhandler$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 10081da0 f main.cpp.obj - 0001:00080dd0 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$2 10081dd0 f main.cpp.obj - 0001:00080de9 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$3 10081de9 f main.cpp.obj - 0001:00080df4 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$0 10081df4 f main.cpp.obj - 0001:00080e04 __ehhandler$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 10081e04 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e30 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$0 10081e30 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e38 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$1 10081e38 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e40 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$2 10081e40 f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e4d __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 10081e4d f main.cpp.obj - 0001:00080e80 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$0 10081e80 f main.cpp.obj - 0001:00080e88 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$1 10081e88 f main.cpp.obj - 0001:00080e90 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$2 10081e90 f main.cpp.obj - 0001:00080e9b __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$3 10081e9b f main.cpp.obj - 0001:00080ea3 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$4 10081ea3 f main.cpp.obj - 0001:00080eab __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$5 10081eab f main.cpp.obj - 0001:00080eb3 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$6 10081eb3 f main.cpp.obj - 0001:00080ec3 __ehhandler$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 10081ec3 f main.cpp.obj - 0001:00080ef0 __unwindfunclet$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 10081ef0 f main.cpp.obj - 0001:00080f00 __ehhandler$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10081f00 f main.cpp.obj - 0001:00080f30 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 10081f30 f main.cpp.obj - 0001:00080f3b __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 10081f3b f main.cpp.obj - 0001:00080f46 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 10081f46 f main.cpp.obj - 0001:00080f4e __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 10081f4e f main.cpp.obj - 0001:00080f59 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$4 10081f59 f main.cpp.obj - 0001:00080f61 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$5 10081f61 f main.cpp.obj - 0001:00080f6c __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$6 10081f6c f main.cpp.obj - 0001:00080f74 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$7 10081f74 f main.cpp.obj - 0001:00080f7f __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$8 10081f7f f main.cpp.obj - 0001:00080f87 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$9 10081f87 f main.cpp.obj - 0001:00080f97 __ehhandler$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10081f97 f main.cpp.obj - 0001:00080fd0 __unwindfunclet$?CacheItemNameToId@Nampower@@YAXPBDI@Z$0 10081fd0 f items.cpp.obj - 0001:00080fd0 __unwindfunclet$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z$0 10081fd0 f main.cpp.obj - 0001:00080fd0 __unwindfunclet$?addCustomEvent@Nampower@@YAXIPAD@Z$0 10081fd0 f main.cpp.obj - 0001:00080fd0 __unwindfunclet$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10081fd0 f spell_scripts.cpp.obj - 0001:00080fd0 __unwindfunclet$?TriggerQuickcast@Nampower@@YAXXZ$0 10081fd0 f spellcast.cpp.obj - 0001:00080fdd __ehhandler$?CacheItemNameToId@Nampower@@YAXPBDI@Z 10081fdd f items.cpp.obj - 0001:00080fdd __ehhandler$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 10081fdd f main.cpp.obj - 0001:00080fdd __ehhandler$?addCustomEvent@Nampower@@YAXIPAD@Z 10081fdd f main.cpp.obj - 0001:00080fdd __ehhandler$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10081fdd f spell_scripts.cpp.obj - 0001:00080fdd __ehhandler$?TriggerQuickcast@Nampower@@YAXXZ 10081fdd f spellcast.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:00081010 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$0 10082010 f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:0008101d __ehhandler$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 1008201d f main.cpp.obj - 0001:00081040 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10082040 f main.cpp.obj - 0001:0008104d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008204d f main.cpp.obj - 0001:00081080 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$2 10082080 f main.cpp.obj - 0001:0008108d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 1008208d f main.cpp.obj - 0001:000810c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 100820c0 f main.cpp.obj - 0001:000810cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100820cd f main.cpp.obj - 0001:00081100 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$2 10082100 f main.cpp.obj - 0001:0008110d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 1008210d f main.cpp.obj - 0001:00081140 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$2 10082140 f main.cpp.obj - 0001:0008114d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 1008214d f main.cpp.obj - 0001:00081180 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$2 10082180 f main.cpp.obj - 0001:0008118d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 1008218d f main.cpp.obj - 0001:000811c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$2 100821c0 f main.cpp.obj - 0001:000811cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100821cd f main.cpp.obj - 0001:00081200 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$2 10082200 f main.cpp.obj - 0001:0008120d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 1008220d f main.cpp.obj - 0001:00081240 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$2 10082240 f main.cpp.obj - 0001:0008124d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 1008224d f main.cpp.obj - 0001:00081280 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$2 10082280 f main.cpp.obj - 0001:0008128d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 1008228d f main.cpp.obj - 0001:000812c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$2 100822c0 f main.cpp.obj - 0001:000812cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100822cd f main.cpp.obj - 0001:00081300 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$2 10082300 f main.cpp.obj - 0001:0008130d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 1008230d f main.cpp.obj - 0001:00081340 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$2 10082340 f main.cpp.obj - 0001:0008134d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 1008234d f main.cpp.obj - 0001:00081380 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$2 10082380 f main.cpp.obj - 0001:0008138d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 1008238d f main.cpp.obj - 0001:000813c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$2 100823c0 f main.cpp.obj - 0001:000813cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 100823cd f main.cpp.obj - 0001:00081400 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$2 10082400 f main.cpp.obj - 0001:0008140d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 1008240d f main.cpp.obj - 0001:00081440 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$2 10082440 f main.cpp.obj - 0001:0008144d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 1008244d f main.cpp.obj - 0001:00081480 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$2 10082480 f main.cpp.obj - 0001:0008148d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 1008248d f main.cpp.obj - 0001:000814c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 100824c0 f main.cpp.obj - 0001:000814cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100824cd f main.cpp.obj - 0001:00081500 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$2 10082500 f main.cpp.obj - 0001:0008150d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 1008250d f main.cpp.obj - 0001:00081540 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10082540 f main.cpp.obj - 0001:0008154d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008254d f main.cpp.obj - 0001:00081580 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$2 10082580 f main.cpp.obj - 0001:0008158d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 1008258d f main.cpp.obj - 0001:000815c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$2 100825c0 f main.cpp.obj - 0001:000815cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100825cd f main.cpp.obj - 0001:00081600 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$2 10082600 f main.cpp.obj - 0001:0008160d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 1008260d f main.cpp.obj - 0001:00081640 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$2 10082640 f main.cpp.obj - 0001:0008164d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 1008264d f main.cpp.obj - 0001:00081680 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$2 10082680 f main.cpp.obj - 0001:0008168d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj - 0001:000816c0 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$3 100826c0 f main.cpp.obj - 0001:000816c8 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$2 100826c8 f main.cpp.obj - 0001:000816d5 __ehhandler$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100826d5 f main.cpp.obj - 0001:00081700 __unwindfunclet$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$2 10082700 f main.cpp.obj - 0001:0008170d __ehhandler$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 1008270d f main.cpp.obj - 0001:00081740 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$2 10082740 f main.cpp.obj - 0001:00081748 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$3 10082748 f main.cpp.obj - 0001:00081750 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$4 10082750 f main.cpp.obj - 0001:00081758 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$5 10082758 f main.cpp.obj - 0001:00081760 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$6 10082760 f main.cpp.obj - 0001:00081770 __ehhandler$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 10082770 f main.cpp.obj - 0001:000817a0 __unwindfunclet$?SetSelectionTarget@Nampower@@YAX_K@Z$0 100827a0 f main.cpp.obj - 0001:000817ad __ehhandler$?SetSelectionTarget@Nampower@@YAX_K@Z 100827ad f main.cpp.obj - 0001:000817d0 __unwindfunclet$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z$0 100827d0 f main.cpp.obj - 0001:000817d0 __unwindfunclet$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ$0 100827d0 f main.cpp.obj - 0001:000817d0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ$0 100827d0 f main.cpp.obj - 0001:000817dd __ehhandler$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100827dd f main.cpp.obj - 0001:000817dd __ehhandler$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100827dd f main.cpp.obj - 0001:000817dd __ehhandler$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100827dd f main.cpp.obj - 0001:00081800 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z$0 10082800 f main.cpp.obj - 0001:00081800 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z$0 10082800 f main.cpp.obj - 0001:00081800 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z$0 10082800 f main.cpp.obj - 0001:00081800 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z$0 10082800 f main.cpp.obj - 0001:00081800 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z$0 10082800 f main.cpp.obj - 0001:00081800 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIH@Z@detail@hadesmem@@SIXPAIH@Z$0 10082800 f main.cpp.obj - 0001:00081800 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z$0 10082800 f main.cpp.obj - 0001:00081800 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z$0 10082800 f main.cpp.obj - 0001:00081800 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z$0 10082800 f main.cpp.obj - 0001:00081800 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z$0 10082800 f main.cpp.obj - 0001:00081800 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z$0 10082800 f main.cpp.obj - 0001:00081800 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z$0 10082800 f main.cpp.obj - 0001:00081800 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z$0 10082800 f main.cpp.obj - 0001:0008180d __ehhandler$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 1008280d f main.cpp.obj - 0001:0008180d __ehhandler$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 1008280d f main.cpp.obj - 0001:0008180d __ehhandler$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 1008280d f main.cpp.obj - 0001:0008180d __ehhandler$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 1008280d f main.cpp.obj - 0001:0008180d __ehhandler$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 1008280d f main.cpp.obj - 0001:0008180d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIH@Z@detail@hadesmem@@SIXPAIH@Z 1008280d f main.cpp.obj - 0001:0008180d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 1008280d f main.cpp.obj - 0001:0008180d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 1008280d f main.cpp.obj - 0001:0008180d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 1008280d f main.cpp.obj - 0001:0008180d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 1008280d f main.cpp.obj - 0001:0008180d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 1008280d f main.cpp.obj - 0001:0008180d __ehhandler$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 1008280d f main.cpp.obj - 0001:0008180d __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 1008280d f main.cpp.obj - 0001:00081830 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z$0 10082830 f main.cpp.obj - 0001:00081830 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z$0 10082830 f main.cpp.obj - 0001:00081830 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z$0 10082830 f main.cpp.obj - 0001:00081830 __unwindfunclet$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z$0 10082830 f main.cpp.obj - 0001:00081830 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z$0 10082830 f main.cpp.obj - 0001:0008183d __ehhandler$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 1008283d f main.cpp.obj - 0001:0008183d __ehhandler$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 1008283d f main.cpp.obj - 0001:0008183d __ehhandler$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 1008283d f main.cpp.obj - 0001:0008183d __ehhandler$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 1008283d f main.cpp.obj - 0001:0008183d __ehhandler$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 1008283d f main.cpp.obj - 0001:00081860 __unwindfunclet$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z$0 10082860 f main.cpp.obj - 0001:00081860 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z$0 10082860 f main.cpp.obj - 0001:0008186d __ehhandler$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 1008286d f main.cpp.obj - 0001:0008186d __ehhandler$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 1008286d f main.cpp.obj - 0001:00081890 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z$0 10082890 f main.cpp.obj - 0001:00081890 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z$0 10082890 f main.cpp.obj - 0001:0008189d __ehhandler$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 1008289d f main.cpp.obj - 0001:0008189d __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 1008289d f main.cpp.obj - 0001:000818c0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z$0 100828c0 f main.cpp.obj - 0001:000818cd __ehhandler$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100828cd f main.cpp.obj - 0001:000818f0 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$2 100828f0 f main.cpp.obj - 0001:000818f8 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$3 100828f8 f main.cpp.obj - 0001:00081900 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$4 10082900 f main.cpp.obj - 0001:00081908 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$5 10082908 f main.cpp.obj - 0001:00081915 __ehhandler$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 10082915 f main.cpp.obj - 0001:00081940 __unwindfunclet$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 10082940 f main.cpp.obj - 0001:0008194d __ehhandler$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 1008294d f main.cpp.obj - 0001:00081970 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$0 10082970 f main.cpp.obj - 0001:00081978 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$1 10082978 f main.cpp.obj - 0001:00081980 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$7 10082980 f main.cpp.obj - 0001:00081988 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$2 10082988 f main.cpp.obj - 0001:00081990 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$3 10082990 f main.cpp.obj - 0001:00081998 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$4 10082998 f main.cpp.obj - 0001:000819a8 __ehhandler$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100829a8 f main.cpp.obj - 0001:000819e0 __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 100829e0 f main.cpp.obj - 0001:000819ed __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 100829ed f main.cpp.obj - 0001:00081a20 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 10082a20 f main.cpp.obj - 0001:00081a2b __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 10082a2b f main.cpp.obj - 0001:00081a33 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 10082a33 f main.cpp.obj - 0001:00081a3e __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$4 10082a3e f main.cpp.obj - 0001:00081a46 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$5 10082a46 f main.cpp.obj - 0001:00081a51 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$6 10082a51 f main.cpp.obj - 0001:00081a59 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$7 10082a59 f main.cpp.obj - 0001:00081a64 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$8 10082a64 f main.cpp.obj - 0001:00081a6c __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$9 10082a6c f main.cpp.obj - 0001:00081a7c __ehhandler$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10082a7c f main.cpp.obj - 0001:00081ab0 __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 10082ab0 f main.cpp.obj - 0001:00081abd __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 10082abd f main.cpp.obj - 0001:00081af0 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$0 10082af0 f main.cpp.obj - 0001:00081aff __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$1 10082aff f main.cpp.obj - 0001:00081b18 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$2 10082b18 f main.cpp.obj - 0001:00081b20 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$4 10082b20 f main.cpp.obj - 0001:00081b2d __ehhandler$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 10082b2d f main.cpp.obj - 0001:00081b50 __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 10082b50 f main.cpp.obj - 0001:00081b58 __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 10082b58 f main.cpp.obj - 0001:00081b60 __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 10082b60 f main.cpp.obj - 0001:00081b68 __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 10082b68 f main.cpp.obj - 0001:00081b75 __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 10082b75 f main.cpp.obj - 0001:00081ba0 __ehhandler$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 10082ba0 f main.cpp.obj - 0001:00081bc0 __ehhandler$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 10082bc0 f main.cpp.obj - 0001:00081bf0 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$0 10082bf0 f main.cpp.obj - 0001:00081bf8 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$1 10082bf8 f main.cpp.obj - 0001:00081c05 __ehhandler$?checkForStopChanneling@Nampower@@YAXXZ 10082c05 f main.cpp.obj - 0001:00081c30 __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 10082c30 f main.cpp.obj - 0001:00081c3f __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 10082c3f f main.cpp.obj - 0001:00081c5b __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 10082c5b f main.cpp.obj - 0001:00081c68 __ehhandler$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 10082c68 f main.cpp.obj - 0001:00081c90 __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 10082c90 f main.cpp.obj - 0001:00081c9f __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 10082c9f f main.cpp.obj - 0001:00081cbb __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 10082cbb f main.cpp.obj - 0001:00081cc8 __ehhandler$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 10082cc8 f main.cpp.obj - 0001:00081cf0 __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 10082cf0 f main.cpp.obj - 0001:00081cff __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 10082cff f main.cpp.obj - 0001:00081d0c __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 10082d0c f main.cpp.obj - 0001:00081d30 __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$0 10082d30 f main.cpp.obj - 0001:00081d3f __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$1 10082d3f f main.cpp.obj - 0001:00081d4c __ehhandler$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 10082d4c f main.cpp.obj - 0001:00081d70 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$0 10082d70 f main.cpp.obj - 0001:00081d89 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$1 10082d89 f main.cpp.obj - 0001:00081d98 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$4 10082d98 f main.cpp.obj - 0001:00081da0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$2 10082da0 f main.cpp.obj - 0001:00081da8 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$3 10082da8 f main.cpp.obj - 0001:00081db0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$11 10082db0 f main.cpp.obj - 0001:00081dbd __ehhandler$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 10082dbd f main.cpp.obj - 0001:00081de0 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$0 10082de0 f main.cpp.obj - 0001:00081de8 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$1 10082de8 f main.cpp.obj - 0001:00081df5 __ehhandler$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 10082df5 f main.cpp.obj - 0001:00081e20 __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$0 10082e20 f main.cpp.obj - 0001:00081e2b __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$1 10082e2b f main.cpp.obj - 0001:00081e38 __ehhandler$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 10082e38 f main.cpp.obj - 0001:00081e70 __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 10082e70 f main.cpp.obj - 0001:00081e7b __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 10082e7b f main.cpp.obj - 0001:00081e83 __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 10082e83 f main.cpp.obj - 0001:00081e8b __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 10082e8b f main.cpp.obj - 0001:00081e98 __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 10082e98 f main.cpp.obj - 0001:00081ed0 __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 10082ed0 f main.cpp.obj - 0001:00081ed0 __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 10082ed0 f main.cpp.obj - 0001:00081edd __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 10082edd f main.cpp.obj - 0001:00081edd __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 10082edd f main.cpp.obj - 0001:00081f10 __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 10082f10 f main.cpp.obj - 0001:00081f18 __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 10082f18 f main.cpp.obj - 0001:00081f25 __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 10082f25 f main.cpp.obj - 0001:00081f50 __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 10082f50 f main.cpp.obj - 0001:00081f5d __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 10082f5d f main.cpp.obj - 0001:00081f90 __unwindfunclet$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$2 10082f90 f main.cpp.obj - 0001:00081f9d __ehhandler$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 10082f9d f main.cpp.obj - 0001:00081fc0 __unwindfunclet$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$2 10082fc0 f main.cpp.obj - 0001:00081fd4 __ehhandler$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 10082fd4 f main.cpp.obj - 0001:00082000 __unwindfunclet$?initHooks@Nampower@@YAXXZ$0 10083000 f main.cpp.obj - 0001:00082008 __unwindfunclet$?initHooks@Nampower@@YAXXZ$1 10083008 f main.cpp.obj - 0001:00082010 __unwindfunclet$?initHooks@Nampower@@YAXXZ$36 10083010 f main.cpp.obj - 0001:0008201d __ehhandler$?initHooks@Nampower@@YAXXZ 1008301d f main.cpp.obj - 0001:00082050 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$0 10083050 f main.cpp.obj - 0001:0008205b __unwindfunclet$?loadConfig@Nampower@@YAXXZ$1 1008305b f main.cpp.obj - 0001:00082066 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$2 10083066 f main.cpp.obj - 0001:00082071 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$3 10083071 f main.cpp.obj - 0001:0008207c __unwindfunclet$?loadConfig@Nampower@@YAXXZ$4 1008307c f main.cpp.obj - 0001:00082087 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$5 10083087 f main.cpp.obj - 0001:00082092 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$6 10083092 f main.cpp.obj - 0001:0008209d __unwindfunclet$?loadConfig@Nampower@@YAXXZ$7 1008309d f main.cpp.obj - 0001:000820a8 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$8 100830a8 f main.cpp.obj - 0001:000820b3 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$9 100830b3 f main.cpp.obj - 0001:000820be __unwindfunclet$?loadConfig@Nampower@@YAXXZ$10 100830be f main.cpp.obj - 0001:000820c9 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$11 100830c9 f main.cpp.obj - 0001:000820d9 __ehhandler$?loadConfig@Nampower@@YAXXZ 100830d9 f main.cpp.obj - 0001:00082110 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$0 10083110 f main.cpp.obj - 0001:00082118 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$1 10083118 f main.cpp.obj - 0001:00082125 __ehhandler$?loadUserVar@Nampower@@YAXPBD@Z 10083125 f main.cpp.obj - 0001:00082150 __unwindfunclet$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z$0 10083150 f main.cpp.obj - 0001:0008215d __ehhandler$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 1008315d f main.cpp.obj - 0001:00082180 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$0 10083180 f main.cpp.obj - 0001:00082188 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$1 10083188 f main.cpp.obj - 0001:00082190 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$2 10083190 f main.cpp.obj - 0001:0008219d __ehhandler$?processQueues@Nampower@@YA_NXZ 1008319d f main.cpp.obj - 0001:000821d0 __unwindfunclet$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$2 100831d0 f main.cpp.obj - 0001:000821dd __ehhandler$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100831dd f main.cpp.obj - 0001:00082200 __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 10083200 f main.cpp.obj - 0001:0008220d __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 1008320d f main.cpp.obj - 0001:00082230 __unwindfunclet$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z$2 10083230 f main.cpp.obj - 0001:0008223d __ehhandler$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 1008323d f main.cpp.obj - 0001:00082260 __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 10083260 f main.cpp.obj - 0001:0008227e __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 1008327e f main.cpp.obj - 0001:000822a0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$0 100832a0 f main.cpp.obj - 0001:000822a8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$1 100832a8 f main.cpp.obj - 0001:000822b0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$2 100832b0 f main.cpp.obj - 0001:000822b8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$3 100832b8 f main.cpp.obj - 0001:000822c0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$4 100832c0 f main.cpp.obj - 0001:000822c8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$5 100832c8 f main.cpp.obj - 0001:000822d0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$6 100832d0 f main.cpp.obj - 0001:000822d8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$7 100832d8 f main.cpp.obj - 0001:000822e0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$8 100832e0 f main.cpp.obj - 0001:000822e8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$9 100832e8 f main.cpp.obj - 0001:000822f0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$10 100832f0 f main.cpp.obj - 0001:000822f8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$11 100832f8 f main.cpp.obj - 0001:00082300 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$12 10083300 f main.cpp.obj - 0001:00082308 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$13 10083308 f main.cpp.obj - 0001:00082310 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$14 10083310 f main.cpp.obj - 0001:00082318 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$15 10083318 f main.cpp.obj - 0001:00082320 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$16 10083320 f main.cpp.obj - 0001:00082328 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$17 10083328 f main.cpp.obj - 0001:00082330 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$18 10083330 f main.cpp.obj - 0001:00082338 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$19 10083338 f main.cpp.obj - 0001:00082340 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$20 10083340 f main.cpp.obj - 0001:00082348 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$21 10083348 f main.cpp.obj - 0001:00082350 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$22 10083350 f main.cpp.obj - 0001:00082358 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$23 10083358 f main.cpp.obj - 0001:00082360 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$24 10083360 f main.cpp.obj - 0001:00082368 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$25 10083368 f main.cpp.obj - 0001:00082370 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$26 10083370 f main.cpp.obj - 0001:00082378 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$27 10083378 f main.cpp.obj - 0001:00082380 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$28 10083380 f main.cpp.obj - 0001:00082388 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$29 10083388 f main.cpp.obj - 0001:00082390 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$30 10083390 f main.cpp.obj - 0001:00082398 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$31 10083398 f main.cpp.obj - 0001:000823a0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$32 100833a0 f main.cpp.obj - 0001:000823a8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$33 100833a8 f main.cpp.obj - 0001:000823b5 __ehhandler$?updateFromCvar@Nampower@@YAXPBD0@Z 100833b5 f main.cpp.obj - 0001:000823e0 __unwindfunclet$_Load$4 100833e0 f main.cpp.obj - 0001:000823e8 __unwindfunclet$_Load$3 100833e8 f main.cpp.obj - 0001:000823f5 __ehhandler$_Load 100833f5 f main.cpp.obj - 0001:00082420 __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 10083420 f helper.cpp.obj - 0001:00082428 __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 10083428 f helper.cpp.obj - 0001:00082435 __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 10083435 f helper.cpp.obj - 0001:00082460 __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 10083460 f helper.cpp.obj - 0001:00082468 __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 10083468 f helper.cpp.obj - 0001:00082475 __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 10083475 f helper.cpp.obj - 0001:000824a0 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$0 100834a0 f helper.cpp.obj - 0001:000824ac __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$2 100834ac f helper.cpp.obj - 0001:000824b6 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$3 100834b6 f helper.cpp.obj - 0001:000824c5 __ehhandler$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100834c5 f helper.cpp.obj - 0001:000824f0 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$1 100834f0 f helper.cpp.obj - 0001:000824f8 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$3 100834f8 f helper.cpp.obj - 0001:00082500 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$0 10083500 f helper.cpp.obj - 0001:0008250c __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$9 1008350c f helper.cpp.obj - 0001:00082516 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$10 10083516 f helper.cpp.obj - 0001:00082525 __ehhandler$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 10083525 f helper.cpp.obj - 0001:00082550 __unwindfunclet$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z$0 10083550 f helper.cpp.obj - 0001:00082550 __unwindfunclet$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z$0 10083550 f spellcast.cpp.obj - 0001:00082550 __unwindfunclet$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z$0 10083550 f spellcast.cpp.obj - 0001:00082550 __unwindfunclet$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10083550 f spellevents.cpp.obj - 0001:0008255d __ehhandler$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 1008355d f helper.cpp.obj - 0001:0008255d __ehhandler$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 1008355d f spellcast.cpp.obj - 0001:0008255d __ehhandler$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 1008355d f spellcast.cpp.obj - 0001:0008255d __ehhandler$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1008355d f spellevents.cpp.obj - 0001:00082590 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$2 10083590 f spellcast.cpp.obj - 0001:00082598 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$3 10083598 f spellcast.cpp.obj - 0001:000825a5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100835a5 f spellcast.cpp.obj - 0001:000825d0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$0 100835d0 f spellcast.cpp.obj - 0001:000825d8 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$4 100835d8 f spellcast.cpp.obj - 0001:000825e0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$1 100835e0 f spellcast.cpp.obj - 0001:000825e8 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$2 100835e8 f spellcast.cpp.obj - 0001:000825f0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$3 100835f0 f spellcast.cpp.obj - 0001:000825fd __ehhandler$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100835fd f spellcast.cpp.obj - 0001:00082630 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$0 10083630 f spellcast.cpp.obj - 0001:00082638 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$1 10083638 f spellcast.cpp.obj - 0001:00082645 __ehhandler$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 10083645 f spellcast.cpp.obj - 0001:00082670 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$0 10083670 f spellcast.cpp.obj - 0001:00082678 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$1 10083678 f spellcast.cpp.obj - 0001:00082685 __ehhandler$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 10083685 f spellcast.cpp.obj - 0001:000826b0 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$0 100836b0 f spellcast.cpp.obj - 0001:000826b8 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$1 100836b8 f spellcast.cpp.obj - 0001:000826c5 __ehhandler$?CastQueuedNormalSpell@Nampower@@YAXXZ 100836c5 f spellcast.cpp.obj - 0001:000826f0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$0 100836f0 f spellcast.cpp.obj - 0001:000826f8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$1 100836f8 f spellcast.cpp.obj - 0001:00082700 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$2 10083700 f spellcast.cpp.obj - 0001:00082708 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$3 10083708 f spellcast.cpp.obj - 0001:00082710 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$4 10083710 f spellcast.cpp.obj - 0001:00082718 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$6 10083718 f spellcast.cpp.obj - 0001:00082720 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$5 10083720 f spellcast.cpp.obj - 0001:00082728 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$7 10083728 f spellcast.cpp.obj - 0001:00082730 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$8 10083730 f spellcast.cpp.obj - 0001:00082738 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$9 10083738 f spellcast.cpp.obj - 0001:00082740 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$10 10083740 f spellcast.cpp.obj - 0001:00082748 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$11 10083748 f spellcast.cpp.obj - 0001:00082750 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$12 10083750 f spellcast.cpp.obj - 0001:00082758 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$13 10083758 f spellcast.cpp.obj - 0001:00082760 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$17 10083760 f spellcast.cpp.obj - 0001:00082768 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$14 10083768 f spellcast.cpp.obj - 0001:00082770 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$15 10083770 f spellcast.cpp.obj - 0001:00082778 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$16 10083778 f spellcast.cpp.obj - 0001:00082780 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$18 10083780 f spellcast.cpp.obj - 0001:00082788 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$19 10083788 f spellcast.cpp.obj - 0001:00082790 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$20 10083790 f spellcast.cpp.obj - 0001:00082798 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$21 10083798 f spellcast.cpp.obj - 0001:000827a0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$22 100837a0 f spellcast.cpp.obj - 0001:000827a8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$23 100837a8 f spellcast.cpp.obj - 0001:000827b5 __ehhandler$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100837b5 f spellcast.cpp.obj - 0001:000827e0 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 100837e0 f spellchannel.cpp.obj - 0001:000827e8 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 100837e8 f spellchannel.cpp.obj - 0001:000827f0 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 100837f0 f spellchannel.cpp.obj - 0001:000827f8 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$3 100837f8 f spellchannel.cpp.obj - 0001:00082800 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$4 10083800 f spellchannel.cpp.obj - 0001:00082808 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$5 10083808 f spellchannel.cpp.obj - 0001:00082815 __ehhandler$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10083815 f spellchannel.cpp.obj - 0001:00082840 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10083840 f spellchannel.cpp.obj - 0001:00082848 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10083848 f spellchannel.cpp.obj - 0001:00082855 __ehhandler$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10083855 f spellchannel.cpp.obj - 0001:00082880 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10083880 f spellevents.cpp.obj - 0001:00082888 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10083888 f spellevents.cpp.obj - 0001:00082890 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 10083890 f spellevents.cpp.obj - 0001:0008289d __ehhandler$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 1008389d f spellevents.cpp.obj - 0001:000828d0 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$1 100838d0 f spellevents.cpp.obj - 0001:000828d8 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$0 100838d8 f spellevents.cpp.obj - 0001:000828e5 __ehhandler$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100838e5 f spellevents.cpp.obj - 0001:00082910 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$0 10083910 f spellevents.cpp.obj - 0001:00082918 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$1 10083918 f spellevents.cpp.obj - 0001:00082920 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$2 10083920 f spellevents.cpp.obj - 0001:0008292d __ehhandler$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 1008392d f spellevents.cpp.obj - 0001:00082960 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$0 10083960 f spellevents.cpp.obj - 0001:00082968 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$13 10083968 f spellevents.cpp.obj - 0001:00082970 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$14 10083970 f spellevents.cpp.obj - 0001:00082978 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$2 10083978 f spellevents.cpp.obj - 0001:00082980 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$1 10083980 f spellevents.cpp.obj - 0001:00082988 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$3 10083988 f spellevents.cpp.obj - 0001:00082990 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$4 10083990 f spellevents.cpp.obj - 0001:00082998 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$5 10083998 f spellevents.cpp.obj - 0001:000829a0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$8 100839a0 f spellevents.cpp.obj - 0001:000829a8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$9 100839a8 f spellevents.cpp.obj - 0001:000829b0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$7 100839b0 f spellevents.cpp.obj - 0001:000829b8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$6 100839b8 f spellevents.cpp.obj - 0001:000829c0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$10 100839c0 f spellevents.cpp.obj - 0001:000829c8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$11 100839c8 f spellevents.cpp.obj - 0001:000829d0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$12 100839d0 f spellevents.cpp.obj - 0001:000829dd __ehhandler$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100839dd f spellevents.cpp.obj - 0001:00082a10 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$0 10083a10 f spellevents.cpp.obj - 0001:00082a1b __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$1 10083a1b f spellevents.cpp.obj - 0001:00082a26 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$2 10083a26 f spellevents.cpp.obj - 0001:00082a2e __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$3 10083a2e f spellevents.cpp.obj - 0001:00082a3b __ehhandler$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 10083a3b f spellevents.cpp.obj - 0001:00082a70 __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 10083a70 f misc_scripts.cpp.obj - 0001:00082a70 __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 10083a70 f misc_scripts.cpp.obj - 0001:00082a70 __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 10083a70 f spell_scripts.cpp.obj - 0001:00082a7d __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 10083a7d f misc_scripts.cpp.obj - 0001:00082a7d __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 10083a7d f misc_scripts.cpp.obj - 0001:00082a7d __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 10083a7d f spell_scripts.cpp.obj - 0001:00082ab0 __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 10083ab0 f dbc_fields.cpp.obj - 0001:00082ab0 __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 10083ab0 f misc_scripts.cpp.obj - 0001:00082ab8 __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 10083ab8 f dbc_fields.cpp.obj - 0001:00082ab8 __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 10083ab8 f misc_scripts.cpp.obj - 0001:00082ac5 __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 10083ac5 f dbc_fields.cpp.obj - 0001:00082ac5 __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 10083ac5 f misc_scripts.cpp.obj - 0001:00082af0 __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 10083af0 f items.cpp.obj - 0001:00082af0 __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 10083af0 f misc_scripts.cpp.obj - 0001:00082afb __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 10083afb f items.cpp.obj - 0001:00082afb __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 10083afb f misc_scripts.cpp.obj - 0001:00082b0b __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 10083b0b f items.cpp.obj - 0001:00082b0b __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 10083b0b f misc_scripts.cpp.obj - 0001:00082b30 __unwindfunclet$?RunQueuedScript@Nampower@@YA_NH@Z$0 10083b30 f misc_scripts.cpp.obj - 0001:00082b30 __unwindfunclet$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z$0 10083b30 f misc_scripts.cpp.obj - 0001:00082b3d __ehhandler$?RunQueuedScript@Nampower@@YA_NH@Z 10083b3d f misc_scripts.cpp.obj - 0001:00082b3d __ehhandler$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 10083b3d f misc_scripts.cpp.obj - 0001:00082b70 __unwindfunclet$?Script_DisenchantAll@Nampower@@YAIPAI@Z$0 10083b70 f misc_scripts.cpp.obj - 0001:00082b7d __ehhandler$?Script_DisenchantAll@Nampower@@YAIPAI@Z 10083b7d f misc_scripts.cpp.obj - 0001:00082bb0 __unwindfunclet$?Script_GetItemStatsField@Nampower@@YAIPAI@Z$2 10083bb0 f misc_scripts.cpp.obj - 0001:00082bb0 __unwindfunclet$?Script_GetUnitField@Nampower@@YAIPAI@Z$2 10083bb0 f misc_scripts.cpp.obj - 0001:00082bb0 __unwindfunclet$?Script_GetSpellRecField@Nampower@@YAIPAI@Z$2 10083bb0 f spell_scripts.cpp.obj - 0001:00082bbd __ehhandler$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 10083bbd f misc_scripts.cpp.obj - 0001:00082bbd __ehhandler$?Script_GetUnitField@Nampower@@YAIPAI@Z 10083bbd f misc_scripts.cpp.obj - 0001:00082bbd __ehhandler$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 10083bbd f spell_scripts.cpp.obj - 0001:00082bf0 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$0 10083bf0 f dbc_fields.cpp.obj - 0001:00082bf0 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$0 10083bf0 f misc_scripts.cpp.obj - 0001:00082bf8 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$1 10083bf8 f dbc_fields.cpp.obj - 0001:00082bf8 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$1 10083bf8 f misc_scripts.cpp.obj - 0001:00082c00 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$2 10083c00 f dbc_fields.cpp.obj - 0001:00082c00 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$2 10083c00 f misc_scripts.cpp.obj - 0001:00082c08 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$3 10083c08 f dbc_fields.cpp.obj - 0001:00082c08 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$3 10083c08 f misc_scripts.cpp.obj - 0001:00082c15 __ehhandler$?InitializeFieldMaps@Nampower@@YAXXZ 10083c15 f dbc_fields.cpp.obj - 0001:00082c15 __ehhandler$?Script_QueueScript@Nampower@@YAIPAI@Z 10083c15 f misc_scripts.cpp.obj - 0001:00082c40 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$0 10083c40 f misc_scripts.cpp.obj - 0001:00082c48 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$1 10083c48 f misc_scripts.cpp.obj - 0001:00082c50 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$3 10083c50 f misc_scripts.cpp.obj - 0001:00082c58 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$4 10083c58 f misc_scripts.cpp.obj - 0001:00082c60 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$2 10083c60 f misc_scripts.cpp.obj - 0001:00082c6d __ehhandler$?TryDisenchant@Nampower@@YA_NXZ 10083c6d f misc_scripts.cpp.obj - 0001:00082ca0 __unwindfunclet$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z$0 10083ca0 f spell_scripts.cpp.obj - 0001:00082ca0 __unwindfunclet$?Script_QueueSpellByName@Nampower@@YAIPAI@Z$0 10083ca0 f spell_scripts.cpp.obj - 0001:00082cad __ehhandler$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 10083cad f spell_scripts.cpp.obj - 0001:00082cad __ehhandler$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 10083cad f spell_scripts.cpp.obj - 0001:00082ce0 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$1 10083ce0 f spell_scripts.cpp.obj - 0001:00082ce8 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$4 10083ce8 f spell_scripts.cpp.obj - 0001:00082cf0 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$0 10083cf0 f spell_scripts.cpp.obj - 0001:00082cfd __ehhandler$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 10083cfd f spell_scripts.cpp.obj - 0001:00082d30 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$0 10083d30 f item_scripts.cpp.obj - 0001:00082d38 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$1 10083d38 f item_scripts.cpp.obj - 0001:00082d45 __ehhandler$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 10083d45 f item_scripts.cpp.obj - 0001:00082d70 __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 10083d70 f items.cpp.obj - 0001:00082d78 __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 10083d78 f items.cpp.obj - 0001:00082d85 __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 10083d85 f items.cpp.obj - 0001:00082db0 __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 10083db0 f items.cpp.obj - 0001:00082db8 __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 10083db8 f items.cpp.obj - 0001:00082dc5 __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 10083dc5 f items.cpp.obj - 0001:00082df0 __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 10083df0 f items.cpp.obj - 0001:00082df8 __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 10083df8 f items.cpp.obj - 0001:00082e05 __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 10083e05 f items.cpp.obj - 0001:00082e30 __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$1 10083e30 f items.cpp.obj - 0001:00082e3a __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$2 10083e3a f items.cpp.obj - 0001:00082e49 __ehhandler$??__EitemNameToIdCache@Nampower@@YAXXZ 10083e49 f items.cpp.obj - 0001:00082e70 __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$1 10083e70 f items.cpp.obj - 0001:00082e7a __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$2 10083e7a f items.cpp.obj - 0001:00082e89 __ehhandler$??__EitemStatsCache@Nampower@@YAXXZ 10083e89 f items.cpp.obj - 0001:00082eb0 __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$1 10083eb0 f items.cpp.obj - 0001:00082eba __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$2 10083eba f items.cpp.obj - 0001:00082ec9 __ehhandler$??__EpendingItemIds@Nampower@@YAXXZ 10083ec9 f items.cpp.obj - 0001:00082ef0 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$0 10083ef0 f items.cpp.obj - 0001:00082ef8 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$1 10083ef8 f items.cpp.obj - 0001:00082f00 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$2 10083f00 f items.cpp.obj - 0001:00082f08 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$3 10083f08 f items.cpp.obj - 0001:00082f10 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$4 10083f10 f items.cpp.obj - 0001:00082f18 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$5 10083f18 f items.cpp.obj - 0001:00082f25 __ehhandler$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 10083f25 f items.cpp.obj - 0001:00082f50 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$0 10083f50 f items.cpp.obj - 0001:00082f58 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$1 10083f58 f items.cpp.obj - 0001:00082f65 __ehhandler$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 10083f65 f items.cpp.obj - 0001:00082f90 __unwindfunclet$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z$0 10083f90 f items.cpp.obj - 0001:00082fae __ehhandler$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 10083fae f items.cpp.obj - 0001:00082fd0 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$0 10083fd0 f unit_fields.cpp.obj - 0001:00082fd8 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$1 10083fd8 f unit_fields.cpp.obj - 0001:00082fe5 __ehhandler$?InitializeUnitFieldMaps@Nampower@@YAXXZ 10083fe5 f unit_fields.cpp.obj - 0001:00083010 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$0 10084010 f lua_refs.cpp.obj - 0001:00083018 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$1 10084018 f lua_refs.cpp.obj - 0001:00083025 __ehhandler$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 10084025 f lua_refs.cpp.obj - 0001:0008304c __ehhandler$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 1008404c f libvcruntime:frame.obj - 0001:00083069 __unwindfunclet$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ$0 10084069 f libvcruntime:undname.obj - 0001:00083076 __ehhandler$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 10084076 f libvcruntime:undname.obj - 0001:00083093 __ehhandler$?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 10084093 f libucrt:write.obj - 0001:000830bd __ehhandler$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 100840bd f libucrt:exit.obj - 0001:000830da __ehhandler$__execute_onexit_table 100840da f libucrt:onexit.obj - 0001:000830f7 __ehhandler$___dcrt_uninitialize_environments_nolock 100840f7 f libucrt:environment_initialization.obj - 0001:00083114 __ehhandler$?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 10084114 f libucrt:mbstowcs.obj - 0001:00083131 __unwindfunclet$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z$0 10084131 f libcpmt:locale0.obj - 0001:0008313e __ehhandler$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 1008413e f libcpmt:locale0.obj - 0001:00083160 ??__FdebugLogFile@Nampower@@YAXXZ 10084160 f logging.cpp.obj - 0001:00083210 ??__F?e@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 10084210 f main.cpp.obj - 0001:00083250 ??__F?e@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 10084250 f main.cpp.obj - 0001:00083290 ??__Fep@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 10084290 f main.cpp.obj - 0001:000832d0 ??__Fep@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 100842d0 f main.cpp.obj - 0001:00083310 ??__FgAttackRoundInfo_ReadPacketDetour@Nampower@@YAXXZ 10084310 f main.cpp.obj - 0001:00083330 ??__FgCGActionBar_UseActionDetour@Nampower@@YAXXZ 10084330 f main.cpp.obj - 0001:00083350 ??__FgCGPlayer_C_OnAttackIconPressedDetour@Nampower@@YAXXZ 10084350 f main.cpp.obj - 0001:00083370 ??__FgCGSpellBook_CastSpellDetour@Nampower@@YAXXZ 10084370 f main.cpp.obj - 0001:00083390 ??__FgCGUnit_C_OnAuraAddedDetour@Nampower@@YAXXZ 10084390 f main.cpp.obj - 0001:000833b0 ??__FgCGUnit_C_OnAuraAddedStackDetour@Nampower@@YAXXZ 100843b0 f main.cpp.obj - 0001:000833d0 ??__FgCGUnit_C_OnAuraRemovedDetour@Nampower@@YAXXZ 100843d0 f main.cpp.obj - 0001:000833f0 ??__FgCGWorldFrame_OnLayerTrackTerrainDetour@Nampower@@YAXXZ 100843f0 f main.cpp.obj - 0001:00083410 ??__FgCancelSpellDetour@Nampower@@YAXXZ 10084410 f main.cpp.obj - 0001:00083430 ??__FgCastDetour@Nampower@@YAXXZ 10084430 f main.cpp.obj - 0001:00083450 ??__FgCastHistory@Nampower@@YAXXZ 10084450 f main.cpp.obj - 0001:00083460 ??__FgCastResultHandlerDetour@Nampower@@YAXXZ 10084460 f main.cpp.obj - 0001:00083480 ??__FgCastbarPatch@Nampower@@YAXXZ 10084480 f main.cpp.obj - 0001:00083550 ??__FgCreateEventsDetour@Nampower@@YAXXZ 10084550 f main.cpp.obj - 0001:00083570 ??__FgGetSpellSlotFromLuaDetour@Nampower@@YAXXZ 10084570 f main.cpp.obj - 0001:00083590 ??__FgIEndSceneDetour@Nampower@@YAXXZ 10084590 f main.cpp.obj - 0001:000835b0 ??__FgInvalidFunctionPtrCheckDetour@Nampower@@YAXXZ 100845b0 f main.cpp.obj - 0001:000835d0 ??__FgLoadScriptFunctionsDetour@Nampower@@YAXXZ 100845d0 f main.cpp.obj - 0001:000835f0 ??__FgNonGcdCastQueue@Nampower@@YAXXZ 100845f0 f main.cpp.obj - 0001:00083600 ??__FgOnSpriteRightClickDetour@Nampower@@YAXXZ 10084600 f main.cpp.obj - 0001:00083620 ??__FgPeriodicAuraLogHandlerDetour@Nampower@@YAXXZ 10084620 f main.cpp.obj - 0001:00083640 ??__FgPlaySpellVisualHandlerDetour@Nampower@@YAXXZ 10084640 f main.cpp.obj - 0001:00083660 ??__FgSendCastDetour@Nampower@@YAXXZ 10084660 f main.cpp.obj - 0001:00083680 ??__FgSetCVarDetour@Nampower@@YAXXZ 10084680 f main.cpp.obj - 0001:000836a0 ??__FgSetEventCountDetour@Nampower@@YAXXZ 100846a0 f main.cpp.obj - 0001:000836c0 ??__FgSignalEventDetour@Nampower@@YAXXZ 100846c0 f main.cpp.obj - 0001:000836e0 ??__FgSpellChannelStartHandlerDetour@Nampower@@YAXXZ 100846e0 f main.cpp.obj - 0001:00083700 ??__FgSpellChannelUpdateHandlerDetour@Nampower@@YAXXZ 10084700 f main.cpp.obj - 0001:00083720 ??__FgSpellCooldownDetour@Nampower@@YAXXZ 10084720 f main.cpp.obj - 0001:00083740 ??__FgSpellDelayedDetour@Nampower@@YAXXZ 10084740 f main.cpp.obj - 0001:00083760 ??__FgSpellEnergizeLogHandlerDetour@Nampower@@YAXXZ 10084760 f main.cpp.obj - 0001:00083780 ??__FgSpellFailedDetour@Nampower@@YAXXZ 10084780 f main.cpp.obj - 0001:000837a0 ??__FgSpellFailedHandlerDetour@Nampower@@YAXXZ 100847a0 f main.cpp.obj - 0001:000837c0 ??__FgSpellGoDetour@Nampower@@YAXXZ 100847c0 f main.cpp.obj - 0001:000837e0 ??__FgSpellHealingLogHandlerDetour@Nampower@@YAXXZ 100847e0 f main.cpp.obj - 0001:00083800 ??__FgSpellNonMeleeDmgLogHandlerDetour@Nampower@@YAXXZ 10084800 f main.cpp.obj - 0001:00083820 ??__FgSpellStartHandlerDetour@Nampower@@YAXXZ 10084820 f main.cpp.obj - 0001:00083840 ??__FgSpellStopCastingDetour@Nampower@@YAXXZ 10084840 f main.cpp.obj - 0001:00083860 ??__FgSpellTargetUnitDetour@Nampower@@YAXXZ 10084860 f main.cpp.obj - 0001:00083880 ??__FgSpell_C_CooldownEventTriggeredDetour@Nampower@@YAXXZ 10084880 f main.cpp.obj - 0001:000838a0 ??__FgSpell_C_GetAutoRepeatingSpellDetour@Nampower@@YAXXZ 100848a0 f main.cpp.obj - 0001:000838c0 ??__FgSpell_C_GetSpellModifiersDetour@Nampower@@YAXXZ 100848c0 f main.cpp.obj - 0001:000838e0 ??__FgSpell_C_GetSpellRadiusDetour@Nampower@@YAXXZ 100848e0 f main.cpp.obj - 0001:00083900 ??__FgSpell_C_HandleSpriteClickDetour@Nampower@@YAXXZ 10084900 f main.cpp.obj - 0001:00083920 ??__FgSpell_C_HandleTerrainClickDetour@Nampower@@YAXXZ 10084920 f main.cpp.obj - 0001:00083940 ??__FgSpell_C_TargetSpellDetour@Nampower@@YAXXZ 10084940 f main.cpp.obj - 0001:00083960 ??__FgSysMsgInitDetour@Nampower@@YAXXZ 10084960 f main.cpp.obj - 0001:00083980 ??__FgUnitCombatLogUnitDeadDetour@Nampower@@YAXXZ 10084980 f main.cpp.obj - 0001:000839a0 ??__FspellIdToSlotCache@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@YAXXZ 100849a0 f helper.cpp.obj - 0001:000839b0 ??__FspellSlotCache@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@YAXXZ 100849b0 f helper.cpp.obj - 0001:000839c0 ??__FitemStatsArrayFieldRefs@Nampower@@YAXXZ 100849c0 f misc_scripts.cpp.obj - 0001:000839d0 ??__FitemStatsNestedArrayRefs@Nampower@@YAXXZ 100849d0 f misc_scripts.cpp.obj - 0001:000839e0 ??__FunitFieldsArrayFieldRefs@Nampower@@YAXXZ 100849e0 f misc_scripts.cpp.obj - 0001:000839f0 ??__FunitFieldsNestedArrayRefs@Nampower@@YAXXZ 100849f0 f misc_scripts.cpp.obj - 0001:00083a00 ??__FspellRecArrayFieldRefs@Nampower@@YAXXZ 10084a00 f spell_scripts.cpp.obj - 0001:00083a10 ??__FspellRecNestedArrayRefs@Nampower@@YAXXZ 10084a10 f spell_scripts.cpp.obj - 0001:00083a20 ??__FitemNameToIdCache@Nampower@@YAXXZ 10084a20 f items.cpp.obj - 0001:00083a30 ??__FitemStatsCache@Nampower@@YAXXZ 10084a30 f items.cpp.obj - 0001:00083a40 ??__FpendingItemIds@Nampower@@YAXXZ 10084a40 f items.cpp.obj - 0001:00083a50 ??__FitemStatsArrayFieldMap@Nampower@@YAXXZ 10084a50 f dbc_fields.cpp.obj - 0001:00083a60 ??__FitemStatsFieldMap@Nampower@@YAXXZ 10084a60 f dbc_fields.cpp.obj - 0001:00083a70 ??__FspellRecArrayFieldMap@Nampower@@YAXXZ 10084a70 f dbc_fields.cpp.obj - 0001:00083a80 ??__FspellRecFieldMap@Nampower@@YAXXZ 10084a80 f dbc_fields.cpp.obj - 0001:00083a90 ??__FunitFieldsArrayFieldMap@Nampower@@YAXXZ 10084a90 f unit_fields.cpp.obj - 0001:00083aa0 ??__FunitFieldsFieldMap@Nampower@@YAXXZ 10084aa0 f unit_fields.cpp.obj - 0001:00083ab0 ??__FregisteredTableRefs@Nampower@@YAXXZ 10084ab0 f lua_refs.cpp.obj - 0001:00083b0c ??__Finitlocks@std@@YAXXZ 10084b0c f libcpmt:xlock.obj - 0001:00083b16 ??__F_Fac_tidy_reg@std@@YAXXZ 10084b16 f libcpmt:locale0.obj - 0001:00083b20 ??__Fclassic_locale@std@@YAXXZ 10084b20 f libcpmt:locale0.obj - 0001:00083b2a ??__Finit_atexit@@YAXXZ 10084b2a f libcpmt:iosptrs.obj - 0001:00083b34 ??__Finitlocks@std@@YAXXZ 10084b34 f libcpmt:iosptrs.obj - 0002:000001ec ?initlocks$initializer$@std@@3P6AXXZA 100851ec libcpmt:xlock.obj - 0002:000001f0 ?initlocks$initializer$@std@@3P6AXXZA 100851f0 libcpmt:iosptrs.obj - 0002:000001f4 ?init_atexit$initializer$@@3P6AXXZA 100851f4 libcpmt:iosptrs.obj - 0002:000001f8 ?_Fac_tidy_reg$initializer$@std@@3P6AXXZA 100851f8 libcpmt:locale0.obj - 0002:000001fc ?classic_locale$initializer$@std@@3P6AXXZA 100851fc libcpmt:locale0.obj - 0002:00000200 ?debugLogFile$initializer$@Nampower@@3P6AXXZA 10085200 logging.cpp.obj - 0002:00000204 ?gNonGcdCastQueue$initializer$@Nampower@@3P6AXXZA 10085204 main.cpp.obj - 0002:00000208 ?gCastHistory$initializer$@Nampower@@3P6AXXZA 10085208 main.cpp.obj - 0002:0000020c ?gSysMsgInitDetour$initializer$@Nampower@@3P6AXXZA 1008520c main.cpp.obj - 0002:00000210 ?gLoadScriptFunctionsDetour$initializer$@Nampower@@3P6AXXZA 10085210 main.cpp.obj - 0002:00000214 ?gCreateEventsDetour$initializer$@Nampower@@3P6AXXZA 10085214 main.cpp.obj - 0002:00000218 ?gSetEventCountDetour$initializer$@Nampower@@3P6AXXZA 10085218 main.cpp.obj - 0002:0000021c ?gSetCVarDetour$initializer$@Nampower@@3P6AXXZA 1008521c main.cpp.obj - 0002:00000220 ?gCGSpellBook_CastSpellDetour$initializer$@Nampower@@3P6AXXZA 10085220 main.cpp.obj - 0002:00000224 ?gCastDetour$initializer$@Nampower@@3P6AXXZA 10085224 main.cpp.obj - 0002:00000228 ?gSendCastDetour$initializer$@Nampower@@3P6AXXZA 10085228 main.cpp.obj - 0002:0000022c ?gCancelSpellDetour$initializer$@Nampower@@3P6AXXZA 1008522c main.cpp.obj - 0002:00000230 ?gSignalEventDetour$initializer$@Nampower@@3P6AXXZA 10085230 main.cpp.obj - 0002:00000234 ?gSpellFailedDetour$initializer$@Nampower@@3P6AXXZA 10085234 main.cpp.obj - 0002:00000238 ?gSpell_C_GetSpellModifiersDetour$initializer$@Nampower@@3P6AXXZA 10085238 main.cpp.obj - 0002:0000023c ?gSpell_C_GetSpellRadiusDetour$initializer$@Nampower@@3P6AXXZA 1008523c main.cpp.obj - 0002:00000240 ?gCastbarPatch$initializer$@Nampower@@3P6AXXZA 10085240 main.cpp.obj - 0002:00000244 ?gIEndSceneDetour$initializer$@Nampower@@3P6AXXZA 10085244 main.cpp.obj - 0002:00000248 ?gSpell_C_GetAutoRepeatingSpellDetour$initializer$@Nampower@@3P6AXXZA 10085248 main.cpp.obj - 0002:0000024c ?gSpell_C_CooldownEventTriggeredDetour$initializer$@Nampower@@3P6AXXZA 1008524c main.cpp.obj - 0002:00000250 ?gSpellGoDetour$initializer$@Nampower@@3P6AXXZA 10085250 main.cpp.obj - 0002:00000254 ?gSpellTargetUnitDetour$initializer$@Nampower@@3P6AXXZA 10085254 main.cpp.obj - 0002:00000258 ?gSpellStopCastingDetour$initializer$@Nampower@@3P6AXXZA 10085258 main.cpp.obj - 0002:0000025c ?gOnSpriteRightClickDetour$initializer$@Nampower@@3P6AXXZA 1008525c main.cpp.obj - 0002:00000260 ?gSpell_C_HandleSpriteClickDetour$initializer$@Nampower@@3P6AXXZA 10085260 main.cpp.obj - 0002:00000264 ?gSpell_C_HandleTerrainClickDetour$initializer$@Nampower@@3P6AXXZA 10085264 main.cpp.obj - 0002:00000268 ?gCGWorldFrame_OnLayerTrackTerrainDetour$initializer$@Nampower@@3P6AXXZA 10085268 main.cpp.obj - 0002:0000026c ?gSpell_C_TargetSpellDetour$initializer$@Nampower@@3P6AXXZA 1008526c main.cpp.obj - 0002:00000270 ?gSpellCooldownDetour$initializer$@Nampower@@3P6AXXZA 10085270 main.cpp.obj - 0002:00000274 ?gSpellDelayedDetour$initializer$@Nampower@@3P6AXXZA 10085274 main.cpp.obj - 0002:00000278 ?gCastResultHandlerDetour$initializer$@Nampower@@3P6AXXZA 10085278 main.cpp.obj - 0002:0000027c ?gSpellFailedHandlerDetour$initializer$@Nampower@@3P6AXXZA 1008527c main.cpp.obj - 0002:00000280 ?gSpellChannelStartHandlerDetour$initializer$@Nampower@@3P6AXXZA 10085280 main.cpp.obj - 0002:00000284 ?gSpellChannelUpdateHandlerDetour$initializer$@Nampower@@3P6AXXZA 10085284 main.cpp.obj - 0002:00000288 ?gPlaySpellVisualHandlerDetour$initializer$@Nampower@@3P6AXXZA 10085288 main.cpp.obj - 0002:0000028c ?gSpellHealingLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 1008528c main.cpp.obj - 0002:00000290 ?gSpellEnergizeLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 10085290 main.cpp.obj - 0002:00000294 ?gSpellStartHandlerDetour$initializer$@Nampower@@3P6AXXZA 10085294 main.cpp.obj - 0002:00000298 ?gPeriodicAuraLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 10085298 main.cpp.obj - 0002:0000029c ?gSpellNonMeleeDmgLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 1008529c main.cpp.obj - 0002:000002a0 ?gCGPlayer_C_OnAttackIconPressedDetour$initializer$@Nampower@@3P6AXXZA 100852a0 main.cpp.obj - 0002:000002a4 ?gAttackRoundInfo_ReadPacketDetour$initializer$@Nampower@@3P6AXXZA 100852a4 main.cpp.obj - 0002:000002a8 ?gCGActionBar_UseActionDetour$initializer$@Nampower@@3P6AXXZA 100852a8 main.cpp.obj - 0002:000002ac ?gCGUnit_C_OnAuraRemovedDetour$initializer$@Nampower@@3P6AXXZA 100852ac main.cpp.obj - 0002:000002b0 ?gCGUnit_C_OnAuraAddedDetour$initializer$@Nampower@@3P6AXXZA 100852b0 main.cpp.obj - 0002:000002b4 ?gCGUnit_C_OnAuraAddedStackDetour$initializer$@Nampower@@3P6AXXZA 100852b4 main.cpp.obj - 0002:000002b8 ?gUnitCombatLogUnitDeadDetour$initializer$@Nampower@@3P6AXXZA 100852b8 main.cpp.obj - 0002:000002bc ?gInvalidFunctionPtrCheckDetour$initializer$@Nampower@@3P6AXXZA 100852bc main.cpp.obj - 0002:000002c0 ?gGetSpellSlotFromLuaDetour$initializer$@Nampower@@3P6AXXZA 100852c0 main.cpp.obj - 0002:000002c4 ??e$initializer$@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2P6AXXZA@@3P6AXXZA 100852c4 main.cpp.obj - 0002:000002c8 ??e$initializer$@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2P6AXXZA@@3P6AXXZA 100852c8 main.cpp.obj - 0002:000002cc ?itemStatsArrayFieldRefs$initializer$@Nampower@@3P6AXXZA 100852cc misc_scripts.cpp.obj - 0002:000002d0 ?unitFieldsArrayFieldRefs$initializer$@Nampower@@3P6AXXZA 100852d0 misc_scripts.cpp.obj - 0002:000002d4 ?itemStatsNestedArrayRefs$initializer$@Nampower@@3P6AXXZA 100852d4 misc_scripts.cpp.obj - 0002:000002d8 ?unitFieldsNestedArrayRefs$initializer$@Nampower@@3P6AXXZA 100852d8 misc_scripts.cpp.obj - 0002:000002dc ?spellRecArrayFieldRefs$initializer$@Nampower@@3P6AXXZA 100852dc spell_scripts.cpp.obj - 0002:000002e0 ?spellRecNestedArrayRefs$initializer$@Nampower@@3P6AXXZA 100852e0 spell_scripts.cpp.obj - 0002:000002e4 ?bagItemDataCache$initializer$@Nampower@@3P6AXXZA 100852e4 items.cpp.obj - 0002:000002e8 ?equippedItemDataCache$initializer$@Nampower@@3P6AXXZA 100852e8 items.cpp.obj - 0002:000002ec ?itemStatsCache$initializer$@Nampower@@3P6AXXZA 100852ec items.cpp.obj - 0002:000002f0 ?itemNameToIdCache$initializer$@Nampower@@3P6AXXZA 100852f0 items.cpp.obj - 0002:000002f4 ?pendingItemIds$initializer$@Nampower@@3P6AXXZA 100852f4 items.cpp.obj - 0002:000002f8 ?itemStatsFieldMap$initializer$@Nampower@@3P6AXXZA 100852f8 dbc_fields.cpp.obj - 0002:000002fc ?itemStatsArrayFieldMap$initializer$@Nampower@@3P6AXXZA 100852fc dbc_fields.cpp.obj - 0002:00000300 ?spellRecFieldMap$initializer$@Nampower@@3P6AXXZA 10085300 dbc_fields.cpp.obj - 0002:00000304 ?spellRecArrayFieldMap$initializer$@Nampower@@3P6AXXZA 10085304 dbc_fields.cpp.obj - 0002:00000308 ?unitFieldsFieldMap$initializer$@Nampower@@3P6AXXZA 10085308 unit_fields.cpp.obj - 0002:0000030c ?unitFieldsArrayFieldMap$initializer$@Nampower@@3P6AXXZA 1008530c unit_fields.cpp.obj - 0002:00000310 ?registeredTableRefs$initializer$@Nampower@@3P6AXXZA 10085310 lua_refs.cpp.obj - 0002:0000032c ?pinit@@3P6AHXZA 1008532c libcpmt:winapisupp.obj - 0002:00000360 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10085360 logging.cpp.obj - 0002:000005e0 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 100855e0 cdatastore.cpp.obj - 0002:000005e1 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 100855e1 game.cpp.obj - 0002:000005e2 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 100855e2 main.cpp.obj - 0002:000005e3 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 100855e3 main.cpp.obj - 0002:000069f0 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008b9f0 helper.cpp.obj - 0002:000069f1 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008b9f1 helper.cpp.obj - 0002:00006a90 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008ba90 spellcast.cpp.obj - 0002:00006a91 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008ba91 spellcast.cpp.obj - 0002:0000724a ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008c24a spellchannel.cpp.obj - 0002:0000724b ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008c24b spellchannel.cpp.obj - 0002:0000739c ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008c39c spellevents.cpp.obj - 0002:0000739d ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008c39d spellevents.cpp.obj - 0002:00007792 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008c792 misc_scripts.cpp.obj - 0002:00007793 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008c793 misc_scripts.cpp.obj - 0002:00007dd8 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008cdd8 spell_scripts.cpp.obj - 0002:00007dd9 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008cdd9 spell_scripts.cpp.obj - 0002:00008390 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008d390 cooldown_scripts.cpp.obj - 0002:00008391 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008d391 cooldown_scripts.cpp.obj - 0002:00008449 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008d449 item_scripts.cpp.obj - 0002:0000844a ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008d44a item_scripts.cpp.obj - 0002:0000884c ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008d84c items.cpp.obj - 0002:0000884d ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008d84d items.cpp.obj - 0002:00008878 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008d878 dbc_fields.cpp.obj - 0002:00008879 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008d879 dbc_fields.cpp.obj - 0002:00009778 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008e778 unit_fields.cpp.obj - 0002:00009779 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008e779 unit_fields.cpp.obj - 0002:00009ed8 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008eed8 auras.cpp.obj - 0002:00009ed9 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008eed9 auras.cpp.obj - 0002:00009eda ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008eeda lua_refs.cpp.obj - 0002:00009edb ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008eedb lua_refs.cpp.obj - 0002:00009efe ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008eefe autoattack.cpp.obj - 0002:00009eff ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008eeff autoattack.cpp.obj - 0002:00009fa0 ?tokenTable@@3QBUStringLiteral@@B 1008efa0 libvcruntime:undname.obj - 0002:0000a028 ?nameTable@@3QBUStringLiteral@@B 1008f028 libvcruntime:undname.obj - 0002:0000a2c0 ?rttiTable@@3QBUStringLiteral@@B 1008f2c0 libvcruntime:undname.obj - 0002:0000a2e8 ?IndirectionName@@3QBUStringLiteral@@B 1008f2e8 libvcruntime:undname.obj - 0002:0000a318 ?PrefixName@@3QBUStringLiteral@@B 1008f318 libvcruntime:undname.obj - 0002:0000ae00 ?result@?1??IsValidIdentChar@@YA_ND@Z@4U@?1??InitValidIdentChar@@YA@XZ@B 1008fe00 libvcruntime:undname.obj - 0002:0000af38 ?module_names@?A0x14174aea@@3QBQB_WB 1008ff38 libvcruntime:winapi_downlevel.obj - 0002:0000afe0 ?candidate_modules@?1??try_get_FlsAlloc@@YAP6GKP6GXPAX@Z@ZXZ@4QBW4module_id@?A0x14174aea@@B 1008ffe0 libvcruntime:winapi_downlevel.obj - 0002:0000aff4 ?candidate_modules@?1??try_get_FlsFree@@YAP6GHK@ZXZ@4QBW4module_id@?A0x14174aea@@B 1008fff4 libvcruntime:winapi_downlevel.obj - 0002:0000b004 ?candidate_modules@?1??try_get_FlsGetValue@@YAP6GPAXK@ZXZ@4QBW4module_id@?A0x14174aea@@B 10090004 libvcruntime:winapi_downlevel.obj - 0002:0000b018 ?candidate_modules@?1??try_get_FlsSetValue@@YAP6GHKPAX@ZXZ@4QBW4module_id@?A0x14174aea@@B 10090018 libvcruntime:winapi_downlevel.obj - 0002:0000b02c ?candidate_modules@?1??try_get_InitializeCriticalSectionEx@@YAP6GHPAU_RTL_CRITICAL_SECTION@@KK@ZXZ@4QBW4module_id@?A0x14174aea@@B 1009002c libvcruntime:winapi_downlevel.obj - 0002:0000b260 ?errtable@@3QBUerrentry@?A0x31fdb9ec@@B 10090260 libucrt:errno.obj - 0002:0000bf30 _One 10090f30 libucrt:ceil_pentium4.obj - 0002:0000bf40 _Bns 10090f40 libucrt:ceil_pentium4.obj - 0002:0000bf50 _Zero 10090f50 libucrt:ceil_pentium4.obj - 0002:0000bf60 _S 10090f60 libucrt:ceil_pentium4.obj - 0002:0000bf70 _NegZero 10090f70 libucrt:ceil_pentium4.obj - 0002:0000bf78 __first_127char 10090f78 libucrt:wsetlocale.obj - 0002:0000c5b8 ?module_names@?A0x391cf84c@@3QBQB_WB 100915b8 libucrt:winapi_thunks.obj - 0002:0000cac4 ?candidate_modules@?1??try_get_AreFileApisANSI@@YAP6GHXZXZ@4QBW4module_id@?A0x391cf84c@@B 10091ac4 libucrt:winapi_thunks.obj - 0002:0000cad8 ?candidate_modules@?1??try_get_CompareStringEx@@YAP6GHPB_WK0H0HPAU_nlsversioninfo@@PAXJ@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091ad8 libucrt:winapi_thunks.obj - 0002:0000caf0 ?candidate_modules@?1??try_get_EnumSystemLocalesEx@@YAP6GHP6GHPA_WKJ@ZKJPAX@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091af0 libucrt:winapi_thunks.obj - 0002:0000cb0c ?candidate_modules@?1??try_get_GetDateFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH0@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091b0c libucrt:winapi_thunks.obj - 0002:0000cb34 ?candidate_modules@?1??try_get_GetLocaleInfoEx@@YAP6GHPB_WKPA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091b34 libucrt:winapi_thunks.obj - 0002:0000cb6c ?candidate_modules@?1??try_get_GetTimeFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091b6c libucrt:winapi_thunks.obj - 0002:0000cb84 ?candidate_modules@?1??try_get_GetUserDefaultLocaleName@@YAP6GHPA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091b84 libucrt:winapi_thunks.obj - 0002:0000cba8 ?candidate_modules@?1??try_get_InitializeCriticalSectionEx@@YAP6GHPAU_RTL_CRITICAL_SECTION@@KK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091ba8 libucrt:winapi_thunks.obj - 0002:0000cbb0 ?candidate_modules@?1??try_get_IsValidLocaleName@@YAP6GHPB_W@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091bb0 libucrt:winapi_thunks.obj - 0002:0000cbcc ?candidate_modules@?1??try_get_LCMapStringEx@@YAP6GHPB_WK0HPA_WHPAU_nlsversioninfo@@PAXJ@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091bcc libucrt:winapi_thunks.obj - 0002:0000cbe4 ?candidate_modules@?1??try_get_LCIDToLocaleName@@YAP6GHKPA_WHK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091be4 libucrt:winapi_thunks.obj - 0002:0000cc00 ?candidate_modules@?1??try_get_LocaleNameToLCID@@YAP6GKPB_WK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091c00 libucrt:winapi_thunks.obj - 0002:0000cc1c ?candidate_modules@?1??try_get_AppPolicyGetProcessTerminationMethod@@YAP6GJPAXPAW4AppPolicyProcessTerminationMethod@@@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091c1c libucrt:winapi_thunks.obj - 0002:0000cc48 ?candidate_modules@?1??try_get_FlsAlloc@@YAP6GKP6GXPAX@Z@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091c48 libucrt:winapi_thunks.obj - 0002:0000cc50 ?candidate_modules@?1??try_get_FlsFree@@YAP6GHK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091c50 libucrt:winapi_thunks.obj - 0002:0000cc58 ?candidate_modules@?1??try_get_FlsGetValue@@YAP6GPAXK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091c58 libucrt:winapi_thunks.obj - 0002:0000cc60 ?candidate_modules@?1??try_get_FlsSetValue@@YAP6GHKPAX@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10091c60 libucrt:winapi_thunks.obj - 0002:0000cc68 ?strings@?1??fp_format_nan_or_infinity@@YAHW4__acrt_fp_class@@_NPADI1@Z@4QAY03QBDA 10091c68 libucrt:cvt.obj - 0002:0000ccf0 ?_names@?1??_get_fname@@9@4QBU@?1??1@YAPADI@Z@B 10091cf0 libucrt:fpexcept.obj - 0002:0000ceb8 _over 10091eb8 libucrt:fpctrl.obj - 0002:0000cec4 _under 10091ec4 libucrt:fpctrl.obj - 0002:0000d730 ?_mb_locale_names@@3QBQB_WB 10092730 libucrt:mbctype.obj - 0002:0000e5e0 ?LcidToLocaleNameTable@?A0x881e4c05@@3QBULcidToLocaleName@1@B 100935e0 libucrt:lcidtoname_downlevel.obj - 0002:0000f700 ?LocaleNameToIndexTable@?A0x881e4c05@@3QBULocaleNameIndex@1@B 10094700 libucrt:lcidtoname_downlevel.obj - 0002:000106e0 One 100956e0 libucrt:common.obj - 0002:000106f4 DblMax 100956f4 libucrt:common.obj - 0002:000106fc DblMin 100956fc libucrt:common.obj - 0002:00010704 IeeeAdjO 10095704 libucrt:common.obj - 0002:0001070c IeeeAdjU 1009570c libucrt:common.obj - 0002:00010714 _infinity 10095714 libucrt:common.obj - 0002:0001071c _zero 1009571c libucrt:common.obj - 0002:00010730 _NAME_ 10095730 libucrt:sqrt_impl.obj - 0002:00010750 LOG_name 10095750 libucrt:log10_impl.obj - 0002:0001077e One 1009577e libucrt:87disp.obj - 0002:00010786 Three 10095786 libucrt:87disp.obj - 0002:0001078e XAMtoTagTab 1009578e libucrt:87disp.obj - 0002:000107a0 emask 100957a0 libucrt:log10_pentium4.obj - 0002:000107b0 CC 100957b0 libucrt:log10_pentium4.obj - 0002:000107c0 Magic 100957c0 libucrt:log10_pentium4.obj - 0002:000107d0 hi_mask 100957d0 libucrt:log10_pentium4.obj - 0002:000107e0 LOG10_2 100957e0 libucrt:log10_pentium4.obj - 0002:000107f0 place_L 100957f0 libucrt:log10_pentium4.obj - 0002:00010810 One 10095810 libucrt:log10_pentium4.obj - 0002:00010820 Zero 10095820 libucrt:log10_pentium4.obj - 0002:00010830 Two52 10095830 libucrt:log10_pentium4.obj - 0002:00010840 Infs 10095840 libucrt:log10_pentium4.obj - 0002:00010850 NaN 10095850 libucrt:log10_pentium4.obj - 0002:00010860 coeff 10095860 libucrt:log10_pentium4.obj - 0002:000108be _log2max 100958be libucrt:87tran.obj - 0002:000108c8 _smallarg 100958c8 libucrt:87tran.obj - 0002:000108d2 _half 100958d2 libucrt:87tran.obj - 0002:00011178 ?_Win_errtab@?A0xdad2e229@@3QBU_Win_errtab_t@1@B 10096178 libcpmt:syserror.obj - 0002:00011418 ?_Sys_errtab@?A0xdad2e229@@3QBU_Sys_errtab_t@1@B 10096418 libcpmt:syserror.obj - 0002:00011ce8 ?mods@?1??_Xfsopen@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z@4QBQBDB 10096ce8 libcpmt:fiopen.obj - 0002:00011d80 ?_Whitespace_bitmap@?A0xfa98056f@@3U_Whitespace_bitmap_t@1@B 10096d80 libcpmt:syserror_import_lib.obj - 0002:00011eb0 _digits 10096eb0 libcpmt:xstoul.obj - 0002:00011ed8 _ndigs 10096ed8 libcpmt:xstoul.obj - 0002:00011f00 _digits 10096f00 libcpmt:xstoull.obj - 0002:00011f28 _ndigs 10096f28 libcpmt:xstoull.obj - 0002:00011f60 _bias_low 10096f60 LIBCMT:ftol3.obj - 0002:00011f70 _bias_high 10096f70 LIBCMT:ftol3.obj - 0002:00011f80 _DP2to32 10096f80 LIBCMT:ftol3.obj - 0002:00011f88 _NaN 10096f88 LIBCMT:ftol3.obj - 0002:00011f8c _onept5 10096f8c LIBCMT:ftol3.obj - 0002:00011f94 _GS_ExceptionPointers 10096f94 LIBCMT:gs_report.obj - 0002:00011fa0 two32 10096fa0 LIBCMT:ftol2.obj - 0002:00011fa4 two63 10096fa4 LIBCMT:ftol2.obj - 0002:00011fa8 _NaN 10096fa8 LIBCMT:ftol2.obj - 0002:00011fc0 ___acrt_initializers 10096fc0 libucrt:initialization.obj - 0002:00014e38 _ud_itab__16 10099e38 udis86:itab.obj - 0002:00014e48 _ud_itab__32 10099e48 udis86:itab.obj - 0002:00014e50 _ud_itab__330 10099e50 udis86:itab.obj - 0002:00014e58 _ud_itab__157 10099e58 udis86:itab.obj - 0002:00014e60 _ud_itab__208 10099e60 udis86:itab.obj - 0002:00014e70 _ud_itab__78 10099e70 udis86:itab.obj - 0002:00014e78 _ud_itab__103 10099e78 udis86:itab.obj - 0002:00014e80 _ud_itab__200 10099e80 udis86:itab.obj - 0002:00014e88 _ud_itab__44 10099e88 udis86:itab.obj - 0002:00014e90 _ud_itab__242 10099e90 udis86:itab.obj - 0002:00014e98 _ud_itab__87 10099e98 udis86:itab.obj - 0002:00014ea0 _ud_itab__297 10099ea0 udis86:itab.obj - 0002:00014ea4 _ud_itab__308 10099ea4 udis86:itab.obj - 0002:00014ea8 _ud_itab__107 10099ea8 udis86:itab.obj - 0002:00014eb0 _ud_itab__398 10099eb0 udis86:itab.obj - 0002:00014eb4 _ud_itab__216 10099eb4 udis86:itab.obj - 0002:00014ec4 _ud_itab__350 10099ec4 udis86:itab.obj - 0002:00014ec8 _ud_itab__401 10099ec8 udis86:itab.obj - 0002:00014ecc _ud_itab__133 10099ecc udis86:itab.obj - 0002:00014ed4 _ud_itab__413 10099ed4 udis86:itab.obj - 0002:00014ed8 _ud_itab__361 10099ed8 udis86:itab.obj - 0002:00014edc _ud_itab__203 10099edc udis86:itab.obj - 0002:00014eec _ud_itab__282 10099eec udis86:itab.obj - 0002:00014ef4 _ud_itab__61 10099ef4 udis86:itab.obj - 0002:00014efc _ud_itab__186 10099efc udis86:itab.obj - 0002:00014f0c _ud_itab__429 10099f0c udis86:itab.obj - 0002:00014f1c _ud_itab__363 10099f1c udis86:itab.obj - 0002:00014f20 _ud_itab__271 10099f20 udis86:itab.obj - 0002:00014f28 _ud_itab__5 10099f28 udis86:itab.obj - 0002:00014f38 _ud_itab__14 10099f38 udis86:itab.obj - 0002:00014f48 _ud_itab__121 10099f48 udis86:itab.obj - 0002:00014f50 _ud_itab__34 10099f50 udis86:itab.obj - 0002:00014f58 _ud_itab__147 10099f58 udis86:itab.obj - 0002:00014f60 _ud_itab__115 10099f60 udis86:itab.obj - 0002:00014f68 _ud_itab__346 10099f68 udis86:itab.obj - 0002:00014f6c _ud_itab__213 10099f6c udis86:itab.obj - 0002:00014f7c _ud_itab__143 10099f7c udis86:itab.obj - 0002:00014f84 _ud_itab__19 10099f84 udis86:itab.obj - 0002:00014f8c _ud_itab__12 10099f8c udis86:itab.obj - 0002:00014f94 _ud_itab__267 10099f94 udis86:itab.obj - 0002:00014f9c _ud_itab__97 10099f9c udis86:itab.obj - 0002:00014fa4 _ud_itab__84 10099fa4 udis86:itab.obj - 0002:00014fac _ud_itab__150 10099fac udis86:itab.obj - 0002:00014fb4 _ud_itab__249 10099fb4 udis86:itab.obj - 0002:00014fbc _ud_itab__137 10099fbc udis86:itab.obj - 0002:00014fc8 _ud_itab__116 10099fc8 udis86:itab.obj - 0002:000151c8 _ud_itab__247 1009a1c8 udis86:itab.obj - 0002:000151d0 _ud_itab__421 1009a1d0 udis86:itab.obj - 0002:00015250 _ud_itab__349 1009a250 udis86:itab.obj - 0002:00015260 _ud_itab__327 1009a260 udis86:itab.obj - 0002:00015268 _ud_itab__420 1009a268 udis86:itab.obj - 0002:00015278 _ud_itab__156 1009a278 udis86:itab.obj - 0002:00015280 _ud_itab__290 1009a280 udis86:itab.obj - 0002:00015284 _ud_itab__302 1009a284 udis86:itab.obj - 0002:00015294 _ud_itab__402 1009a294 udis86:itab.obj - 0002:00015298 _ud_itab__73 1009a298 udis86:itab.obj - 0002:000152a0 _ud_itab__220 1009a2a0 udis86:itab.obj - 0002:000152b0 _ud_itab__118 1009a2b0 udis86:itab.obj - 0002:000152b8 _ud_itab__384 1009a2b8 udis86:itab.obj - 0002:000152bc _ud_itab__347 1009a2bc udis86:itab.obj - 0002:000152cc _ud_itab__366 1009a2cc udis86:itab.obj - 0002:000152d0 _ud_itab__311 1009a2d0 udis86:itab.obj - 0002:000152d4 _ud_itab__244 1009a2d4 udis86:itab.obj - 0002:000152dc _ud_itab__270 1009a2dc udis86:itab.obj - 0002:000152e4 _ud_itab__446 1009a2e4 udis86:itab.obj - 0002:000152e8 _ud_itab__176 1009a2e8 udis86:itab.obj - 0002:000152f0 _ud_itab__445 1009a2f0 udis86:itab.obj - 0002:00015300 _ud_itab__353 1009a300 udis86:itab.obj - 0002:00015304 _ud_itab__234 1009a304 udis86:itab.obj - 0002:0001530c _ud_itab__390 1009a30c udis86:itab.obj - 0002:00015310 _ud_itab__68 1009a310 udis86:itab.obj - 0002:00015318 _ud_itab__90 1009a318 udis86:itab.obj - 0002:00015320 _ud_itab__300 1009a320 udis86:itab.obj - 0002:00015328 _ud_itab__141 1009a328 udis86:itab.obj - 0002:00015330 _ud_itab__37 1009a330 udis86:itab.obj - 0002:00015334 _ud_itab__298 1009a334 udis86:itab.obj - 0002:00015338 _ud_itab__356 1009a338 udis86:itab.obj - 0002:0001533c _ud_itab__320 1009a33c udis86:itab.obj - 0002:00015340 _ud_itab__212 1009a340 udis86:itab.obj - 0002:00015350 _ud_itab__439 1009a350 udis86:itab.obj - 0002:000153d0 _ud_itab__94 1009a3d0 udis86:itab.obj - 0002:000153d8 _ud_itab__310 1009a3d8 udis86:itab.obj - 0002:000153dc _ud_itab__56 1009a3dc udis86:itab.obj - 0002:000153e0 _ud_itab__428 1009a3e0 udis86:itab.obj - 0002:000153e8 _ud_itab__418 1009a3e8 udis86:itab.obj - 0002:00015468 _ud_itab__171 1009a468 udis86:itab.obj - 0002:00015470 _ud_itab__304 1009a470 udis86:itab.obj - 0002:00015480 _ud_itab__146 1009a480 udis86:itab.obj - 0002:00015488 _ud_itab__396 1009a488 udis86:itab.obj - 0002:0001548c _ud_itab__206 1009a48c udis86:itab.obj - 0002:0001549c _ud_itab__437 1009a49c udis86:itab.obj - 0002:000154a0 _ud_itab__333 1009a4a0 udis86:itab.obj - 0002:000154c0 _ud_itab__228 1009a4c0 udis86:itab.obj - 0002:000154d0 _ud_itab__93 1009a4d0 udis86:itab.obj - 0002:000154d8 _ud_itab__405 1009a4d8 udis86:itab.obj - 0002:000154e8 _ud_itab__257 1009a4e8 udis86:itab.obj - 0002:000154f0 _ud_itab__60 1009a4f0 udis86:itab.obj - 0002:000154f4 _ud_itab__71 1009a4f4 udis86:itab.obj - 0002:000154fc _ud_itab__292 1009a4fc udis86:itab.obj - 0002:00015504 _ud_itab__194 1009a504 udis86:itab.obj - 0002:0001550c _ud_itab__132 1009a50c udis86:itab.obj - 0002:00015514 _ud_itab__43 1009a514 udis86:itab.obj - 0002:0001551c _ud_itab__35 1009a51c udis86:itab.obj - 0002:00015524 _ud_itab__163 1009a524 udis86:itab.obj - 0002:0001552c _ud_itab__364 1009a52c udis86:itab.obj - 0002:00015530 _ud_itab__389 1009a530 udis86:itab.obj - 0002:00015534 _ud_itab__67 1009a534 udis86:itab.obj - 0002:0001553c _ud_itab__166 1009a53c udis86:itab.obj - 0002:00015544 _ud_itab__251 1009a544 udis86:itab.obj - 0002:0001554c _ud_itab__344 1009a54c udis86:itab.obj - 0002:00015554 _ud_itab__387 1009a554 udis86:itab.obj - 0002:00015558 _ud_itab__52 1009a558 udis86:itab.obj - 0002:0001555c _ud_itab__422 1009a55c udis86:itab.obj - 0002:00015560 _ud_itab__164 1009a560 udis86:itab.obj - 0002:00015568 _ud_itab__288 1009a568 udis86:itab.obj - 0002:0001556c _ud_itab__266 1009a56c udis86:itab.obj - 0002:00015574 _ud_itab__180 1009a574 udis86:itab.obj - 0002:0001557c _ud_itab__190 1009a57c udis86:itab.obj - 0002:00015584 _ud_itab__22 1009a584 udis86:itab.obj - 0002:0001558c _ud_itab__407 1009a58c udis86:itab.obj - 0002:00015590 _ud_itab__373 1009a590 udis86:itab.obj - 0002:00015598 _ud_itab__341 1009a598 udis86:itab.obj - 0002:00015798 _ud_itab__236 1009a798 udis86:itab.obj - 0002:000157a0 _ud_itab__8 1009a7a0 udis86:itab.obj - 0002:000157b0 _ud_itab__172 1009a7b0 udis86:itab.obj - 0002:000157b8 _ud_itab__414 1009a7b8 udis86:itab.obj - 0002:000157bc _ud_itab__392 1009a7bc udis86:itab.obj - 0002:000157c0 _ud_itab__260 1009a7c0 udis86:itab.obj - 0002:000157c8 _ud_itab__108 1009a7c8 udis86:itab.obj - 0002:000157d0 _ud_itab__438 1009a7d0 udis86:itab.obj - 0002:000157e0 _ud_itab__151 1009a7e0 udis86:itab.obj - 0002:000157e8 _ud_itab__70 1009a7e8 udis86:itab.obj - 0002:000157f0 _ud_itab__261 1009a7f0 udis86:itab.obj - 0002:000157f8 _ud_itab__411 1009a7f8 udis86:itab.obj - 0002:00015808 _ud_itab__174 1009a808 udis86:itab.obj - 0002:00015810 _ud_itab__63 1009a810 udis86:itab.obj - 0002:00015818 _ud_itab__388 1009a818 udis86:itab.obj - 0002:0001581c _ud_itab__69 1009a81c udis86:itab.obj - 0002:00015824 _ud_itab__359 1009a824 udis86:itab.obj - 0002:00015828 _ud_itab__375 1009a828 udis86:itab.obj - 0002:00015830 _ud_itab__53 1009a830 udis86:itab.obj - 0002:00015838 _ud_itab__343 1009a838 udis86:itab.obj - 0002:0001583c _ud_itab__173 1009a83c udis86:itab.obj - 0002:00015844 _ud_itab__280 1009a844 udis86:itab.obj - 0002:0001584c _ud_itab__165 1009a84c udis86:itab.obj - 0002:00015854 _ud_itab__374 1009a854 udis86:itab.obj - 0002:00015858 _ud_itab__91 1009a858 udis86:itab.obj - 0002:00015860 _ud_itab__102 1009a860 udis86:itab.obj - 0002:00015868 _ud_itab__351 1009a868 udis86:itab.obj - 0002:00015870 _ud_itab__352 1009a870 udis86:itab.obj - 0002:00015874 _ud_itab__193 1009a874 udis86:itab.obj - 0002:0001587c _ud_itab__33 1009a87c udis86:itab.obj - 0002:00015884 _ud_itab__129 1009a884 udis86:itab.obj - 0002:0001588c _ud_itab__372 1009a88c udis86:itab.obj - 0002:00015890 _ud_itab__321 1009a890 udis86:itab.obj - 0002:00015894 _ud_itab__98 1009a894 udis86:itab.obj - 0002:0001589c _ud_itab__272 1009a89c udis86:itab.obj - 0002:000158a4 _ud_itab__325 1009a8a4 udis86:itab.obj - 0002:000158a8 _ud_itab__245 1009a8a8 udis86:itab.obj - 0002:000158b0 _ud_itab__198 1009a8b0 udis86:itab.obj - 0002:000158b8 _ud_itab__403 1009a8b8 udis86:itab.obj - 0002:000158d8 _ud_itab__436 1009a8d8 udis86:itab.obj - 0002:00015958 _ud_itab__299 1009a958 udis86:itab.obj - 0002:0001595c _ud_itab__256 1009a95c udis86:itab.obj - 0002:00015964 _ud_itab__283 1009a964 udis86:itab.obj - 0002:0001596c _ud_itab__342 1009a96c udis86:itab.obj - 0002:00015970 _ud_itab__140 1009a970 udis86:itab.obj - 0002:00015978 _ud_itab__291 1009a978 udis86:itab.obj - 0002:0001597c _ud_itab__112 1009a97c udis86:itab.obj - 0002:00015984 _ud_itab__95 1009a984 udis86:itab.obj - 0002:0001598c _ud_itab__197 1009a98c udis86:itab.obj - 0002:00015994 _ud_itab__204 1009a994 udis86:itab.obj - 0002:000159a4 _ud_itab__385 1009a9a4 udis86:itab.obj - 0002:000159a8 _ud_itab__47 1009a9a8 udis86:itab.obj - 0002:000159b0 _ud_itab__246 1009a9b0 udis86:itab.obj - 0002:000159b8 _ud_itab__417 1009a9b8 udis86:itab.obj - 0002:000159c8 _ud_itab__2 1009a9c8 udis86:itab.obj - 0002:000159cc _ud_itab__440 1009a9cc udis86:itab.obj - 0002:000159d4 _ud_itab__231 1009a9d4 udis86:itab.obj - 0002:00015be0 _ud_itab__412 1009abe0 udis86:itab.obj - 0002:00015bf0 _ud_itab__9 1009abf0 udis86:itab.obj - 0002:00015c00 _ud_itab__239 1009ac00 udis86:itab.obj - 0002:00015c08 _ud_itab__416 1009ac08 udis86:itab.obj - 0002:00015c0c _ud_itab__319 1009ac0c udis86:itab.obj - 0002:00015c10 _ud_itab__205 1009ac10 udis86:itab.obj - 0002:00015c20 _ud_itab__158 1009ac20 udis86:itab.obj - 0002:00015c28 _ud_itab__268 1009ac28 udis86:itab.obj - 0002:00015c30 _ud_itab__443 1009ac30 udis86:itab.obj - 0002:00015c40 _ud_itab__263 1009ac40 udis86:itab.obj - 0002:00015c48 _ud_itab__92 1009ac48 udis86:itab.obj - 0002:00015c50 _ud_itab__119 1009ac50 udis86:itab.obj - 0002:00015c58 _ud_itab__226 1009ac58 udis86:itab.obj - 0002:00015c60 _ud_itab__104 1009ac60 udis86:itab.obj - 0002:00015c68 _ud_itab__296 1009ac68 udis86:itab.obj - 0002:00015c6c _ud_itab__40 1009ac6c udis86:itab.obj - 0002:00015c74 _ud_itab__309 1009ac74 udis86:itab.obj - 0002:00015c78 _ud_itab__329 1009ac78 udis86:itab.obj - 0002:00015c80 _ud_itab__134 1009ac80 udis86:itab.obj - 0002:00015c88 _ud_itab__181 1009ac88 udis86:itab.obj - 0002:00015c90 _ud_itab__386 1009ac90 udis86:itab.obj - 0002:00015c94 _ud_itab__322 1009ac94 udis86:itab.obj - 0002:00015c9c _ud_itab__38 1009ac9c udis86:itab.obj - 0002:00015ca4 _ud_itab__46 1009aca4 udis86:itab.obj - 0002:00015cac _ud_itab__66 1009acac udis86:itab.obj - 0002:00015cb4 _ud_itab__80 1009acb4 udis86:itab.obj - 0002:00015cbc _ud_itab__113 1009acbc udis86:itab.obj - 0002:00015cc4 _ud_itab__168 1009acc4 udis86:itab.obj - 0002:00015ccc _ud_itab__214 1009accc udis86:itab.obj - 0002:00015cdc _ud_itab__110 1009acdc udis86:itab.obj - 0002:00015ce4 _ud_itab__114 1009ace4 udis86:itab.obj - 0002:00015cec _ud_itab__259 1009acec udis86:itab.obj - 0002:00015cf4 _ud_itab__139 1009acf4 udis86:itab.obj - 0002:00015cfc _ud_itab__378 1009acfc udis86:itab.obj - 0002:00015d00 _ud_itab__340 1009ad00 udis86:itab.obj - 0002:00015d04 _ud_itab__379 1009ad04 udis86:itab.obj - 0002:00015d08 _ud_itab__305 1009ad08 udis86:itab.obj - 0002:00015d10 _ud_itab__394 1009ad10 udis86:itab.obj - 0002:00015f10 _ud_itab__225 1009af10 udis86:itab.obj - 0002:00015f18 _ud_itab__237 1009af18 udis86:itab.obj - 0002:00015f20 _ud_itab__400 1009af20 udis86:itab.obj - 0002:00015f24 _ud_itab__419 1009af24 udis86:itab.obj - 0002:00015f28 _ud_itab__126 1009af28 udis86:itab.obj - 0002:00015f30 _ud_itab__328 1009af30 udis86:itab.obj - 0002:00015f38 _ud_itab__238 1009af38 udis86:itab.obj - 0002:00015f40 _ud_itab__334 1009af40 udis86:itab.obj - 0002:00015f44 _ud_itab__380 1009af44 udis86:itab.obj - 0002:00015f48 _ud_itab__10 1009af48 udis86:itab.obj - 0002:00015f50 _ud_itab__42 1009af50 udis86:itab.obj - 0002:00015f58 _ud_itab__24 1009af58 udis86:itab.obj - 0002:00015f60 _ud_itab__371 1009af60 udis86:itab.obj - 0002:00015f64 _ud_itab__218 1009af64 udis86:itab.obj - 0002:00015f74 _ud_itab__136 1009af74 udis86:itab.obj - 0002:00015f7c _ud_itab__17 1009af7c udis86:itab.obj - 0002:00015f84 _ud_itab__7 1009af84 udis86:itab.obj - 0002:00015f94 _ud_itab__106 1009af94 udis86:itab.obj - 0002:00015f9c _ud_itab__339 1009af9c udis86:itab.obj - 0002:00015fac _ud_itab__243 1009afac udis86:itab.obj - 0002:00015fb4 _ud_itab__355 1009afb4 udis86:itab.obj - 0002:00015fb8 _ud_itab__3 1009afb8 udis86:itab.obj - 0002:00015fbc _ud_itab__170 1009afbc udis86:itab.obj - 0002:00015fc4 _ud_itab__254 1009afc4 udis86:itab.obj - 0002:00015fcc _ud_itab__144 1009afcc udis86:itab.obj - 0002:00015fd8 _ud_itab__427 1009afd8 udis86:itab.obj - 0002:00016058 _ud_itab__273 1009b058 udis86:itab.obj - 0002:00016060 _ud_itab__142 1009b060 udis86:itab.obj - 0002:00016068 _ud_itab__294 1009b068 udis86:itab.obj - 0002:0001606c _ud_itab__348 1009b06c udis86:itab.obj - 0002:00016070 _ud_itab__36 1009b070 udis86:itab.obj - 0002:00016078 _ud_itab__224 1009b078 udis86:itab.obj - 0002:00016080 _ud_itab__65 1009b080 udis86:itab.obj - 0002:00016088 _ud_itab__192 1009b088 udis86:itab.obj - 0002:00016090 _ud_itab__395 1009b090 udis86:itab.obj - 0002:00016094 _ud_itab__382 1009b094 udis86:itab.obj - 0002:00016098 _ud_itab__410 1009b098 udis86:itab.obj - 0002:000160a8 _ud_itab__376 1009b0a8 udis86:itab.obj - 0002:000160ac _ud_itab__76 1009b0ac udis86:itab.obj - 0002:000160b4 _ud_itab__155 1009b0b4 udis86:itab.obj - 0002:000160bc _ud_itab__109 1009b0bc udis86:itab.obj - 0002:000160c4 _ud_itab__415 1009b0c4 udis86:itab.obj - 0002:000160c8 _ud_itab__279 1009b0c8 udis86:itab.obj - 0002:000160d0 _ud_itab__295 1009b0d0 udis86:itab.obj - 0002:000160d8 _ud_itab__29 1009b0d8 udis86:itab.obj - 0002:000160e0 _ud_itab__354 1009b0e0 udis86:itab.obj - 0002:000160e4 _ud_itab__27 1009b0e4 udis86:itab.obj - 0002:000160f4 _ud_itab__82 1009b0f4 udis86:itab.obj - 0002:000160fc _ud_itab__15 1009b0fc udis86:itab.obj - 0002:0001610c _ud_itab__199 1009b10c udis86:itab.obj - 0002:00016114 _ud_itab__21 1009b114 udis86:itab.obj - 0002:0001611c _ud_itab__179 1009b11c udis86:itab.obj - 0002:00016124 _ud_itab__217 1009b124 udis86:itab.obj - 0002:00016134 _ud_itab__435 1009b134 udis86:itab.obj - 0002:00016144 _ud_itab__303 1009b144 udis86:itab.obj - 0002:00016154 _ud_itab__250 1009b154 udis86:itab.obj - 0002:0001615c _ud_itab__331 1009b15c udis86:itab.obj - 0002:0001616c _ud_itab__441 1009b16c udis86:itab.obj - 0002:00016170 _ud_itab__399 1009b170 udis86:itab.obj - 0002:00016370 _ud_itab__301 1009b370 udis86:itab.obj - 0002:00016378 _ud_itab__196 1009b378 udis86:itab.obj - 0002:00016380 _ud_itab__281 1009b380 udis86:itab.obj - 0002:00016388 _ud_itab__152 1009b388 udis86:itab.obj - 0002:00016390 _ud_itab__209 1009b390 udis86:itab.obj - 0002:000163a0 _ud_itab__397 1009b3a0 udis86:itab.obj - 0002:000163a4 _ud_itab__177 1009b3a4 udis86:itab.obj - 0002:000163ac _ud_itab__368 1009b3ac udis86:itab.obj - 0002:000163b0 _ud_itab__430 1009b3b0 udis86:itab.obj - 0002:00016430 _ud_itab__336 1009b430 udis86:itab.obj - 0002:00016434 _ud_itab__258 1009b434 udis86:itab.obj - 0002:0001643c _ud_itab__135 1009b43c udis86:itab.obj - 0002:00016444 _ud_itab__223 1009b444 udis86:itab.obj - 0002:0001644c _ud_itab__178 1009b44c udis86:itab.obj - 0002:0001645c _ud_itab__81 1009b45c udis86:itab.obj - 0002:00016464 _ud_itab__101 1009b464 udis86:itab.obj - 0002:0001646c _ud_itab__442 1009b46c udis86:itab.obj - 0002:0001647c _ud_itab__235 1009b47c udis86:itab.obj - 0002:0001648c _ud_itab__123 1009b48c udis86:itab.obj - 0002:00016494 _ud_itab__11 1009b494 udis86:itab.obj - 0002:0001649c _ud_itab__153 1009b49c udis86:itab.obj - 0002:000164a4 _ud_itab__377 1009b4a4 udis86:itab.obj - 0002:000164a8 _ud_itab__289 1009b4a8 udis86:itab.obj - 0002:000164b0 _ud_itab__424 1009b4b0 udis86:itab.obj - 0002:00016530 _ud_itab__408 1009b530 udis86:itab.obj - 0002:00016538 _ud_itab__434 1009b538 udis86:itab.obj - 0002:0001653c _ud_itab__426 1009b53c udis86:itab.obj - 0002:0001654c _ud_itab__25 1009b54c udis86:itab.obj - 0002:00016560 _ud_itab__357 1009b560 udis86:itab.obj - 0002:00016760 _ud_itab__369 1009b760 udis86:itab.obj - 0002:00016960 _ud_itab__221 1009b960 udis86:itab.obj - 0002:00016968 _ud_itab__215 1009b968 udis86:itab.obj - 0002:0001696c _ud_itab__210 1009b96c udis86:itab.obj - 0002:0001697c _ud_itab__232 1009b97c udis86:itab.obj - 0002:00016984 _ud_itab__169 1009b984 udis86:itab.obj - 0002:0001698c _ud_itab__120 1009b98c udis86:itab.obj - 0002:00016994 _ud_itab__383 1009b994 udis86:itab.obj - 0002:00016998 _ud_itab__219 1009b998 udis86:itab.obj - 0002:000169a8 _ud_itab__195 1009b9a8 udis86:itab.obj - 0002:000169b0 _ud_itab__57 1009b9b0 udis86:itab.obj - 0002:000169b8 _ud_itab__264 1009b9b8 udis86:itab.obj - 0002:000169c0 _ud_itab__240 1009b9c0 udis86:itab.obj - 0002:000169c8 _ud_itab__423 1009b9c8 udis86:itab.obj - 0002:000169d8 _ud_itab__358 1009b9d8 udis86:itab.obj - 0002:000169dc _ud_itab__26 1009b9dc udis86:itab.obj - 0002:000169e4 _ud_itab__188 1009b9e4 udis86:itab.obj - 0002:000169ec _ud_itab__191 1009b9ec udis86:itab.obj - 0002:000169f4 _ud_itab__149 1009b9f4 udis86:itab.obj - 0002:000169fc _ud_itab__74 1009b9fc udis86:itab.obj - 0002:00016a04 _ud_itab__362 1009ba04 udis86:itab.obj - 0002:00016a08 _ud_itab__287 1009ba08 udis86:itab.obj - 0002:00016a0c _ud_itab__48 1009ba0c udis86:itab.obj - 0002:00016a14 _ud_itab__159 1009ba14 udis86:itab.obj - 0002:00016a1c _ud_itab__211 1009ba1c udis86:itab.obj - 0002:00016a2c _ud_itab__64 1009ba2c udis86:itab.obj - 0002:00016a34 _ud_itab__337 1009ba34 udis86:itab.obj - 0002:00016a38 _ud_itab__433 1009ba38 udis86:itab.obj - 0002:00016ab8 _ud_itab__55 1009bab8 udis86:itab.obj - 0002:00016ac0 _ud_itab__45 1009bac0 udis86:itab.obj - 0002:00016ac8 _ud_itab__317 1009bac8 udis86:itab.obj - 0002:00016acc _ud_itab__31 1009bacc udis86:itab.obj - 0002:00016ad0 _ud_itab__332 1009bad0 udis86:itab.obj - 0002:00016ae0 _ud_itab__315 1009bae0 udis86:itab.obj - 0002:00016ae8 _ud_itab__318 1009bae8 udis86:itab.obj - 0002:00016af0 _ud_itab__13 1009baf0 udis86:itab.obj - 0002:00016af8 _ud_itab__432 1009baf8 udis86:itab.obj - 0002:00016b08 _ud_itab__49 1009bb08 udis86:itab.obj - 0002:00016b10 _ud_itab__58 1009bb10 udis86:itab.obj - 0002:00016b18 _ud_itab__128 1009bb18 udis86:itab.obj - 0002:00016b20 _ud_itab__409 1009bb20 udis86:itab.obj - 0002:00016b30 _ud_itab__201 1009bb30 udis86:itab.obj - 0002:00016b38 _ud_itab__154 1009bb38 udis86:itab.obj - 0002:00016b40 _ud_itab__314 1009bb40 udis86:itab.obj - 0002:00016b50 _ud_itab__326 1009bb50 udis86:itab.obj - 0002:00016b58 _ud_itab__313 1009bb58 udis86:itab.obj - 0002:00016b68 _ud_itab__365 1009bb68 udis86:itab.obj - 0002:00016b70 _ud_itab__335 1009bb70 udis86:itab.obj - 0002:00016d70 _ud_itab__241 1009bd70 udis86:itab.obj - 0002:00016d78 _ud_itab__162 1009bd78 udis86:itab.obj - 0002:00016d80 _ud_itab__72 1009bd80 udis86:itab.obj - 0002:00016d88 _ud_itab__275 1009bd88 udis86:itab.obj - 0002:00016d8c _ud_itab__160 1009bd8c udis86:itab.obj - 0002:00016d94 _ud_itab__182 1009bd94 udis86:itab.obj - 0002:00016da4 _ud_itab__131 1009bda4 udis86:itab.obj - 0002:00016dac _ud_itab__269 1009bdac udis86:itab.obj - 0002:00016db4 _ud_itab__51 1009bdb4 udis86:itab.obj - 0002:00016dbc _ud_itab__117 1009bdbc udis86:itab.obj - 0002:00016dc4 _ud_itab__391 1009bdc4 udis86:itab.obj - 0002:00016dc8 _ud_itab__367 1009bdc8 udis86:itab.obj - 0002:00016dcc _ud_itab__284 1009bdcc udis86:itab.obj - 0002:00016dd0 _ud_itab__262 1009bdd0 udis86:itab.obj - 0002:00016dd8 _ud_itab__425 1009bdd8 udis86:itab.obj - 0002:00016ddc _ud_itab__338 1009bddc udis86:itab.obj - 0002:00016de0 _ud_itab__393 1009bde0 udis86:itab.obj - 0002:00016de4 _ud_itab__122 1009bde4 udis86:itab.obj - 0002:00016dec _ud_itab__79 1009bdec udis86:itab.obj - 0002:00016df4 _ud_itab__265 1009bdf4 udis86:itab.obj - 0002:00016dfc _ud_itab__6 1009bdfc udis86:itab.obj - 0002:00016e00 _ud_itab__85 1009be00 udis86:itab.obj - 0002:00016e08 _ud_itab__276 1009be08 udis86:itab.obj - 0002:00016e10 _ud_itab__202 1009be10 udis86:itab.obj - 0002:00016e14 _ud_itab__148 1009be14 udis86:itab.obj - 0002:00016e20 _ud_itab__54 1009be20 udis86:itab.obj - 0002:00017020 _ud_itab__89 1009c020 udis86:itab.obj - 0002:00017028 _ud_itab__274 1009c028 udis86:itab.obj - 0002:00017030 _ud_itab__312 1009c030 udis86:itab.obj - 0002:00017034 _ud_itab__187 1009c034 udis86:itab.obj - 0002:0001703c _ud_itab__381 1009c03c udis86:itab.obj - 0002:00017040 _ud_itab__185 1009c040 udis86:itab.obj - 0002:00017048 _ud_itab__316 1009c048 udis86:itab.obj - 0002:00017050 _ud_itab__253 1009c050 udis86:itab.obj - 0002:00017058 _ud_itab__130 1009c058 udis86:itab.obj - 0002:00017060 _ud_itab__39 1009c060 udis86:itab.obj - 0002:00017068 _ud_itab__175 1009c068 udis86:itab.obj - 0002:00017070 _ud_itab__145 1009c070 udis86:itab.obj - 0002:00017078 _ud_itab__167 1009c078 udis86:itab.obj - 0002:00017080 _ud_itab__255 1009c080 udis86:itab.obj - 0002:00017088 _ud_itab__323 1009c088 udis86:itab.obj - 0002:0001708c _ud_itab__30 1009c08c udis86:itab.obj - 0002:00017094 _ud_itab__370 1009c094 udis86:itab.obj - 0002:00017098 _ud_itab__233 1009c098 udis86:itab.obj - 0002:000170a0 _ud_itab__444 1009c0a0 udis86:itab.obj - 0002:000170b0 _ud_itab__229 1009c0b0 udis86:itab.obj - 0002:000170b8 _ud_itab__100 1009c0b8 udis86:itab.obj - 0002:000170c0 _ud_itab__1 1009c0c0 udis86:itab.obj - 0002:000170c4 _ud_itab__207 1009c0c4 udis86:itab.obj - 0002:000170c8 _ud_itab__184 1009c0c8 udis86:itab.obj - 0002:000170d0 _ud_itab__138 1009c0d0 udis86:itab.obj - 0002:000170d8 _ud_itab__293 1009c0d8 udis86:itab.obj - 0002:000170dc _ud_itab__227 1009c0dc udis86:itab.obj - 0002:000170e0 _ud_itab__83 1009c0e0 udis86:itab.obj - 0002:000170e8 _ud_itab__41 1009c0e8 udis86:itab.obj - 0002:000170f8 _ud_itab__252 1009c0f8 udis86:itab.obj - 0002:00017100 _ud_itab__4 1009c100 udis86:itab.obj - 0002:00017300 _ud_itab__324 1009c300 udis86:itab.obj - 0002:00017304 _ud_itab__99 1009c304 udis86:itab.obj - 0002:0001730c _ud_itab__307 1009c30c udis86:itab.obj - 0002:00017310 _ud_itab__127 1009c310 udis86:itab.obj - 0002:00017318 _ud_itab__20 1009c318 udis86:itab.obj - 0002:00017320 _ud_itab__222 1009c320 udis86:itab.obj - 0002:00017330 _ud_itab__105 1009c330 udis86:itab.obj - 0002:00017338 _ud_itab__86 1009c338 udis86:itab.obj - 0002:00017340 _ud_itab__124 1009c340 udis86:itab.obj - 0002:00017348 _ud_itab__18 1009c348 udis86:itab.obj - 0002:00017350 _ud_itab__285 1009c350 udis86:itab.obj - 0002:00017354 _ud_itab__306 1009c354 udis86:itab.obj - 0002:00017358 _ud_itab__28 1009c358 udis86:itab.obj - 0002:00017558 _ud_itab__23 1009c558 udis86:itab.obj - 0002:00017560 _ud_itab__189 1009c560 udis86:itab.obj - 0002:00017568 _ud_itab__88 1009c568 udis86:itab.obj - 0002:00017570 _ud_itab__111 1009c570 udis86:itab.obj - 0002:00017578 _ud_itab__431 1009c578 udis86:itab.obj - 0002:0001757c _ud_itab__96 1009c57c udis86:itab.obj - 0002:00017584 _ud_itab__277 1009c584 udis86:itab.obj - 0002:0001758c _ud_itab__161 1009c58c udis86:itab.obj - 0002:00017594 _ud_itab__286 1009c594 udis86:itab.obj - 0002:00017598 _ud_itab__278 1009c598 udis86:itab.obj - 0002:000175a0 _ud_itab__230 1009c5a0 udis86:itab.obj - 0002:000175a8 _ud_itab__406 1009c5a8 udis86:itab.obj - 0002:000175b8 _ud_itab__77 1009c5b8 udis86:itab.obj - 0002:000175c0 _ud_itab__248 1009c5c0 udis86:itab.obj - 0002:000175c8 _ud_itab__183 1009c5c8 udis86:itab.obj - 0002:000175d0 _ud_itab__59 1009c5d0 udis86:itab.obj - 0002:000175d8 _ud_itab__404 1009c5d8 udis86:itab.obj - 0002:000175dc _ud_itab__125 1009c5dc udis86:itab.obj - 0002:000175e4 _ud_itab__75 1009c5e4 udis86:itab.obj - 0002:000175ec _ud_itab__360 1009c5ec udis86:itab.obj - 0002:000175f0 _ud_itab__345 1009c5f0 udis86:itab.obj - 0002:00017600 _ud_itab__62 1009c600 udis86:itab.obj - 0002:00017608 _ud_itab__50 1009c608 udis86:itab.obj - 0002:0001b218 __unwindtable$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a0218 logging.cpp.obj - 0002:0001b228 __ehfuncinfo$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a0228 logging.cpp.obj - 0002:0001b24c __ehfuncinfo$??0_Locinfo@std@@QAE@PBD@Z 100a024c logging.cpp.obj - 0002:0001b270 __unwindtable$??0_Locinfo@std@@QAE@PBD@Z 100a0270 logging.cpp.obj - 0002:0001b2a8 __ehfuncinfo$??1?$basic_filebuf@DU?$char_traits@D@std@@@std@@UAE@XZ 100a02a8 logging.cpp.obj - 0002:0001b2a8 __ehfuncinfo$??1_Locinfo@std@@QAE@XZ 100a02a8 logging.cpp.obj - 0002:0001b2a8 __ehfuncinfo$??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 100a02a8 main.cpp.obj - 0002:0001b2a8 __ehfuncinfo$??1CDataStore@Nampower@@UAE@XZ 100a02a8 main.cpp.obj - 0002:0001b2a8 __ehfuncinfo$??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a02a8 main.cpp.obj - 0002:0001b2a8 __ehfuncinfo$?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 100a02a8 libucrt:mbstowcs.obj - 0002:0001b2a8 __ehfuncinfo$?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 100a02a8 libucrt:write.obj - 0002:0001b2a8 __ehfuncinfo$?try_cor_exit_process@@YAXI@Z 100a02a8 libucrt:exit.obj - 0002:0001b2a8 __ehfuncinfo$?_Tidy@ios_base@std@@AAEXXZ 100a02a8 libcpmt:ios.obj - 0002:0001b2a8 __ehfuncinfo$??1_Init_atexit@@QAE@XZ 100a02a8 libcpmt:iosptrs.obj - 0002:0001b2a8 __ehfuncinfo$___crtGetSystemTimePreciseAsFileTime 100a02a8 libcpmt:winapisupp.obj - 0002:0001b2cc __unwindtable$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 100a02cc logging.cpp.obj - 0002:0001b2e4 __ehfuncinfo$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 100a02e4 logging.cpp.obj - 0002:0001b308 __unwindtable$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 100a0308 logging.cpp.obj - 0002:0001b308 __unwindtable$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 100a0308 main.cpp.obj - 0002:0001b308 __unwindtable$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 100a0308 spellcast.cpp.obj - 0002:0001b310 __ehfuncinfo$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 100a0310 logging.cpp.obj - 0002:0001b310 __ehfuncinfo$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 100a0310 main.cpp.obj - 0002:0001b310 __ehfuncinfo$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 100a0310 spellcast.cpp.obj - 0002:0001b334 __unwindtable$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 100a0334 logging.cpp.obj - 0002:0001b334 __unwindtable$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a0334 logging.cpp.obj - 0002:0001b334 __unwindtable$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a0334 logging.cpp.obj - 0002:0001b334 __unwindtable$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a0334 logging.cpp.obj - 0002:0001b334 __unwindtable$??_Gios_base@std@@UAEPAXI@Z 100a0334 logging.cpp.obj - 0002:0001b334 __unwindtable$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??1bad_alloc_@exception_detail@boost@@UAE@XZ 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??1bad_exception_@exception_detail@boost@@UAE@XZ 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??1exception@boost@@MAE@XZ 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??_DError@hadesmem@@QAEXXZ 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??_GCDataStore@Nampower@@UAEPAXI@Z 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??_GError@hadesmem@@UAEPAXI@Z 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 100a0334 main.cpp.obj - 0002:0001b334 __unwindtable$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 100a0334 libucrt:exit.obj - 0002:0001b33c __ehfuncinfo$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 100a033c logging.cpp.obj - 0002:0001b33c __ehfuncinfo$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a033c logging.cpp.obj - 0002:0001b33c __ehfuncinfo$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a033c logging.cpp.obj - 0002:0001b33c __ehfuncinfo$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a033c logging.cpp.obj - 0002:0001b33c __ehfuncinfo$??_Gios_base@std@@UAEPAXI@Z 100a033c logging.cpp.obj - 0002:0001b33c __ehfuncinfo$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??1bad_alloc_@exception_detail@boost@@UAE@XZ 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??1bad_exception_@exception_detail@boost@@UAE@XZ 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??1exception@boost@@MAE@XZ 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??_DError@hadesmem@@QAEXXZ 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??_GCDataStore@Nampower@@UAEPAXI@Z 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??_GError@hadesmem@@UAEPAXI@Z 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 100a033c main.cpp.obj - 0002:0001b33c __ehfuncinfo$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 100a033c libucrt:exit.obj - 0002:0001b360 __unwindtable$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 100a0360 logging.cpp.obj - 0002:0001b370 __ehfuncinfo$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 100a0370 logging.cpp.obj - 0002:0001b394 __unwindtable$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 100a0394 logging.cpp.obj - 0002:0001b3ac __ehfuncinfo$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 100a03ac logging.cpp.obj - 0002:0001b3d0 __unwindtable$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 100a03d0 logging.cpp.obj - 0002:0001b3d0 __unwindtable$??__FdebugLogFile@Nampower@@YAXXZ 100a03d0 logging.cpp.obj - 0002:0001b3d0 __unwindtable$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100a03d0 main.cpp.obj - 0002:0001b3d0 __unwindtable$__execute_onexit_table 100a03d0 libucrt:onexit.obj - 0002:0001b3d8 __ehfuncinfo$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 100a03d8 logging.cpp.obj - 0002:0001b3d8 __ehfuncinfo$??__FdebugLogFile@Nampower@@YAXXZ 100a03d8 logging.cpp.obj - 0002:0001b3d8 __ehfuncinfo$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100a03d8 main.cpp.obj - 0002:0001b3d8 __ehfuncinfo$__execute_onexit_table 100a03d8 libucrt:onexit.obj - 0002:0001b3fc __unwindtable$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 100a03fc logging.cpp.obj - 0002:0001b3fc __unwindtable$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a03fc spellevents.cpp.obj - 0002:0001b404 __ehfuncinfo$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 100a0404 logging.cpp.obj - 0002:0001b404 __ehfuncinfo$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a0404 spellevents.cpp.obj - 0002:0001b428 __unwindtable$??__EdebugLogFile@Nampower@@YAXXZ 100a0428 logging.cpp.obj - 0002:0001b440 __ehfuncinfo$??__EdebugLogFile@Nampower@@YAXXZ 100a0440 logging.cpp.obj - 0002:0001b464 __unwindtable$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 100a0464 logging.cpp.obj - 0002:0001b464 __unwindtable$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a0464 main.cpp.obj - 0002:0001b47c __ehfuncinfo$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 100a047c logging.cpp.obj - 0002:0001b47c __ehfuncinfo$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a047c main.cpp.obj - 0002:0001b5e4 __unwindtable$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100a05e4 main.cpp.obj - 0002:0001b5fc __ehfuncinfo$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100a05fc main.cpp.obj - 0002:0001b620 __catchsym$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$3 100a0620 main.cpp.obj - 0002:0001b630 __tryblocktable$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a0630 main.cpp.obj - 0002:0001b644 __unwindtable$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a0644 main.cpp.obj - 0002:0001b65c __ehfuncinfo$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a065c main.cpp.obj - 0002:0001b680 __unwindtable$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 100a0680 main.cpp.obj - 0002:0001b6a0 __ehfuncinfo$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 100a06a0 main.cpp.obj - 0002:0001b6c4 __unwindtable$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100a06c4 main.cpp.obj - 0002:0001b6cc __ehfuncinfo$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100a06cc main.cpp.obj - 0002:0001b6f0 __unwindtable$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 100a06f0 main.cpp.obj - 0002:0001b6f8 __ehfuncinfo$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 100a06f8 main.cpp.obj - 0002:0001b71c __unwindtable$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 100a071c main.cpp.obj - 0002:0001b734 __ehfuncinfo$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 100a0734 main.cpp.obj - 0002:0001b758 __ehfuncinfo$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100a0758 main.cpp.obj - 0002:0001b77c __unwindtable$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100a077c main.cpp.obj - 0002:0001b7ac __catchsym$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ$2 100a07ac main.cpp.obj - 0002:0001b7bc __unwindtable$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a07bc main.cpp.obj - 0002:0001b7cc __tryblocktable$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a07cc main.cpp.obj - 0002:0001b7e0 __ehfuncinfo$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a07e0 main.cpp.obj - 0002:0001b804 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$7 100a0804 main.cpp.obj - 0002:0001b814 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a0814 main.cpp.obj - 0002:0001b828 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a0828 main.cpp.obj - 0002:0001b84c __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a084c main.cpp.obj - 0002:0001b874 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$7 100a0874 main.cpp.obj - 0002:0001b884 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a0884 main.cpp.obj - 0002:0001b898 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a0898 main.cpp.obj - 0002:0001b8bc __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a08bc main.cpp.obj - 0002:0001b8e4 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$7 100a08e4 main.cpp.obj - 0002:0001b8e4 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$7 100a08e4 main.cpp.obj - 0002:0001b8f4 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a08f4 main.cpp.obj - 0002:0001b8f4 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a08f4 main.cpp.obj - 0002:0001b908 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a0908 main.cpp.obj - 0002:0001b908 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a0908 main.cpp.obj - 0002:0001b92c __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a092c main.cpp.obj - 0002:0001b92c __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a092c main.cpp.obj - 0002:0001b954 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$7 100a0954 main.cpp.obj - 0002:0001b964 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a0964 main.cpp.obj - 0002:0001b978 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a0978 main.cpp.obj - 0002:0001b99c __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a099c main.cpp.obj - 0002:0001b9c4 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$7 100a09c4 main.cpp.obj - 0002:0001b9d4 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a09d4 main.cpp.obj - 0002:0001b9e8 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a09e8 main.cpp.obj - 0002:0001ba0c __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a0a0c main.cpp.obj - 0002:0001ba34 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$7 100a0a34 main.cpp.obj - 0002:0001ba44 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a0a44 main.cpp.obj - 0002:0001ba58 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a0a58 main.cpp.obj - 0002:0001ba7c __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a0a7c main.cpp.obj - 0002:0001baa4 __catchsym$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$5 100a0aa4 main.cpp.obj - 0002:0001bab4 __tryblocktable$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a0ab4 main.cpp.obj - 0002:0001bac8 __unwindtable$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a0ac8 main.cpp.obj - 0002:0001bae8 __ehfuncinfo$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a0ae8 main.cpp.obj - 0002:0001bb0c __catchsym$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$11 100a0b0c main.cpp.obj - 0002:0001bb1c __tryblocktable$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a0b1c main.cpp.obj - 0002:0001bb30 __unwindtable$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a0b30 main.cpp.obj - 0002:0001bb50 __ehfuncinfo$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a0b50 main.cpp.obj - 0002:0001bb74 __unwindtable$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100a0b74 main.cpp.obj - 0002:0001bb8c __ehfuncinfo$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100a0b8c main.cpp.obj - 0002:0001bbb0 __unwindtable$?str@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 100a0bb0 main.cpp.obj - 0002:0001bbb8 __ehfuncinfo$?str@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 100a0bb8 main.cpp.obj - 0002:0001bbdc __catchsym$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$5 100a0bdc main.cpp.obj - 0002:0001bbec __tryblocktable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a0bec main.cpp.obj - 0002:0001bc00 __unwindtable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a0c00 main.cpp.obj - 0002:0001bc20 __ehfuncinfo$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a0c20 main.cpp.obj - 0002:0001bc44 __unwindtable$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z 100a0c44 main.cpp.obj - 0002:0001bc64 __ehfuncinfo$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z 100a0c64 main.cpp.obj - 0002:0001bc88 __unwindtable$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a0c88 main.cpp.obj - 0002:0001bc98 __tryblocktable$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a0c98 main.cpp.obj - 0002:0001bcac __catchsym$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ$3 100a0cac main.cpp.obj - 0002:0001bccc __ehfuncinfo$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a0ccc main.cpp.obj - 0002:0001bcf0 __unwindtable$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a0cf0 main.cpp.obj - 0002:0001bd00 __tryblocktable$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a0d00 main.cpp.obj - 0002:0001bd14 __catchsym$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ$3 100a0d14 main.cpp.obj - 0002:0001bd34 __ehfuncinfo$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a0d34 main.cpp.obj - 0002:0001bd58 __catchsym$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$5 100a0d58 main.cpp.obj - 0002:0001bd68 __tryblocktable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a0d68 main.cpp.obj - 0002:0001bd7c __unwindtable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a0d7c main.cpp.obj - 0002:0001bd9c __ehfuncinfo$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a0d9c main.cpp.obj - 0002:0001bdc0 __unwindtable$??0Error@hadesmem@@QAE@ABV01@@Z 100a0dc0 main.cpp.obj - 0002:0001bdc8 __ehfuncinfo$??0Error@hadesmem@@QAE@ABV01@@Z 100a0dc8 main.cpp.obj - 0002:0001bdec __unwindtable$?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 100a0dec main.cpp.obj - 0002:0001bdfc __ehfuncinfo$?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 100a0dfc main.cpp.obj - 0002:0001be20 __unwindtable$??0Thread@hadesmem@@QAE@K@Z 100a0e20 main.cpp.obj - 0002:0001be20 __unwindtable$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 100a0e20 main.cpp.obj - 0002:0001be20 __unwindtable$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100a0e20 main.cpp.obj - 0002:0001be20 __unwindtable$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a0e20 main.cpp.obj - 0002:0001be20 __unwindtable$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a0e20 main.cpp.obj - 0002:0001be40 __ehfuncinfo$??0Thread@hadesmem@@QAE@K@Z 100a0e40 main.cpp.obj - 0002:0001be40 __ehfuncinfo$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 100a0e40 main.cpp.obj - 0002:0001be40 __ehfuncinfo$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100a0e40 main.cpp.obj - 0002:0001be40 __ehfuncinfo$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a0e40 main.cpp.obj - 0002:0001be40 __ehfuncinfo$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a0e40 main.cpp.obj - 0002:0001be64 __unwindtable$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 100a0e64 main.cpp.obj - 0002:0001be64 __unwindtable$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 100a0e64 main.cpp.obj - 0002:0001be64 __unwindtable$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 100a0e64 main.cpp.obj - 0002:0001be64 __unwindtable$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 100a0e64 main.cpp.obj - 0002:0001be84 __ehfuncinfo$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 100a0e84 main.cpp.obj - 0002:0001be84 __ehfuncinfo$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 100a0e84 main.cpp.obj - 0002:0001be84 __ehfuncinfo$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 100a0e84 main.cpp.obj - 0002:0001be84 __ehfuncinfo$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 100a0e84 main.cpp.obj - 0002:0001bea8 __catchsym$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$3 100a0ea8 main.cpp.obj - 0002:0001beb8 __tryblocktable$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a0eb8 main.cpp.obj - 0002:0001becc __unwindtable$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a0ecc main.cpp.obj - 0002:0001bee4 __ehfuncinfo$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a0ee4 main.cpp.obj - 0002:0001bf08 __unwindtable$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 100a0f08 main.cpp.obj - 0002:0001bf28 __ehfuncinfo$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 100a0f28 main.cpp.obj - 0002:0001bf4c __ehfuncinfo$??0Process@hadesmem@@QAE@K@Z 100a0f4c main.cpp.obj - 0002:0001bf70 __unwindtable$??0Process@hadesmem@@QAE@K@Z 100a0f70 main.cpp.obj - 0002:0001bfb0 __catchsym$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$3 100a0fb0 main.cpp.obj - 0002:0001bfc0 __tryblocktable$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a0fc0 main.cpp.obj - 0002:0001bfd4 __unwindtable$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a0fd4 main.cpp.obj - 0002:0001bfec __ehfuncinfo$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a0fec main.cpp.obj - 0002:0001c010 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100a1010 main.cpp.obj - 0002:0001c010 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100a1010 main.cpp.obj - 0002:0001c010 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100a1010 main.cpp.obj - 0002:0001c010 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100a1010 main.cpp.obj - 0002:0001c010 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100a1010 main.cpp.obj - 0002:0001c010 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100a1010 main.cpp.obj - 0002:0001c010 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100a1010 main.cpp.obj - 0002:0001c010 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100a1010 main.cpp.obj - 0002:0001c030 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100a1030 main.cpp.obj - 0002:0001c030 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100a1030 main.cpp.obj - 0002:0001c030 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100a1030 main.cpp.obj - 0002:0001c030 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100a1030 main.cpp.obj - 0002:0001c030 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100a1030 main.cpp.obj - 0002:0001c030 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100a1030 main.cpp.obj - 0002:0001c030 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100a1030 main.cpp.obj - 0002:0001c030 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100a1030 main.cpp.obj - 0002:0001c054 __catchsym$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$7 100a1054 main.cpp.obj - 0002:0001c064 __tryblocktable$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a1064 main.cpp.obj - 0002:0001c078 __ehfuncinfo$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a1078 main.cpp.obj - 0002:0001c09c __unwindtable$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a109c main.cpp.obj - 0002:0001c0d4 __catchsym$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$3 100a10d4 main.cpp.obj - 0002:0001c0e4 __tryblocktable$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a10e4 main.cpp.obj - 0002:0001c0f8 __unwindtable$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a10f8 main.cpp.obj - 0002:0001c110 __ehfuncinfo$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a1110 main.cpp.obj - 0002:0001c134 __ehfuncinfo$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 100a1134 main.cpp.obj - 0002:0001c158 __unwindtable$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 100a1158 main.cpp.obj - 0002:0001c180 __catchsym$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$7 100a1180 main.cpp.obj - 0002:0001c190 __tryblocktable$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a1190 main.cpp.obj - 0002:0001c1a4 __ehfuncinfo$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a11a4 main.cpp.obj - 0002:0001c1c8 __unwindtable$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a11c8 main.cpp.obj - 0002:0001c200 __unwindtable$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 100a1200 main.cpp.obj - 0002:0001c220 __ehfuncinfo$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 100a1220 main.cpp.obj - 0002:0001c244 __unwindtable$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a1244 main.cpp.obj - 0002:0001c244 __unwindtable$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a1244 main.cpp.obj - 0002:0001c24c __ehfuncinfo$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a124c main.cpp.obj - 0002:0001c24c __ehfuncinfo$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a124c main.cpp.obj - 0002:0001c270 __ehfuncinfo$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 100a1270 main.cpp.obj - 0002:0001c294 __unwindtable$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 100a1294 main.cpp.obj - 0002:0001c2cc __catchsym$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$6 100a12cc main.cpp.obj - 0002:0001c2dc __tryblocktable$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a12dc main.cpp.obj - 0002:0001c2f0 __ehfuncinfo$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a12f0 main.cpp.obj - 0002:0001c314 __unwindtable$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a1314 main.cpp.obj - 0002:0001c344 __catchsym$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$7 100a1344 main.cpp.obj - 0002:0001c354 __tryblocktable$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a1354 main.cpp.obj - 0002:0001c368 __ehfuncinfo$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a1368 main.cpp.obj - 0002:0001c38c __unwindtable$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a138c main.cpp.obj - 0002:0001c3c4 __catchsym$??0SuspendedProcess@hadesmem@@QAE@KK@Z$45 100a13c4 main.cpp.obj - 0002:0001c3d4 __tryblocktable$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a13d4 main.cpp.obj - 0002:0001c3e8 __ehfuncinfo$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a13e8 main.cpp.obj - 0002:0001c40c __unwindtable$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a140c main.cpp.obj - 0002:0001c4d4 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 100a14d4 main.cpp.obj - 0002:0001c4d4 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 100a14d4 main.cpp.obj - 0002:0001c4d4 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 100a14d4 main.cpp.obj - 0002:0001c4f4 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 100a14f4 main.cpp.obj - 0002:0001c4f4 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 100a14f4 main.cpp.obj - 0002:0001c4f4 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 100a14f4 main.cpp.obj - 0002:0001c518 __catchsym$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$5 100a1518 main.cpp.obj - 0002:0001c528 __tryblocktable$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a1528 main.cpp.obj - 0002:0001c53c __ehfuncinfo$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a153c main.cpp.obj - 0002:0001c560 __unwindtable$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a1560 main.cpp.obj - 0002:0001c588 __catchsym$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$3 100a1588 main.cpp.obj - 0002:0001c598 __tryblocktable$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a1598 main.cpp.obj - 0002:0001c5ac __unwindtable$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a15ac main.cpp.obj - 0002:0001c5c4 __ehfuncinfo$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a15c4 main.cpp.obj - 0002:0001c5e8 __ehfuncinfo$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a15e8 main.cpp.obj - 0002:0001c60c __unwindtable$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a160c main.cpp.obj - 0002:0001c65c __ehfuncinfo$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a165c main.cpp.obj - 0002:0001c680 __unwindtable$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a1680 main.cpp.obj - 0002:0001c6c8 __unwindtable$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 100a16c8 main.cpp.obj - 0002:0001c6d0 __ehfuncinfo$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 100a16d0 main.cpp.obj - 0002:0001c6f4 __unwindtable$?WriteJump@detail@hadesmem@@YAIABVProcess@2@PAX1_NPAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a16f4 main.cpp.obj - 0002:0001c6fc __ehfuncinfo$?WriteJump@detail@hadesmem@@YAIABVProcess@2@PAX1_NPAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a16fc main.cpp.obj - 0002:0001c720 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 100a1720 main.cpp.obj - 0002:0001c740 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 100a1740 main.cpp.obj - 0002:0001c764 __unwindtable$?WriteCall@detail@hadesmem@@YAIABVProcess@2@PAX1AAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a1764 main.cpp.obj - 0002:0001c76c __ehfuncinfo$?WriteCall@detail@hadesmem@@YAIABVProcess@2@PAX1AAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a176c main.cpp.obj - 0002:0001c790 __ehfuncinfo$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100a1790 main.cpp.obj - 0002:0001c7b4 __unwindtable$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100a17b4 main.cpp.obj - 0002:0001c7e4 __unwindtable$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 100a17e4 main.cpp.obj - 0002:0001c804 __ehfuncinfo$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 100a1804 main.cpp.obj - 0002:0001c828 __unwindtable$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 100a1828 main.cpp.obj - 0002:0001c830 __ehfuncinfo$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 100a1830 main.cpp.obj - 0002:0001c854 __catchsym$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$5 100a1854 main.cpp.obj - 0002:0001c864 __tryblocktable$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a1864 main.cpp.obj - 0002:0001c878 __unwindtable$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a1878 main.cpp.obj - 0002:0001c898 __ehfuncinfo$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a1898 main.cpp.obj - 0002:0001c8bc __unwindtable$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 100a18bc main.cpp.obj - 0002:0001c8c4 __ehfuncinfo$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 100a18c4 main.cpp.obj - 0002:0001c8e8 __unwindtable$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100a18e8 main.cpp.obj - 0002:0001c8f0 __ehfuncinfo$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100a18f0 main.cpp.obj - 0002:0001c914 __unwindtable$?CacheItemNameToId@Nampower@@YAXPBDI@Z 100a1914 items.cpp.obj - 0002:0001c914 __unwindtable$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 100a1914 main.cpp.obj - 0002:0001c914 __unwindtable$?addCustomEvent@Nampower@@YAXIPAD@Z 100a1914 main.cpp.obj - 0002:0001c914 __unwindtable$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a1914 spell_scripts.cpp.obj - 0002:0001c914 __unwindtable$?TriggerQuickcast@Nampower@@YAXXZ 100a1914 spellcast.cpp.obj - 0002:0001c91c __ehfuncinfo$?CacheItemNameToId@Nampower@@YAXPBDI@Z 100a191c items.cpp.obj - 0002:0001c91c __ehfuncinfo$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 100a191c main.cpp.obj - 0002:0001c91c __ehfuncinfo$?addCustomEvent@Nampower@@YAXIPAD@Z 100a191c main.cpp.obj - 0002:0001c91c __ehfuncinfo$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a191c spell_scripts.cpp.obj - 0002:0001c91c __ehfuncinfo$?TriggerQuickcast@Nampower@@YAXXZ 100a191c spellcast.cpp.obj - 0002:0001c940 __unwindtable$?processQueues@Nampower@@YA_NXZ 100a1940 main.cpp.obj - 0002:0001c958 __ehfuncinfo$?processQueues@Nampower@@YA_NXZ 100a1958 main.cpp.obj - 0002:0001c97c __unwindtable$?SetSelectionTarget@Nampower@@YAX_K@Z 100a197c main.cpp.obj - 0002:0001c98c __ehfuncinfo$?SetSelectionTarget@Nampower@@YAX_K@Z 100a198c main.cpp.obj - 0002:0001c9b0 __unwindtable$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a19b0 main.cpp.obj - 0002:0001c9b8 __ehfuncinfo$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a19b8 main.cpp.obj - 0002:0001c9dc __unwindtable$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100a19dc helper.cpp.obj - 0002:0001c9dc __unwindtable$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100a19dc items.cpp.obj - 0002:0001c9dc __unwindtable$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 100a19dc main.cpp.obj - 0002:0001c9dc __unwindtable$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 100a19dc spell_scripts.cpp.obj - 0002:0001c9dc __unwindtable$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100a19dc spellcast.cpp.obj - 0002:0001c9e4 __ehfuncinfo$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100a19e4 helper.cpp.obj - 0002:0001c9e4 __ehfuncinfo$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100a19e4 items.cpp.obj - 0002:0001c9e4 __ehfuncinfo$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 100a19e4 main.cpp.obj - 0002:0001c9e4 __ehfuncinfo$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 100a19e4 spell_scripts.cpp.obj - 0002:0001c9e4 __ehfuncinfo$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100a19e4 spellcast.cpp.obj - 0002:0001ca08 __catchsym$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$7 100a1a08 main.cpp.obj - 0002:0001ca18 __tryblocktable$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a1a18 main.cpp.obj - 0002:0001ca2c __ehfuncinfo$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a1a2c main.cpp.obj - 0002:0001ca50 __unwindtable$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a1a50 main.cpp.obj - 0002:0001ca78 __unwindtable$?checkForStopChanneling@Nampower@@YAXXZ 100a1a78 main.cpp.obj - 0002:0001ca88 __ehfuncinfo$?checkForStopChanneling@Nampower@@YAXXZ 100a1a88 main.cpp.obj - 0002:0001caac __ehfuncinfo$?updateFromCvar@Nampower@@YAXPBD0@Z 100a1aac main.cpp.obj - 0002:0001cad0 __unwindtable$?updateFromCvar@Nampower@@YAXPBD0@Z 100a1ad0 main.cpp.obj - 0002:0001cbe0 __unwindtable$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 100a1be0 main.cpp.obj - 0002:0001cbe0 __unwindtable$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 100a1be0 main.cpp.obj - 0002:0001cbe0 __unwindtable$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 100a1be0 main.cpp.obj - 0002:0001cbe0 __unwindtable$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 100a1be0 main.cpp.obj - 0002:0001cbe0 __unwindtable$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 100a1be0 main.cpp.obj - 0002:0001cbe8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 100a1be8 main.cpp.obj - 0002:0001cbe8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 100a1be8 main.cpp.obj - 0002:0001cbe8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 100a1be8 main.cpp.obj - 0002:0001cbe8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 100a1be8 main.cpp.obj - 0002:0001cbe8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 100a1be8 main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc0c __ehfuncinfo$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z 100a1c0c main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc30 __unwindtable$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z 100a1c30 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001cc88 __ehfuncinfo$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a1c88 main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccac __unwindtable$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a1cac main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccf4 __unwindtable$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a1cf4 main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001ccfc __ehfuncinfo$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a1cfc main.cpp.obj - 0002:0001cd20 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$3 100a1d20 main.cpp.obj - 0002:0001cd30 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a1d30 main.cpp.obj - 0002:0001cd44 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a1d44 main.cpp.obj - 0002:0001cd5c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a1d5c main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cd80 __unwindtable$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 100a1d80 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cda0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 100a1da0 main.cpp.obj - 0002:0001cdc4 __unwindtable$?loadUserVar@Nampower@@YAXPBD@Z 100a1dc4 main.cpp.obj - 0002:0001cdd4 __ehfuncinfo$?loadUserVar@Nampower@@YAXPBD@Z 100a1dd4 main.cpp.obj - 0002:0001cdf8 __ehfuncinfo$?loadConfig@Nampower@@YAXXZ 100a1df8 main.cpp.obj - 0002:0001ce1c __unwindtable$?loadConfig@Nampower@@YAXXZ 100a1e1c main.cpp.obj - 0002:0001ce7c __unwindtable$?initHooks@Nampower@@YAXXZ 100a1e7c main.cpp.obj - 0002:0001ce94 __ehfuncinfo$?initHooks@Nampower@@YAXXZ 100a1e94 main.cpp.obj - 0002:0001ceb8 __tryblocktable$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 100a1eb8 main.cpp.obj - 0002:0001cecc __ehfuncinfo$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 100a1ecc main.cpp.obj - 0002:0001cef0 __catchsym$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$28 100a1ef0 main.cpp.obj - 0002:0001cf20 __unwindtable$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 100a1f20 main.cpp.obj - 0002:0001cfb0 __tryblocktable$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 100a1fb0 main.cpp.obj - 0002:0001cfc4 __ehfuncinfo$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 100a1fc4 main.cpp.obj - 0002:0001cfe8 __catchsym$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$28 100a1fe8 main.cpp.obj - 0002:0001d018 __unwindtable$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 100a2018 main.cpp.obj - 0002:0001d0a8 __tryblocktable$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 100a20a8 main.cpp.obj - 0002:0001d0bc __ehfuncinfo$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 100a20bc main.cpp.obj - 0002:0001d0e0 __catchsym$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$28 100a20e0 main.cpp.obj - 0002:0001d110 __unwindtable$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 100a2110 main.cpp.obj - 0002:0001d1a0 __tryblocktable$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 100a21a0 main.cpp.obj - 0002:0001d1b4 __ehfuncinfo$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 100a21b4 main.cpp.obj - 0002:0001d1d8 __catchsym$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$28 100a21d8 main.cpp.obj - 0002:0001d208 __unwindtable$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 100a2208 main.cpp.obj - 0002:0001d298 __tryblocktable$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 100a2298 main.cpp.obj - 0002:0001d2ac __ehfuncinfo$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 100a22ac main.cpp.obj - 0002:0001d2d0 __catchsym$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$28 100a22d0 main.cpp.obj - 0002:0001d300 __unwindtable$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 100a2300 main.cpp.obj - 0002:0001d390 __tryblocktable$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 100a2390 main.cpp.obj - 0002:0001d3a4 __ehfuncinfo$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 100a23a4 main.cpp.obj - 0002:0001d3c8 __catchsym$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$28 100a23c8 main.cpp.obj - 0002:0001d3f8 __unwindtable$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 100a23f8 main.cpp.obj - 0002:0001d488 __tryblocktable$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100a2488 main.cpp.obj - 0002:0001d49c __ehfuncinfo$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100a249c main.cpp.obj - 0002:0001d4c0 __catchsym$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$28 100a24c0 main.cpp.obj - 0002:0001d4f0 __unwindtable$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100a24f0 main.cpp.obj - 0002:0001d580 __tryblocktable$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 100a2580 main.cpp.obj - 0002:0001d594 __ehfuncinfo$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 100a2594 main.cpp.obj - 0002:0001d5b8 __catchsym$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$28 100a25b8 main.cpp.obj - 0002:0001d5e8 __unwindtable$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 100a25e8 main.cpp.obj - 0002:0001d678 __tryblocktable$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100a2678 main.cpp.obj - 0002:0001d68c __ehfuncinfo$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100a268c main.cpp.obj - 0002:0001d6b0 __catchsym$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$28 100a26b0 main.cpp.obj - 0002:0001d6e0 __unwindtable$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100a26e0 main.cpp.obj - 0002:0001d770 __tryblocktable$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 100a2770 main.cpp.obj - 0002:0001d784 __ehfuncinfo$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 100a2784 main.cpp.obj - 0002:0001d7a8 __catchsym$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$28 100a27a8 main.cpp.obj - 0002:0001d7d8 __unwindtable$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 100a27d8 main.cpp.obj - 0002:0001d868 __tryblocktable$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 100a2868 main.cpp.obj - 0002:0001d87c __ehfuncinfo$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 100a287c main.cpp.obj - 0002:0001d8a0 __catchsym$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$28 100a28a0 main.cpp.obj - 0002:0001d8d0 __unwindtable$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 100a28d0 main.cpp.obj - 0002:0001d960 __tryblocktable$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 100a2960 main.cpp.obj - 0002:0001d974 __ehfuncinfo$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 100a2974 main.cpp.obj - 0002:0001d998 __catchsym$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$28 100a2998 main.cpp.obj - 0002:0001d9c8 __unwindtable$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 100a29c8 main.cpp.obj - 0002:0001da58 __tryblocktable$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 100a2a58 main.cpp.obj - 0002:0001da6c __ehfuncinfo$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 100a2a6c main.cpp.obj - 0002:0001da90 __catchsym$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$28 100a2a90 main.cpp.obj - 0002:0001dac0 __unwindtable$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 100a2ac0 main.cpp.obj - 0002:0001db50 __tryblocktable$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 100a2b50 main.cpp.obj - 0002:0001db64 __ehfuncinfo$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 100a2b64 main.cpp.obj - 0002:0001db88 __catchsym$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$28 100a2b88 main.cpp.obj - 0002:0001dbb8 __unwindtable$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 100a2bb8 main.cpp.obj - 0002:0001dc48 __tryblocktable$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 100a2c48 main.cpp.obj - 0002:0001dc5c __ehfuncinfo$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 100a2c5c main.cpp.obj - 0002:0001dc80 __catchsym$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$28 100a2c80 main.cpp.obj - 0002:0001dcb0 __unwindtable$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 100a2cb0 main.cpp.obj - 0002:0001dd40 __tryblocktable$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 100a2d40 main.cpp.obj - 0002:0001dd54 __ehfuncinfo$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 100a2d54 main.cpp.obj - 0002:0001dd78 __catchsym$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$28 100a2d78 main.cpp.obj - 0002:0001dda8 __unwindtable$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 100a2da8 main.cpp.obj - 0002:0001de38 __tryblocktable$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 100a2e38 main.cpp.obj - 0002:0001de4c __ehfuncinfo$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 100a2e4c main.cpp.obj - 0002:0001de70 __catchsym$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$28 100a2e70 main.cpp.obj - 0002:0001dea0 __unwindtable$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 100a2ea0 main.cpp.obj - 0002:0001df30 __tryblocktable$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 100a2f30 main.cpp.obj - 0002:0001df44 __ehfuncinfo$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 100a2f44 main.cpp.obj - 0002:0001df68 __catchsym$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$28 100a2f68 main.cpp.obj - 0002:0001df98 __unwindtable$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 100a2f98 main.cpp.obj - 0002:0001e028 __tryblocktable$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 100a3028 main.cpp.obj - 0002:0001e03c __ehfuncinfo$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 100a303c main.cpp.obj - 0002:0001e060 __catchsym$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$28 100a3060 main.cpp.obj - 0002:0001e090 __unwindtable$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 100a3090 main.cpp.obj - 0002:0001e120 __tryblocktable$??$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 100a3120 main.cpp.obj - 0002:0001e134 __ehfuncinfo$??$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 100a3134 main.cpp.obj - 0002:0001e158 __catchsym$??$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$28 100a3158 main.cpp.obj - 0002:0001e188 __unwindtable$??$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 100a3188 main.cpp.obj - 0002:0001e218 __tryblocktable$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 100a3218 main.cpp.obj - 0002:0001e22c __ehfuncinfo$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 100a322c main.cpp.obj - 0002:0001e250 __catchsym$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$28 100a3250 main.cpp.obj - 0002:0001e280 __unwindtable$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 100a3280 main.cpp.obj - 0002:0001e310 __tryblocktable$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 100a3310 main.cpp.obj - 0002:0001e324 __ehfuncinfo$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 100a3324 main.cpp.obj - 0002:0001e348 __catchsym$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$28 100a3348 main.cpp.obj - 0002:0001e378 __unwindtable$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 100a3378 main.cpp.obj - 0002:0001e408 __tryblocktable$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 100a3408 main.cpp.obj - 0002:0001e41c __ehfuncinfo$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 100a341c main.cpp.obj - 0002:0001e440 __catchsym$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$28 100a3440 main.cpp.obj - 0002:0001e470 __unwindtable$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 100a3470 main.cpp.obj - 0002:0001e500 __tryblocktable$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 100a3500 main.cpp.obj - 0002:0001e514 __ehfuncinfo$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 100a3514 main.cpp.obj - 0002:0001e538 __catchsym$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$28 100a3538 main.cpp.obj - 0002:0001e568 __unwindtable$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 100a3568 main.cpp.obj - 0002:0001e5f8 __tryblocktable$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 100a35f8 main.cpp.obj - 0002:0001e60c __ehfuncinfo$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 100a360c main.cpp.obj - 0002:0001e630 __catchsym$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$28 100a3630 main.cpp.obj - 0002:0001e660 __unwindtable$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 100a3660 main.cpp.obj - 0002:0001e6f0 __unwindtable$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a36f0 main.cpp.obj - 0002:0001e6f8 __ehfuncinfo$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a36f8 main.cpp.obj - 0002:0001e71c __unwindtable$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100a371c main.cpp.obj - 0002:0001e71c __unwindtable$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100a371c main.cpp.obj - 0002:0001e71c __unwindtable$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100a371c main.cpp.obj - 0002:0001e724 __ehfuncinfo$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100a3724 main.cpp.obj - 0002:0001e724 __ehfuncinfo$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100a3724 main.cpp.obj - 0002:0001e724 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100a3724 main.cpp.obj - 0002:0001e748 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$3 100a3748 main.cpp.obj - 0002:0001e758 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a3758 main.cpp.obj - 0002:0001e76c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a376c main.cpp.obj - 0002:0001e784 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a3784 main.cpp.obj - 0002:0001e7a8 __unwindtable$??R@@QBE@XZ 100a37a8 main.cpp.obj - 0002:0001e7c8 __ehfuncinfo$??R@@QBE@XZ 100a37c8 main.cpp.obj - 0002:0001e7ec __tryblocktable$_Load 100a37ec main.cpp.obj - 0002:0001e800 __catchsym$_Load$8 100a3800 main.cpp.obj - 0002:0001e820 __unwindtable$_Load 100a3820 main.cpp.obj - 0002:0001e840 __ehfuncinfo$_Load 100a3840 main.cpp.obj - 0002:0001e864 __unwindtable$??$make_unique@VAllocator@hadesmem@@AAVProcess@2@ABI$0A@@std@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@AAVProcess@hadesmem@@ABI@Z 100a3864 main.cpp.obj - 0002:0001e86c __ehfuncinfo$??$make_unique@VAllocator@hadesmem@@AAVProcess@2@ABI$0A@@std@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@AAVProcess@hadesmem@@ABI@Z 100a386c main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e890 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z 100a3890 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8b0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z 100a38b0 main.cpp.obj - 0002:0001e8d4 __unwindtable$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 100a38d4 main.cpp.obj - 0002:0001e8dc __ehfuncinfo$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 100a38dc main.cpp.obj - 0002:0001e900 __unwindtable$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z 100a3900 main.cpp.obj - 0002:0001e910 __ehfuncinfo$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z 100a3910 main.cpp.obj - 0002:0001e934 __unwindtable$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z 100a3934 main.cpp.obj - 0002:0001e934 __unwindtable$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z 100a3934 main.cpp.obj - 0002:0001e93c __ehfuncinfo$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z 100a393c main.cpp.obj - 0002:0001e93c __ehfuncinfo$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z 100a393c main.cpp.obj - 0002:0001e960 __unwindtable$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z 100a3960 main.cpp.obj - 0002:0001e980 __ehfuncinfo$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z 100a3980 main.cpp.obj - 0002:0001e9a4 __unwindtable$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z 100a39a4 main.cpp.obj - 0002:0001e9c4 __ehfuncinfo$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z 100a39c4 main.cpp.obj - 0002:0001e9e8 __unwindtable$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 100a39e8 main.cpp.obj - 0002:0001e9f8 __ehfuncinfo$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 100a39f8 main.cpp.obj - 0002:0001ea1c __ehfuncinfo$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 100a3a1c main.cpp.obj - 0002:0001ea40 __unwindtable$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 100a3a40 main.cpp.obj - 0002:0001ea68 __unwindtable$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 100a3a68 main.cpp.obj - 0002:0001ea68 __unwindtable$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 100a3a68 main.cpp.obj - 0002:0001ea68 __unwindtable$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 100a3a68 main.cpp.obj - 0002:0001ea68 __unwindtable$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 100a3a68 main.cpp.obj - 0002:0001ea68 __unwindtable$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 100a3a68 main.cpp.obj - 0002:0001ea68 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAIH@Z@detail@hadesmem@@SIXPAIH@Z 100a3a68 main.cpp.obj - 0002:0001ea68 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 100a3a68 main.cpp.obj - 0002:0001ea68 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 100a3a68 main.cpp.obj - 0002:0001ea68 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 100a3a68 main.cpp.obj - 0002:0001ea68 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 100a3a68 main.cpp.obj - 0002:0001ea68 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 100a3a68 main.cpp.obj - 0002:0001ea68 __unwindtable$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 100a3a68 main.cpp.obj - 0002:0001ea68 __unwindtable$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 100a3a68 main.cpp.obj - 0002:0001ea70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 100a3a70 main.cpp.obj - 0002:0001ea70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 100a3a70 main.cpp.obj - 0002:0001ea70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 100a3a70 main.cpp.obj - 0002:0001ea70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 100a3a70 main.cpp.obj - 0002:0001ea70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 100a3a70 main.cpp.obj - 0002:0001ea70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAIH@Z@detail@hadesmem@@SIXPAIH@Z 100a3a70 main.cpp.obj - 0002:0001ea70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 100a3a70 main.cpp.obj - 0002:0001ea70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 100a3a70 main.cpp.obj - 0002:0001ea70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 100a3a70 main.cpp.obj - 0002:0001ea70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 100a3a70 main.cpp.obj - 0002:0001ea70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 100a3a70 main.cpp.obj - 0002:0001ea70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 100a3a70 main.cpp.obj - 0002:0001ea70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 100a3a70 main.cpp.obj - 0002:0001ea94 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$3 100a3a94 main.cpp.obj - 0002:0001eaa4 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a3aa4 main.cpp.obj - 0002:0001eab8 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a3ab8 main.cpp.obj - 0002:0001ead0 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a3ad0 main.cpp.obj - 0002:0001eaf4 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$3 100a3af4 main.cpp.obj - 0002:0001eb04 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a3b04 main.cpp.obj - 0002:0001eb18 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a3b18 main.cpp.obj - 0002:0001eb30 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a3b30 main.cpp.obj - 0002:0001eb54 __unwindtable$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 100a3b54 main.cpp.obj - 0002:0001eb54 __unwindtable$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 100a3b54 main.cpp.obj - 0002:0001eb5c __ehfuncinfo$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 100a3b5c main.cpp.obj - 0002:0001eb5c __ehfuncinfo$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 100a3b5c main.cpp.obj - 0002:0001eb80 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$3 100a3b80 main.cpp.obj - 0002:0001eb90 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a3b90 main.cpp.obj - 0002:0001eba4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a3ba4 main.cpp.obj - 0002:0001ebbc __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a3bbc main.cpp.obj - 0002:0001ebe0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$3 100a3be0 main.cpp.obj - 0002:0001ebf0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 100a3bf0 main.cpp.obj - 0002:0001ec04 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 100a3c04 main.cpp.obj - 0002:0001ec1c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 100a3c1c main.cpp.obj - 0002:0001ec40 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$3 100a3c40 main.cpp.obj - 0002:0001ec50 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a3c50 main.cpp.obj - 0002:0001ec64 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a3c64 main.cpp.obj - 0002:0001ec7c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a3c7c main.cpp.obj - 0002:0001eca0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$3 100a3ca0 main.cpp.obj - 0002:0001ecb0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a3cb0 main.cpp.obj - 0002:0001ecc4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a3cc4 main.cpp.obj - 0002:0001ecdc __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a3cdc main.cpp.obj - 0002:0001ed00 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a3d00 main.cpp.obj - 0002:0001ed10 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a3d10 main.cpp.obj - 0002:0001ed24 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a3d24 main.cpp.obj - 0002:0001ed3c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a3d3c main.cpp.obj - 0002:0001ed60 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a3d60 main.cpp.obj - 0002:0001ed70 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a3d70 main.cpp.obj - 0002:0001ed84 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a3d84 main.cpp.obj - 0002:0001ed9c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a3d9c main.cpp.obj - 0002:0001edc0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a3dc0 main.cpp.obj - 0002:0001edd0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a3dd0 main.cpp.obj - 0002:0001ede4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a3de4 main.cpp.obj - 0002:0001edfc __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a3dfc main.cpp.obj - 0002:0001ee20 __catchsym$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$3 100a3e20 main.cpp.obj - 0002:0001ee30 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a3e30 main.cpp.obj - 0002:0001ee44 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a3e44 main.cpp.obj - 0002:0001ee5c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a3e5c main.cpp.obj - 0002:0001ee80 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$3 100a3e80 main.cpp.obj - 0002:0001ee90 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a3e90 main.cpp.obj - 0002:0001eea4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a3ea4 main.cpp.obj - 0002:0001eebc __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a3ebc main.cpp.obj - 0002:0001eee0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$3 100a3ee0 main.cpp.obj - 0002:0001eef0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a3ef0 main.cpp.obj - 0002:0001ef04 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a3f04 main.cpp.obj - 0002:0001ef1c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a3f1c main.cpp.obj - 0002:0001ef40 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$3 100a3f40 main.cpp.obj - 0002:0001ef50 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a3f50 main.cpp.obj - 0002:0001ef64 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a3f64 main.cpp.obj - 0002:0001ef7c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a3f7c main.cpp.obj - 0002:0001efa0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$3 100a3fa0 main.cpp.obj - 0002:0001efb0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a3fb0 main.cpp.obj - 0002:0001efc4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a3fc4 main.cpp.obj - 0002:0001efdc __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a3fdc main.cpp.obj - 0002:0001f000 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a4000 main.cpp.obj - 0002:0001f010 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a4010 main.cpp.obj - 0002:0001f024 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a4024 main.cpp.obj - 0002:0001f03c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a403c main.cpp.obj - 0002:0001f060 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$3 100a4060 main.cpp.obj - 0002:0001f070 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a4070 main.cpp.obj - 0002:0001f084 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a4084 main.cpp.obj - 0002:0001f09c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a409c main.cpp.obj - 0002:0001f0c0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$3 100a40c0 main.cpp.obj - 0002:0001f0d0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a40d0 main.cpp.obj - 0002:0001f0e4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a40e4 main.cpp.obj - 0002:0001f0fc __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a40fc main.cpp.obj - 0002:0001f120 __unwindtable$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100a4120 main.cpp.obj - 0002:0001f128 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100a4128 main.cpp.obj - 0002:0001f14c __catchsym$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$3 100a414c main.cpp.obj - 0002:0001f15c __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a415c main.cpp.obj - 0002:0001f170 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a4170 main.cpp.obj - 0002:0001f188 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a4188 main.cpp.obj - 0002:0001f1ac __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$3 100a41ac main.cpp.obj - 0002:0001f1bc __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a41bc main.cpp.obj - 0002:0001f1d0 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a41d0 main.cpp.obj - 0002:0001f1e8 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a41e8 main.cpp.obj - 0002:0001f20c __unwindtable$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100a420c main.cpp.obj - 0002:0001f20c __unwindtable$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100a420c main.cpp.obj - 0002:0001f214 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100a4214 main.cpp.obj - 0002:0001f214 __ehfuncinfo$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100a4214 main.cpp.obj - 0002:0001f238 __catchsym$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$3 100a4238 main.cpp.obj - 0002:0001f248 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a4248 main.cpp.obj - 0002:0001f25c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a425c main.cpp.obj - 0002:0001f274 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a4274 main.cpp.obj - 0002:0001f298 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$3 100a4298 main.cpp.obj - 0002:0001f2a8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a42a8 main.cpp.obj - 0002:0001f2bc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a42bc main.cpp.obj - 0002:0001f2d4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a42d4 main.cpp.obj - 0002:0001f2f8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$3 100a42f8 main.cpp.obj - 0002:0001f308 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a4308 main.cpp.obj - 0002:0001f31c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a431c main.cpp.obj - 0002:0001f334 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a4334 main.cpp.obj - 0002:0001f358 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$3 100a4358 main.cpp.obj - 0002:0001f368 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a4368 main.cpp.obj - 0002:0001f37c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a437c main.cpp.obj - 0002:0001f394 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a4394 main.cpp.obj - 0002:0001f3b8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$3 100a43b8 main.cpp.obj - 0002:0001f3c8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a43c8 main.cpp.obj - 0002:0001f3dc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a43dc main.cpp.obj - 0002:0001f3f4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a43f4 main.cpp.obj - 0002:0001f418 __catchsym$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$5 100a4418 main.cpp.obj - 0002:0001f428 __tryblocktable$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a4428 main.cpp.obj - 0002:0001f43c __unwindtable$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a443c main.cpp.obj - 0002:0001f45c __ehfuncinfo$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a445c main.cpp.obj - 0002:0001f480 __ehfuncinfo$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a4480 main.cpp.obj - 0002:0001f4a4 __unwindtable$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a44a4 main.cpp.obj - 0002:0001f50c __ehfuncinfo$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a450c main.cpp.obj - 0002:0001f530 __unwindtable$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a4530 main.cpp.obj - 0002:0001f598 __unwindtable$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 100a4598 main.cpp.obj - 0002:0001f5b8 __ehfuncinfo$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 100a45b8 main.cpp.obj - 0002:0001f5dc __unwindtable$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 100a45dc main.cpp.obj - 0002:0001f5ec __ehfuncinfo$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 100a45ec main.cpp.obj - 0002:0001f610 __unwindtable$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 100a4610 main.cpp.obj - 0002:0001f630 __ehfuncinfo$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 100a4630 main.cpp.obj - 0002:0001f654 __catchsym$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$3 100a4654 main.cpp.obj - 0002:0001f664 __tryblocktable$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a4664 main.cpp.obj - 0002:0001f678 __unwindtable$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a4678 main.cpp.obj - 0002:0001f690 __ehfuncinfo$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a4690 main.cpp.obj - 0002:0001f6b4 __unwindtable$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a46b4 main.cpp.obj - 0002:0001f6cc __ehfuncinfo$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a46cc main.cpp.obj - 0002:0001f6f0 __unwindtable$?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@PBD3@Z 100a46f0 main.cpp.obj - 0002:0001f6f8 __ehfuncinfo$?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@PBD3@Z 100a46f8 main.cpp.obj - 0002:0001f71c __unwindtable$?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z 100a471c main.cpp.obj - 0002:0001f724 __ehfuncinfo$?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z 100a4724 main.cpp.obj - 0002:0001f748 __catchsym$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z$3 100a4748 main.cpp.obj - 0002:0001f758 __unwindtable$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a4758 main.cpp.obj - 0002:0001f768 __tryblocktable$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a4768 main.cpp.obj - 0002:0001f77c __ehfuncinfo$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a477c main.cpp.obj - 0002:0001f7a0 __unwindtable$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a47a0 main.cpp.obj - 0002:0001f7b8 __ehfuncinfo$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a47b8 main.cpp.obj - 0002:0001f7dc __unwindtable$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a47dc main.cpp.obj - 0002:0001f7dc __unwindtable$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a47dc main.cpp.obj - 0002:0001f7e4 __ehfuncinfo$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a47e4 main.cpp.obj - 0002:0001f7e4 __ehfuncinfo$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a47e4 main.cpp.obj - 0002:0001f808 __unwindtable$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a4808 main.cpp.obj - 0002:0001f820 __ehfuncinfo$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a4820 main.cpp.obj - 0002:0001f844 __unwindtable$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a4844 main.cpp.obj - 0002:0001f85c __ehfuncinfo$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a485c main.cpp.obj - 0002:0001f880 __unwindtable$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a4880 main.cpp.obj - 0002:0001f898 __ehfuncinfo$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a4898 main.cpp.obj - 0002:0001f8bc __ehfuncinfo$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 100a48bc main.cpp.obj - 0002:0001f8e0 __unwindtable$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 100a48e0 main.cpp.obj - 0002:0001f920 __ehfuncinfo$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 100a4920 main.cpp.obj - 0002:0001f944 __unwindtable$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 100a4944 main.cpp.obj - 0002:0001f96c __unwindtable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@1@@Z 100a496c main.cpp.obj - 0002:0001f96c __unwindtable$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@1@@Z 100a496c main.cpp.obj - 0002:0001f974 __ehfuncinfo$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@1@@Z 100a4974 main.cpp.obj - 0002:0001f974 __ehfuncinfo$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@1@@Z 100a4974 main.cpp.obj - 0002:0001f998 __catchsym$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z$3 100a4998 main.cpp.obj - 0002:0001f9a8 __unwindtable$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 100a49a8 main.cpp.obj - 0002:0001f9b8 __tryblocktable$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 100a49b8 main.cpp.obj - 0002:0001f9cc __ehfuncinfo$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 100a49cc main.cpp.obj - 0002:0001f9f0 __catchsym$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z$3 100a49f0 main.cpp.obj - 0002:0001fa00 __unwindtable$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 100a4a00 main.cpp.obj - 0002:0001fa10 __tryblocktable$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 100a4a10 main.cpp.obj - 0002:0001fa24 __ehfuncinfo$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 100a4a24 main.cpp.obj - 0002:0001fa48 __unwindtable$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 100a4a48 main.cpp.obj - 0002:0001fa60 __ehfuncinfo$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 100a4a60 main.cpp.obj - 0002:0001fa84 __catchsym$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z$3 100a4a84 main.cpp.obj - 0002:0001fa94 __unwindtable$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a4a94 main.cpp.obj - 0002:0001faa4 __tryblocktable$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a4aa4 main.cpp.obj - 0002:0001fab8 __ehfuncinfo$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a4ab8 main.cpp.obj - 0002:0001fadc __catchsym$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z$3 100a4adc main.cpp.obj - 0002:0001faec __unwindtable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a4aec main.cpp.obj - 0002:0001fafc __tryblocktable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a4afc main.cpp.obj - 0002:0001fb10 __ehfuncinfo$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a4b10 main.cpp.obj - 0002:0001fd5c __ehfuncinfo$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 100a4d5c helper.cpp.obj - 0002:0001fd80 __unwindtable$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 100a4d80 helper.cpp.obj - 0002:0001fda8 __unwindtable$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100a4da8 helper.cpp.obj - 0002:0001fdc0 __ehfuncinfo$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100a4dc0 helper.cpp.obj - 0002:0001fde4 __unwindtable$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 100a4de4 helper.cpp.obj - 0002:0001fde4 __unwindtable$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 100a4de4 spellcast.cpp.obj - 0002:0001fde4 __unwindtable$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 100a4de4 spellcast.cpp.obj - 0002:0001fde4 __unwindtable$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a4de4 spellevents.cpp.obj - 0002:0001fdec __ehfuncinfo$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 100a4dec helper.cpp.obj - 0002:0001fdec __ehfuncinfo$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 100a4dec spellcast.cpp.obj - 0002:0001fdec __ehfuncinfo$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 100a4dec spellcast.cpp.obj - 0002:0001fdec __ehfuncinfo$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a4dec spellevents.cpp.obj - 0002:0001fe10 __unwindtable$??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z 100a4e10 helper.cpp.obj - 0002:0001fe20 __ehfuncinfo$??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z 100a4e20 helper.cpp.obj - 0002:0001fe44 __unwindtable$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a4e44 helper.cpp.obj - 0002:0001fe54 __ehfuncinfo$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a4e54 helper.cpp.obj - 0002:0001fe78 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$7 100a4e78 spellcast.cpp.obj - 0002:0001fe88 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a4e88 spellcast.cpp.obj - 0002:0001fe9c __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a4e9c spellcast.cpp.obj - 0002:0001fec0 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a4ec0 spellcast.cpp.obj - 0002:0001fee8 __unwindtable$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 100a4ee8 spellcast.cpp.obj - 0002:0001fef8 __ehfuncinfo$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 100a4ef8 spellcast.cpp.obj - 0002:0001ff1c __unwindtable$?CastQueuedNormalSpell@Nampower@@YAXXZ 100a4f1c spellcast.cpp.obj - 0002:0001ff2c __ehfuncinfo$?CastQueuedNormalSpell@Nampower@@YAXXZ 100a4f2c spellcast.cpp.obj - 0002:0001ff50 __ehfuncinfo$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100a4f50 spellcast.cpp.obj - 0002:0001ff74 __unwindtable$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100a4f74 spellcast.cpp.obj - 0002:00020034 __unwindtable$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 100a5034 spellcast.cpp.obj - 0002:00020044 __ehfuncinfo$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 100a5044 spellcast.cpp.obj - 0002:00020068 __ehfuncinfo$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100a5068 spellcast.cpp.obj - 0002:0002008c __unwindtable$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100a508c spellcast.cpp.obj - 0002:000200b4 __ehfuncinfo$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a50b4 spellchannel.cpp.obj - 0002:000200d8 __unwindtable$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a50d8 spellchannel.cpp.obj - 0002:00020108 __unwindtable$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a5108 spellchannel.cpp.obj - 0002:00020118 __ehfuncinfo$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a5118 spellchannel.cpp.obj - 0002:0002013c __ehfuncinfo$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100a513c spellevents.cpp.obj - 0002:00020160 __unwindtable$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100a5160 spellevents.cpp.obj - 0002:000201d8 __unwindtable$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a51d8 spellevents.cpp.obj - 0002:000201f0 __ehfuncinfo$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a51f0 spellevents.cpp.obj - 0002:00020214 __unwindtable$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100a5214 spellevents.cpp.obj - 0002:0002022c __ehfuncinfo$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100a522c spellevents.cpp.obj - 0002:00020250 __unwindtable$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100a5250 spellevents.cpp.obj - 0002:00020260 __ehfuncinfo$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100a5260 spellevents.cpp.obj - 0002:00020284 __ehfuncinfo$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 100a5284 spellevents.cpp.obj - 0002:000202a8 __unwindtable$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 100a52a8 spellevents.cpp.obj - 0002:000202d8 __unwindtable$?RunQueuedScript@Nampower@@YA_NH@Z 100a52d8 misc_scripts.cpp.obj - 0002:000202d8 __unwindtable$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 100a52d8 misc_scripts.cpp.obj - 0002:000202e0 __ehfuncinfo$?RunQueuedScript@Nampower@@YA_NH@Z 100a52e0 misc_scripts.cpp.obj - 0002:000202e0 __ehfuncinfo$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 100a52e0 misc_scripts.cpp.obj - 0002:00020304 __unwindtable$?InitializeFieldMaps@Nampower@@YAXXZ 100a5304 dbc_fields.cpp.obj - 0002:00020304 __unwindtable$?Script_QueueScript@Nampower@@YAIPAI@Z 100a5304 misc_scripts.cpp.obj - 0002:00020324 __ehfuncinfo$?InitializeFieldMaps@Nampower@@YAXXZ 100a5324 dbc_fields.cpp.obj - 0002:00020324 __ehfuncinfo$?Script_QueueScript@Nampower@@YAIPAI@Z 100a5324 misc_scripts.cpp.obj - 0002:00020348 __unwindtable$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 100a5348 misc_scripts.cpp.obj - 0002:00020348 __unwindtable$?Script_GetUnitField@Nampower@@YAIPAI@Z 100a5348 misc_scripts.cpp.obj - 0002:00020348 __unwindtable$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 100a5348 spell_scripts.cpp.obj - 0002:00020350 __ehfuncinfo$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 100a5350 misc_scripts.cpp.obj - 0002:00020350 __ehfuncinfo$?Script_GetUnitField@Nampower@@YAIPAI@Z 100a5350 misc_scripts.cpp.obj - 0002:00020350 __ehfuncinfo$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 100a5350 spell_scripts.cpp.obj - 0002:00020374 __ehfuncinfo$?TryDisenchant@Nampower@@YA_NXZ 100a5374 misc_scripts.cpp.obj - 0002:00020398 __unwindtable$?TryDisenchant@Nampower@@YA_NXZ 100a5398 misc_scripts.cpp.obj - 0002:000203c0 __unwindtable$?Script_DisenchantAll@Nampower@@YAIPAI@Z 100a53c0 misc_scripts.cpp.obj - 0002:000203c8 __ehfuncinfo$?Script_DisenchantAll@Nampower@@YAIPAI@Z 100a53c8 misc_scripts.cpp.obj - 0002:000203ec __unwindtable$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ 100a53ec items.cpp.obj - 0002:000203ec __unwindtable$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ 100a53ec misc_scripts.cpp.obj - 0002:000203fc __ehfuncinfo$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ 100a53fc items.cpp.obj - 0002:000203fc __ehfuncinfo$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ 100a53fc misc_scripts.cpp.obj - 0002:00020420 __unwindtable$??$PushArrayFieldsToLuaWithRefs@UItemStats_C@game@@@Nampower@@YAXPAIPBUItemStats_C@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a5420 misc_scripts.cpp.obj - 0002:00020420 __unwindtable$??$PushArrayFieldsToLuaWithRefs@UUnitFields@game@@@Nampower@@YAXPAIPBUUnitFields@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a5420 misc_scripts.cpp.obj - 0002:00020420 __unwindtable$??$PushArrayFieldsToLuaWithRefs@USpellRec@game@@@Nampower@@YAXPAIPBUSpellRec@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a5420 spell_scripts.cpp.obj - 0002:00020428 __ehfuncinfo$??$PushArrayFieldsToLuaWithRefs@UItemStats_C@game@@@Nampower@@YAXPAIPBUItemStats_C@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a5428 misc_scripts.cpp.obj - 0002:00020428 __ehfuncinfo$??$PushArrayFieldsToLuaWithRefs@UUnitFields@game@@@Nampower@@YAXPAIPBUUnitFields@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a5428 misc_scripts.cpp.obj - 0002:00020428 __ehfuncinfo$??$PushArrayFieldsToLuaWithRefs@USpellRec@game@@@Nampower@@YAXPAIPBUSpellRec@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a5428 spell_scripts.cpp.obj - 0002:0002044c __unwindtable$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a544c dbc_fields.cpp.obj - 0002:0002044c __unwindtable$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a544c misc_scripts.cpp.obj - 0002:0002045c __ehfuncinfo$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a545c dbc_fields.cpp.obj - 0002:0002045c __ehfuncinfo$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a545c misc_scripts.cpp.obj - 0002:00020480 __unwindtable$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100a5480 spell_scripts.cpp.obj - 0002:00020480 __unwindtable$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100a5480 spell_scripts.cpp.obj - 0002:00020488 __ehfuncinfo$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100a5488 spell_scripts.cpp.obj - 0002:00020488 __ehfuncinfo$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100a5488 spell_scripts.cpp.obj - 0002:000204ac __unwindtable$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 100a54ac spell_scripts.cpp.obj - 0002:000204c4 __ehfuncinfo$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 100a54c4 spell_scripts.cpp.obj - 0002:000204e8 __unwindtable$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100a54e8 item_scripts.cpp.obj - 0002:000204f8 __ehfuncinfo$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100a54f8 item_scripts.cpp.obj - 0002:0002051c __ehfuncinfo$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 100a551c items.cpp.obj - 0002:00020540 __unwindtable$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 100a5540 items.cpp.obj - 0002:00020570 __unwindtable$??__EitemStatsCache@Nampower@@YAXXZ 100a5570 items.cpp.obj - 0002:00020580 __ehfuncinfo$??__EitemStatsCache@Nampower@@YAXXZ 100a5580 items.cpp.obj - 0002:000205a4 __unwindtable$??__EitemNameToIdCache@Nampower@@YAXXZ 100a55a4 items.cpp.obj - 0002:000205b4 __ehfuncinfo$??__EitemNameToIdCache@Nampower@@YAXXZ 100a55b4 items.cpp.obj - 0002:000205d8 __unwindtable$??__EpendingItemIds@Nampower@@YAXXZ 100a55d8 items.cpp.obj - 0002:000205e8 __ehfuncinfo$??__EpendingItemIds@Nampower@@YAXXZ 100a55e8 items.cpp.obj - 0002:0002060c __unwindtable$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100a560c items.cpp.obj - 0002:00020614 __ehfuncinfo$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100a5614 items.cpp.obj - 0002:00020638 __unwindtable$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100a5638 items.cpp.obj - 0002:00020648 __ehfuncinfo$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100a5648 items.cpp.obj - 0002:0002066c __unwindtable$??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z 100a566c items.cpp.obj - 0002:0002067c __ehfuncinfo$??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z 100a567c items.cpp.obj - 0002:000206a0 __unwindtable$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a56a0 items.cpp.obj - 0002:000206b0 __ehfuncinfo$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a56b0 items.cpp.obj - 0002:000206d4 __unwindtable$??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z 100a56d4 items.cpp.obj - 0002:000206e4 __ehfuncinfo$??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z 100a56e4 items.cpp.obj - 0002:00020708 __unwindtable$?InitializeUnitFieldMaps@Nampower@@YAXXZ 100a5708 unit_fields.cpp.obj - 0002:00020718 __ehfuncinfo$?InitializeUnitFieldMaps@Nampower@@YAXXZ 100a5718 unit_fields.cpp.obj - 0002:0002073c __unwindtable$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 100a573c lua_refs.cpp.obj - 0002:0002074c __ehfuncinfo$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 100a574c lua_refs.cpp.obj - 0002:00020770 __sehtable$___DestructExceptionObject 100a5770 libvcruntime:ehhelpers.obj - 0002:00020790 __sehtable$___RTDynamicCast 100a5790 libvcruntime:rtti.obj - 0002:000207b0 __sehtable$___RTtypeid 100a57b0 libvcruntime:rtti.obj - 0002:00020840 __sehtable$?FrameUnwindToState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@H@Z 100a5840 libvcruntime:frame.obj - 0002:00020868 __sehtable$?CallCatchBlock@@YAPAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PBU_s_FuncInfo@@PAXHK@Z 100a5868 libvcruntime:frame.obj - 0002:00020890 __catchsym$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z$2 100a5890 libvcruntime:frame.obj - 0002:000208a0 __unwindtable$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100a58a0 libvcruntime:frame.obj - 0002:000208b0 __tryblocktable$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100a58b0 libvcruntime:frame.obj - 0002:000208c4 __ehfuncinfo$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100a58c4 libvcruntime:frame.obj - 0002:000208e8 __sehtable$??$BuildCatchObjectHelperInternal@V__FrameHandler3@@@@YAHPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100a58e8 libvcruntime:frame.obj - 0002:00020908 __sehtable$??$BuildCatchObjectInternal@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100a5908 libvcruntime:frame.obj - 0002:00020960 __sehtable$___unDNameEx 100a5960 libvcruntime:undname.obj - 0002:0002097c __unwindtable$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100a597c libvcruntime:undname.obj - 0002:00020984 __ehfuncinfo$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100a5984 libvcruntime:undname.obj - 0002:000209a8 __sehtable$?_fclose_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 100a59a8 libucrt:fclose.obj - 0002:000209c8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a59c8 libucrt:fflush.obj - 0002:000209e8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a59e8 libucrt:fflush.obj - 0002:00020a08 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a5a08 libucrt:fflush.obj - 0002:00020a28 __sehtable$_fgetc 100a5a28 libucrt:fgetc.obj - 0002:00020a48 __sehtable$?_fputc_internal@@YAHHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 100a5a48 libucrt:fputc.obj - 0002:00020a68 __sehtable$_fread_s 100a5a68 libucrt:fread.obj - 0002:00020a88 __sehtable$?common_fseek@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 100a5a88 libucrt:fseek.obj - 0002:00020aa8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@I@@QAEI$$QAV@@AAV@@$$QAV@@@Z 100a5aa8 libucrt:fwrite.obj - 0002:00020ac8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a5ac8 libucrt:setvbuf.obj - 0002:00020ae8 __sehtable$_ungetc 100a5ae8 libucrt:ungetc.obj - 0002:00020b08 __sehtable$_terminate 100a5b08 libucrt:terminate.obj - 0002:00020b28 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a5b28 libucrt:per_thread_data.obj - 0002:00020b48 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a5b48 libucrt:per_thread_data.obj - 0002:00020b68 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a5b68 libucrt:per_thread_data.obj - 0002:00020b88 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a5b88 libucrt:per_thread_data.obj - 0002:00020ba8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a5ba8 libucrt:wsetlocale.obj - 0002:00020bc8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a5bc8 libucrt:wsetlocale.obj - 0002:00020be8 __sehtable$??$?RV@@AAV@@AAV@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@AAV@@@Z 100a5be8 libucrt:wsetlocale.obj - 0002:00020c08 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a5c08 libucrt:winapi_thunks.obj - 0002:00020c28 __sehtable$__fcloseall 100a5c28 libucrt:closeall.obj - 0002:00020c48 __sehtable$___acrt_initialize_lowio 100a5c48 libucrt:ioinit.obj - 0002:00020c68 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a5c68 libucrt:close.obj - 0002:00020c88 __sehtable$?__acrt_stdio_allocate_stream@@YA?AV__crt_stdio_stream@@XZ 100a5c88 libucrt:stream.obj - 0002:00020ca8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a5ca8 libucrt:commit.obj - 0002:00020cc8 __sehtable$__write_internal 100a5cc8 libucrt:write.obj - 0002:00020ce8 __sehtable$??$common_ftell@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 100a5ce8 libucrt:ftell.obj - 0002:00020d08 __sehtable$__read 100a5d08 libucrt:read.obj - 0002:00020d28 __sehtable$??$common_lseek@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 100a5d28 libucrt:lseek.obj - 0002:00020d48 __sehtable$___set_fpsr_sse2 100a5d48 libucrt:fpctrl.obj - 0002:00020d68 __sehtable$??R@@QBE@XZ 100a5d68 libucrt:exit.obj - 0002:00020d88 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a5d88 libucrt:exit.obj - 0002:00020da8 __sehtable$_raise 100a5da8 libucrt:signal.obj - 0002:00020dc8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@P6AXH@Z@@QAEP6AXH@Z$$QAV@@AAV@@$$QAV@@@Z 100a5dc8 libucrt:signal.obj - 0002:00020de8 __sehtable$__isindst 100a5de8 libucrt:tzset.obj - 0002:00020e08 __sehtable$___tzset 100a5e08 libucrt:tzset.obj - 0002:00020e28 __sehtable$___acrt_update_thread_locale_data 100a5e28 libucrt:locale_refcounting.obj - 0002:00020e48 __sehtable$?update_thread_multibyte_data_internal@@YAPAU__crt_multibyte_data@@QAU__acrt_ptd@@QAPAU1@@Z 100a5e48 libucrt:mbctype.obj - 0002:00020e68 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a5e68 libucrt:mbctype.obj - 0002:00020e88 __sehtable$__query_new_handler 100a5e88 libucrt:new_handler.obj - 0002:00020ea8 __sehtable$__alloc_osfhnd 100a5ea8 libucrt:osfinfo.obj - 0002:00020ec8 __sehtable$___acrt_lowio_ensure_fh_exists 100a5ec8 libucrt:osfinfo.obj - 0002:00020ee8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a5ee8 libucrt:onexit.obj - 0002:00020f08 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a5f08 libucrt:onexit.obj - 0002:00020f28 __sehtable$??$common_getenv_s@_W@@YAHQAIQA_WIQB_W@Z 100a5f28 libucrt:getenv.obj - 0002:00020f44 __unwindtable$___dcrt_uninitialize_environments_nolock 100a5f44 libucrt:environment_initialization.obj - 0002:00020f54 __ehfuncinfo$___dcrt_uninitialize_environments_nolock 100a5f54 libucrt:environment_initialization.obj - 0002:000210b8 __unwindtable$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 100a60b8 libcpmt:locale0.obj - 0002:000210c0 __ehfuncinfo$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 100a60c0 libcpmt:locale0.obj - 0002:000210e8 __sehtable$___scrt_is_nonwritable_in_current_image 100a60e8 LIBCMT:utility.obj - 0002:00021108 __sehtable$?dllmain_crt_process_attach@@YAHQAUHINSTANCE__@@QAX@Z 100a6108 LIBCMT:dll_dllmain.obj - 0002:00021128 __sehtable$?dllmain_crt_process_detach@@YAH_N@Z 100a6128 LIBCMT:dll_dllmain.obj - 0002:00021150 __sehtable$?dllmain_dispatch@@YAHQAUHINSTANCE__@@KQAX@Z 100a6150 LIBCMT:dll_dllmain.obj - 0002:00021170 __sehtable$__IsNonwritableInCurrentImage 100a6170 LIBCMT:pesect.obj - 0002:00021190 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@PAD@@QAEPAD$$QAV@@AAV@@$$QAV@@@Z 100a6190 libucrt:setlocale.obj - 0002:000211b0 __sehtable$??$common_fsopen@D@@YAPAU_iobuf@@QBD0H@Z 100a61b0 libucrt:fopen.obj - 0002:000211d0 __sehtable$??$common_sopen_dispatch@D@@YAHQBDHHHQAHH@Z 100a61d0 libucrt:open.obj - 0002:000211f0 .edata 100a61f0 nampower.exp - 0002:00021218 rgpv 100a6218 nampower.exp - 0002:0002121c rgszName 100a621c nampower.exp - 0002:00021220 rgwOrd 100a6220 nampower.exp - 0002:00021222 szName 100a6222 nampower.exp - 0002:0002122f $N00001 100a622f nampower.exp - 0002:00021b90 .idata$6 100a6b90 kernel32:KERNEL32.dll - 0002:00021bac .idata$6 100a6bac user32:USER32.dll - 0003:000000fc ?p_GetContext@?1??GetLuaStatePtr@Nampower@@YAPAIXZ@4P6IPAIXZA 100a70fc main.cpp.obj - 0003:00000140 ?format@?1??TriggerSpellCastEvent@Nampower@@YAX_NIW4CastType@@_KI@Z@4PADA 100a7140 spellcast.cpp.obj - 0003:0000014c ?message@?O@??Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@4PADA 100a714c spellcast.cpp.obj - 0003:00000184 ?format@?1??TriggerSpellChannelStartEvent@Nampower@@YAXII@Z@4PADA 100a7184 spellchannel.cpp.obj - 0003:0000018c ?format@?1??TriggerSpellChannelUpdateEvent@Nampower@@YAXII@Z@4PADA 100a718c spellchannel.cpp.obj - 0003:00000194 ?format@?1??TriggerSpellFailedSelfEvent@Nampower@@YAXIW4SpellCastResult@game@@_N@Z@4PADA 100a7194 spellevents.cpp.obj - 0003:0000019c ?format@?1??TriggerSpellHealEvent@Nampower@@YAX_K0IIEE@Z@4PADA 100a719c spellevents.cpp.obj - 0003:000001ac ?format@?1??TriggerSpellEnergizeEvent@Nampower@@YAX_K0IIIE@Z@4PADA 100a71ac spellevents.cpp.obj - 0003:000001bc ?format@?1??TriggerSpellDelayedEvent@Nampower@@YAX_KI@Z@4PADA 100a71bc spellevents.cpp.obj - 0003:000001c4 ?format@?1??triggerAuraCastEventOnTarget@Nampower@@YAXPBUSpellRec@game@@HPAD1_K2II@Z@4PADA 100a71c4 spellevents.cpp.obj - 0003:000001d8 ?format@?1??TriggerSpellStartEvent@Nampower@@YAXII_K0GI@Z@4PADA 100a71d8 spellevents.cpp.obj - 0003:000001e8 ?format@?1??TriggerSpellGoEvent@Nampower@@YAXIIPB_K_KGEE@Z@4PADA 100a71e8 spellevents.cpp.obj - 0003:000001f8 ?format@?1??TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z@4PADA 100a71f8 spellevents.cpp.obj - 0003:00000210 ?castId@LuaFields@Nampower@@3PADA 100a7210 misc_scripts.cpp.obj - 0003:00000218 ?spellId@LuaFields@Nampower@@3PADA 100a7218 misc_scripts.cpp.obj - 0003:00000220 ?guid@LuaFields@Nampower@@3PADA 100a7220 misc_scripts.cpp.obj - 0003:00000228 ?castType@LuaFields@Nampower@@3PADA 100a7228 misc_scripts.cpp.obj - 0003:00000234 ?castStartS@LuaFields@Nampower@@3PADA 100a7234 misc_scripts.cpp.obj - 0003:00000240 ?castEndS@LuaFields@Nampower@@3PADA 100a7240 misc_scripts.cpp.obj - 0003:0000024c ?castRemainingMs@LuaFields@Nampower@@3PADA 100a724c misc_scripts.cpp.obj - 0003:0000025c ?castDurationMs@LuaFields@Nampower@@3PADA 100a725c misc_scripts.cpp.obj - 0003:0000026c ?gcdEndS@LuaFields@Nampower@@3PADA 100a726c misc_scripts.cpp.obj - 0003:00000274 ?gcdRemainingMs@LuaFields@Nampower@@3PADA 100a7274 misc_scripts.cpp.obj - 0003:00000284 ?castInfoTableRef@Nampower@@3HA 100a7284 misc_scripts.cpp.obj - 0003:00000288 ?itemStatsTableRef@Nampower@@3HA 100a7288 misc_scripts.cpp.obj - 0003:0000028c ?unitDataTableRef@Nampower@@3HA 100a728c misc_scripts.cpp.obj - 0003:00000290 ?spellRecTableRef@Nampower@@3HA 100a7290 spell_scripts.cpp.obj - 0003:00000294 ?cooldownDetailTableRef@Nampower@@3HA 100a7294 cooldown_scripts.cpp.obj - 0003:00000298 ?isOnCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a7298 cooldown_scripts.cpp.obj - 0003:000002a8 ?cooldownRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a72a8 cooldown_scripts.cpp.obj - 0003:000002bc ?itemIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a72bc cooldown_scripts.cpp.obj - 0003:000002c4 ?itemHasActiveSpellKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a72c4 cooldown_scripts.cpp.obj - 0003:000002d8 ?itemActiveSpellIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a72d8 cooldown_scripts.cpp.obj - 0003:000002ec ?individualStartSKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a72ec cooldown_scripts.cpp.obj - 0003:00000300 ?individualDurationMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a7300 cooldown_scripts.cpp.obj - 0003:00000318 ?individualRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a7318 cooldown_scripts.cpp.obj - 0003:00000330 ?isOnIndividualCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a7330 cooldown_scripts.cpp.obj - 0003:00000348 ?categoryIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a7348 cooldown_scripts.cpp.obj - 0003:00000354 ?categoryStartSKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a7354 cooldown_scripts.cpp.obj - 0003:00000364 ?categoryDurationMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a7364 cooldown_scripts.cpp.obj - 0003:00000378 ?categoryRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a7378 cooldown_scripts.cpp.obj - 0003:0000038c ?isOnCategoryCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a738c cooldown_scripts.cpp.obj - 0003:000003a4 ?gcdCategoryIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a73a4 cooldown_scripts.cpp.obj - 0003:000003b4 ?gcdCategoryStartSKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a73b4 cooldown_scripts.cpp.obj - 0003:000003c8 ?gcdCategoryDurationMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a73c8 cooldown_scripts.cpp.obj - 0003:000003e0 ?gcdCategoryRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a73e0 cooldown_scripts.cpp.obj - 0003:000003f8 ?isOnGcdCategoryCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a73f8 cooldown_scripts.cpp.obj - 0003:00000410 ?basicItemInfoTableRef@Nampower@@3HA 100a7410 item_scripts.cpp.obj - 0003:00000414 ?itemInfoTableRef@Nampower@@3HA 100a7414 item_scripts.cpp.obj - 0003:00000418 ?equippedItemsTableRef@Nampower@@3HA 100a7418 item_scripts.cpp.obj - 0003:0000041c ?bagItemsTableRef@Nampower@@3HA 100a741c item_scripts.cpp.obj - 0003:00000420 ?trinketsTableRef@Nampower@@3HA 100a7420 item_scripts.cpp.obj - 0003:00000424 ?itemIdKey@Nampower@@3PADA 100a7424 item_scripts.cpp.obj - 0003:0000042c ?permanentEnchantIdKey@Nampower@@3PADA 100a742c item_scripts.cpp.obj - 0003:00000440 ?tempEnchantIdKey@Nampower@@3PADA 100a7440 item_scripts.cpp.obj - 0003:00000450 ?stackCountKey@Nampower@@3PADA 100a7450 item_scripts.cpp.obj - 0003:0000045c ?durationKey@Nampower@@3PADA 100a745c item_scripts.cpp.obj - 0003:00000468 ?flagsKey@Nampower@@3PADA 100a7468 item_scripts.cpp.obj - 0003:00000470 ?durabilityKey@Nampower@@3PADA 100a7470 item_scripts.cpp.obj - 0003:0000047c ?maxDurabilityKey@Nampower@@3PADA 100a747c item_scripts.cpp.obj - 0003:0000048c ?tempEnchantmentTimeLeftMsKey@Nampower@@3PADA 100a748c item_scripts.cpp.obj - 0003:000004a8 ?tempEnchantmentChargesKey@Nampower@@3PADA 100a74a8 item_scripts.cpp.obj - 0003:000004c0 ?bagIndexKey@Nampower@@3PADA 100a74c0 item_scripts.cpp.obj - 0003:000004cc ?slotIndexKey@Nampower@@3PADA 100a74cc item_scripts.cpp.obj - 0003:000004d8 ?trinketNameKey@Nampower@@3PADA 100a74d8 item_scripts.cpp.obj - 0003:000004e4 ?textureKey@Nampower@@3PADA 100a74e4 item_scripts.cpp.obj - 0003:000004ec ?itemLevelKey@Nampower@@3PADA 100a74ec item_scripts.cpp.obj - 0003:000004f8 ?format@?1??TriggerAuraEvent@Nampower@@YAXPAIII_N@Z@4PADA 100a74f8 auras.cpp.obj - 0003:00000504 ?format@?1??UnitCombatLogUnitDeadHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_K@Z@4PADA 100a7504 auras.cpp.obj - 0003:00000508 ?format@?1??TriggerAutoAttackEvent@Nampower@@YAX_K0IIIEIII@Z@4PADA 100a7508 autoattack.cpp.obj - 0003:00000520 ?__vcrt_flsindex@@3KA 100a7520 libvcruntime:per_thread_data.obj - 0003:00000530 ?prefix@?1??getDimension@UnDecorator@@CA?AVDName@@_N@Z@4UStringLiteral@@A 100a7530 libvcruntime:undname.obj - 0003:000005f8 ?errno_no_memory@@3HA 100a75f8 libucrt:errno.obj - 0003:000005fc ?doserrno_no_memory@@3KA 100a75fc libucrt:errno.obj - 0003:00000670 ?__acrt_flsindex@@3KA 100a7670 libucrt:per_thread_data.obj - 0003:00000674 __ctype_loc_style 100a7674 libucrt:wsetlocale.obj - 0003:00000878 ?__DAZ_ENABLED@?1??__set_fpsr_sse2@@9@9 100a7878 libucrt:fpctrl.obj - 0003:00000888 ?tzstd_program@@3PADA 100a7888 libucrt:timeset.obj - 0003:000008c8 ?tzdst_program@@3PADA 100a78c8 libucrt:timeset.obj - 0003:00000908 ?w_tzstd_program@@3PA_WA 100a7908 libucrt:timeset.obj - 0003:00000988 ?w_tzdst_program@@3PA_WA 100a7988 libucrt:timeset.obj - 0003:00000a08 ?tzname_states@@3PAY01PADA 100a7a08 libucrt:timeset.obj - 0003:00000a10 ?w_tzname_states@@3PAY01PA_WA 100a7a10 libucrt:timeset.obj - 0003:00000a18 ?dststart@@3Utransitiondate@?A0x7639d0b4@@A 100a7a18 libucrt:tzset.obj - 0003:00000a24 ?dstend@@3Utransitiondate@?A0x7639d0b4@@A 100a7a24 libucrt:tzset.obj - 0003:00000c50 __mbctypes 100a7c50 libucrt:mbctype.obj - 0003:00000d58 __mbcasemaps 100a7d58 libucrt:mbctype.obj - 0003:00000e58 ?__rgctypeflag@@3PADA 100a7e58 libucrt:mbctype.obj - 0003:00000e60 ?__rgcode_page_info@@3PAUcode_page_info@@A 100a7e60 libucrt:mbctype.obj - 0003:00000f60 ?__dcrt_lowio_console_output_handle@@3PAXA 100a7f60 libucrt:initcon.obj - 0003:00000f70 ?init@std@@3JA 100a7f70 libcpmt:xlock.obj - 0003:00000f78 ?valid@?1???$_Xfiopen@D@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z@4QBHB 100a7f78 libcpmt:fiopen.obj - 0003:00000fc8 ?atcount_cdecl@@3IA 100a7fc8 libcpmt:iosptrs.obj - 0003:00016e5c ?spellSlotCache@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@4V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@@std@@A 100bde5c helper.cpp.obj - 0003:00016e7c ?$TSS0@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@4HA 100bde7c helper.cpp.obj - 0003:00016e80 ?spellIdToSlotCache@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@4V?$unordered_map@_KIU?$hash@_K@std@@U?$equal_to@_K@2@V?$allocator@U?$pair@$$CB_KI@std@@@2@@std@@A 100bde80 helper.cpp.obj - 0003:00016ea0 ?$TSS0@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@4HA 100bdea0 helper.cpp.obj - 0003:00016ea8 ?targetHitGuids@?1??SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@2@@Z@4PA_KA 100bdea8 spellevents.cpp.obj - 0003:000171d0 ?unitFieldsArrayFieldRefs@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A 100be1d0 misc_scripts.cpp.obj - 0003:000171f0 ?itemStatsNestedArrayRefs@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A 100be1f0 misc_scripts.cpp.obj - 0003:00017210 ?unitFieldsNestedArrayRefs@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A 100be210 misc_scripts.cpp.obj - 0003:00017230 ?itemStatsArrayFieldRefs@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A 100be230 misc_scripts.cpp.obj - 0003:00017250 ?spellRecArrayFieldRefs@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A 100be250 spell_scripts.cpp.obj - 0003:00017270 ?spellRecNestedArrayRefs@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A 100be270 spell_scripts.cpp.obj - 0003:00017290 ?lastTrinketCount@Nampower@@3IA 100be290 item_scripts.cpp.obj - 0003:00017294 ?bagTableRefs@Nampower@@3V?$array@H$0N@@std@@A 100be294 item_scripts.cpp.obj - 0003:000172c8 ?itemEntryTableRefs@Nampower@@3V?$array@V?$array@H$0EA@@std@@$0N@@std@@A 100be2c8 item_scripts.cpp.obj - 0003:00017fc8 ?equippedItemTableRefs@Nampower@@3V?$array@H$0BD@@std@@A 100befc8 item_scripts.cpp.obj - 0003:00018064 ?isExporting@Nampower@@3_NA 100bf064 items.cpp.obj - 0003:00021260 ?itemStatsCache@Nampower@@3V?$unordered_map@IPAUItemStats_C@game@@U?$hash@I@std@@U?$equal_to@I@4@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@@std@@A 100c8260 items.cpp.obj - 0003:00021280 ?itemNameToIdCache@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@A 100c8280 items.cpp.obj - 0003:000212a0 ?pendingItemIds@Nampower@@3V?$unordered_set@IU?$hash@I@std@@U?$equal_to@I@2@V?$allocator@I@2@@std@@A 100c82a0 items.cpp.obj - 0003:000212c0 ?currentExportItemId@Nampower@@3IA 100c82c0 items.cpp.obj - 0003:00021344 ?fieldMapsInitialized@Nampower@@3_NA 100c8344 dbc_fields.cpp.obj - 0003:00021388 ?unitFieldMapsInitialized@Nampower@@3_NA 100c8388 unit_fields.cpp.obj - 0003:0002138c ?registeredTableRefs@Nampower@@3V?$vector@PAHV?$allocator@PAH@std@@@std@@A 100c838c lua_refs.cpp.obj - 0003:000213a0 ?__vcrt_startup_thread_ptd@@3U__vcrt_ptd@@A 100c83a0 libvcruntime:per_thread_data.obj - 0003:000213f0 ?heap@@3V_HeapManager@@A 100c83f0 libvcruntime:undname.obj - 0003:00021404 ?module_handles@@3PAPAUHINSTANCE__@@A 100c8404 libvcruntime:winapi_downlevel.obj - 0003:00021410 ?function_pointers@@3PAPAXA 100c8410 libvcruntime:winapi_downlevel.obj - 0003:00021424 ___vcrt_lock_table 100c8424 libvcruntime:locks.obj - 0003:0002143c ___vcrt_locks_initialized 100c843c libvcruntime:locks.obj - 0003:00021440 ?__acrt_invalid_parameter_handler@@3V?$dual_state_global@P6AXPB_W00II@Z@__crt_state_management@@A 100c8440 libucrt:invalid_parameter.obj - 0003:00021460 ?module_handles@@3PAPAUHINSTANCE__@@A 100c8460 libucrt:winapi_thunks.obj - 0003:000214b8 ?encoded_function_pointers@@3PAPAXA 100c84b8 libucrt:winapi_thunks.obj - 0003:00021544 ?static_enum_proc@?1??enum_system_locales_ex_nolock@@YAHQ6GHPA_WKJ@Z@Z@4P6GH0KJ@ZA 100c8544 libucrt:winapi_thunks.obj - 0003:00021750 ?__acrt_lock_table@@3PAU_RTL_CRITICAL_SECTION@@A 100c8750 libucrt:locks.obj - 0003:000218a0 ?__acrt_locks_initialized@@3IA 100c88a0 libucrt:locks.obj - 0003:000218ac ?internal_state@?1??_mbtowc_internal@@9@4U_Mbstatet@@A 100c88ac libucrt:mbtowc.obj - 0003:000218b4 ?enable_percent_n@@3IA 100c88b4 libucrt:printf_count_output.obj - 0003:000218b8 ?c_termination_complete@@3JA 100c88b8 libucrt:exit.obj - 0003:000218bc ?thread_local_exit_callback_func@@3P6GXPAXK0@ZA 100c88bc libucrt:exit.obj - 0003:000218c0 ?c_exit_complete@?1???R@@QBE@XZ@4_NA 100c88c0 libucrt:exit.obj - 0003:000218c4 ?ctrlc_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100c88c4 libucrt:signal.obj - 0003:000218c8 ?ctrlbreak_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100c88c8 libucrt:signal.obj - 0003:000218cc ?abort_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100c88cc libucrt:signal.obj - 0003:000218d0 ?term_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100c88d0 libucrt:signal.obj - 0003:000218e0 ?_tzname@@3V?$dual_state_global@PAPAD@__crt_state_management@@A 100c88e0 libucrt:timeset.obj - 0003:000218e4 ?w_tzname@@3V?$dual_state_global@PAPA_W@__crt_state_management@@A 100c88e4 libucrt:timeset.obj - 0003:000218e8 ?last_wide_tz@@3PA_WA 100c88e8 libucrt:tzset.obj - 0003:000218f0 ?tz_api_used@@3HA 100c88f0 libucrt:tzset.obj - 0003:000218f4 ?tzset_init_state@@3V?$dual_state_global@J@__crt_state_management@@A 100c88f4 libucrt:tzset.obj - 0003:000218f8 ?tz_info@@3U_TIME_ZONE_INFORMATION@@A 100c88f8 libucrt:tzset.obj - 0003:000219a4 __pmatherr_set 100c89a4 libucrt:libm_error.obj - 0003:000219b4 ?fSystemSet@@3HA 100c89b4 libucrt:mbctype.obj - 0003:000219b8 ?initialized@?1??__acrt_initialize_multibyte@@9@4_NA 100c89b8 libucrt:mbctype.obj - 0003:000219bc ?__acrt_new_handler@@3V?$dual_state_global@P6AHI@Z@__crt_state_management@@A 100c89bc libucrt:new_handler.obj - 0003:000219c0 ?__acrt_global_new_mode@@3V?$dual_state_global@J@__crt_state_management@@A 100c89c0 libucrt:new_mode.obj - 0003:000219c8 ?user_matherr@@3V?$dual_state_global@P6AHPAU_exception@@@Z@__crt_state_management@@A 100c89c8 libucrt:matherr.obj - 0003:000219e4 ?__acrt_app_type@@3W4_crt_app_type@@A 100c89e4 libucrt:report_runtime_error.obj - 0003:000219e8 ?internal_pst@?1??__mbrtoc32_utf8@__crt_mbstring@@YAIPA_UPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z@4U3@A 100c89e8 libucrt:mbrtoc32.obj - 0003:00021a08 ?initlocks@std@@3V_Init_locks@1@A 100c8a08 libcpmt:xlock.obj - 0003:00021a10 ?mtx@std@@3PAU_RTL_CRITICAL_SECTION@@A 100c8a10 libcpmt:xlock.obj - 0003:00021aec ?classic_locale@std@@3Vlocale@1@A 100c8aec libcpmt:locale0.obj - 0003:00021af4 ?_Fac_head@std@@3PAU_Fac_node@1@A 100c8af4 libcpmt:locale0.obj - 0003:00021af8 ?_Fac_tidy_reg@std@@3U_Fac_tidy_reg_t@1@B 100c8af8 libcpmt:locale0.obj - 0003:00021afc _global_locale 100c8afc libcpmt:locale0.obj - 0003:00021b00 ?registered@?1??_Setgloballocale@locale@std@@CAXPAX@Z@4_NA 100c8b00 libcpmt:locale0.obj - 0003:00021b08 ?stdstr@std@@3PAPAVios_base@1@A 100c8b08 libcpmt:ios.obj - 0003:00021b30 ?stdopens@std@@3PADA 100c8b30 libcpmt:ios.obj - 0003:00021b40 ?freq_cached@?1??_Query_perf_frequency@@9@4U?$atomic@_J@std@@A 100c8b40 libcpmt:xtime.obj - 0003:00021b68 ?initlocks@std@@3V_Init_locks@1@A 100c8b68 libcpmt:iosptrs.obj - 0003:00021b69 ?init_atexit@@3U_Init_atexit@@A 100c8b69 libcpmt:iosptrs.obj - 0003:00021b6c ?atfuns_cdecl@@3PAP6AXXZA 100c8b6c libcpmt:iosptrs.obj - 0003:00021b94 ?__KERNEL32Function_GetCurrentPackageId@?A0x995b63b9@@3P6GJPAIPAE@ZA 100c8b94 libcpmt:winapisupp.obj - 0003:00021b98 ?__KERNEL32Function_GetSystemTimePreciseAsFileTime@?A0x995b63b9@@3P6GXPAU_FILETIME@@@ZA 100c8b98 libcpmt:winapisupp.obj - 0003:00021b9c ?__KERNEL32Function_GetTempPath2W@?A0x995b63b9@@3P6GKKPA_W@ZA 100c8b9c libcpmt:winapisupp.obj - 0003:00021c10 ?is_initialized_as_dll@@3_NA 100c8c10 LIBCMT:utility.obj - 0003:00021c11 ?module_local_atexit_table_initialized@@3_NA 100c8c11 LIBCMT:utility.obj - 0003:00021c14 ?module_local_atexit_table@@3U_onexit_table_t@@A 100c8c14 LIBCMT:utility.obj - 0003:00021c20 ?module_local_at_quick_exit_table@@3U_onexit_table_t@@A 100c8c20 LIBCMT:utility.obj - 0003:00021c2c ?g_tss_cv@@3U_RTL_CONDITION_VARIABLE@@A 100c8c2c LIBCMT:thread_safe_statics.obj - 0003:00021c30 ?g_tss_srw@@3U_RTL_SRWLOCK@@A 100c8c30 LIBCMT:thread_safe_statics.obj - 0003:00021c44 ?__proc_attached@@3HA 100c8c44 LIBCMT:dll_dllmain.obj - 0003:00021c58 _GS_ExceptionRecord 100c8c58 LIBCMT:gs_report.obj - 0003:00021ca8 _GS_ContextRecord 100c8ca8 LIBCMT:gs_report.obj - 0003:00021f80 ?program_name@?1???$common_configure_argv@D@@YAHW4_crt_argv_mode@@@Z@4PADA 100c8f80 libucrt:argv_parsing.obj - 0003:000220a4 ?internal_pst@?1??__c16rtomb_utf8@__crt_mbstring@@YAIPAD_SPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z@4U3@A 100c90a4 libucrt:c16rtomb.obj - 0004:00000060 $R000000 100ca060 * linker generated manifest res * + 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:0003e189 __catch$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$0 1003f189 f i main.cpp.obj + 0001:0003fd90 __catch$_Load$0 10040d90 f main.cpp.obj + 0001:0003fe2f __catch$_Load$1 10040e2f f main.cpp.obj + 0001:0003ff90 ??$_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 10040f90 f helper.cpp.obj + 0001:000400f0 ??$_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 100410f0 f helper.cpp.obj + 0001:00040500 ??$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 10041500 f helper.cpp.obj + 0001:00040560 ??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 10041560 f helper.cpp.obj + 0001:000405a0 ??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 100415a0 f helper.cpp.obj + 0001:00040690 ??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 10041690 f helper.cpp.obj + 0001:000406f0 ??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 100416f0 f helper.cpp.obj + 0001:00040720 ??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 10041720 f helper.cpp.obj + 0001:000407b0 ??1?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@QAE@XZ 100417b0 f helper.cpp.obj + 0001:00040840 ??1CachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@QAE@XZ 10041840 f helper.cpp.obj + 0001:00040890 ??R@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 10041890 f helper.cpp.obj + 0001:00041460 ?_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 10042460 f helper.cpp.obj + 0001:00041640 ?_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 10042640 f helper.cpp.obj + 0001:00041b54 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$0 10042b54 f i spellcast.cpp.obj + 0001:000459ec $LN19 100469ec spellevents.cpp.obj + 0001:00045a00 $LN18 10046a00 spellevents.cpp.obj + 0001:0004647c $LN206 1004747c spellevents.cpp.obj + 0001:00046484 $LN205 10047484 spellevents.cpp.obj + 0001:00047a98 $LN47 10048a98 spellevents.cpp.obj + 0001:00047aa0 $LN46 10048aa0 spellevents.cpp.obj + 0001:000483b4 $LN85 100493b4 misc_scripts.cpp.obj + 0001:000483b4 $LN85 100493b4 misc_scripts.cpp.obj + 0001:000483b4 $LN85 100493b4 spell_scripts.cpp.obj + 0001:000498cc $LN59 1004a8cc misc_scripts.cpp.obj + 0001:000498e4 $LN60 1004a8e4 misc_scripts.cpp.obj + 0001:00049d28 $LN160 1004ad28 misc_scripts.cpp.obj + 0001:00049d40 $LN161 1004ad40 misc_scripts.cpp.obj + 0001:0004a244 $LN56 1004b244 misc_scripts.cpp.obj + 0001:0004a25c $LN57 1004b25c misc_scripts.cpp.obj + 0001:0004a5b0 $LN101 1004b5b0 misc_scripts.cpp.obj + 0001:0004bb64 $LN67 1004cb64 spell_scripts.cpp.obj + 0001:0004bb7c $LN68 1004cb7c spell_scripts.cpp.obj + 0001:0004c06c $LN166 1004d06c spell_scripts.cpp.obj + 0001:0004c084 $LN167 1004d084 spell_scripts.cpp.obj + 0001:0004d5f0 ??R@@QBE@HIPAUCGItem_C@game@@@Z 1004e5f0 f item_scripts.cpp.obj + 0001:00052789 ?_FilterSetCurrentException@@YAKPAU_EXCEPTION_POINTERS@@E@Z 10053789 f libvcruntime:ehhelpers.obj + 0001:00052d30 $$000000 10053d30 libvcruntime:memcpy.obj + 0001:00052d30 $$000000 10053d30 libvcruntime:memmove.obj + 0001:00052d50 CopyUp 10053d50 libvcruntime:memcpy.obj + 0001:00052d50 CopyUp 10053d50 libvcruntime:memmove.obj + 0001:00052d74 CopyUpLargeMov 10053d74 libvcruntime:memcpy.obj + 0001:00052d74 CopyUpLargeMov 10053d74 libvcruntime:memmove.obj + 0001:00052d87 CopyUpSSE2Check 10053d87 libvcruntime:memcpy.obj + 0001:00052d87 CopyUpSSE2Check 10053d87 libvcruntime:memmove.obj + 0001:00052da0 AtomChk 10053da0 libvcruntime:memcpy.obj + 0001:00052da0 AtomChk 10053da0 libvcruntime:memmove.obj + 0001:00052dc6 PalignHead4 10053dc6 libvcruntime:memcpy.obj + 0001:00052dc6 PalignHead4 10053dc6 libvcruntime:memmove.obj + 0001:00052dd9 PalignHead8 10053dd9 libvcruntime:memcpy.obj + 0001:00052dd9 PalignHead8 10053dd9 libvcruntime:memmove.obj + 0001:00052df0 PalignLoop 10053df0 libvcruntime:memcpy.obj + 0001:00052df0 PalignLoop 10053df0 libvcruntime:memmove.obj + 0001:00052e02 MovPalign12 10053e02 libvcruntime:memcpy.obj + 0001:00052e02 MovPalign12 10053e02 libvcruntime:memmove.obj + 0001:00052e0c PalignLoop12 10053e0c libvcruntime:memcpy.obj + 0001:00052e0c PalignLoop12 10053e0c libvcruntime:memmove.obj + 0001:00052e5d MovPalign8 10053e5d libvcruntime:memcpy.obj + 0001:00052e5d MovPalign8 10053e5d libvcruntime:memmove.obj + 0001:00052e68 PalignLoop8 10053e68 libvcruntime:memcpy.obj + 0001:00052e68 PalignLoop8 10053e68 libvcruntime:memmove.obj + 0001:00052eb6 MovPalign4 10053eb6 libvcruntime:memcpy.obj + 0001:00052eb6 MovPalign4 10053eb6 libvcruntime:memmove.obj + 0001:00052ec0 PalignLoop4 10053ec0 libvcruntime:memcpy.obj + 0001:00052ec0 PalignLoop4 10053ec0 libvcruntime:memmove.obj + 0001:00052f0c PalignTail 10053f0c libvcruntime:memcpy.obj + 0001:00052f0c PalignTail 10053f0c libvcruntime:memmove.obj + 0001:00052f24 PalignTail4 10053f24 libvcruntime:memcpy.obj + 0001:00052f24 PalignTail4 10053f24 libvcruntime:memmove.obj + 0001:00052f37 PalignTail8 10053f37 libvcruntime:memcpy.obj + 0001:00052f37 PalignTail8 10053f37 libvcruntime:memmove.obj + 0001:00052f4e PalignTailLE3 10053f4e libvcruntime:memcpy.obj + 0001:00052f4e PalignTailLE3 10053f4e libvcruntime:memmove.obj + 0001:00052f57 Dword_align 10053f57 libvcruntime:memcpy.obj + 0001:00052f57 Dword_align 10053f57 libvcruntime:memmove.obj + 0001:00052f5f Dword_up_align_loop 10053f5f libvcruntime:memcpy.obj + 0001:00052f5f Dword_up_align_loop 10053f5f libvcruntime:memmove.obj + 0001:00052f72 Dword_align_Ok 10053f72 libvcruntime:memcpy.obj + 0001:00052f72 Dword_align_Ok 10053f72 libvcruntime:memmove.obj + 0001:00052f8c ByteCopyUp 10053f8c libvcruntime:memcpy.obj + 0001:00052f8c ByteCopyUp 10053f8c libvcruntime:memmove.obj + 0001:00052f94 TrailingUpVec 10053f94 libvcruntime:memcpy.obj + 0001:00052f94 TrailingUpVec 10053f94 libvcruntime:memmove.obj + 0001:00052fa4 TrailingUp0 10053fa4 libvcruntime:memcpy.obj + 0001:00052fa4 TrailingUp0 10053fa4 libvcruntime:memmove.obj + 0001:00052fac TrailingUp1 10053fac libvcruntime:memcpy.obj + 0001:00052fac TrailingUp1 10053fac libvcruntime:memmove.obj + 0001:00052fb8 TrailingUp2 10053fb8 libvcruntime:memcpy.obj + 0001:00052fb8 TrailingUp2 10053fb8 libvcruntime:memmove.obj + 0001:00052fcc TrailingUp3 10053fcc libvcruntime:memcpy.obj + 0001:00052fcc TrailingUp3 10053fcc libvcruntime:memmove.obj + 0001:00052fe4 CopyDown 10053fe4 libvcruntime:memcpy.obj + 0001:00052fe4 CopyDown 10053fe4 libvcruntime:memmove.obj + 0001:00053009 CopyDownNotAligned 10054009 libvcruntime:memcpy.obj + 0001:00053009 CopyDownNotAligned 10054009 libvcruntime:memmove.obj + 0001:00053010 CopyDownAlignLoop 10054010 libvcruntime:memcpy.obj + 0001:00053010 CopyDownAlignLoop 10054010 libvcruntime:memmove.obj + 0001:0005301d CopyDownAligned 1005401d libvcruntime:memcpy.obj + 0001:0005301d CopyDownAligned 1005401d libvcruntime:memmove.obj + 0001:00053040 TrailingDownVec 10054040 libvcruntime:memcpy.obj + 0001:00053040 TrailingDownVec 10054040 libvcruntime:memmove.obj + 0001:00053050 TrailingDown0 10054050 libvcruntime:memcpy.obj + 0001:00053050 TrailingDown0 10054050 libvcruntime:memmove.obj + 0001:00053058 TrailingDown1 10054058 libvcruntime:memcpy.obj + 0001:00053058 TrailingDown1 10054058 libvcruntime:memmove.obj + 0001:00053068 TrailingDown2 10054068 libvcruntime:memcpy.obj + 0001:00053068 TrailingDown2 10054068 libvcruntime:memmove.obj + 0001:0005307c TrailingDown3 1005407c libvcruntime:memcpy.obj + 0001:0005307c TrailingDown3 1005407c libvcruntime:memmove.obj + 0001:00053095 XmmMovLargeAlignTest 10054095 libvcruntime:memcpy.obj + 0001:00053095 XmmMovLargeAlignTest 10054095 libvcruntime:memmove.obj + 0001:0005309d XmmMovAlignLoop 1005409d libvcruntime:memcpy.obj + 0001:0005309d XmmMovAlignLoop 1005409d libvcruntime:memmove.obj + 0001:000530ac XmmMovLargeLoop 100540ac libvcruntime:memcpy.obj + 0001:000530ac XmmMovLargeLoop 100540ac libvcruntime:memmove.obj + 0001:0005311c XmmMovSmallTest 1005411c libvcruntime:memcpy.obj + 0001:0005311c XmmMovSmallTest 1005411c libvcruntime:memmove.obj + 0001:00053121 XmmMovSmallLoop 10054121 libvcruntime:memcpy.obj + 0001:00053121 XmmMovSmallLoop 10054121 libvcruntime:memmove.obj + 0001:00053144 CopyDownSmall 10054144 libvcruntime:memcpy.obj + 0001:00053144 CopyDownSmall 10054144 libvcruntime:memmove.obj + 0001:0005314c CopyDownDwordLoop 1005414c libvcruntime:memcpy.obj + 0001:0005314c CopyDownDwordLoop 1005414c libvcruntime:memmove.obj + 0001:00053161 CopyDownByteTest 10054161 libvcruntime:memcpy.obj + 0001:00053161 CopyDownByteTest 10054161 libvcruntime:memmove.obj + 0001:00053165 CopyDownByteLoop 10054165 libvcruntime:memcpy.obj + 0001:00053165 CopyDownByteLoop 10054165 libvcruntime:memmove.obj + 0001:00053174 CopyDownReturn 10054174 libvcruntime:memcpy.obj + 0001:00053174 CopyDownReturn 10054174 libvcruntime:memmove.obj + 0001:00053180 XmmCopy 10054180 libvcruntime:memcpy.obj + 0001:00053180 XmmCopy 10054180 libvcruntime:memmove.obj + 0001:0005318d XmmCopyAligned 1005418d libvcruntime:memcpy.obj + 0001:0005318d XmmCopyAligned 1005418d libvcruntime:memmove.obj + 0001:000531a0 XmmCopyLargeLoop 100541a0 libvcruntime:memcpy.obj + 0001:000531a0 XmmCopyLargeLoop 100541a0 libvcruntime:memmove.obj + 0001:000531fd XmmCopySmallTest 100541fd libvcruntime:memcpy.obj + 0001:000531fd XmmCopySmallTest 100541fd libvcruntime:memmove.obj + 0001:00053210 XmmCopySmallLoop 10054210 libvcruntime:memcpy.obj + 0001:00053210 XmmCopySmallLoop 10054210 libvcruntime:memmove.obj + 0001:0005322b CopyUpDwordMov 1005422b libvcruntime:memcpy.obj + 0001:0005322b CopyUpDwordMov 1005422b libvcruntime:memmove.obj + 0001:00053230 CopyUpDwordTest 10054230 libvcruntime:memcpy.obj + 0001:00053230 CopyUpDwordTest 10054230 libvcruntime:memmove.obj + 0001:00053237 CopyUpDwordLoop 10054237 libvcruntime:memcpy.obj + 0001:00053237 CopyUpDwordLoop 10054237 libvcruntime:memmove.obj + 0001:00053246 CopyUpByteTest 10054246 libvcruntime:memcpy.obj + 0001:00053246 CopyUpByteTest 10054246 libvcruntime:memmove.obj + 0001:0005324d CopyUpByteLoop 1005424d libvcruntime:memcpy.obj + 0001:0005324d CopyUpByteLoop 1005424d libvcruntime:memmove.obj + 0001:00053260 CopyUpReturn 10054260 libvcruntime:memcpy.obj + 0001:00053260 CopyUpReturn 10054260 libvcruntime:memmove.obj + 0001:00053270 XmmCopyUnaligned 10054270 libvcruntime:memcpy.obj + 0001:00053270 XmmCopyUnaligned 10054270 libvcruntime:memmove.obj + 0001:00053283 XmmAlignByte 10054283 libvcruntime:memcpy.obj + 0001:00053283 XmmAlignByte 10054283 libvcruntime:memmove.obj + 0001:0005328c XmmAlignDwordTest 1005428c libvcruntime:memcpy.obj + 0001:0005328c XmmAlignDwordTest 1005428c libvcruntime:memmove.obj + 0001:00053291 XmmAlignDwordLoop 10054291 libvcruntime:memcpy.obj + 0001:00053291 XmmAlignDwordLoop 10054291 libvcruntime:memmove.obj + 0001:0005329e XmmAlignAdjustCnt 1005429e libvcruntime:memcpy.obj + 0001:0005329e XmmAlignAdjustCnt 1005429e libvcruntime:memmove.obj + 0001:00053313 ?FindMITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 10054313 f libvcruntime:rtti.obj + 0001:000533fc ?FindSITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@1@Z 100543fc f libvcruntime:rtti.obj + 0001:000534e5 ?FindVITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 100544e5 f libvcruntime:rtti.obj + 0001:0005364d ?PMDtoOffset@@YAHPAXABUPMD@@@Z 1005464d f libvcruntime:rtti.obj + 0001:00053671 ?TypeidsEqual@@YA_NQBUTypeDescriptor@@0@Z 10054671 f libvcruntime:rtti.obj + 0001:0005388b ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@I@Z 1005488b f libvcruntime:std_type_info.obj + 0001:00053894 ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@QAX@Z 10054894 f libvcruntime:std_type_info.obj + 0001:000539c0 $$000000 100549c0 libvcruntime:memset.obj + 0001:00053a05 XMMMov 10054a05 libvcruntime:memset.obj + 0001:00053a40 LargeRangeBytes 10054a40 libvcruntime:memset.obj + 0001:00053a7d XmmMovSmall 10054a7d libvcruntime:memset.obj + 0001:00053a90 XmmSmallLoop 10054a90 libvcruntime:memset.obj + 0001:00053a95 MidRangeBytes 10054a95 libvcruntime:memset.obj + 0001:00053ab1 XMMTrailingBytes 10054ab1 libvcruntime:memset.obj + 0001:00053ac5 SmallMov 10054ac5 libvcruntime:memset.obj + 0001:00053acd ByteLoop 10054acd libvcruntime:memset.obj + 0001:00053adb DwordTest 10054adb libvcruntime:memset.obj + 0001:00053aeb QwordTest 10054aeb libvcruntime:memset.obj + 0001:00053b00 QwordLoop 10054b00 libvcruntime:memset.obj + 0001:00053b13 toend 10054b13 libvcruntime:memset.obj + 0001:00053b20 $$000000 10054b20 libvcruntime:strstr.obj + 0001:00053b63 strstr_sse_safeloop 10054b63 libvcruntime:strstr.obj + 0001:00053b8a strstr_sse_search 10054b8a libvcruntime:strstr.obj + 0001:00053b8a strstr_sse_unsafe 10054b8a libvcruntime:strstr.obj + 0001:00053b8e strstr_sse_srchloop 10054b8e libvcruntime:strstr.obj + 0001:00053bc4 strstr_sse_srchchar 10054bc4 libvcruntime:strstr.obj + 0001:00053bdb strstr_sse_cmploop 10054bdb libvcruntime:strstr.obj + 0001:00053c16 strstr_sse_cmpchars 10054c16 libvcruntime:strstr.obj + 0001:00053c1d strstr_sse_cmpunsafe 10054c1d libvcruntime:strstr.obj + 0001:00053c34 strstr_sse_match 10054c34 libvcruntime:strstr.obj + 0001:00053c39 strstr_sse_not_found 10054c39 libvcruntime:strstr.obj + 0001:00053c3b strstr_sse_exit 10054c3b libvcruntime:strstr.obj + 0001:00053c3f strstr_sttni 10054c3f libvcruntime:strstr.obj + 0001:00053c5b strstr_sttni_setchars 10054c5b libvcruntime:strstr.obj + 0001:00053c60 strstr_sttni_setloopchar 10054c60 libvcruntime:strstr.obj + 0001:00053c66 strstr_sttni_setloopnochar 10054c66 libvcruntime:strstr.obj + 0001:00053c7a strstr_sttni_srchnext 10054c7a libvcruntime:strstr.obj + 0001:00053c7d strstr_sttni_srch 10054c7d libvcruntime:strstr.obj + 0001:00053c81 strstr_sttni_srchloop 10054c81 libvcruntime:strstr.obj + 0001:00053ca0 strstr_sttni_srchxmm 10054ca0 libvcruntime:strstr.obj + 0001:00053cb3 strstr_sttni_srchcheck 10054cb3 libvcruntime:strstr.obj + 0001:00053cb7 strstr_sttni_cmploop 10054cb7 libvcruntime:strstr.obj + 0001:00053cef strstr_sttni_cmpchar 10054cef libvcruntime:strstr.obj + 0001:00053d0a strstr_no_sse 10054d0a libvcruntime:strstr.obj + 0001:00053d1d findnext 10054d1d libvcruntime:strstr.obj + 0001:00053d30 loop_start 10054d30 libvcruntime:strstr.obj + 0001:00053d35 in_loop 10054d35 libvcruntime:strstr.obj + 0001:00053d3d not_found 10054d3d libvcruntime:strstr.obj + 0001:00053d43 first_char_found 10054d43 libvcruntime:strstr.obj + 0001:00053d4c two_first_chars_equal 10054d4c libvcruntime:strstr.obj + 0001:00053d4f compare_loop 10054d4f libvcruntime:strstr.obj + 0001:00053d72 strchr_call 10054d72 libvcruntime:strstr.obj + 0001:00053d7e match 10054d7e libvcruntime:strstr.obj + 0001:00053d85 empty_str2 10054d85 libvcruntime:strstr.obj + 0001:00053d90 $$000000 10054d90 libvcruntime:memchr.obj + 0001:00053dab str_misaligned 10054dab libvcruntime:memchr.obj + 0001:00053dc1 main_loop_start 10054dc1 libvcruntime:memchr.obj + 0001:00053dd7 return_from_main 10054dd7 libvcruntime:memchr.obj + 0001:00053dd8 tail_less_then_4 10054dd8 libvcruntime:memchr.obj + 0001:00053ddd tail_loop 10054ddd libvcruntime:memchr.obj + 0001:00053deb retnull 10054deb libvcruntime:memchr.obj + 0001:00053ded main_loop 10054ded libvcruntime:memchr.obj + 0001:00053df2 main_loop_entry 10054df2 libvcruntime:memchr.obj + 0001:00053e0d char_is_found 10054e0d libvcruntime:memchr.obj + 0001:00053e25 byte_3 10054e25 libvcruntime:memchr.obj + 0001:00053e26 found 10054e26 libvcruntime:memchr.obj + 0001:00053e2b byte_2 10054e2b libvcruntime:memchr.obj + 0001:00053e31 byte_1 10054e31 libvcruntime:memchr.obj + 0001:00053e37 byte_0 10054e37 libvcruntime:memchr.obj + 0001:00053fb0 _ValidateLocalCookies 10054fb0 f libvcruntime:chandler4.obj + 0001:0005414e ??$BuildCatchObjectHelperInternal@V__FrameHandler3@@@@YAHPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 1005514e f libvcruntime:frame.obj + 0001:0005428c ??$BuildCatchObjectInternal@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 1005528c f libvcruntime:frame.obj + 0001:00054325 ??$CatchIt@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@PBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_TryBlockMapEntry@@H1EE@Z 10055325 f libvcruntime:frame.obj + 0001:000543a5 ??$FindHandler@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@EH1@Z 100553a5 f libvcruntime:frame.obj + 0001:0005474a ??$FindHandlerForForeignException@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@HH1@Z 1005574a f libvcruntime:frame.obj + 0001:00054a19 ?CallCatchBlock@@YAPAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PBU_s_FuncInfo@@PAXHK@Z 10055a19 f libvcruntime:frame.obj + 0001:00054be8 ?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 10055be8 f libvcruntime:frame.obj + 0001:00054c08 __catch$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z$0 10055c08 f libvcruntime:frame.obj + 0001:00054c27 ?ExFilterRethrow@@YAHPAU_EXCEPTION_POINTERS@@@Z 10055c27 f libvcruntime:frame.obj + 0001:00054d71 ?IsInExceptionSpec@@YAEPAUEHExceptionRecord@@PBU_s_ESTypeList@@@Z 10055d71 f libvcruntime:frame.obj + 0001:00054e40 $$000000 10055e40 libvcruntime:lowhelpr.obj + 0001:00054e7f _NLG_Continue 10055e7f libvcruntime:lowhelpr.obj + 0001:00055080 ??$get_encoding@M@@YA?A_P_K@Z 10056080 f libvcruntime:undname.obj + 0001:000550e0 ??$get_encoding@N@@YA?A_P_K@Z 100560e0 f libvcruntime:undname.obj + 0001:00055415 ??1TrackRecursion@?1??getDecoratedName@UnDecorator@@CA?AVDName@@XZ@QAE@XZ 10056415 f libvcruntime:undname.obj + 0001:00057051 $LN197 10058051 libvcruntime:undname.obj + 0001:00057075 $LN196 10058075 libvcruntime:undname.obj + 0001:00057089 $LN198 10058089 libvcruntime:undname.obj + 0001:00057f8d $LN40 10058f8d libvcruntime:undname.obj + 0001:00059124 $LN400 1005a124 libvcruntime:undname.obj + 0001:00059130 $LN399 1005a130 libvcruntime:undname.obj + 0001:00059148 $LN402 1005a148 libvcruntime:undname.obj + 0001:00059164 $LN401 1005a164 libvcruntime:undname.obj + 0001:0005917c $LN404 1005a17c libvcruntime:undname.obj + 0001:0005918c $LN403 1005a18c libvcruntime:undname.obj + 0001:0005a6f8 $LN88 1005b6f8 libvcruntime:undname.obj + 0001:0005a718 $LN87 1005b718 libvcruntime:undname.obj + 0001:0005ab9f $LN145 1005bb9f libvcruntime:undname.obj + 0001:0005b506 ?und_memcpy@@YAXPADPBDI@Z 1005c506 f libvcruntime:undname.obj + 0001:0005b527 ?und_strncmp@@YAIPBD0I@Z 1005c527 f libvcruntime:undname.obj + 0001:0005b620 $$000000 1005c620 libvcruntime:strchr.obj + 0001:0005b653 strchr_sse_loop 1005c653 libvcruntime:strchr.obj + 0001:0005b677 strchr_sse_break 1005c677 libvcruntime:strchr.obj + 0001:0005b688 strchr_no_sse2 1005c688 libvcruntime:strchr.obj + 0001:0005b6a0 str_misaligned 1005c6a0 libvcruntime:strchr.obj + 0001:0005b6b5 main_loop_start 1005c6b5 libvcruntime:strchr.obj + 0001:0005b6c0 main_loop 1005c6c0 libvcruntime:strchr.obj + 0001:0005b6fc retnull 1005c6fc libvcruntime:strchr.obj + 0001:0005b6fe retnull_bx 1005c6fe libvcruntime:strchr.obj + 0001:0005b702 found_bx 1005c702 libvcruntime:strchr.obj + 0001:0005b707 chr_is_found 1005c707 libvcruntime:strchr.obj + 0001:0005b72f byte_3 1005c72f libvcruntime:strchr.obj + 0001:0005b736 byte_2 1005c736 libvcruntime:strchr.obj + 0001:0005b73d byte_1 1005c73d libvcruntime:strchr.obj + 0001:0005b744 byte_0 1005c744 libvcruntime:strchr.obj + 0001:0005b74b ?try_get_function@@YAPAXW4function_id@?A0x14174aea@@QBDQBW4module_id@2@2@Z 1005c74b f libvcruntime:winapi_downlevel.obj + 0001:0005b7eb ?try_load_library_from_system_directory@@YAPAUHINSTANCE__@@QB_W@Z 1005c7eb f libvcruntime:winapi_downlevel.obj + 0001:0005b970 $$000000 1005c970 libvcruntime:exsup4.obj + 0001:0005b9a2 _lu_top 1005c9a2 libvcruntime:exsup4.obj + 0001:0005ba01 _lu_done 1005ca01 libvcruntime:exsup4.obj + 0001:0005ba10 $$000000 1005ca10 libvcruntime:exsup4.obj + 0001:0005ba10 __unwind_handler4 1005ca10 f libvcruntime:exsup4.obj + 0001:0005ba60 $$000000 1005ca60 libvcruntime:exsup4.obj + 0001:0005ba80 $$000000 1005ca80 libvcruntime:exsup4.obj + 0001:0005baa0 $$000000 1005caa0 libvcruntime:exsup4.obj + 0001:0005bab5 ReturnPoint 1005cab5 libvcruntime:exsup4.obj + 0001:0005bac0 $$000000 1005cac0 libvcruntime:exsup4.obj + 0001:0005bb20 $$000000 1005cb20 libvcruntime:exsup.obj + 0001:0005bb30 $$000000 1005cb30 libvcruntime:exsup.obj + 0001:0005bb3b __NLG_Go 1005cb3b libvcruntime:exsup.obj + 0001:0005bb50 $$000000 1005cb50 libvcruntime:exsup.obj + 0001:0005c0e7 ?_fclose_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005d0e7 f libucrt:fclose.obj + 0001:0005c17e ?_fclose_nolock_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005d17e f libucrt:fclose.obj + 0001:0005c23c ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1005d23c f libucrt:fflush.obj + 0001:0005c2c8 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1005d2c8 f libucrt:fflush.obj + 0001:0005c374 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1005d374 f libucrt:fflush.obj + 0001:0005c3d4 ?common_flush_all@@YAH_N@Z 1005d3d4 f libucrt:fflush.obj + 0001:0005c421 ?common_flush_all_should_try_to_flush_stream@@YA_NV__crt_stdio_stream@@QAH@Z 1005d421 f libucrt:fflush.obj + 0001:0005c452 ?is_stream_flushable_or_commitable@@YA_NJ@Z 1005d452 f libucrt:fflush.obj + 0001:0005c74f ?_fputc_internal@@YAHHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005d74f f libucrt:fputc.obj + 0001:0005cb77 _memcpy_s 1005db77 f libucrt:cfout.obj + 0001:0005cb77 _memcpy_s 1005db77 f libucrt:strtod.obj + 0001:0005cb77 _memcpy_s 1005db77 f libucrt:mbctype.obj + 0001:0005cb77 _memcpy_s 1005db77 f libucrt:fread.obj + 0001:0005ccad ?common_fseek@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 1005dcad f libucrt:fseek.obj + 0001:0005cd57 ?common_fseek_binary_mode_read_only_fast_track_nolock@@YA_NV__crt_stdio_stream@@_JH@Z 1005dd57 f libucrt:fseek.obj + 0001:0005ce30 ?common_fseek_nolock@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 1005de30 f libucrt:fseek.obj + 0001:0005cf90 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@I@@QAEI$$QAV@@AAV@@$$QAV@@@Z 1005df90 f libucrt:fwrite.obj + 0001:0005cfeb ??R@@QBEIXZ 1005dfeb f libucrt:fwrite.obj + 0001:0005d28f ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1005e28f f libucrt:setvbuf.obj + 0001:0005d2ea ??R@@QBE@XZ 1005e2ea f libucrt:setvbuf.obj + 0001:0005d38a ?_setvbuf_internal@@YAHQAU_iobuf@@QADHIAAV__crt_cached_ptd_host@@@Z 1005e38a f libucrt:setvbuf.obj + 0001:0005d420 ?set_buffer@@YAHV__crt_stdio_stream@@QADIH@Z 1005e420 f libucrt:setvbuf.obj + 0001:0005d8c5 ??$common_vsprintf@Vformat_validation_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 1005e8c5 f libucrt:output.obj + 0001:0005da39 ??$common_vsprintf@Vstandard_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 1005ea39 f libucrt:output.obj + 0001:0005dbad ??$common_vsprintf_s@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 1005ebad f libucrt:output.obj + 0001:0005ec5e $LN140 1005fc5e libucrt:output.obj + 0001:0005ef32 $LN130 1005ff32 libucrt:output.obj + 0001:0005f43e $LN18 1006043e libucrt:output.obj + 0001:0005f452 $LN17 10060452 libucrt:output.obj + 0001:000608c0 ??$common_strtod_l@MD@@YAMQBDQAPADQAU__crt_locale_pointers@@@Z 100618c0 f libucrt:strtod.obj + 0001:0006119e $LN32 1006219e libucrt:strtod.obj + 0001:00063ae0 $$000000 10064ae0 libucrt:strcspn.obj + 0001:00063b30 $$000000 10064b30 libucrt:strncmp.obj + 0001:00063ba8 ??$common_localtime_s@_J@@YAHQAUtm@@QB_J@Z 10064ba8 f libucrt:localtime.obj + 0001:000643d0 $$000000 100653d0 libucrt:sqrt_sse2_precise.obj + 0001:000644d0 $$000000 100654d0 libucrt:ceil_pentium4.obj + 0001:00064800 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065800 f libucrt:per_thread_data.obj + 0001:00064852 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065852 f libucrt:per_thread_data.obj + 0001:000648bd ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100658bd f libucrt:per_thread_data.obj + 0001:00064912 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065912 f libucrt:per_thread_data.obj + 0001:0006496c ?construct_ptd@@YAXQAU__acrt_ptd@@QAPAU__crt_locale_data@@@Z 1006596c f libucrt:per_thread_data.obj + 0001:00064a05 ?destroy_fls@@YGXPAX@Z 10065a05 f libucrt:per_thread_data.obj + 0001:00064a26 ?destroy_ptd@@YAXQAU__acrt_ptd@@@Z 10065a26 f libucrt:per_thread_data.obj + 0001:00064af3 ?replace_current_thread_locale_nolock@@YAXQAU__acrt_ptd@@QAU__crt_locale_data@@@Z 10065af3 f libucrt:per_thread_data.obj + 0001:00064e55 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065e55 f libucrt:wsetlocale.obj + 0001:00064ea2 ??$?RV@@AAV@@AAV@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@AAV@@@Z 10065ea2 f libucrt:wsetlocale.obj + 0001:00064ee7 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065ee7 f libucrt:wsetlocale.obj + 0001:00064fcf ??R@@QBE@XZ 10065fcf f libucrt:wsetlocale.obj + 0001:00065039 ??R@@QBE@XZ 10066039 f libucrt:wsetlocale.obj + 0001:000653ef __copytlocinfo_nolock 100663ef f libucrt:wsetlocale.obj + 0001:0006541e __expandlocale 1006641e f libucrt:wsetlocale.obj + 0001:000658a8 __wsetlocale_get_all 100668a8 f libucrt:wsetlocale.obj + 0001:00065a43 __wsetlocale_nolock 10066a43 f libucrt:wsetlocale.obj + 0001:00065d33 __wsetlocale_set_cat 10066d33 f libucrt:wsetlocale.obj + 0001:000660f3 _get_default_code_page 100670f3 f libucrt:wsetlocale.obj + 0001:00066122 _parse_bcp47 10067122 f libucrt:wsetlocale.obj + 0001:000662fc _parse_bcp47_code_page 100672fc f libucrt:wsetlocale.obj + 0001:0006633b _parse_bcp47_language 1006733b f libucrt:wsetlocale.obj + 0001:000663ad _parse_bcp47_region 100673ad f libucrt:wsetlocale.obj + 0001:0006646b _parse_bcp47_script 1006746b f libucrt:wsetlocale.obj + 0001:000664db _string_is_alpha 100674db f libucrt:wsetlocale.obj + 0001:000665b1 ?@@@CG@PA_W@Z 100675b1 f libucrt:winapi_thunks.obj + 0001:000665be ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100675be f libucrt:winapi_thunks.obj + 0001:00066659 ??R@@QBE@PA_W@Z 10067659 f libucrt:winapi_thunks.obj + 0001:0006668c ?try_get_AreFileApisANSI@@YAP6GHXZXZ 1006768c f libucrt:winapi_thunks.obj + 0001:000666a6 ?try_get_CompareStringEx@@YAP6GHPB_WK0H0HPAU_nlsversioninfo@@PAXJ@ZXZ 100676a6 f libucrt:winapi_thunks.obj + 0001:000666c0 ?try_get_EnumSystemLocalesEx@@YAP6GHP6GHPA_WKJ@ZKJPAX@ZXZ 100676c0 f libucrt:winapi_thunks.obj + 0001:000666da ?try_get_GetDateFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH0@ZXZ 100676da f libucrt:winapi_thunks.obj + 0001:000666f4 ?try_get_GetLocaleInfoEx@@YAP6GHPB_WKPA_WH@ZXZ 100676f4 f libucrt:winapi_thunks.obj + 0001:0006670e ?try_get_GetTimeFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH@ZXZ 1006770e f libucrt:winapi_thunks.obj + 0001:00066728 ?try_get_GetUserDefaultLocaleName@@YAP6GHPA_WH@ZXZ 10067728 f libucrt:winapi_thunks.obj + 0001:00066742 ?try_get_IsValidLocaleName@@YAP6GHPB_W@ZXZ 10067742 f libucrt:winapi_thunks.obj + 0001:0006675c ?try_get_LCIDToLocaleName@@YAP6GHKPA_WHK@ZXZ 1006775c f libucrt:winapi_thunks.obj + 0001:00066776 ?try_get_LCMapStringEx@@YAP6GHPB_WK0HPA_WHPAU_nlsversioninfo@@PAXJ@ZXZ 10067776 f libucrt:winapi_thunks.obj + 0001:00066790 ?try_get_LocaleNameToLCID@@YAP6GKPB_WK@ZXZ 10067790 f libucrt:winapi_thunks.obj + 0001:000667aa ?try_get_first_available_module@@YAPAUHINSTANCE__@@QBW4module_id@?A0x391cf84c@@0@Z 100677aa f libucrt:winapi_thunks.obj + 0001:00066875 ?try_get_function@@YAPAXW4function_id@?A0x391cf84c@@QBDQBW4module_id@2@2@Z 10067875 f libucrt:winapi_thunks.obj + 0001:00066ee7 ?initialize_inherited_file_handles_nolock@@YAXXZ 10067ee7 f libucrt:ioinit.obj + 0001:00066fa0 ?initialize_stdio_handles_nolock@@YAXXZ 10067fa0 f libucrt:ioinit.obj + 0001:00067103 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10068103 f libucrt:close.obj + 0001:000673ab ?find_or_allocate_unused_stream_nolock@@YA?AV__crt_stdio_stream@@XZ 100683ab f libucrt:stream.obj + 0001:00067524 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10068524 f libucrt:commit.obj + 0001:00067643 ?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 10068643 f libucrt:write.obj + 0001:00067a0a ?write_double_translated_unicode_nolock@@YA?AUwrite_result@?A0x17268360@@QBDI@Z 10068a0a f libucrt:write.obj + 0001:00067a72 ?write_requires_double_translation_nolock@@YA_NHAAV__crt_cached_ptd_host@@@Z 10068a72 f libucrt:write.obj + 0001:00067aef ?write_text_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 10068aef f libucrt:write.obj + 0001:00067bca ?write_text_utf16le_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 10068bca f libucrt:write.obj + 0001:00067cb3 ?write_text_utf8_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 10068cb3 f libucrt:write.obj + 0001:00068149 ??$common_refill_and_read_nolock@D@@YAHV__crt_stdio_stream@@@Z 10069149 f libucrt:_filbuf.obj + 0001:000682e3 ??$common_ftell@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 100692e3 f libucrt:ftell.obj + 0001:00068372 ??$common_ftell_nolock@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 10069372 f libucrt:ftell.obj + 0001:00068513 ?common_ftell_read_mode_nolock@@YA_JV__crt_stdio_stream@@_J1AAV__crt_cached_ptd_host@@@Z 10069513 f libucrt:ftell.obj + 0001:000686de ?common_ftell_translated_utf8_nolock@@YA_JV__crt_stdio_stream@@_JAAV__crt_cached_ptd_host@@@Z 100696de f libucrt:ftell.obj + 0001:00068889 ?count_newline_bytes@@YA_JQBD0W4__crt_lowio_text_mode@@@Z 10069889 f libucrt:ftell.obj + 0001:0006891b ??$common_flush_and_write_nolock@D@@YAHHV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006991b f libucrt:_flsbuf.obj + 0001:00068a11 ??$write_buffer_nolock@D@@YA_NDV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 10069a11 f libucrt:_flsbuf.obj + 0001:00068ae3 ?stream_is_at_end_of_file_nolock@@YA_NV__crt_stdio_stream@@@Z 10069ae3 f libucrt:_flsbuf.obj + 0001:00068b73 ??$translate_text_mode_nolock@D@@YAHHQADI@Z 10069b73 f libucrt:read.obj + 0001:00068cc0 ??$translate_text_mode_nolock@_W@@YAHHQA_WI@Z 10069cc0 f libucrt:read.obj + 0001:00068e7a ?translate_ansi_or_utf8_nolock@@YAHHQADIQA_WI@Z 10069e7a f libucrt:read.obj + 0001:00068fd1 ?translate_utf16_from_console_nolock@@YAHHQA_WI@Z 10069fd1 f libucrt:read.obj + 0001:000694f3 ??$common_lseek@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 1006a4f3 f libucrt:lseek.obj + 0001:00069618 ??$common_lseek_nolock@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 1006a618 f libucrt:lseek.obj + 0001:00069928 ?filter_mbtowcs_flags@@YAKIK@Z 1006a928 f libucrt:multibytetowidechar.obj + 0001:00069e07 ?fe_to_nearest@@YA_NQBN_KF@Z 1006ae07 f libucrt:cvt.obj + 0001:00069eaa ?fp_format_a@@YAHQBNPADIQADIH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006aeaa f libucrt:cvt.obj + 0001:0006a1d7 ?fp_format_e@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006b1d7 f libucrt:cvt.obj + 0001:0006a27b ?fp_format_e_internal@@YAHQADIH_NIQAU_strflt@@1AAV__crt_cached_ptd_host@@@Z 1006b27b f libucrt:cvt.obj + 0001:0006a3ce ?fp_format_f@@YAHQBNQADI1IHW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006b3ce f libucrt:cvt.obj + 0001:0006a464 ?fp_format_f_internal@@YAHQADIHQAU_strflt@@_NAAV__crt_cached_ptd_host@@@Z 1006b464 f libucrt:cvt.obj + 0001:0006a552 ?fp_format_g@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006b552 f libucrt:cvt.obj + 0001:0006a621 ?fp_format_nan_or_infinity@@YAHW4__acrt_fp_class@@_NPADI1@Z 1006b621 f libucrt:cvt.obj + 0001:0006a6b6 ?shift_bytes@@YAXQADI0H@Z 1006b6b6 f libucrt:cvt.obj + 0001:0006a6ea ?should_round_up@@YA_NQBN_KFW4__acrt_rounding_mode@@@Z 1006b6ea f libucrt:cvt.obj + 0001:0006b59d ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1006c59d f libucrt:exit.obj + 0001:0006b605 ??R@@QBE@XZ 1006c605 f libucrt:exit.obj + 0001:0006b6ed ?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 1006c6ed f libucrt:exit.obj + 0001:0006b784 ?exit_or_terminate_process@@YAXI@Z 1006c784 f libucrt:exit.obj + 0001:0006b7b5 ?is_managed_app@@YA_NXZ 1006c7b5 f libucrt:exit.obj + 0001:0006b7f7 ?should_call_terminate_process@@YA_NXZ 1006c7f7 f libucrt:exit.obj + 0001:0006b810 ?try_cor_exit_process@@YAXI@Z 1006c810 f libucrt:exit.obj + 0001:0006b8cd ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@P6AXH@Z@@QAEP6AXH@Z$$QAV@@AAV@@$$QAV@@@Z 1006c8cd f libucrt:signal.obj + 0001:0006b935 ?get_global_action_nolock@@YAPAP6AXH@ZH@Z 1006c935 f libucrt:signal.obj + 0001:0006b977 ?siglookup@@YAPAU__crt_signal_action_t@@HQAU1@@Z 1006c977 f libucrt:signal.obj + 0001:0006be8f ??$common_gmtime_s@_J@@YAHQAUtm@@QB_J@Z 1006ce8f f libucrt:gmtime.obj + 0001:0006bfd9 ?compute_year@@YAHAA_JAA_N@Z 1006cfd9 f libucrt:gmtime.obj + 0001:0006c09d ?_isindst_nolock@@YAHQAUtm@@@Z 1006d09d f libucrt:tzset.obj + 0001:0006c2b7 ?cvtdate@@YAXW4transition_type@?A0x7639d0b4@@W4date_type@2@HHHHHHHHH@Z 1006d2b7 f libucrt:tzset.obj + 0001:0006c3fa ?get_tz_environment_variable@@YAPA_WAAY0BAA@_W@Z 1006d3fa f libucrt:tzset.obj + 0001:0006c471 ?tzset_env_copy_to_tzname@@YAXQB_WQA_WQADI@Z 1006d471 f libucrt:tzset.obj + 0001:0006c4b8 ?tzset_from_environment_nolock@@YAXPA_W@Z 1006d4b8 f libucrt:tzset.obj + 0001:0006c74a ?tzset_from_system_nolock@@YAXXZ 1006d74a f libucrt:tzset.obj + 0001:0006c8a4 ?tzset_nolock@@YAXXZ 1006d8a4 f libucrt:tzset.obj + 0001:0006c91a ?tzset_os_copy_to_tzname@@YAXQB_WQA_WQADI@Z 1006d91a f libucrt:tzset.obj + 0001:0006ca0d ?filter_wcstomb_flags@@YAKIK@Z 1006da0d f libucrt:widechartomultibyte.obj + 0001:0006cb12 ?compute_iso_week@@YAHHHH@Z 1006db12 f libucrt:wcsftime.obj + 0001:0006cb5b ?compute_iso_week_internal@@YAHHHH@Z 1006db5b f libucrt:wcsftime.obj + 0001:0006cbf0 ?compute_iso_year@@YAHHHH@Z 1006dbf0 f libucrt:wcsftime.obj + 0001:0006cc1b ?expand_time@@YA_NPAU__crt_locale_pointers@@_WPBUtm@@PAPA_WPAIPBU__crt_lc_time_data@@_N@Z 1006dc1b f libucrt:wcsftime.obj + 0001:0006d5cf $LN191 1006e5cf libucrt:wcsftime.obj + 0001:0006d5ef ?store_number@@YAXHHQAPA_WQAI_W@Z 1006e5ef f libucrt:wcsftime.obj + 0001:0006d683 ?store_number_without_lead_zeroes@@YAXHQAPA_WQAI@Z 1006e683 f libucrt:wcsftime.obj + 0001:0006d6fd ?store_string@@YAXPB_WQAPA_WQAI@Z 1006e6fd f libucrt:wcsftime.obj + 0001:0006d730 ?store_winword@@YA_NQAU__crt_locale_pointers@@HQBUtm@@QAPA_WQAIQBU__crt_lc_time_data@@@Z 1006e730 f libucrt:wcsftime.obj + 0001:0006e458 ?__acrt_LCMapStringA_stat@@YAHPAU__crt_locale_pointers@@PB_WKPBDHPADHHH@Z 1006f458 f libucrt:lcmapstringa.obj + 0001:0006e890 $$000000 1006f890 libucrt:sqrt.obj + 0001:0006e970 $$000000 1006f970 libucrt:_strnicm.obj + 0001:0006ed6b ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1006fd6b f libucrt:mbctype.obj + 0001:0006edb8 ??R@@QBE@XZ 1006fdb8 f libucrt:mbctype.obj + 0001:0006ee3b ?CPtoLocaleName@@YAPB_WH@Z 1006fe3b f libucrt:mbctype.obj + 0001:0006ee79 ?getSystemCP@@YAHH@Z 1006fe79 f libucrt:mbctype.obj + 0001:0006eeea ?setSBCS@@YAXPAU__crt_multibyte_data@@@Z 1006feea f libucrt:mbctype.obj + 0001:0006ef4d ?setSBUpLow@@YAXPAU__crt_multibyte_data@@@Z 1006ff4d f libucrt:mbctype.obj + 0001:0006f0f2 ?setmbcp_internal@@YAHH_NQAU__acrt_ptd@@QAPAU__crt_multibyte_data@@@Z 100700f2 f libucrt:mbctype.obj + 0001:0006f247 ?update_thread_multibyte_data_internal@@YAPAU__crt_multibyte_data@@QAU__acrt_ptd@@QAPAU1@@Z 10070247 f libucrt:mbctype.obj + 0001:00070263 ?free_crt_array_internal@@YAXQAPBXI@Z 10071263 f libucrt:inittime.obj + 0001:00070288 ?initialize_lc_time@@YA_NQAU__crt_lc_time_data@@QAU__crt_locale_data@@@Z 10071288 f libucrt:inittime.obj + 0001:00070736 ??$common_tcsncat_s@_W@@YAHQA_WIQB_WI@Z 10071736 f libucrt:wcsncat_s.obj + 0001:00070829 ??$common_tcsncpy_s@_W@@YAHQA_WIQB_WI@Z 10071829 f libucrt:wcsncpy_s.obj + 0001:00070aaa _GetLocaleNameFromDefault 10071aaa f libucrt:get_qualified_locale.obj + 0001:00070b31 _GetLocaleNameFromLangCountry 10071b31 f libucrt:get_qualified_locale.obj + 0001:00070bca _GetLocaleNameFromLanguage 10071bca f libucrt:get_qualified_locale.obj + 0001:00070c23 _GetPrimaryLen 10071c23 f libucrt:get_qualified_locale.obj + 0001:00070c57 _LangCountryEnumProcEx@12 10071c57 f libucrt:get_qualified_locale.obj + 0001:00070f38 _LanguageEnumProcEx@12 10071f38 f libucrt:get_qualified_locale.obj + 0001:00070ff7 _ProcessCodePage 10071ff7 f libucrt:get_qualified_locale.obj + 0001:000710e7 _TestDefaultCountry 100720e7 f libucrt:get_qualified_locale.obj + 0001:00071134 _TranslateName 10072134 f libucrt:get_qualified_locale.obj + 0001:000713a6 _CountryEnumProc@4 100723a6 f libucrt:getqloc_downlevel.obj + 0001:0007144d _GetLcidFromCountry 1007244d f libucrt:getqloc_downlevel.obj + 0001:00071498 _GetLcidFromLangCountry 10072498 f libucrt:getqloc_downlevel.obj + 0001:00071533 _GetLcidFromLanguage 10072533 f libucrt:getqloc_downlevel.obj + 0001:00071592 _GetPrimaryLen 10072592 f libucrt:getqloc_downlevel.obj + 0001:000715be _LangCountryEnumProc@4 100725be f libucrt:getqloc_downlevel.obj + 0001:00071811 _LanguageEnumProc@4 10072811 f libucrt:getqloc_downlevel.obj + 0001:000718e6 _LcidFromHexString 100728e6 f libucrt:getqloc_downlevel.obj + 0001:0007193a _ProcessCodePage 1007293a f libucrt:getqloc_downlevel.obj + 0001:00071a1b _TestDefaultCountry 10072a1b f libucrt:getqloc_downlevel.obj + 0001:00071a40 _TestDefaultLanguage 10072a40 f libucrt:getqloc_downlevel.obj + 0001:00071ab5 _TranslateName 10072ab5 f libucrt:getqloc_downlevel.obj + 0001:00071dba ?GetTableIndexFromLocaleName@@YAHPB_W@Z 10072dba f libucrt:lcidtoname_downlevel.obj + 0001:0007238a ??R@@QBEIPBD@Z 1007338a f libucrt:mbrtowc.obj + 0001:00072533 ?check_trailing@@YA_NPBDW4__acrt_has_trailing_digits@@@Z 10073533 f libucrt:_fptostr.obj + 0001:00072556 ?should_round_up@@YA_NQBD0HW4__acrt_has_trailing_digits@@W4__acrt_rounding_mode@@@Z 10073556 f libucrt:_fptostr.obj + 0001:00073e31 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10074e31 f libucrt:onexit.obj + 0001:00073e8c ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10074e8c f libucrt:onexit.obj + 0001:00073ee7 ??R@@QBE@XZ 10074ee7 f libucrt:onexit.obj + 0001:00073fe9 ??R@@QBE@XZ 10074fe9 f libucrt:onexit.obj + 0001:000741b1 ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_sse_control@@@Z 100751b1 f libucrt:_fenvutils.obj + 0001:00074261 ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_x87_control@@@Z 10075261 f libucrt:_fenvutils.obj + 0001:0007430e ?to_machine_sse_control@@YA?AW4__acrt_fenv_machine_sse_control@@W4__acrt_fenv_abstract_control@@@Z 1007530e f libucrt:_fenvutils.obj + 0001:000743c4 ?to_machine_x87_control@@YA?AW4__acrt_fenv_machine_x87_control@@W4__acrt_fenv_abstract_control@@@Z 100753c4 f libucrt:_fenvutils.obj + 0001:0007473d ??$common_getenv_nolock@_W@@YAPA_WQB_W@Z 1007573d f libucrt:getenv.obj + 0001:000747c1 ??$common_getenv_s@_W@@YAHQAIQA_WIQB_W@Z 100757c1 f libucrt:getenv.obj + 0001:00074820 ??$common_getenv_s_nolock@_W@@YAHQAIQA_WIQB_W@Z 10075820 f libucrt:getenv.obj + 0001:00074a80 $$000000 10075a80 libucrt:common.obj + 0001:00074c10 $$000000 10075c10 libucrt:sqrt_impl.obj + 0001:00074cd5 ?initialize_multibyte@@YAHXZ 10075cd5 f libucrt:multibyte_initializer.obj + 0001:00074ce4 ?InternalGetLocaleInfoA@@YAHQAU__crt_locale_pointers@@QB_WKQADH@Z 10075ce4 f libucrt:getlocaleinfoa.obj + 0001:00074f73 ??$common_xtox@K_W@@YAHKQA_WII_N@Z 10075f73 f libucrt:xtoa.obj + 0001:0007502f ??$common_xtox_s@K_W@@YAHKQA_WII_N@Z 1007602f f libucrt:xtoa.obj + 0001:000753f9 ?__dcrt_lowio_initialize_console_output@@YAXXZ 100763f9 f libucrt:initcon.obj + 0001:000755c0 $$000000 100765c0 libucrt:log10_impl.obj + 0001:000758a0 ??$common_get_or_create_environment_nolock@_W@@YAPAPA_WXZ 100768a0 f libucrt:environment_initialization.obj + 0001:000758cc ??$common_initialize_environment_nolock@D@@YAHXZ 100768cc f libucrt:environment_initialization.obj + 0001:00075926 ??$common_initialize_environment_nolock@_W@@YAHXZ 10076926 f libucrt:environment_initialization.obj + 0001:0007597b ??$create_environment@D@@YAQAPADQAD@Z 1007697b f libucrt:environment_initialization.obj + 0001:00075a5d ??$create_environment@_W@@YAQAPA_WQA_W@Z 10076a5d f libucrt:environment_initialization.obj + 0001:00075b7b ??$free_environment@D@@YAXQAPAD@Z 10076b7b f libucrt:environment_initialization.obj + 0001:00075b7b ??$free_environment@_W@@YAXQAPA_W@Z 10076b7b f libucrt:environment_initialization.obj + 0001:00075baa ??$initialize_environment_by_cloning_nolock@_W@@YAHXZ 10076baa f libucrt:environment_initialization.obj + 0001:00075c2b ??$uninitialize_environment_internal@D@@YAXAAPAPAD@Z 10076c2b f libucrt:environment_initialization.obj + 0001:00075c46 ??$uninitialize_environment_internal@_W@@YAXAAPAPA_W@Z 10076c46 f libucrt:environment_initialization.obj + 0001:00075d90 $$000000 10076d90 libucrt:genexcep.obj + 0001:00075df0 $$000000 10076df0 libucrt:87disp.obj + 0001:00076044 ??$common_tcsncpy_s@D@@YAHQADIQBDI@Z 10077044 f libucrt:strncpy_s.obj + 0001:00076106 ___hw_cw_sse2 10077106 f libucrt:ieee87.obj + 0001:0007658c __hw_cw 1007758c f libucrt:ieee87.obj + 0001:00076630 $$000000 10077630 libucrt:log10_pentium4.obj + 0001:000768c0 $$000000 100778c0 libucrt:87tran.obj + 0001:00076bc7 ?find_end_of_double_null_terminated_sequence@@YAPB_WQB_W@Z 10077bc7 f libucrt:get_environment_from_os.obj + 0001:00076cec ??$common_set_variable_in_environment_nolock@_W@@YAHQA_WH@Z 10077cec f libucrt:setenv.obj + 0001:00076f77 ??$copy_environment@_W@@YAPAPA_WQAPA_W@Z 10077f77 f libucrt:setenv.obj + 0001:00077035 ??$ensure_current_environment_is_not_initial_environment_nolock@_W@@YAXXZ 10078035 f libucrt:setenv.obj + 0001:0007704f ??$find_in_environment_nolock@_W@@YAHQB_WI@Z 1007804f f libucrt:setenv.obj + 0001:00077393 ?_mbstowcs_internal@@YAHPAIPA_WIPBDIAAV__crt_cached_ptd_host@@@Z 10078393 f libucrt:mbstowcs.obj + 0001:0007746f ?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 1007846f f libucrt:mbstowcs.obj + 0001:00077d1b _tidy_global 10078d1b f libcpmt:locale0.obj + 0001:000781fc ??$_Xfiopen@D@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z 100791fc f libcpmt:fiopen.obj + 0001:0007829c ?swfun@std@@YAXAAVios_base@1@_J@Z 1007929c f libcpmt:iomanip.obj + 0001:00078552 ?initialize_pointers@@YAHXZ 10079552 f libcpmt:winapisupp.obj + 0001:0007862f ?find_pe_section@@YAPAU_IMAGE_SECTION_HEADER@@QAEI@Z 1007962f f LIBCMT:utility.obj + 0001:00078990 $$000000 10079990 LIBCMT:llshl.obj + 0001:000789a0 MORE32 100799a0 LIBCMT:llshl.obj + 0001:000789aa RETZERO 100799aa LIBCMT:llshl.obj + 0001:000789b0 $$000000 100799b0 LIBCMT:ullshr.obj + 0001:000789c0 MORE32 100799c0 LIBCMT:ullshr.obj + 0001:000789ca RETZERO 100799ca LIBCMT:ullshr.obj + 0001:00078ab0 $$000000 10079ab0 LIBCMT:lldiv.obj + 0001:00078ad1 L1 10079ad1 LIBCMT:lldiv.obj + 0001:00078aed L2 10079aed LIBCMT:lldiv.obj + 0001:00078b09 L3 10079b09 LIBCMT:lldiv.obj + 0001:00078b17 L5 10079b17 LIBCMT:lldiv.obj + 0001:00078b45 L6 10079b45 LIBCMT:lldiv.obj + 0001:00078b46 L7 10079b46 LIBCMT:lldiv.obj + 0001:00078b4a L4 10079b4a LIBCMT:lldiv.obj + 0001:00078b54 L8 10079b54 LIBCMT:lldiv.obj + 0001:00078b60 $$000000 10079b60 LIBCMT:lldvrm.obj + 0001:00078b84 L1 10079b84 LIBCMT:lldvrm.obj + 0001:00078ba0 L2 10079ba0 LIBCMT:lldvrm.obj + 0001:00078bcc L3 10079bcc LIBCMT:lldvrm.obj + 0001:00078bda L5 10079bda LIBCMT:lldvrm.obj + 0001:00078c08 L6 10079c08 LIBCMT:lldvrm.obj + 0001:00078c11 L7 10079c11 LIBCMT:lldvrm.obj + 0001:00078c13 L4 10079c13 LIBCMT:lldvrm.obj + 0001:00078c25 L9 10079c25 LIBCMT:lldvrm.obj + 0001:00078c39 L8 10079c39 LIBCMT:lldvrm.obj + 0001:00078c40 $$000000 10079c40 LIBCMT:llmul.obj + 0001:00078c59 hard 10079c59 LIBCMT:llmul.obj + 0001:00078c80 $$000000 10079c80 LIBCMT:llrem.obj + 0001:00078ca0 L1 10079ca0 LIBCMT:llrem.obj + 0001:00078cbb L2 10079cbb LIBCMT:llrem.obj + 0001:00078cda L3 10079cda LIBCMT:llrem.obj + 0001:00078ce8 L5 10079ce8 LIBCMT:llrem.obj + 0001:00078d13 L6 10079d13 LIBCMT:llrem.obj + 0001:00078d1b L7 10079d1b LIBCMT:llrem.obj + 0001:00078d26 L4 10079d26 LIBCMT:llrem.obj + 0001:00078d2d L8 10079d2d LIBCMT:llrem.obj + 0001:00078d50 $$000000 10079d50 LIBCMT:ftol3.obj + 0001:00078d6f _ftol3_default 10079d6f LIBCMT:ftol3.obj + 0001:00078d83 _ftol3_notsafe 10079d83 LIBCMT:ftol3.obj + 0001:00078da3 _ftol3_mincheck 10079da3 LIBCMT:ftol3.obj + 0001:00078da9 _ftol3_NaN 10079da9 LIBCMT:ftol3.obj + 0001:00078db1 _ftol3_retmin 10079db1 LIBCMT:ftol3.obj + 0001:00078dc0 $$000000 10079dc0 LIBCMT:ftol3.obj + 0001:00078dde _dtoul3_default 10079dde LIBCMT:ftol3.obj + 0001:00078e09 _dtoul3_notsafe 10079e09 LIBCMT:ftol3.obj + 0001:00078e32 _dtoul3_exact 10079e32 LIBCMT:ftol3.obj + 0001:00078e39 _dtoul3_large 10079e39 LIBCMT:ftol3.obj + 0001:00078e44 _dtoul3_neg 10079e44 LIBCMT:ftol3.obj + 0001:00078e55 _dtoul3_NaN 10079e55 LIBCMT:ftol3.obj + 0001:00078e70 $$000000 10079e70 LIBCMT:ftol3.obj + 0001:00078e8e _dtoul3l_notsafe 10079e8e LIBCMT:ftol3.obj + 0001:00078ea0 $$000000 10079ea0 LIBCMT:ftol3.obj + 0001:00078ebe _dtol3_default 10079ebe LIBCMT:ftol3.obj + 0001:00078ee8 _dtol3_getbits 10079ee8 LIBCMT:ftol3.obj + 0001:00078f11 _dtol3_trunc 10079f11 LIBCMT:ftol3.obj + 0001:00078f18 _dtol3_lshift 10079f18 LIBCMT:ftol3.obj + 0001:00078f1e _dtol3_notsafe 10079f1e LIBCMT:ftol3.obj + 0001:00078f37 _dtol3_large 10079f37 LIBCMT:ftol3.obj + 0001:00078f3f _dtol3_NaN 10079f3f LIBCMT:ftol3.obj + 0001:00078f47 _dtol3_retmin 10079f47 LIBCMT:ftol3.obj + 0001:00078f50 $$000000 10079f50 LIBCMT:ftol3.obj + 0001:00078f6a _ultod3_default 10079f6a LIBCMT:ftol3.obj + 0001:00078f98 _ultod3_uint32 10079f98 LIBCMT:ftol3.obj + 0001:00078fa0 $$000000 10079fa0 LIBCMT:ftol3.obj + 0001:00078fba _ltod3_default 10079fba LIBCMT:ftol3.obj + 0001:00078fe1 _ltod3_lt33 10079fe1 LIBCMT:ftol3.obj + 0001:00078fe2 ?dllmain_crt_dispatch@@YGHQAUHINSTANCE__@@KQAX@Z 10079fe2 f LIBCMT:dll_dllmain.obj + 0001:00079035 ?dllmain_crt_process_attach@@YAHQAUHINSTANCE__@@QAX@Z 1007a035 f LIBCMT:dll_dllmain.obj + 0001:0007913c ?dllmain_crt_process_detach@@YAH_N@Z 1007a13c f LIBCMT:dll_dllmain.obj + 0001:000791ec ?dllmain_dispatch@@YAHQAUHINSTANCE__@@KQAX@Z 1007a1ec f LIBCMT:dll_dllmain.obj + 0001:000792f7 ?dllmain_raw@@YGHQAUHINSTANCE__@@KQAX@Z 1007a2f7 f LIBCMT:dll_dllmain.obj + 0001:00079350 $$000000 1007a350 LIBCMT:sehprolg4.obj + 0001:00079890 $$000000 1007a890 LIBCMT:ulldvrm.obj + 0001:000798c1 L1 1007a8c1 LIBCMT:ulldvrm.obj + 0001:000798cf L3 1007a8cf LIBCMT:ulldvrm.obj + 0001:000798fd L4 1007a8fd LIBCMT:ulldvrm.obj + 0001:00079906 L5 1007a906 LIBCMT:ulldvrm.obj + 0001:00079908 L2 1007a908 LIBCMT:ulldvrm.obj + 0001:00079a50 $$000000 1007aa50 LIBCMT:ulldiv.obj + 0001:00079a72 L1 1007aa72 LIBCMT:ulldiv.obj + 0001:00079a80 L3 1007aa80 LIBCMT:ulldiv.obj + 0001:00079aae L4 1007aaae LIBCMT:ulldiv.obj + 0001:00079aaf L5 1007aaaf LIBCMT:ulldiv.obj + 0001:00079ab3 L2 1007aab3 LIBCMT:ulldiv.obj + 0001:00079ac0 $$000000 1007aac0 LIBCMT:ullrem.obj + 0001:00079ae1 L1 1007aae1 LIBCMT:ullrem.obj + 0001:00079aef L3 1007aaef LIBCMT:ullrem.obj + 0001:00079b1a L4 1007ab1a LIBCMT:ullrem.obj + 0001:00079b22 L5 1007ab22 LIBCMT:ullrem.obj + 0001:00079b31 L2 1007ab31 LIBCMT:ullrem.obj + 0001:00079d40 $$000000 1007ad40 LIBCMT:chkstk.obj + 0001:00079d54 cs10 1007ad54 LIBCMT:chkstk.obj + 0001:00079d62 cs20 1007ad62 LIBCMT:chkstk.obj + 0001:00079d70 $$000000 1007ad70 LIBCMT:alloca16.obj + 0001:00079d86 alloca_8 1007ad86 LIBCMT:alloca16.obj + 0001:00079da0 $$000000 1007ada0 LIBCMT:ftol2.obj + 0001:00079db0 $$000000 1007adb0 LIBCMT:ftol2.obj + 0001:00079dc1 L3B 1007adc1 LIBCMT:ftol2.obj + 0001:00079e04 L3F 1007ae04 LIBCMT:ftol2.obj + 0001:00079e0c L40 1007ae0c LIBCMT:ftol2.obj + 0001:00079e1f L41 1007ae1f LIBCMT:ftol2.obj + 0001:00079e55 ___get_entropy 1007ae55 f LIBCMT:gs_support.obj + 0001:0007b57c $LN1250 1007c57c libvcruntime:memcmp.obj + 0001:0007b600 $$000000 1007c600 libvcruntime:strrchr.obj + 0001:0007b63d strrchr_sse_loop 1007c63d libvcruntime:strrchr.obj + 0001:0007b66d strrchr_sse_break 1007c66d libvcruntime:strrchr.obj + 0001:0007b68d strrchr_sttni 1007c68d libvcruntime:strrchr.obj + 0001:0007b69f strrchr_sttni_chars 1007c69f libvcruntime:strrchr.obj + 0001:0007b6b4 strrchr_sttni_aligned 1007c6b4 libvcruntime:strrchr.obj + 0001:0007b6b8 strrchr_sttni_xmm 1007c6b8 libvcruntime:strrchr.obj + 0001:0007b6cb exit 1007c6cb libvcruntime:strrchr.obj + 0001:0007b6ce strrchr_zero 1007c6ce libvcruntime:strrchr.obj + 0001:0007b6f3 strchr_zero_loop 1007c6f3 libvcruntime:strrchr.obj + 0001:0007b707 strchr_zero_result 1007c707 libvcruntime:strrchr.obj + 0001:0007b70e strrchr_no_sse 1007c70e libvcruntime:strrchr.obj + 0001:0007b731 returndi 1007c731 libvcruntime:strrchr.obj + 0001:0007b733 toend 1007c733 libvcruntime:strrchr.obj + 0001:0007b83d ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@PAD@@QAEPAD$$QAV@@AAV@@$$QAV@@@Z 1007c83d f libucrt:setlocale.obj + 0001:0007b898 ??R@@QBEPADXZ 1007c898 f libucrt:setlocale.obj + 0001:0007b9f7 _call_wsetlocale 1007c9f7 f libucrt:setlocale.obj + 0001:0007bc43 ??$common_fsopen@D@@YAPAU_iobuf@@QBD0H@Z 1007cc43 f libucrt:fopen.obj + 0001:0007bd05 ??$common_configure_argv@D@@YAHW4_crt_argv_mode@@@Z 1007cd05 f libucrt:argv_parsing.obj + 0001:0007be42 ??$parse_command_line@D@@YAXPADPAPAD0PAI2@Z 1007ce42 f libucrt:argv_parsing.obj + 0001:0007c010 _initialize_global_variables 1007d010 f libucrt:initialization.obj + 0001:0007c01d _initialize_c 1007d01d f libucrt:initialization.obj + 0001:0007c037 _uninitialize_environment 1007d037 f libucrt:initialization.obj + 0001:0007c03f _initialize_pointers 1007d03f f libucrt:initialization.obj + 0001:0007c06d _uninitialize_vcruntime 1007d06d f libucrt:initialization.obj + 0001:0007c076 _uninitialize_allocated_memory 1007d076 f libucrt:initialization.obj + 0001:0007c08d _uninitialize_allocated_io_buffers 1007d08d f libucrt:initialization.obj + 0001:0007c0dd ??R@@QBE@AAPAU__crt_multibyte_data@@@Z 1007d0dd f libucrt:initialization.obj + 0001:0007c172 ?_wcstombs_internal@@YAHPAIPADIPB_WIAAV__crt_cached_ptd_host@@@Z 1007d172 f libucrt:wcstombs.obj + 0001:0007c247 ?_wcstombs_l_helper@@YAIPADPB_WIAAV__crt_cached_ptd_host@@@Z 1007d247 f libucrt:wcstombs.obj + 0001:0007c756 ??$common_openfile@D@@YAPAU_iobuf@@QBD0HV__crt_stdio_stream@@@Z 1007d756 f libucrt:openfile.obj + 0001:0007c8f8 ?@@@CAHPBX0@Z 1007d8f8 f libucrt:argv_wildcards.obj + 0001:0007c9d6 ??$common_expand_argv_wildcards@D@@YAHQAPADQAPAPAD@Z 1007d9d6 f libucrt:argv_wildcards.obj + 0001:0007cb53 ??$copy_and_add_argument_to_buffer@D@@YAHQBD0IAAV?$argument_list@D@?A0x5f5c8891@@@Z 1007db53 f libucrt:argv_wildcards.obj + 0001:0007cc04 ??$expand_argument_wildcards@D@@YAHQAD0AAV?$argument_list@D@?A0x5f5c8891@@@Z 1007dc04 f libucrt:argv_wildcards.obj + 0001:0007ce89 ??1?$argument_list@D@?A0x5f5c8891@@QAE@XZ 1007de89 f libucrt:argv_wildcards.obj + 0001:0007ceea ?expand_if_necessary@?$argument_list@D@?A0x5f5c8891@@AAEHXZ 1007deea f libucrt:argv_wildcards.obj + 0001:0007d01d ?x_ismbbtype_l@@YAHPAU__crt_locale_pointers@@IHH@Z 1007e01d f libucrt:ismbbyte.obj + 0001:0007d246 ??$common_sopen_dispatch@D@@YAHQBDHHHQAHH@Z 1007e246 f libucrt:open.obj + 0001:0007d321 ?configure_text_mode@@YAHHUfile_options@?A0xa9d50aae@@HAAW4__crt_lowio_text_mode@@@Z 1007e321 f libucrt:open.obj + 0001:0007d577 ?create_file@@YAPAXQB_WQAU_SECURITY_ATTRIBUTES@@Ufile_options@?A0xa9d50aae@@@Z 1007e577 f libucrt:open.obj + 0001:0007d59c ?decode_open_create_flags@@YAKH@Z 1007e59c f libucrt:open.obj + 0001:0007d60c ?decode_options@@YA?AUfile_options@?A0xa9d50aae@@HHH@Z 1007e60c f libucrt:open.obj + 0001:0007d786 ?truncate_ctrl_z_if_present@@YAHH@Z 1007e786 f libucrt:open.obj + 0001:0007e0e0 $$000000 1007f0e0 libucrt:strpbrk.obj + 0001:0007e620 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$0 1007f620 f logging.cpp.obj + 0001:0007e620 __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 1007f620 f main.cpp.obj + 0001:0007e628 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$2 1007f628 f logging.cpp.obj + 0001:0007e628 __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 1007f628 f main.cpp.obj + 0001:0007e637 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$1 1007f637 f logging.cpp.obj + 0001:0007e637 __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 1007f637 f main.cpp.obj + 0001:0007e644 __ehhandler$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 1007f644 f logging.cpp.obj + 0001:0007e644 __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 1007f644 f main.cpp.obj + 0001:0007e670 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$0 1007f670 f logging.cpp.obj + 0001:0007e678 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$2 1007f678 f logging.cpp.obj + 0001:0007e687 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$1 1007f687 f logging.cpp.obj + 0001:0007e694 __ehhandler$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 1007f694 f logging.cpp.obj + 0001:0007e6c0 __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$0 1007f6c0 f logging.cpp.obj + 0001:0007e6dc __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$2 1007f6dc f logging.cpp.obj + 0001:0007e6e9 __ehhandler$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 1007f6e9 f logging.cpp.obj + 0001:0007e710 __ehhandler$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 1007f710 f logging.cpp.obj + 0001:0007e730 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$0 1007f730 f logging.cpp.obj + 0001:0007e738 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$1 1007f738 f logging.cpp.obj + 0001:0007e743 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$2 1007f743 f logging.cpp.obj + 0001:0007e74e __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$3 1007f74e f logging.cpp.obj + 0001:0007e759 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$4 1007f759 f logging.cpp.obj + 0001:0007e764 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$5 1007f764 f logging.cpp.obj + 0001:0007e76f __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$6 1007f76f f logging.cpp.obj + 0001:0007e77f __ehhandler$??0_Locinfo@std@@QAE@PBD@Z 1007f77f f logging.cpp.obj + 0001:0007e7a0 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$5 1007f7a0 f logging.cpp.obj + 0001:0007e7a8 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$6 1007f7a8 f logging.cpp.obj + 0001:0007e7b5 __ehhandler$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 1007f7b5 f logging.cpp.obj + 0001:0007e7e0 __unwindfunclet$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z$1 1007f7e0 f logging.cpp.obj + 0001:0007e7e0 __unwindfunclet$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z$0 1007f7e0 f main.cpp.obj + 0001:0007e7e0 __unwindfunclet$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z$0 1007f7e0 f spellcast.cpp.obj + 0001:0007e7ed __ehhandler$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 1007f7ed f logging.cpp.obj + 0001:0007e7ed __ehhandler$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 1007f7ed f main.cpp.obj + 0001:0007e7ed __ehhandler$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 1007f7ed f spellcast.cpp.obj + 0001:0007e820 __ehhandler$??1?$basic_filebuf@DU?$char_traits@D@std@@@std@@UAE@XZ 1007f820 f logging.cpp.obj + 0001:0007e820 __ehhandler$?try_cor_exit_process@@YAXI@Z 1007f820 f libucrt:exit.obj + 0001:0007e820 __ehhandler$?_Tidy@ios_base@std@@AAEXXZ 1007f820 f libcpmt:ios.obj + 0001:0007e840 __ehhandler$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 1007f840 f logging.cpp.obj + 0001:0007e860 __ehhandler$??1_Locinfo@std@@QAE@XZ 1007f860 f logging.cpp.obj + 0001:0007e860 __ehhandler$??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 1007f860 f main.cpp.obj + 0001:0007e860 __ehhandler$??1_Init_atexit@@QAE@XZ 1007f860 f libcpmt:iosptrs.obj + 0001:0007e860 __ehhandler$___crtGetSystemTimePreciseAsFileTime 1007f860 f libcpmt:winapisupp.obj + 0001:0007e880 __ehhandler$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 1007f880 f logging.cpp.obj + 0001:0007e880 __ehhandler$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 1007f880 f main.cpp.obj + 0001:0007e880 __ehhandler$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 1007f880 f main.cpp.obj + 0001:0007e880 __ehhandler$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 1007f880 f main.cpp.obj + 0001:0007e880 __ehhandler$??_GError@hadesmem@@UAEPAXI@Z 1007f880 f main.cpp.obj + 0001:0007e8a0 __ehhandler$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007f8a0 f logging.cpp.obj + 0001:0007e8a0 __ehhandler$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007f8a0 f logging.cpp.obj + 0001:0007e8a0 __ehhandler$??_Gios_base@std@@UAEPAXI@Z 1007f8a0 f logging.cpp.obj + 0001:0007e8a0 __ehhandler$??1bad_alloc_@exception_detail@boost@@UAE@XZ 1007f8a0 f main.cpp.obj + 0001:0007e8a0 __ehhandler$??1bad_exception_@exception_detail@boost@@UAE@XZ 1007f8a0 f main.cpp.obj + 0001:0007e8a0 __ehhandler$??1exception@boost@@MAE@XZ 1007f8a0 f main.cpp.obj + 0001:0007e8a0 __ehhandler$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 1007f8a0 f main.cpp.obj + 0001:0007e8a0 __ehhandler$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 1007f8a0 f main.cpp.obj + 0001:0007e8a0 __ehhandler$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 1007f8a0 f main.cpp.obj + 0001:0007e8a0 __ehhandler$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 1007f8a0 f main.cpp.obj + 0001:0007e8a0 __ehhandler$??_DError@hadesmem@@QAEXXZ 1007f8a0 f main.cpp.obj + 0001:0007e8a0 __ehhandler$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007f8a0 f main.cpp.obj + 0001:0007e8a0 __ehhandler$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007f8a0 f main.cpp.obj + 0001:0007e8a0 __ehhandler$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 1007f8a0 f main.cpp.obj + 0001:0007e8a0 __ehhandler$??_GCDataStore@Nampower@@UAEPAXI@Z 1007f8a0 f main.cpp.obj + 0001:0007e8a0 __ehhandler$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 1007f8a0 f main.cpp.obj + 0001:0007e8a0 __ehhandler$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 1007f8a0 f main.cpp.obj + 0001:0007e8c0 __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$0 1007f8c0 f logging.cpp.obj + 0001:0007e8db __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$1 1007f8db f logging.cpp.obj + 0001:0007e8ea __ehhandler$??__EdebugLogFile@Nampower@@YAXXZ 1007f8ea f logging.cpp.obj + 0001:0007e910 __ehhandler$??__FdebugLogFile@Nampower@@YAXXZ 1007f910 f logging.cpp.obj + 0001:0007e930 __unwindfunclet$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z$1 1007f930 f logging.cpp.obj + 0001:0007e93d __ehhandler$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 1007f93d f logging.cpp.obj + 0001:0007e960 __unwindfunclet$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ$0 1007f960 f logging.cpp.obj + 0001:0007e960 __unwindfunclet$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 1007f960 f spellevents.cpp.obj + 0001:0007e96d __ehhandler$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 1007f96d f logging.cpp.obj + 0001:0007e96d __ehhandler$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 1007f96d f spellevents.cpp.obj + 0001:0007e9a0 __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 1007f9a0 f main.cpp.obj + 0001:0007e9c0 __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 1007f9c0 f main.cpp.obj + 0001:0007e9e0 __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 1007f9e0 f main.cpp.obj + 0001:0007e9e0 __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 1007f9e0 f main.cpp.obj + 0001:0007e9f0 __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 1007f9f0 f main.cpp.obj + 0001:0007e9f0 __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 1007f9f0 f main.cpp.obj + 0001:0007ea10 __ehhandler$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 1007fa10 f main.cpp.obj + 0001:0007ea30 __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 1007fa30 f main.cpp.obj + 0001:0007ea50 __ehhandler$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 1007fa50 f main.cpp.obj + 0001:0007ea70 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$2 1007fa70 f main.cpp.obj + 0001:0007ea78 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$3 1007fa78 f main.cpp.obj + 0001:0007ea85 __ehhandler$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 1007fa85 f main.cpp.obj + 0001:0007eab0 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$2 1007fab0 f main.cpp.obj + 0001:0007eabd __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 1007fabd f main.cpp.obj + 0001:0007eae0 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$2 1007fae0 f main.cpp.obj + 0001:0007eaed __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 1007faed f main.cpp.obj + 0001:0007eb10 __unwindfunclet$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z$2 1007fb10 f main.cpp.obj + 0001:0007eb1d __ehhandler$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 1007fb1d f main.cpp.obj + 0001:0007eb40 __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 1007fb40 f main.cpp.obj + 0001:0007eb48 __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 1007fb48 f main.cpp.obj + 0001:0007eb50 __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 1007fb50 f main.cpp.obj + 0001:0007eb58 __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 1007fb58 f main.cpp.obj + 0001:0007eb68 __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 1007fb68 f main.cpp.obj + 0001:0007eba0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$0 1007fba0 f main.cpp.obj + 0001:0007eba0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$0 1007fba0 f main.cpp.obj + 0001:0007eba0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$0 1007fba0 f main.cpp.obj + 0001:0007eba8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$1 1007fba8 f main.cpp.obj + 0001:0007eba8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$1 1007fba8 f main.cpp.obj + 0001:0007eba8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$1 1007fba8 f main.cpp.obj + 0001:0007ebb0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$2 1007fbb0 f main.cpp.obj + 0001:0007ebb0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$2 1007fbb0 f main.cpp.obj + 0001:0007ebb0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$2 1007fbb0 f main.cpp.obj + 0001:0007ebbd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 1007fbbd f main.cpp.obj + 0001:0007ebbd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 1007fbbd f main.cpp.obj + 0001:0007ebbd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 1007fbbd f main.cpp.obj + 0001:0007ebf0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$0 1007fbf0 f main.cpp.obj + 0001:0007ebf8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$1 1007fbf8 f main.cpp.obj + 0001:0007ec00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$2 1007fc00 f main.cpp.obj + 0001:0007ec0d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 1007fc0d f main.cpp.obj + 0001:0007ec40 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$0 1007fc40 f main.cpp.obj + 0001:0007ec40 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$0 1007fc40 f main.cpp.obj + 0001:0007ec40 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$0 1007fc40 f main.cpp.obj + 0001:0007ec40 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$0 1007fc40 f main.cpp.obj + 0001:0007ec40 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$0 1007fc40 f main.cpp.obj + 0001:0007ec40 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$0 1007fc40 f main.cpp.obj + 0001:0007ec40 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$0 1007fc40 f main.cpp.obj + 0001:0007ec40 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$0 1007fc40 f main.cpp.obj + 0001:0007ec48 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$1 1007fc48 f main.cpp.obj + 0001:0007ec48 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$1 1007fc48 f main.cpp.obj + 0001:0007ec48 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$1 1007fc48 f main.cpp.obj + 0001:0007ec48 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$1 1007fc48 f main.cpp.obj + 0001:0007ec48 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$1 1007fc48 f main.cpp.obj + 0001:0007ec48 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$1 1007fc48 f main.cpp.obj + 0001:0007ec48 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$1 1007fc48 f main.cpp.obj + 0001:0007ec48 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$1 1007fc48 f main.cpp.obj + 0001:0007ec50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$2 1007fc50 f main.cpp.obj + 0001:0007ec50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$2 1007fc50 f main.cpp.obj + 0001:0007ec50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$2 1007fc50 f main.cpp.obj + 0001:0007ec50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$2 1007fc50 f main.cpp.obj + 0001:0007ec50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$2 1007fc50 f main.cpp.obj + 0001:0007ec50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$2 1007fc50 f main.cpp.obj + 0001:0007ec50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$2 1007fc50 f main.cpp.obj + 0001:0007ec50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$2 1007fc50 f main.cpp.obj + 0001:0007ec5d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 1007fc5d f main.cpp.obj + 0001:0007ec5d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 1007fc5d f main.cpp.obj + 0001:0007ec5d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 1007fc5d f main.cpp.obj + 0001:0007ec5d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 1007fc5d f main.cpp.obj + 0001:0007ec5d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 1007fc5d f main.cpp.obj + 0001:0007ec5d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 1007fc5d f main.cpp.obj + 0001:0007ec5d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 1007fc5d f main.cpp.obj + 0001:0007ec5d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 1007fc5d f main.cpp.obj + 0001:0007ec90 __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 1007fc90 f main.cpp.obj + 0001:0007ec90 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 1007fc90 f main.cpp.obj + 0001:0007ec90 __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 1007fc90 f main.cpp.obj + 0001:0007ec90 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 1007fc90 f main.cpp.obj + 0001:0007ec90 __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 1007fc90 f main.cpp.obj + 0001:0007ec90 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$0 1007fc90 f main.cpp.obj + 0001:0007ec90 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 1007fc90 f main.cpp.obj + 0001:0007ec90 __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 1007fc90 f main.cpp.obj + 0001:0007ec90 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 1007fc90 f main.cpp.obj + 0001:0007ec90 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$0 1007fc90 f main.cpp.obj + 0001:0007ec90 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$0 1007fc90 f main.cpp.obj + 0001:0007ec90 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$0 1007fc90 f main.cpp.obj + 0001:0007ec90 __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 1007fc90 f main.cpp.obj + 0001:0007ec90 __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 1007fc90 f main.cpp.obj + 0001:0007ec90 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z$0 1007fc90 f main.cpp.obj + 0001:0007ec90 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$0 1007fc90 f main.cpp.obj + 0001:0007ec90 __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 1007fc90 f main.cpp.obj + 0001:0007ec90 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$0 1007fc90 f main.cpp.obj + 0001:0007ec90 __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 1007fc90 f main.cpp.obj + 0001:0007ec90 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$0 1007fc90 f main.cpp.obj + 0001:0007ec90 __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 1007fc90 f main.cpp.obj + 0001:0007ec90 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 1007fc90 f main.cpp.obj + 0001:0007ec90 __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 1007fc90 f main.cpp.obj + 0001:0007ec90 __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 1007fc90 f main.cpp.obj + 0001:0007ec90 __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 1007fc90 f main.cpp.obj + 0001:0007ec90 __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 1007fc90 f main.cpp.obj + 0001:0007ec98 __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 1007fc98 f main.cpp.obj + 0001:0007ec98 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 1007fc98 f main.cpp.obj + 0001:0007ec98 __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 1007fc98 f main.cpp.obj + 0001:0007ec98 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 1007fc98 f main.cpp.obj + 0001:0007ec98 __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 1007fc98 f main.cpp.obj + 0001:0007ec98 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$1 1007fc98 f main.cpp.obj + 0001:0007ec98 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 1007fc98 f main.cpp.obj + 0001:0007ec98 __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 1007fc98 f main.cpp.obj + 0001:0007ec98 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 1007fc98 f main.cpp.obj + 0001:0007ec98 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$1 1007fc98 f main.cpp.obj + 0001:0007ec98 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$1 1007fc98 f main.cpp.obj + 0001:0007ec98 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$1 1007fc98 f main.cpp.obj + 0001:0007ec98 __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 1007fc98 f main.cpp.obj + 0001:0007ec98 __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 1007fc98 f main.cpp.obj + 0001:0007ec98 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z$1 1007fc98 f main.cpp.obj + 0001:0007ec98 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$1 1007fc98 f main.cpp.obj + 0001:0007ec98 __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 1007fc98 f main.cpp.obj + 0001:0007ec98 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$1 1007fc98 f main.cpp.obj + 0001:0007ec98 __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 1007fc98 f main.cpp.obj + 0001:0007ec98 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$1 1007fc98 f main.cpp.obj + 0001:0007ec98 __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 1007fc98 f main.cpp.obj + 0001:0007ec98 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 1007fc98 f main.cpp.obj + 0001:0007ec98 __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 1007fc98 f main.cpp.obj + 0001:0007ec98 __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 1007fc98 f main.cpp.obj + 0001:0007ec98 __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 1007fc98 f main.cpp.obj + 0001:0007ec98 __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 1007fc98 f main.cpp.obj + 0001:0007eca0 __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 1007fca0 f main.cpp.obj + 0001:0007eca0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 1007fca0 f main.cpp.obj + 0001:0007eca0 __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 1007fca0 f main.cpp.obj + 0001:0007eca0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 1007fca0 f main.cpp.obj + 0001:0007eca0 __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 1007fca0 f main.cpp.obj + 0001:0007eca0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$2 1007fca0 f main.cpp.obj + 0001:0007eca0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 1007fca0 f main.cpp.obj + 0001:0007eca0 __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 1007fca0 f main.cpp.obj + 0001:0007eca0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 1007fca0 f main.cpp.obj + 0001:0007eca0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$2 1007fca0 f main.cpp.obj + 0001:0007eca0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$2 1007fca0 f main.cpp.obj + 0001:0007eca0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$2 1007fca0 f main.cpp.obj + 0001:0007eca0 __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 1007fca0 f main.cpp.obj + 0001:0007eca0 __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 1007fca0 f main.cpp.obj + 0001:0007eca0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z$2 1007fca0 f main.cpp.obj + 0001:0007eca0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$2 1007fca0 f main.cpp.obj + 0001:0007eca0 __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 1007fca0 f main.cpp.obj + 0001:0007eca0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$2 1007fca0 f main.cpp.obj + 0001:0007eca0 __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 1007fca0 f main.cpp.obj + 0001:0007eca0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$2 1007fca0 f main.cpp.obj + 0001:0007eca0 __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 1007fca0 f main.cpp.obj + 0001:0007eca0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 1007fca0 f main.cpp.obj + 0001:0007eca0 __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 1007fca0 f main.cpp.obj + 0001:0007eca0 __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 1007fca0 f main.cpp.obj + 0001:0007eca0 __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 1007fca0 f main.cpp.obj + 0001:0007eca0 __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 1007fca0 f main.cpp.obj + 0001:0007ecad __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 1007fcad f main.cpp.obj + 0001:0007ecad __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 1007fcad f main.cpp.obj + 0001:0007ecad __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 1007fcad f main.cpp.obj + 0001:0007ecad __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1007fcad f main.cpp.obj + 0001:0007ecad __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 1007fcad f main.cpp.obj + 0001:0007ecad __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 1007fcad f main.cpp.obj + 0001:0007ecad __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1007fcad f main.cpp.obj + 0001:0007ecad __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 1007fcad f main.cpp.obj + 0001:0007ecad __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1007fcad f main.cpp.obj + 0001:0007ecad __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 1007fcad f main.cpp.obj + 0001:0007ecad __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 1007fcad f main.cpp.obj + 0001:0007ecad __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 1007fcad f main.cpp.obj + 0001:0007ecad __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 1007fcad f main.cpp.obj + 0001:0007ecad __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 1007fcad f main.cpp.obj + 0001:0007ecad __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z 1007fcad f main.cpp.obj + 0001:0007ecad __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 1007fcad f main.cpp.obj + 0001:0007ecad __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 1007fcad f main.cpp.obj + 0001:0007ecad __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 1007fcad f main.cpp.obj + 0001:0007ecad __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 1007fcad f main.cpp.obj + 0001:0007ecad __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 1007fcad f main.cpp.obj + 0001:0007ecad __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 1007fcad f main.cpp.obj + 0001:0007ecad __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 1007fcad f main.cpp.obj + 0001:0007ecad __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 1007fcad f main.cpp.obj + 0001:0007ecad __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 1007fcad f main.cpp.obj + 0001:0007ecad __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 1007fcad f main.cpp.obj + 0001:0007ecad __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 1007fcad f main.cpp.obj + 0001:0007ece0 __unwindfunclet$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$2 1007fce0 f main.cpp.obj + 0001:0007eced __ehhandler$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 1007fced f main.cpp.obj + 0001:0007ed10 __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 1007fd10 f main.cpp.obj + 0001:0007ed18 __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 1007fd18 f main.cpp.obj + 0001:0007ed20 __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 1007fd20 f main.cpp.obj + 0001:0007ed28 __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 1007fd28 f main.cpp.obj + 0001:0007ed35 __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 1007fd35 f main.cpp.obj + 0001:0007ed60 __unwindfunclet$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$2 1007fd60 f main.cpp.obj + 0001:0007ed6d __ehhandler$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 1007fd6d f main.cpp.obj + 0001:0007ed90 __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 1007fd90 f main.cpp.obj + 0001:0007ed98 __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 1007fd98 f main.cpp.obj + 0001:0007edaa __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 1007fdaa f main.cpp.obj + 0001:0007edcc __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 1007fdcc f main.cpp.obj + 0001:0007edee __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 1007fdee f main.cpp.obj + 0001:0007edf6 __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 1007fdf6 f main.cpp.obj + 0001:0007edfe __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 1007fdfe f main.cpp.obj + 0001:0007ee06 __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 1007fe06 f main.cpp.obj + 0001:0007ee0e __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 1007fe0e f main.cpp.obj + 0001:0007ee16 __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 1007fe16 f main.cpp.obj + 0001:0007ee1e __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 1007fe1e f main.cpp.obj + 0001:0007ee26 __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 1007fe26 f main.cpp.obj + 0001:0007ee2e __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 1007fe2e f main.cpp.obj + 0001:0007ee39 __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 1007fe39 f main.cpp.obj + 0001:0007ee44 __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 1007fe44 f main.cpp.obj + 0001:0007ee51 __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 1007fe51 f main.cpp.obj + 0001:0007ee80 __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 1007fe80 f main.cpp.obj + 0001:0007ee88 __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 1007fe88 f main.cpp.obj + 0001:0007ee9a __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 1007fe9a f main.cpp.obj + 0001:0007eebc __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 1007febc f main.cpp.obj + 0001:0007eede __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 1007fede f main.cpp.obj + 0001:0007eee6 __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 1007fee6 f main.cpp.obj + 0001:0007eeee __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 1007feee f main.cpp.obj + 0001:0007eef6 __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 1007fef6 f main.cpp.obj + 0001:0007eefe __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 1007fefe f main.cpp.obj + 0001:0007ef06 __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 1007ff06 f main.cpp.obj + 0001:0007ef0e __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 1007ff0e f main.cpp.obj + 0001:0007ef16 __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 1007ff16 f main.cpp.obj + 0001:0007ef1e __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 1007ff1e f main.cpp.obj + 0001:0007ef29 __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 1007ff29 f main.cpp.obj + 0001:0007ef34 __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 1007ff34 f main.cpp.obj + 0001:0007ef41 __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 1007ff41 f main.cpp.obj + 0001:0007ef70 __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 1007ff70 f main.cpp.obj + 0001:0007ef78 __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 1007ff78 f main.cpp.obj + 0001:0007ef8a __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 1007ff8a f main.cpp.obj + 0001:0007efac __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 1007ffac f main.cpp.obj + 0001:0007efce __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 1007ffce f main.cpp.obj + 0001:0007efd6 __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 1007ffd6 f main.cpp.obj + 0001:0007efde __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 1007ffde f main.cpp.obj + 0001:0007efe6 __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 1007ffe6 f main.cpp.obj + 0001:0007efee __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 1007ffee f main.cpp.obj + 0001:0007eff6 __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 1007fff6 f main.cpp.obj + 0001:0007effe __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 1007fffe f main.cpp.obj + 0001:0007f006 __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 10080006 f main.cpp.obj + 0001:0007f00e __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 1008000e f main.cpp.obj + 0001:0007f019 __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 10080019 f main.cpp.obj + 0001:0007f024 __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 10080024 f main.cpp.obj + 0001:0007f031 __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 10080031 f main.cpp.obj + 0001:0007f060 __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 10080060 f main.cpp.obj + 0001:0007f068 __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 10080068 f main.cpp.obj + 0001:0007f07a __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 1008007a f main.cpp.obj + 0001:0007f09c __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 1008009c f main.cpp.obj + 0001:0007f0be __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 100800be f main.cpp.obj + 0001:0007f0c6 __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 100800c6 f main.cpp.obj + 0001:0007f0ce __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 100800ce f main.cpp.obj + 0001:0007f0d6 __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 100800d6 f main.cpp.obj + 0001:0007f0de __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 100800de f main.cpp.obj + 0001:0007f0e6 __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 100800e6 f main.cpp.obj + 0001:0007f0ee __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 100800ee f main.cpp.obj + 0001:0007f0f6 __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 100800f6 f main.cpp.obj + 0001:0007f0fe __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 100800fe f main.cpp.obj + 0001:0007f109 __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 10080109 f main.cpp.obj + 0001:0007f114 __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 10080114 f main.cpp.obj + 0001:0007f121 __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 10080121 f main.cpp.obj + 0001:0007f150 __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 10080150 f main.cpp.obj + 0001:0007f158 __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 10080158 f main.cpp.obj + 0001:0007f16a __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 1008016a f main.cpp.obj + 0001:0007f18c __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 1008018c f main.cpp.obj + 0001:0007f1ae __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 100801ae f main.cpp.obj + 0001:0007f1b6 __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 100801b6 f main.cpp.obj + 0001:0007f1be __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 100801be f main.cpp.obj + 0001:0007f1c6 __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 100801c6 f main.cpp.obj + 0001:0007f1ce __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 100801ce f main.cpp.obj + 0001:0007f1d6 __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 100801d6 f main.cpp.obj + 0001:0007f1de __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 100801de f main.cpp.obj + 0001:0007f1e6 __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 100801e6 f main.cpp.obj + 0001:0007f1ee __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 100801ee f main.cpp.obj + 0001:0007f1f9 __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 100801f9 f main.cpp.obj + 0001:0007f204 __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 10080204 f main.cpp.obj + 0001:0007f211 __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 10080211 f main.cpp.obj + 0001:0007f240 __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 10080240 f main.cpp.obj + 0001:0007f248 __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 10080248 f main.cpp.obj + 0001:0007f25a __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 1008025a f main.cpp.obj + 0001:0007f27c __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 1008027c f main.cpp.obj + 0001:0007f29e __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 1008029e f main.cpp.obj + 0001:0007f2a6 __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 100802a6 f main.cpp.obj + 0001:0007f2ae __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 100802ae f main.cpp.obj + 0001:0007f2b6 __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 100802b6 f main.cpp.obj + 0001:0007f2be __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 100802be f main.cpp.obj + 0001:0007f2c6 __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 100802c6 f main.cpp.obj + 0001:0007f2ce __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 100802ce f main.cpp.obj + 0001:0007f2d6 __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 100802d6 f main.cpp.obj + 0001:0007f2de __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 100802de f main.cpp.obj + 0001:0007f2e9 __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 100802e9 f main.cpp.obj + 0001:0007f2f4 __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 100802f4 f main.cpp.obj + 0001:0007f301 __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 10080301 f main.cpp.obj + 0001:0007f330 __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 10080330 f main.cpp.obj + 0001:0007f338 __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 10080338 f main.cpp.obj + 0001:0007f34a __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 1008034a f main.cpp.obj + 0001:0007f36c __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 1008036c f main.cpp.obj + 0001:0007f38e __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 1008038e f main.cpp.obj + 0001:0007f396 __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 10080396 f main.cpp.obj + 0001:0007f39e __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 1008039e f main.cpp.obj + 0001:0007f3a6 __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 100803a6 f main.cpp.obj + 0001:0007f3ae __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 100803ae f main.cpp.obj + 0001:0007f3b6 __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 100803b6 f main.cpp.obj + 0001:0007f3be __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 100803be f main.cpp.obj + 0001:0007f3c6 __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 100803c6 f main.cpp.obj + 0001:0007f3ce __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 100803ce f main.cpp.obj + 0001:0007f3d9 __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 100803d9 f main.cpp.obj + 0001:0007f3e4 __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 100803e4 f main.cpp.obj + 0001:0007f3f1 __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 100803f1 f main.cpp.obj + 0001:0007f420 __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 10080420 f main.cpp.obj + 0001:0007f428 __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 10080428 f main.cpp.obj + 0001:0007f43a __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 1008043a f main.cpp.obj + 0001:0007f45c __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 1008045c f main.cpp.obj + 0001:0007f47e __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 1008047e f main.cpp.obj + 0001:0007f486 __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 10080486 f main.cpp.obj + 0001:0007f48e __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 1008048e f main.cpp.obj + 0001:0007f496 __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 10080496 f main.cpp.obj + 0001:0007f49e __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 1008049e f main.cpp.obj + 0001:0007f4a6 __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 100804a6 f main.cpp.obj + 0001:0007f4ae __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 100804ae f main.cpp.obj + 0001:0007f4b6 __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 100804b6 f main.cpp.obj + 0001:0007f4be __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 100804be f main.cpp.obj + 0001:0007f4c9 __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 100804c9 f main.cpp.obj + 0001:0007f4d4 __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 100804d4 f main.cpp.obj + 0001:0007f4e1 __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 100804e1 f main.cpp.obj + 0001:0007f510 __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 10080510 f main.cpp.obj + 0001:0007f518 __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 10080518 f main.cpp.obj + 0001:0007f52a __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 1008052a f main.cpp.obj + 0001:0007f54c __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 1008054c f main.cpp.obj + 0001:0007f56e __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 1008056e f main.cpp.obj + 0001:0007f576 __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 10080576 f main.cpp.obj + 0001:0007f57e __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 1008057e f main.cpp.obj + 0001:0007f586 __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 10080586 f main.cpp.obj + 0001:0007f58e __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 1008058e f main.cpp.obj + 0001:0007f596 __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 10080596 f main.cpp.obj + 0001:0007f59e __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 1008059e f main.cpp.obj + 0001:0007f5a6 __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 100805a6 f main.cpp.obj + 0001:0007f5ae __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 100805ae f main.cpp.obj + 0001:0007f5b9 __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 100805b9 f main.cpp.obj + 0001:0007f5c4 __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 100805c4 f main.cpp.obj + 0001:0007f5d1 __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 100805d1 f main.cpp.obj + 0001:0007f600 __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 10080600 f main.cpp.obj + 0001:0007f608 __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 10080608 f main.cpp.obj + 0001:0007f61a __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 1008061a f main.cpp.obj + 0001:0007f63c __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 1008063c f main.cpp.obj + 0001:0007f65e __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 1008065e f main.cpp.obj + 0001:0007f666 __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 10080666 f main.cpp.obj + 0001:0007f66e __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 1008066e f main.cpp.obj + 0001:0007f676 __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 10080676 f main.cpp.obj + 0001:0007f67e __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 1008067e f main.cpp.obj + 0001:0007f686 __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 10080686 f main.cpp.obj + 0001:0007f68e __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 1008068e f main.cpp.obj + 0001:0007f696 __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 10080696 f main.cpp.obj + 0001:0007f69e __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 1008069e f main.cpp.obj + 0001:0007f6a9 __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 100806a9 f main.cpp.obj + 0001:0007f6b4 __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 100806b4 f main.cpp.obj + 0001:0007f6c1 __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 100806c1 f main.cpp.obj + 0001:0007f6f0 __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 100806f0 f main.cpp.obj + 0001:0007f6f8 __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 100806f8 f main.cpp.obj + 0001:0007f70a __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 1008070a f main.cpp.obj + 0001:0007f72c __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 1008072c f main.cpp.obj + 0001:0007f74e __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 1008074e f main.cpp.obj + 0001:0007f756 __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 10080756 f main.cpp.obj + 0001:0007f75e __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 1008075e f main.cpp.obj + 0001:0007f766 __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 10080766 f main.cpp.obj + 0001:0007f76e __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 1008076e f main.cpp.obj + 0001:0007f776 __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 10080776 f main.cpp.obj + 0001:0007f77e __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 1008077e f main.cpp.obj + 0001:0007f786 __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 10080786 f main.cpp.obj + 0001:0007f78e __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 1008078e f main.cpp.obj + 0001:0007f799 __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 10080799 f main.cpp.obj + 0001:0007f7a4 __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 100807a4 f main.cpp.obj + 0001:0007f7b1 __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 100807b1 f main.cpp.obj + 0001:0007f7e0 __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 100807e0 f main.cpp.obj + 0001:0007f7e8 __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 100807e8 f main.cpp.obj + 0001:0007f7fa __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 100807fa f main.cpp.obj + 0001:0007f81c __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 1008081c f main.cpp.obj + 0001:0007f83e __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 1008083e f main.cpp.obj + 0001:0007f846 __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 10080846 f main.cpp.obj + 0001:0007f84e __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 1008084e f main.cpp.obj + 0001:0007f856 __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 10080856 f main.cpp.obj + 0001:0007f85e __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 1008085e f main.cpp.obj + 0001:0007f866 __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 10080866 f main.cpp.obj + 0001:0007f86e __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 1008086e f main.cpp.obj + 0001:0007f876 __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 10080876 f main.cpp.obj + 0001:0007f87e __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 1008087e f main.cpp.obj + 0001:0007f889 __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 10080889 f main.cpp.obj + 0001:0007f894 __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 10080894 f main.cpp.obj + 0001:0007f8a1 __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 100808a1 f main.cpp.obj + 0001:0007f8d0 __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 100808d0 f main.cpp.obj + 0001:0007f8d8 __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 100808d8 f main.cpp.obj + 0001:0007f8ea __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 100808ea f main.cpp.obj + 0001:0007f90c __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 1008090c f main.cpp.obj + 0001:0007f92e __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 1008092e f main.cpp.obj + 0001:0007f936 __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 10080936 f main.cpp.obj + 0001:0007f93e __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 1008093e f main.cpp.obj + 0001:0007f946 __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 10080946 f main.cpp.obj + 0001:0007f94e __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 1008094e f main.cpp.obj + 0001:0007f956 __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 10080956 f main.cpp.obj + 0001:0007f95e __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 1008095e f main.cpp.obj + 0001:0007f966 __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 10080966 f main.cpp.obj + 0001:0007f96e __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 1008096e f main.cpp.obj + 0001:0007f979 __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 10080979 f main.cpp.obj + 0001:0007f984 __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 10080984 f main.cpp.obj + 0001:0007f991 __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 10080991 f main.cpp.obj + 0001:0007f9c0 __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 100809c0 f main.cpp.obj + 0001:0007f9c8 __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 100809c8 f main.cpp.obj + 0001:0007f9da __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 100809da f main.cpp.obj + 0001:0007f9fc __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 100809fc f main.cpp.obj + 0001:0007fa1e __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 10080a1e f main.cpp.obj + 0001:0007fa26 __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 10080a26 f main.cpp.obj + 0001:0007fa2e __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 10080a2e f main.cpp.obj + 0001:0007fa36 __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 10080a36 f main.cpp.obj + 0001:0007fa3e __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 10080a3e f main.cpp.obj + 0001:0007fa46 __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 10080a46 f main.cpp.obj + 0001:0007fa4e __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 10080a4e f main.cpp.obj + 0001:0007fa56 __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 10080a56 f main.cpp.obj + 0001:0007fa5e __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 10080a5e f main.cpp.obj + 0001:0007fa69 __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 10080a69 f main.cpp.obj + 0001:0007fa74 __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 10080a74 f main.cpp.obj + 0001:0007fa81 __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 10080a81 f main.cpp.obj + 0001:0007fab0 __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 10080ab0 f main.cpp.obj + 0001:0007fab8 __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 10080ab8 f main.cpp.obj + 0001:0007faca __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 10080aca f main.cpp.obj + 0001:0007faec __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 10080aec f main.cpp.obj + 0001:0007fb0e __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 10080b0e f main.cpp.obj + 0001:0007fb16 __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 10080b16 f main.cpp.obj + 0001:0007fb1e __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 10080b1e f main.cpp.obj + 0001:0007fb26 __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 10080b26 f main.cpp.obj + 0001:0007fb2e __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 10080b2e f main.cpp.obj + 0001:0007fb36 __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 10080b36 f main.cpp.obj + 0001:0007fb3e __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 10080b3e f main.cpp.obj + 0001:0007fb46 __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 10080b46 f main.cpp.obj + 0001:0007fb4e __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 10080b4e f main.cpp.obj + 0001:0007fb59 __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 10080b59 f main.cpp.obj + 0001:0007fb64 __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 10080b64 f main.cpp.obj + 0001:0007fb71 __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 10080b71 f main.cpp.obj + 0001:0007fba0 __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 10080ba0 f main.cpp.obj + 0001:0007fba8 __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 10080ba8 f main.cpp.obj + 0001:0007fbba __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 10080bba f main.cpp.obj + 0001:0007fbdc __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 10080bdc f main.cpp.obj + 0001:0007fbfe __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 10080bfe f main.cpp.obj + 0001:0007fc06 __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 10080c06 f main.cpp.obj + 0001:0007fc0e __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 10080c0e f main.cpp.obj + 0001:0007fc16 __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 10080c16 f main.cpp.obj + 0001:0007fc1e __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 10080c1e f main.cpp.obj + 0001:0007fc26 __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 10080c26 f main.cpp.obj + 0001:0007fc2e __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 10080c2e f main.cpp.obj + 0001:0007fc36 __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 10080c36 f main.cpp.obj + 0001:0007fc3e __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 10080c3e f main.cpp.obj + 0001:0007fc49 __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 10080c49 f main.cpp.obj + 0001:0007fc54 __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 10080c54 f main.cpp.obj + 0001:0007fc61 __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 10080c61 f main.cpp.obj + 0001:0007fc90 __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 10080c90 f main.cpp.obj + 0001:0007fc98 __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 10080c98 f main.cpp.obj + 0001:0007fcaa __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 10080caa f main.cpp.obj + 0001:0007fccc __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 10080ccc f main.cpp.obj + 0001:0007fcee __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 10080cee f main.cpp.obj + 0001:0007fcf6 __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 10080cf6 f main.cpp.obj + 0001:0007fcfe __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 10080cfe f main.cpp.obj + 0001:0007fd06 __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 10080d06 f main.cpp.obj + 0001:0007fd0e __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 10080d0e f main.cpp.obj + 0001:0007fd16 __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 10080d16 f main.cpp.obj + 0001:0007fd1e __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 10080d1e f main.cpp.obj + 0001:0007fd26 __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 10080d26 f main.cpp.obj + 0001:0007fd2e __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 10080d2e f main.cpp.obj + 0001:0007fd39 __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 10080d39 f main.cpp.obj + 0001:0007fd44 __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 10080d44 f main.cpp.obj + 0001:0007fd51 __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 10080d51 f main.cpp.obj + 0001:0007fd80 __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 10080d80 f main.cpp.obj + 0001:0007fd88 __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 10080d88 f main.cpp.obj + 0001:0007fd9a __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 10080d9a f main.cpp.obj + 0001:0007fdbc __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 10080dbc f main.cpp.obj + 0001:0007fdde __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 10080dde f main.cpp.obj + 0001:0007fde6 __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 10080de6 f main.cpp.obj + 0001:0007fdee __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 10080dee f main.cpp.obj + 0001:0007fdf6 __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 10080df6 f main.cpp.obj + 0001:0007fdfe __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 10080dfe f main.cpp.obj + 0001:0007fe06 __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 10080e06 f main.cpp.obj + 0001:0007fe0e __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 10080e0e f main.cpp.obj + 0001:0007fe16 __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 10080e16 f main.cpp.obj + 0001:0007fe1e __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 10080e1e f main.cpp.obj + 0001:0007fe29 __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 10080e29 f main.cpp.obj + 0001:0007fe34 __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 10080e34 f main.cpp.obj + 0001:0007fe41 __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 10080e41 f main.cpp.obj + 0001:0007fe70 __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 10080e70 f main.cpp.obj + 0001:0007fe78 __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 10080e78 f main.cpp.obj + 0001:0007fe8a __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 10080e8a f main.cpp.obj + 0001:0007feac __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 10080eac f main.cpp.obj + 0001:0007fece __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 10080ece f main.cpp.obj + 0001:0007fed6 __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 10080ed6 f main.cpp.obj + 0001:0007fede __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 10080ede f main.cpp.obj + 0001:0007fee6 __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 10080ee6 f main.cpp.obj + 0001:0007feee __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 10080eee f main.cpp.obj + 0001:0007fef6 __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 10080ef6 f main.cpp.obj + 0001:0007fefe __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 10080efe f main.cpp.obj + 0001:0007ff06 __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 10080f06 f main.cpp.obj + 0001:0007ff0e __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 10080f0e f main.cpp.obj + 0001:0007ff19 __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 10080f19 f main.cpp.obj + 0001:0007ff24 __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 10080f24 f main.cpp.obj + 0001:0007ff31 __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 10080f31 f main.cpp.obj + 0001:0007ff60 __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 10080f60 f main.cpp.obj + 0001:0007ff68 __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 10080f68 f main.cpp.obj + 0001:0007ff7a __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 10080f7a f main.cpp.obj + 0001:0007ff9c __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 10080f9c f main.cpp.obj + 0001:0007ffbe __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 10080fbe f main.cpp.obj + 0001:0007ffc6 __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 10080fc6 f main.cpp.obj + 0001:0007ffce __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 10080fce f main.cpp.obj + 0001:0007ffd6 __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 10080fd6 f main.cpp.obj + 0001:0007ffde __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 10080fde f main.cpp.obj + 0001:0007ffe6 __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 10080fe6 f main.cpp.obj + 0001:0007ffee __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 10080fee f main.cpp.obj + 0001:0007fff6 __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 10080ff6 f main.cpp.obj + 0001:0007fffe __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 10080ffe f main.cpp.obj + 0001:00080009 __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 10081009 f main.cpp.obj + 0001:00080014 __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 10081014 f main.cpp.obj + 0001:00080021 __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 10081021 f main.cpp.obj + 0001:00080050 __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 10081050 f main.cpp.obj + 0001:00080058 __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 10081058 f main.cpp.obj + 0001:0008006a __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 1008106a f main.cpp.obj + 0001:0008008c __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 1008108c f main.cpp.obj + 0001:000800ae __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 100810ae f main.cpp.obj + 0001:000800b6 __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 100810b6 f main.cpp.obj + 0001:000800be __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 100810be f main.cpp.obj + 0001:000800c6 __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 100810c6 f main.cpp.obj + 0001:000800ce __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 100810ce f main.cpp.obj + 0001:000800d6 __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 100810d6 f main.cpp.obj + 0001:000800de __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 100810de f main.cpp.obj + 0001:000800e6 __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 100810e6 f main.cpp.obj + 0001:000800ee __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 100810ee f main.cpp.obj + 0001:000800f9 __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 100810f9 f main.cpp.obj + 0001:00080104 __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 10081104 f main.cpp.obj + 0001:00080111 __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 10081111 f main.cpp.obj + 0001:00080140 __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 10081140 f main.cpp.obj + 0001:00080148 __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 10081148 f main.cpp.obj + 0001:0008015a __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 1008115a f main.cpp.obj + 0001:0008017c __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 1008117c f main.cpp.obj + 0001:0008019e __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 1008119e f main.cpp.obj + 0001:000801a6 __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 100811a6 f main.cpp.obj + 0001:000801ae __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 100811ae f main.cpp.obj + 0001:000801b6 __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 100811b6 f main.cpp.obj + 0001:000801be __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 100811be f main.cpp.obj + 0001:000801c6 __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 100811c6 f main.cpp.obj + 0001:000801ce __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 100811ce f main.cpp.obj + 0001:000801d6 __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 100811d6 f main.cpp.obj + 0001:000801de __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 100811de f main.cpp.obj + 0001:000801e9 __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 100811e9 f main.cpp.obj + 0001:000801f4 __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 100811f4 f main.cpp.obj + 0001:00080201 __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 10081201 f main.cpp.obj + 0001:00080230 __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 10081230 f main.cpp.obj + 0001:00080238 __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 10081238 f main.cpp.obj + 0001:0008024a __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 1008124a f main.cpp.obj + 0001:0008026c __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 1008126c f main.cpp.obj + 0001:0008028e __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 1008128e f main.cpp.obj + 0001:00080296 __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 10081296 f main.cpp.obj + 0001:0008029e __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 1008129e f main.cpp.obj + 0001:000802a6 __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 100812a6 f main.cpp.obj + 0001:000802ae __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 100812ae f main.cpp.obj + 0001:000802b6 __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 100812b6 f main.cpp.obj + 0001:000802be __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 100812be f main.cpp.obj + 0001:000802c6 __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 100812c6 f main.cpp.obj + 0001:000802ce __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 100812ce f main.cpp.obj + 0001:000802d9 __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 100812d9 f main.cpp.obj + 0001:000802e4 __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 100812e4 f main.cpp.obj + 0001:000802f1 __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 100812f1 f main.cpp.obj + 0001:00080320 __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 10081320 f main.cpp.obj + 0001:00080328 __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 10081328 f main.cpp.obj + 0001:0008033a __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 1008133a f main.cpp.obj + 0001:0008035c __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 1008135c f main.cpp.obj + 0001:0008037e __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 1008137e f main.cpp.obj + 0001:00080386 __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 10081386 f main.cpp.obj + 0001:0008038e __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 1008138e f main.cpp.obj + 0001:00080396 __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 10081396 f main.cpp.obj + 0001:0008039e __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 1008139e f main.cpp.obj + 0001:000803a6 __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 100813a6 f main.cpp.obj + 0001:000803ae __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 100813ae f main.cpp.obj + 0001:000803b6 __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 100813b6 f main.cpp.obj + 0001:000803be __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 100813be f main.cpp.obj + 0001:000803c9 __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 100813c9 f main.cpp.obj + 0001:000803d4 __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 100813d4 f main.cpp.obj + 0001:000803e1 __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 100813e1 f main.cpp.obj + 0001:00080410 __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 10081410 f main.cpp.obj + 0001:00080418 __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 10081418 f main.cpp.obj + 0001:0008042a __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 1008142a f main.cpp.obj + 0001:0008044c __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 1008144c f main.cpp.obj + 0001:0008046e __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 1008146e f main.cpp.obj + 0001:00080476 __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 10081476 f main.cpp.obj + 0001:0008047e __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 1008147e f main.cpp.obj + 0001:00080486 __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 10081486 f main.cpp.obj + 0001:0008048e __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 1008148e f main.cpp.obj + 0001:00080496 __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 10081496 f main.cpp.obj + 0001:0008049e __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 1008149e f main.cpp.obj + 0001:000804a6 __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 100814a6 f main.cpp.obj + 0001:000804ae __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 100814ae f main.cpp.obj + 0001:000804b9 __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 100814b9 f main.cpp.obj + 0001:000804c4 __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 100814c4 f main.cpp.obj + 0001:000804d1 __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 100814d1 f main.cpp.obj + 0001:00080500 __ehhandler$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 10081500 f main.cpp.obj + 0001:00080520 __ehhandler$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 10081520 f main.cpp.obj + 0001:00080540 __unwindfunclet$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z$0 10081540 f main.cpp.obj + 0001:0008054d __ehhandler$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 1008154d f main.cpp.obj + 0001:00080570 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 10081570 f main.cpp.obj + 0001:00080578 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 10081578 f main.cpp.obj + 0001:00080591 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 10081591 f main.cpp.obj + 0001:00080599 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 10081599 f main.cpp.obj + 0001:000805a1 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 100815a1 f main.cpp.obj + 0001:000805a9 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 100815a9 f main.cpp.obj + 0001:000805b1 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 100815b1 f main.cpp.obj + 0001:000805bd __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 100815bd f main.cpp.obj + 0001:000805cc __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 100815cc f main.cpp.obj + 0001:000805d9 __ehhandler$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100815d9 f main.cpp.obj + 0001:00080600 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 10081600 f main.cpp.obj + 0001:00080608 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 10081608 f main.cpp.obj + 0001:00080621 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 10081621 f main.cpp.obj + 0001:00080629 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 10081629 f main.cpp.obj + 0001:00080631 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 10081631 f main.cpp.obj + 0001:00080639 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 10081639 f main.cpp.obj + 0001:00080641 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 10081641 f main.cpp.obj + 0001:0008064d __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 1008164d f main.cpp.obj + 0001:0008065c __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 1008165c f main.cpp.obj + 0001:00080669 __ehhandler$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10081669 f main.cpp.obj + 0001:00080690 __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 10081690 f main.cpp.obj + 0001:000806a4 __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 100816a4 f main.cpp.obj + 0001:000806d0 __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 100816d0 f main.cpp.obj + 0001:000806d8 __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 100816d8 f main.cpp.obj + 0001:000806e7 __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 100816e7 f main.cpp.obj + 0001:000806f4 __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 100816f4 f main.cpp.obj + 0001:00080720 __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 10081720 f main.cpp.obj + 0001:00080728 __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 10081728 f main.cpp.obj + 0001:00080737 __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 10081737 f main.cpp.obj + 0001:00080744 __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 10081744 f main.cpp.obj + 0001:00080770 __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 10081770 f main.cpp.obj + 0001:0008077b __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 1008177b f main.cpp.obj + 0001:00080783 __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 10081783 f main.cpp.obj + 0001:0008078b __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 1008178b f main.cpp.obj + 0001:00080793 __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 10081793 f main.cpp.obj + 0001:000807a0 __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 100817a0 f main.cpp.obj + 0001:000807d0 __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 100817d0 f main.cpp.obj + 0001:000807f2 __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 100817f2 f main.cpp.obj + 0001:000807fd __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 100817fd f main.cpp.obj + 0001:00080808 __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 10081808 f main.cpp.obj + 0001:00080810 __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 10081810 f main.cpp.obj + 0001:00080818 __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 10081818 f main.cpp.obj + 0001:00080820 __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 10081820 f main.cpp.obj + 0001:0008082d __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 1008182d f main.cpp.obj + 0001:00080860 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$4 10081860 f main.cpp.obj + 0001:00080879 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$3 10081879 f main.cpp.obj + 0001:00080889 __ehhandler$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 10081889 f main.cpp.obj + 0001:000808b0 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$0 100818b0 f main.cpp.obj + 0001:000808b8 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$1 100818b8 f main.cpp.obj + 0001:000808c5 __ehhandler$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 100818c5 f main.cpp.obj + 0001:000808f0 __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 100818f0 f main.cpp.obj + 0001:000808f8 __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 100818f8 f main.cpp.obj + 0001:00080907 __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 10081907 f main.cpp.obj + 0001:00080914 __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 10081914 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __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 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$0 10081940 f main.cpp.obj + 0001:00080940 __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 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$0 10081940 f main.cpp.obj + 0001:00080940 __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 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __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 10081940 f main.cpp.obj + 0001:00080940 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$0 10081940 f main.cpp.obj + 0001:00080940 __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 10081940 f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __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 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$13 1008194b f main.cpp.obj + 0001:0008094b __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 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$13 1008194b f main.cpp.obj + 0001:0008094b __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 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __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 1008194b f main.cpp.obj + 0001:0008094b __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$13 1008194b f main.cpp.obj + 0001:0008094b __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 1008194b f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __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 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$1 10081953 f main.cpp.obj + 0001:00080953 __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 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$1 10081953 f main.cpp.obj + 0001:00080953 __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 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __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 10081953 f main.cpp.obj + 0001:00080953 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$1 10081953 f main.cpp.obj + 0001:00080953 __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 10081953 f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __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 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$2 1008195e f main.cpp.obj + 0001:0008095e __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 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$2 1008195e f main.cpp.obj + 0001:0008095e __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 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __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 1008195e f main.cpp.obj + 0001:0008095e __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$2 1008195e f main.cpp.obj + 0001:0008095e __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 1008195e f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __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 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$3 10081969 f main.cpp.obj + 0001:00080969 __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 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$3 10081969 f main.cpp.obj + 0001:00080969 __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 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __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 10081969 f main.cpp.obj + 0001:00080969 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$3 10081969 f main.cpp.obj + 0001:00080969 __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 10081969 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __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 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$4 10081974 f main.cpp.obj + 0001:00080974 __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 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$4 10081974 f main.cpp.obj + 0001:00080974 __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 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __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 10081974 f main.cpp.obj + 0001:00080974 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$4 10081974 f main.cpp.obj + 0001:00080974 __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 10081974 f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __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 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$5 1008197f f main.cpp.obj + 0001:0008097f __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 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$5 1008197f f main.cpp.obj + 0001:0008097f __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 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __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 1008197f f main.cpp.obj + 0001:0008097f __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$5 1008197f f main.cpp.obj + 0001:0008097f __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 1008197f f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __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 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$7 1008198a f main.cpp.obj + 0001:0008098a __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 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$7 1008198a f main.cpp.obj + 0001:0008098a __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 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __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 1008198a f main.cpp.obj + 0001:0008098a __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$7 1008198a f main.cpp.obj + 0001:0008098a __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 1008198a f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __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 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$8 10081995 f main.cpp.obj + 0001:00080995 __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 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$8 10081995 f main.cpp.obj + 0001:00080995 __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 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __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 10081995 f main.cpp.obj + 0001:00080995 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$8 10081995 f main.cpp.obj + 0001:00080995 __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 10081995 f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __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 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$9 1008199d f main.cpp.obj + 0001:0008099d __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 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$9 1008199d f main.cpp.obj + 0001:0008099d __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 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __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 1008199d f main.cpp.obj + 0001:0008099d __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$9 1008199d f main.cpp.obj + 0001:0008099d __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 1008199d f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __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 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __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 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __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 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __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 100819a5 f main.cpp.obj + 0001:000809a5 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$10 100819a5 f main.cpp.obj + 0001:000809a5 __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 100819a5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __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 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 100819b5 f main.cpp.obj + 0001:000809b5 __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 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 100819b5 f main.cpp.obj + 0001:000809b5 __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 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __ehhandler$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 100819b5 f main.cpp.obj + 0001:000809b5 __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 100819b5 f main.cpp.obj + 0001:000809e0 __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$0 100819e0 f main.cpp.obj + 0001:000809fc __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$1 100819fc f main.cpp.obj + 0001:00080a0c __ehhandler$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 10081a0c f main.cpp.obj + 0001:00080a30 __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$0 10081a30 f main.cpp.obj + 0001:00080a4c __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$1 10081a4c f main.cpp.obj + 0001:00080a5c __ehhandler$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 10081a5c f main.cpp.obj + 0001:00080a80 __unwindfunclet$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 10081a80 f main.cpp.obj + 0001:00080a80 __unwindfunclet$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 10081a80 f main.cpp.obj + 0001:00080aa1 __ehhandler$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 10081aa1 f main.cpp.obj + 0001:00080aa1 __ehhandler$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 10081aa1 f main.cpp.obj + 0001:00080ac0 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$0 10081ac0 f main.cpp.obj + 0001:00080adc __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$1 10081adc f main.cpp.obj + 0001:00080af8 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$2 10081af8 f main.cpp.obj + 0001:00080b05 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 10081b05 f main.cpp.obj + 0001:00080b30 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$0 10081b30 f main.cpp.obj + 0001:00080b4c __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$1 10081b4c f main.cpp.obj + 0001:00080b68 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$2 10081b68 f main.cpp.obj + 0001:00080b75 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 10081b75 f main.cpp.obj + 0001:00080ba0 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$0 10081ba0 f main.cpp.obj + 0001:00080ba0 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$0 10081ba0 f main.cpp.obj + 0001:00080ba0 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$0 10081ba0 f main.cpp.obj + 0001:00080ba0 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$0 10081ba0 f main.cpp.obj + 0001:00080ba8 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$1 10081ba8 f main.cpp.obj + 0001:00080ba8 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$1 10081ba8 f main.cpp.obj + 0001:00080ba8 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$1 10081ba8 f main.cpp.obj + 0001:00080ba8 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$1 10081ba8 f main.cpp.obj + 0001:00080bb0 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$2 10081bb0 f main.cpp.obj + 0001:00080bb0 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$2 10081bb0 f main.cpp.obj + 0001:00080bb0 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$2 10081bb0 f main.cpp.obj + 0001:00080bb0 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$2 10081bb0 f main.cpp.obj + 0001:00080bb8 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$3 10081bb8 f main.cpp.obj + 0001:00080bb8 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$3 10081bb8 f main.cpp.obj + 0001:00080bb8 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$3 10081bb8 f main.cpp.obj + 0001:00080bb8 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$3 10081bb8 f main.cpp.obj + 0001:00080bc5 __ehhandler$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 10081bc5 f main.cpp.obj + 0001:00080bc5 __ehhandler$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 10081bc5 f main.cpp.obj + 0001:00080bc5 __ehhandler$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 10081bc5 f main.cpp.obj + 0001:00080bc5 __ehhandler$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 10081bc5 f main.cpp.obj + 0001:00080bf0 __unwindfunclet$??0Error@hadesmem@@QAE@ABV01@@Z$0 10081bf0 f main.cpp.obj + 0001:00080c11 __ehhandler$??0Error@hadesmem@@QAE@ABV01@@Z 10081c11 f main.cpp.obj + 0001:00080c30 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$0 10081c30 f main.cpp.obj + 0001:00080c38 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$3 10081c38 f main.cpp.obj + 0001:00080c40 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$4 10081c40 f main.cpp.obj + 0001:00080c48 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$5 10081c48 f main.cpp.obj + 0001:00080c50 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$6 10081c50 f main.cpp.obj + 0001:00080c5b __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$8 10081c5b f main.cpp.obj + 0001:00080c63 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$9 10081c63 f main.cpp.obj + 0001:00080c6b __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$10 10081c6b f main.cpp.obj + 0001:00080c7b __ehhandler$??0Process@hadesmem@@QAE@K@Z 10081c7b f main.cpp.obj + 0001:00080cb0 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$2 10081cb0 f main.cpp.obj + 0001:00080cb8 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$3 10081cb8 f main.cpp.obj + 0001:00080cc0 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$4 10081cc0 f main.cpp.obj + 0001:00080ccd __ehhandler$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 10081ccd f main.cpp.obj + 0001:00080d00 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$2 10081d00 f main.cpp.obj + 0001:00080d0b __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$3 10081d0b f main.cpp.obj + 0001:00080d13 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$4 10081d13 f main.cpp.obj + 0001:00080d1e __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$5 10081d1e f main.cpp.obj + 0001:00080d29 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$15 10081d29 f main.cpp.obj + 0001:00080d34 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$6 10081d34 f main.cpp.obj + 0001:00080d3f __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$42 10081d3f f main.cpp.obj + 0001:00080d47 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$7 10081d47 f main.cpp.obj + 0001:00080d4f __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$30 10081d4f f main.cpp.obj + 0001:00080d57 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$31 10081d57 f main.cpp.obj + 0001:00080d62 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$32 10081d62 f main.cpp.obj + 0001:00080d6a __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$33 10081d6a f main.cpp.obj + 0001:00080d75 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$35 10081d75 f main.cpp.obj + 0001:00080d7d __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$36 10081d7d f main.cpp.obj + 0001:00080d88 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$37 10081d88 f main.cpp.obj + 0001:00080d90 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$38 10081d90 f main.cpp.obj + 0001:00080d9b __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$39 10081d9b f main.cpp.obj + 0001:00080da3 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$40 10081da3 f main.cpp.obj + 0001:00080dab __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$41 10081dab f main.cpp.obj + 0001:00080db6 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$8 10081db6 f main.cpp.obj + 0001:00080dbe __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$9 10081dbe f main.cpp.obj + 0001:00080dc6 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$10 10081dc6 f main.cpp.obj + 0001:00080dd6 __ehhandler$??0SuspendedProcess@hadesmem@@QAE@KK@Z 10081dd6 f main.cpp.obj + 0001:00080e00 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$3 10081e00 f main.cpp.obj + 0001:00080e00 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$0 10081e00 f main.cpp.obj + 0001:00080e00 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$0 10081e00 f main.cpp.obj + 0001:00080e00 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 10081e00 f main.cpp.obj + 0001:00080e00 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 10081e00 f main.cpp.obj + 0001:00080e08 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$4 10081e08 f main.cpp.obj + 0001:00080e08 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$1 10081e08 f main.cpp.obj + 0001:00080e08 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$1 10081e08 f main.cpp.obj + 0001:00080e08 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 10081e08 f main.cpp.obj + 0001:00080e08 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$1 10081e08 f main.cpp.obj + 0001:00080e10 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$5 10081e10 f main.cpp.obj + 0001:00080e10 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$2 10081e10 f main.cpp.obj + 0001:00080e10 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$2 10081e10 f main.cpp.obj + 0001:00080e10 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 10081e10 f main.cpp.obj + 0001:00080e10 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 10081e10 f main.cpp.obj + 0001:00080e18 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$6 10081e18 f main.cpp.obj + 0001:00080e18 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$3 10081e18 f main.cpp.obj + 0001:00080e18 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$3 10081e18 f main.cpp.obj + 0001:00080e18 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 10081e18 f main.cpp.obj + 0001:00080e18 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 10081e18 f main.cpp.obj + 0001:00080e25 __ehhandler$??0Thread@hadesmem@@QAE@K@Z 10081e25 f main.cpp.obj + 0001:00080e25 __ehhandler$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 10081e25 f main.cpp.obj + 0001:00080e25 __ehhandler$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 10081e25 f main.cpp.obj + 0001:00080e25 __ehhandler$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10081e25 f main.cpp.obj + 0001:00080e25 __ehhandler$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10081e25 f main.cpp.obj + 0001:00080e50 __unwindfunclet$??0error_info_container_impl@exception_detail@boost@@QAE@XZ$0 10081e50 f main.cpp.obj + 0001:00080e5d __ehhandler$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 10081e5d f main.cpp.obj + 0001:00080e80 __unwindfunclet$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z$0 10081e80 f main.cpp.obj + 0001:00080e8d __ehhandler$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 10081e8d f main.cpp.obj + 0001:00080eb0 __ehhandler$??1CDataStore@Nampower@@UAE@XZ 10081eb0 f main.cpp.obj + 0001:00080eb0 __ehhandler$??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 10081eb0 f main.cpp.obj + 0001:00080ed0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$2 10081ed0 f main.cpp.obj + 0001:00080ed8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$3 10081ed8 f main.cpp.obj + 0001:00080ee5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 10081ee5 f main.cpp.obj + 0001:00080f10 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$2 10081f10 f main.cpp.obj + 0001:00080f10 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$2 10081f10 f main.cpp.obj + 0001:00080f18 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$3 10081f18 f main.cpp.obj + 0001:00080f18 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$3 10081f18 f main.cpp.obj + 0001:00080f25 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 10081f25 f main.cpp.obj + 0001:00080f25 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 10081f25 f main.cpp.obj + 0001:00080f50 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$2 10081f50 f main.cpp.obj + 0001:00080f58 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$3 10081f58 f main.cpp.obj + 0001:00080f65 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 10081f65 f main.cpp.obj + 0001:00080f90 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$2 10081f90 f main.cpp.obj + 0001:00080f98 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$3 10081f98 f main.cpp.obj + 0001:00080fa5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 10081fa5 f main.cpp.obj + 0001:00080fd0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$2 10081fd0 f main.cpp.obj + 0001:00080fd8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$3 10081fd8 f main.cpp.obj + 0001:00080fe5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 10081fe5 f main.cpp.obj + 0001:00081010 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$2 10082010 f main.cpp.obj + 0001:00081018 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$3 10082018 f main.cpp.obj + 0001:00081025 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 10082025 f main.cpp.obj + 0001:00081050 __unwindfunclet$??R@@QBE@XZ$0 10082050 f main.cpp.obj + 0001:00081058 __unwindfunclet$??R@@QBE@XZ$2 10082058 f main.cpp.obj + 0001:00081067 __unwindfunclet$??R@@QBE@XZ$3 10082067 f main.cpp.obj + 0001:00081085 __ehhandler$??R@@QBE@XZ 10082085 f main.cpp.obj + 0001:000810b0 __unwindfunclet$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 100820b0 f main.cpp.obj + 0001:000810b0 __unwindfunclet$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 100820b0 f main.cpp.obj + 0001:000810bd __ehhandler$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100820bd f main.cpp.obj + 0001:000810bd __ehhandler$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100820bd f main.cpp.obj + 0001:000810f0 __unwindfunclet$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z$2 100820f0 f main.cpp.obj + 0001:00081104 __ehhandler$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 10082104 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:00081130 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$12 10082130 f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:0008113b __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$1 1008213b f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:00081146 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$14 10082146 f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:0008114e __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$3 1008214e f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:00081156 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$4 10082156 f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:0008115e __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$5 1008215e f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081169 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$7 10082169 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081171 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$8 10082171 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081179 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$9 10082179 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:00081189 __ehhandler$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10082189 f main.cpp.obj + 0001:000811c0 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 100821c0 f main.cpp.obj + 0001:000811cd __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100821cd f main.cpp.obj + 0001:00081200 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 10082200 f main.cpp.obj + 0001:00081208 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$3 10082208 f main.cpp.obj + 0001:00081210 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$4 10082210 f main.cpp.obj + 0001:00081218 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$5 10082218 f main.cpp.obj + 0001:00081220 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$6 10082220 f main.cpp.obj + 0001:00081230 __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 10082230 f main.cpp.obj + 0001:00081260 __unwindfunclet$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$2 10082260 f main.cpp.obj + 0001:0008126d __ehhandler$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 1008226d f main.cpp.obj + 0001:000812a0 __unwindfunclet$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$2 100822a0 f main.cpp.obj + 0001:000812ad __ehhandler$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100822ad f main.cpp.obj + 0001:000812e0 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$0 100822e0 f main.cpp.obj + 0001:000812f9 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$1 100822f9 f main.cpp.obj + 0001:00081301 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$2 10082301 f main.cpp.obj + 0001:00081309 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$3 10082309 f main.cpp.obj + 0001:00081311 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$4 10082311 f main.cpp.obj + 0001:0008131e __ehhandler$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 1008231e f main.cpp.obj + 0001:00081350 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$0 10082350 f main.cpp.obj + 0001:00081358 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$1 10082358 f main.cpp.obj + 0001:00081360 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$2 10082360 f main.cpp.obj + 0001:00081368 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$3 10082368 f main.cpp.obj + 0001:00081375 __ehhandler$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 10082375 f main.cpp.obj + 0001:000813a0 __unwindfunclet$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z$0 100823a0 f helper.cpp.obj + 0001:000813a0 __unwindfunclet$?DoesItemMatch@Nampower@@YA_NIIPBD@Z$0 100823a0 f items.cpp.obj + 0001:000813a0 __unwindfunclet$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z$0 100823a0 f main.cpp.obj + 0001:000813a0 __unwindfunclet$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z$0 100823a0 f spell_scripts.cpp.obj + 0001:000813a0 __unwindfunclet$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z$0 100823a0 f spellcast.cpp.obj + 0001:000813ad __ehhandler$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100823ad f helper.cpp.obj + 0001:000813ad __ehhandler$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100823ad f items.cpp.obj + 0001:000813ad __ehhandler$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 100823ad f main.cpp.obj + 0001:000813ad __ehhandler$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 100823ad f spell_scripts.cpp.obj + 0001:000813ad __ehhandler$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100823ad f spellcast.cpp.obj + 0001:000813e0 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$2 100823e0 f main.cpp.obj + 0001:000813e8 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$3 100823e8 f main.cpp.obj + 0001:000813f0 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$4 100823f0 f main.cpp.obj + 0001:000813f8 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$5 100823f8 f main.cpp.obj + 0001:00081400 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$6 10082400 f main.cpp.obj + 0001:00081410 __ehhandler$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 10082410 f main.cpp.obj + 0001:00081440 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$2 10082440 f main.cpp.obj + 0001:00081459 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$3 10082459 f main.cpp.obj + 0001:00081464 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$0 10082464 f main.cpp.obj + 0001:00081474 __ehhandler$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 10082474 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$0 100824a0 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814a8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$1 100824a8 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814b0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$2 100824b0 f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814bd __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 100824bd f main.cpp.obj + 0001:000814f0 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$0 100824f0 f main.cpp.obj + 0001:000814f8 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$1 100824f8 f main.cpp.obj + 0001:00081500 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$2 10082500 f main.cpp.obj + 0001:0008150b __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$3 1008250b f main.cpp.obj + 0001:00081513 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$4 10082513 f main.cpp.obj + 0001:0008151b __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$5 1008251b f main.cpp.obj + 0001:00081523 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$6 10082523 f main.cpp.obj + 0001:00081533 __ehhandler$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 10082533 f main.cpp.obj + 0001:00081560 __unwindfunclet$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 10082560 f main.cpp.obj + 0001:00081570 __ehhandler$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10082570 f main.cpp.obj + 0001:000815a0 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 100825a0 f main.cpp.obj + 0001:000815ab __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 100825ab f main.cpp.obj + 0001:000815b6 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 100825b6 f main.cpp.obj + 0001:000815be __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 100825be f main.cpp.obj + 0001:000815c9 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$4 100825c9 f main.cpp.obj + 0001:000815d1 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$5 100825d1 f main.cpp.obj + 0001:000815dc __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$6 100825dc f main.cpp.obj + 0001:000815e4 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$7 100825e4 f main.cpp.obj + 0001:000815ef __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$8 100825ef f main.cpp.obj + 0001:000815f7 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$9 100825f7 f main.cpp.obj + 0001:00081607 __ehhandler$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10082607 f main.cpp.obj + 0001:00081640 __unwindfunclet$?CacheItemNameToId@Nampower@@YAXPBDI@Z$0 10082640 f items.cpp.obj + 0001:00081640 __unwindfunclet$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z$0 10082640 f main.cpp.obj + 0001:00081640 __unwindfunclet$?addCustomEvent@Nampower@@YAXIPAD@Z$0 10082640 f main.cpp.obj + 0001:00081640 __unwindfunclet$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10082640 f spell_scripts.cpp.obj + 0001:00081640 __unwindfunclet$?TriggerQuickcast@Nampower@@YAXXZ$0 10082640 f spellcast.cpp.obj + 0001:0008164d __ehhandler$?CacheItemNameToId@Nampower@@YAXPBDI@Z 1008264d f items.cpp.obj + 0001:0008164d __ehhandler$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 1008264d f main.cpp.obj + 0001:0008164d __ehhandler$?addCustomEvent@Nampower@@YAXIPAD@Z 1008264d f main.cpp.obj + 0001:0008164d __ehhandler$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1008264d f spell_scripts.cpp.obj + 0001:0008164d __ehhandler$?TriggerQuickcast@Nampower@@YAXXZ 1008264d f spellcast.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:00081680 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$0 10082680 f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:0008168d __ehhandler$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 1008268d f main.cpp.obj + 0001:000816b0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 100826b0 f main.cpp.obj + 0001:000816bd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100826bd f main.cpp.obj + 0001:000816f0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$2 100826f0 f main.cpp.obj + 0001:000816fd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100826fd f main.cpp.obj + 0001:00081730 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10082730 f main.cpp.obj + 0001:0008173d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008273d f main.cpp.obj + 0001:00081770 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$2 10082770 f main.cpp.obj + 0001:0008177d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 1008277d f main.cpp.obj + 0001:000817b0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$2 100827b0 f main.cpp.obj + 0001:000817bd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100827bd f main.cpp.obj + 0001:000817f0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$2 100827f0 f main.cpp.obj + 0001:000817fd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100827fd f main.cpp.obj + 0001:00081830 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$2 10082830 f main.cpp.obj + 0001:0008183d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 1008283d f main.cpp.obj + 0001:00081870 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$2 10082870 f main.cpp.obj + 0001:0008187d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 1008287d f main.cpp.obj + 0001:000818b0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$2 100828b0 f main.cpp.obj + 0001:000818bd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100828bd f main.cpp.obj + 0001:000818f0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$2 100828f0 f main.cpp.obj + 0001:000818fd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100828fd f main.cpp.obj + 0001:00081930 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$2 10082930 f main.cpp.obj + 0001:0008193d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 1008293d f main.cpp.obj + 0001:00081970 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$2 10082970 f main.cpp.obj + 0001:0008197d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 1008297d f main.cpp.obj + 0001:000819b0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$2 100829b0 f main.cpp.obj + 0001:000819bd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100829bd f main.cpp.obj + 0001:000819f0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$2 100829f0 f main.cpp.obj + 0001:000819fd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100829fd f main.cpp.obj + 0001:00081a30 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$2 10082a30 f main.cpp.obj + 0001:00081a3d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 10082a3d f main.cpp.obj + 0001:00081a70 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$2 10082a70 f main.cpp.obj + 0001:00081a7d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10082a7d f main.cpp.obj + 0001:00081ab0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$2 10082ab0 f main.cpp.obj + 0001:00081abd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10082abd f main.cpp.obj + 0001:00081af0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$2 10082af0 f main.cpp.obj + 0001:00081afd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10082afd f main.cpp.obj + 0001:00081b30 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10082b30 f main.cpp.obj + 0001:00081b3d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082b3d f main.cpp.obj + 0001:00081b70 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$2 10082b70 f main.cpp.obj + 0001:00081b7d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10082b7d f main.cpp.obj + 0001:00081bb0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10082bb0 f main.cpp.obj + 0001:00081bbd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082bbd f main.cpp.obj + 0001:00081bf0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$2 10082bf0 f main.cpp.obj + 0001:00081bfd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10082bfd f main.cpp.obj + 0001:00081c30 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$2 10082c30 f main.cpp.obj + 0001:00081c3d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10082c3d f main.cpp.obj + 0001:00081c70 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$2 10082c70 f main.cpp.obj + 0001:00081c7d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10082c7d f main.cpp.obj + 0001:00081cb0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$2 10082cb0 f main.cpp.obj + 0001:00081cbd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10082cbd f main.cpp.obj + 0001:00081cf0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$2 10082cf0 f main.cpp.obj + 0001:00081cfd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10082cfd f main.cpp.obj + 0001:00081d30 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$3 10082d30 f main.cpp.obj + 0001:00081d38 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$2 10082d38 f main.cpp.obj + 0001:00081d45 __ehhandler$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 10082d45 f main.cpp.obj + 0001:00081d70 __unwindfunclet$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$2 10082d70 f main.cpp.obj + 0001:00081d7d __ehhandler$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 10082d7d f main.cpp.obj + 0001:00081db0 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$2 10082db0 f main.cpp.obj + 0001:00081db8 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$3 10082db8 f main.cpp.obj + 0001:00081dc0 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$4 10082dc0 f main.cpp.obj + 0001:00081dc8 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$5 10082dc8 f main.cpp.obj + 0001:00081dd0 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$6 10082dd0 f main.cpp.obj + 0001:00081de0 __ehhandler$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 10082de0 f main.cpp.obj + 0001:00081e10 __unwindfunclet$?SetSelectionTarget@Nampower@@YAX_K@Z$0 10082e10 f main.cpp.obj + 0001:00081e1d __ehhandler$?SetSelectionTarget@Nampower@@YAX_K@Z 10082e1d f main.cpp.obj + 0001:00081e40 __unwindfunclet$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z$0 10082e40 f main.cpp.obj + 0001:00081e40 __unwindfunclet$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ$0 10082e40 f main.cpp.obj + 0001:00081e40 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ$0 10082e40 f main.cpp.obj + 0001:00081e4d __ehhandler$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 10082e4d f main.cpp.obj + 0001:00081e4d __ehhandler$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 10082e4d f main.cpp.obj + 0001:00081e4d __ehhandler$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 10082e4d f main.cpp.obj + 0001:00081e70 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z$0 10082e70 f main.cpp.obj + 0001:00081e70 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z$0 10082e70 f main.cpp.obj + 0001:00081e70 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z$0 10082e70 f main.cpp.obj + 0001:00081e70 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z$0 10082e70 f main.cpp.obj + 0001:00081e70 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z$0 10082e70 f main.cpp.obj + 0001:00081e70 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIH@Z@detail@hadesmem@@SIXPAIH@Z$0 10082e70 f main.cpp.obj + 0001:00081e70 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z$0 10082e70 f main.cpp.obj + 0001:00081e70 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z$0 10082e70 f main.cpp.obj + 0001:00081e70 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z$0 10082e70 f main.cpp.obj + 0001:00081e70 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z$0 10082e70 f main.cpp.obj + 0001:00081e70 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z$0 10082e70 f main.cpp.obj + 0001:00081e70 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z$0 10082e70 f main.cpp.obj + 0001:00081e70 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z$0 10082e70 f main.cpp.obj + 0001:00081e7d __ehhandler$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 10082e7d f main.cpp.obj + 0001:00081e7d __ehhandler$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 10082e7d f main.cpp.obj + 0001:00081e7d __ehhandler$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 10082e7d f main.cpp.obj + 0001:00081e7d __ehhandler$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 10082e7d f main.cpp.obj + 0001:00081e7d __ehhandler$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 10082e7d f main.cpp.obj + 0001:00081e7d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIH@Z@detail@hadesmem@@SIXPAIH@Z 10082e7d f main.cpp.obj + 0001:00081e7d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 10082e7d f main.cpp.obj + 0001:00081e7d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 10082e7d f main.cpp.obj + 0001:00081e7d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 10082e7d f main.cpp.obj + 0001:00081e7d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 10082e7d f main.cpp.obj + 0001:00081e7d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 10082e7d f main.cpp.obj + 0001:00081e7d __ehhandler$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 10082e7d f main.cpp.obj + 0001:00081e7d __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 10082e7d f main.cpp.obj + 0001:00081ea0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z$0 10082ea0 f main.cpp.obj + 0001:00081ea0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z$0 10082ea0 f main.cpp.obj + 0001:00081ea0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z$0 10082ea0 f main.cpp.obj + 0001:00081ea0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z$0 10082ea0 f main.cpp.obj + 0001:00081ea0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z$0 10082ea0 f main.cpp.obj + 0001:00081ead __ehhandler$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 10082ead f main.cpp.obj + 0001:00081ead __ehhandler$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 10082ead f main.cpp.obj + 0001:00081ead __ehhandler$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 10082ead f main.cpp.obj + 0001:00081ead __ehhandler$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 10082ead f main.cpp.obj + 0001:00081ead __ehhandler$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 10082ead f main.cpp.obj + 0001:00081ed0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z$0 10082ed0 f main.cpp.obj + 0001:00081ed0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z$0 10082ed0 f main.cpp.obj + 0001:00081edd __ehhandler$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 10082edd f main.cpp.obj + 0001:00081edd __ehhandler$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 10082edd f main.cpp.obj + 0001:00081f00 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z$0 10082f00 f main.cpp.obj + 0001:00081f00 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z$0 10082f00 f main.cpp.obj + 0001:00081f0d __ehhandler$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 10082f0d f main.cpp.obj + 0001:00081f0d __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 10082f0d f main.cpp.obj + 0001:00081f30 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z$0 10082f30 f main.cpp.obj + 0001:00081f3d __ehhandler$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 10082f3d f main.cpp.obj + 0001:00081f60 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$2 10082f60 f main.cpp.obj + 0001:00081f68 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$3 10082f68 f main.cpp.obj + 0001:00081f70 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$4 10082f70 f main.cpp.obj + 0001:00081f78 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$5 10082f78 f main.cpp.obj + 0001:00081f85 __ehhandler$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 10082f85 f main.cpp.obj + 0001:00081fb0 __unwindfunclet$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 10082fb0 f main.cpp.obj + 0001:00081fbd __ehhandler$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10082fbd f main.cpp.obj + 0001:00081fe0 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$0 10082fe0 f main.cpp.obj + 0001:00081fe8 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$1 10082fe8 f main.cpp.obj + 0001:00081ff0 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$7 10082ff0 f main.cpp.obj + 0001:00081ff8 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$2 10082ff8 f main.cpp.obj + 0001:00082000 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$3 10083000 f main.cpp.obj + 0001:00082008 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$4 10083008 f main.cpp.obj + 0001:00082018 __ehhandler$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 10083018 f main.cpp.obj + 0001:00082050 __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 10083050 f main.cpp.obj + 0001:0008205d __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 1008305d f main.cpp.obj + 0001:00082090 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 10083090 f main.cpp.obj + 0001:0008209b __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 1008309b f main.cpp.obj + 0001:000820a3 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 100830a3 f main.cpp.obj + 0001:000820ae __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$4 100830ae f main.cpp.obj + 0001:000820b6 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$5 100830b6 f main.cpp.obj + 0001:000820c1 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$6 100830c1 f main.cpp.obj + 0001:000820c9 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$7 100830c9 f main.cpp.obj + 0001:000820d4 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$8 100830d4 f main.cpp.obj + 0001:000820dc __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$9 100830dc f main.cpp.obj + 0001:000820ec __ehhandler$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100830ec f main.cpp.obj + 0001:00082120 __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 10083120 f main.cpp.obj + 0001:0008212d __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 1008312d f main.cpp.obj + 0001:00082160 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$0 10083160 f main.cpp.obj + 0001:0008216f __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$1 1008316f f main.cpp.obj + 0001:00082188 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$2 10083188 f main.cpp.obj + 0001:00082190 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$4 10083190 f main.cpp.obj + 0001:0008219d __ehhandler$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 1008319d f main.cpp.obj + 0001:000821c0 __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 100831c0 f main.cpp.obj + 0001:000821c8 __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 100831c8 f main.cpp.obj + 0001:000821d0 __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 100831d0 f main.cpp.obj + 0001:000821d8 __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 100831d8 f main.cpp.obj + 0001:000821e5 __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 100831e5 f main.cpp.obj + 0001:00082210 __ehhandler$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 10083210 f main.cpp.obj + 0001:00082230 __ehhandler$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 10083230 f main.cpp.obj + 0001:00082260 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$0 10083260 f main.cpp.obj + 0001:00082268 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$1 10083268 f main.cpp.obj + 0001:00082275 __ehhandler$?checkForStopChanneling@Nampower@@YAXXZ 10083275 f main.cpp.obj + 0001:000822a0 __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 100832a0 f main.cpp.obj + 0001:000822af __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 100832af f main.cpp.obj + 0001:000822cb __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 100832cb f main.cpp.obj + 0001:000822d8 __ehhandler$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100832d8 f main.cpp.obj + 0001:00082300 __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 10083300 f main.cpp.obj + 0001:0008230f __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 1008330f f main.cpp.obj + 0001:0008232b __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 1008332b f main.cpp.obj + 0001:00082338 __ehhandler$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 10083338 f main.cpp.obj + 0001:00082360 __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 10083360 f main.cpp.obj + 0001:0008236f __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 1008336f f main.cpp.obj + 0001:0008237c __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 1008337c f main.cpp.obj + 0001:000823a0 __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$0 100833a0 f main.cpp.obj + 0001:000823af __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$1 100833af f main.cpp.obj + 0001:000823bc __ehhandler$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 100833bc f main.cpp.obj + 0001:000823e0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$0 100833e0 f main.cpp.obj + 0001:000823f9 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$1 100833f9 f main.cpp.obj + 0001:00082408 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$4 10083408 f main.cpp.obj + 0001:00082410 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$2 10083410 f main.cpp.obj + 0001:00082418 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$3 10083418 f main.cpp.obj + 0001:00082420 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$11 10083420 f main.cpp.obj + 0001:0008242d __ehhandler$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 1008342d f main.cpp.obj + 0001:00082450 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$0 10083450 f main.cpp.obj + 0001:00082458 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$1 10083458 f main.cpp.obj + 0001:00082465 __ehhandler$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 10083465 f main.cpp.obj + 0001:00082490 __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$0 10083490 f main.cpp.obj + 0001:0008249b __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$1 1008349b f main.cpp.obj + 0001:000824a8 __ehhandler$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 100834a8 f main.cpp.obj + 0001:000824e0 __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 100834e0 f main.cpp.obj + 0001:000824eb __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 100834eb f main.cpp.obj + 0001:000824f3 __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 100834f3 f main.cpp.obj + 0001:000824fb __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 100834fb f main.cpp.obj + 0001:00082508 __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 10083508 f main.cpp.obj + 0001:00082540 __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 10083540 f main.cpp.obj + 0001:00082540 __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 10083540 f main.cpp.obj + 0001:0008254d __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 1008354d f main.cpp.obj + 0001:0008254d __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 1008354d f main.cpp.obj + 0001:00082580 __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 10083580 f main.cpp.obj + 0001:00082588 __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 10083588 f main.cpp.obj + 0001:00082595 __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 10083595 f main.cpp.obj + 0001:000825c0 __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 100835c0 f main.cpp.obj + 0001:000825cd __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 100835cd f main.cpp.obj + 0001:00082600 __unwindfunclet$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$2 10083600 f main.cpp.obj + 0001:0008260d __ehhandler$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 1008360d f main.cpp.obj + 0001:00082630 __unwindfunclet$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$2 10083630 f main.cpp.obj + 0001:00082644 __ehhandler$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 10083644 f main.cpp.obj + 0001:00082670 __unwindfunclet$?initHooks@Nampower@@YAXXZ$0 10083670 f main.cpp.obj + 0001:00082678 __unwindfunclet$?initHooks@Nampower@@YAXXZ$1 10083678 f main.cpp.obj + 0001:00082680 __unwindfunclet$?initHooks@Nampower@@YAXXZ$36 10083680 f main.cpp.obj + 0001:0008268d __ehhandler$?initHooks@Nampower@@YAXXZ 1008368d f main.cpp.obj + 0001:000826c0 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$0 100836c0 f main.cpp.obj + 0001:000826cb __unwindfunclet$?loadConfig@Nampower@@YAXXZ$1 100836cb f main.cpp.obj + 0001:000826d6 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$2 100836d6 f main.cpp.obj + 0001:000826e1 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$3 100836e1 f main.cpp.obj + 0001:000826ec __unwindfunclet$?loadConfig@Nampower@@YAXXZ$4 100836ec f main.cpp.obj + 0001:000826f7 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$5 100836f7 f main.cpp.obj + 0001:00082702 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$6 10083702 f main.cpp.obj + 0001:0008270d __unwindfunclet$?loadConfig@Nampower@@YAXXZ$7 1008370d f main.cpp.obj + 0001:00082718 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$8 10083718 f main.cpp.obj + 0001:00082723 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$9 10083723 f main.cpp.obj + 0001:0008272e __unwindfunclet$?loadConfig@Nampower@@YAXXZ$10 1008372e f main.cpp.obj + 0001:00082739 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$11 10083739 f main.cpp.obj + 0001:00082749 __ehhandler$?loadConfig@Nampower@@YAXXZ 10083749 f main.cpp.obj + 0001:00082780 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$0 10083780 f main.cpp.obj + 0001:00082788 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$1 10083788 f main.cpp.obj + 0001:00082795 __ehhandler$?loadUserVar@Nampower@@YAXPBD@Z 10083795 f main.cpp.obj + 0001:000827c0 __unwindfunclet$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z$0 100837c0 f main.cpp.obj + 0001:000827cd __ehhandler$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 100837cd f main.cpp.obj + 0001:000827f0 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$0 100837f0 f main.cpp.obj + 0001:000827f8 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$1 100837f8 f main.cpp.obj + 0001:00082800 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$2 10083800 f main.cpp.obj + 0001:0008280d __ehhandler$?processQueues@Nampower@@YA_NXZ 1008380d f main.cpp.obj + 0001:00082840 __unwindfunclet$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$2 10083840 f main.cpp.obj + 0001:0008284d __ehhandler$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 1008384d f main.cpp.obj + 0001:00082870 __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 10083870 f main.cpp.obj + 0001:0008287d __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 1008387d f main.cpp.obj + 0001:000828a0 __unwindfunclet$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z$2 100838a0 f main.cpp.obj + 0001:000828ad __ehhandler$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 100838ad f main.cpp.obj + 0001:000828d0 __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 100838d0 f main.cpp.obj + 0001:000828ee __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 100838ee f main.cpp.obj + 0001:00082910 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$0 10083910 f main.cpp.obj + 0001:00082918 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$1 10083918 f main.cpp.obj + 0001:00082920 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$2 10083920 f main.cpp.obj + 0001:00082928 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$3 10083928 f main.cpp.obj + 0001:00082930 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$4 10083930 f main.cpp.obj + 0001:00082938 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$5 10083938 f main.cpp.obj + 0001:00082940 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$6 10083940 f main.cpp.obj + 0001:00082948 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$7 10083948 f main.cpp.obj + 0001:00082950 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$8 10083950 f main.cpp.obj + 0001:00082958 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$9 10083958 f main.cpp.obj + 0001:00082960 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$10 10083960 f main.cpp.obj + 0001:00082968 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$11 10083968 f main.cpp.obj + 0001:00082970 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$12 10083970 f main.cpp.obj + 0001:00082978 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$13 10083978 f main.cpp.obj + 0001:00082980 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$14 10083980 f main.cpp.obj + 0001:00082988 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$15 10083988 f main.cpp.obj + 0001:00082990 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$16 10083990 f main.cpp.obj + 0001:00082998 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$17 10083998 f main.cpp.obj + 0001:000829a0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$18 100839a0 f main.cpp.obj + 0001:000829a8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$19 100839a8 f main.cpp.obj + 0001:000829b0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$20 100839b0 f main.cpp.obj + 0001:000829b8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$21 100839b8 f main.cpp.obj + 0001:000829c0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$22 100839c0 f main.cpp.obj + 0001:000829c8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$23 100839c8 f main.cpp.obj + 0001:000829d0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$24 100839d0 f main.cpp.obj + 0001:000829d8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$25 100839d8 f main.cpp.obj + 0001:000829e0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$26 100839e0 f main.cpp.obj + 0001:000829e8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$27 100839e8 f main.cpp.obj + 0001:000829f0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$28 100839f0 f main.cpp.obj + 0001:000829f8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$29 100839f8 f main.cpp.obj + 0001:00082a00 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$30 10083a00 f main.cpp.obj + 0001:00082a08 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$31 10083a08 f main.cpp.obj + 0001:00082a10 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$32 10083a10 f main.cpp.obj + 0001:00082a18 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$33 10083a18 f main.cpp.obj + 0001:00082a25 __ehhandler$?updateFromCvar@Nampower@@YAXPBD0@Z 10083a25 f main.cpp.obj + 0001:00082a50 __unwindfunclet$_Load$4 10083a50 f main.cpp.obj + 0001:00082a58 __unwindfunclet$_Load$3 10083a58 f main.cpp.obj + 0001:00082a65 __ehhandler$_Load 10083a65 f main.cpp.obj + 0001:00082a90 __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 10083a90 f helper.cpp.obj + 0001:00082a98 __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 10083a98 f helper.cpp.obj + 0001:00082aa5 __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 10083aa5 f helper.cpp.obj + 0001:00082ad0 __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 10083ad0 f helper.cpp.obj + 0001:00082ad8 __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 10083ad8 f helper.cpp.obj + 0001:00082ae5 __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 10083ae5 f helper.cpp.obj + 0001:00082b10 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$0 10083b10 f helper.cpp.obj + 0001:00082b1c __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$2 10083b1c f helper.cpp.obj + 0001:00082b26 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$3 10083b26 f helper.cpp.obj + 0001:00082b35 __ehhandler$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 10083b35 f helper.cpp.obj + 0001:00082b60 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$1 10083b60 f helper.cpp.obj + 0001:00082b68 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$3 10083b68 f helper.cpp.obj + 0001:00082b70 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$0 10083b70 f helper.cpp.obj + 0001:00082b7c __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$9 10083b7c f helper.cpp.obj + 0001:00082b86 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$10 10083b86 f helper.cpp.obj + 0001:00082b95 __ehhandler$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 10083b95 f helper.cpp.obj + 0001:00082bc0 __unwindfunclet$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z$0 10083bc0 f helper.cpp.obj + 0001:00082bc0 __unwindfunclet$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z$0 10083bc0 f spellcast.cpp.obj + 0001:00082bc0 __unwindfunclet$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z$0 10083bc0 f spellcast.cpp.obj + 0001:00082bc0 __unwindfunclet$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10083bc0 f spellevents.cpp.obj + 0001:00082bcd __ehhandler$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 10083bcd f helper.cpp.obj + 0001:00082bcd __ehhandler$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 10083bcd f spellcast.cpp.obj + 0001:00082bcd __ehhandler$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 10083bcd f spellcast.cpp.obj + 0001:00082bcd __ehhandler$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10083bcd f spellevents.cpp.obj + 0001:00082c00 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$2 10083c00 f spellcast.cpp.obj + 0001:00082c08 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$3 10083c08 f spellcast.cpp.obj + 0001:00082c15 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 10083c15 f spellcast.cpp.obj + 0001:00082c40 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$0 10083c40 f spellcast.cpp.obj + 0001:00082c48 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$4 10083c48 f spellcast.cpp.obj + 0001:00082c50 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$1 10083c50 f spellcast.cpp.obj + 0001:00082c58 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$2 10083c58 f spellcast.cpp.obj + 0001:00082c60 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$3 10083c60 f spellcast.cpp.obj + 0001:00082c6d __ehhandler$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 10083c6d f spellcast.cpp.obj + 0001:00082ca0 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$0 10083ca0 f spellcast.cpp.obj + 0001:00082ca8 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$1 10083ca8 f spellcast.cpp.obj + 0001:00082cb5 __ehhandler$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 10083cb5 f spellcast.cpp.obj + 0001:00082ce0 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$0 10083ce0 f spellcast.cpp.obj + 0001:00082ce8 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$1 10083ce8 f spellcast.cpp.obj + 0001:00082cf5 __ehhandler$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 10083cf5 f spellcast.cpp.obj + 0001:00082d20 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$0 10083d20 f spellcast.cpp.obj + 0001:00082d28 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$1 10083d28 f spellcast.cpp.obj + 0001:00082d35 __ehhandler$?CastQueuedNormalSpell@Nampower@@YAXXZ 10083d35 f spellcast.cpp.obj + 0001:00082d60 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$0 10083d60 f spellcast.cpp.obj + 0001:00082d68 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$1 10083d68 f spellcast.cpp.obj + 0001:00082d70 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$2 10083d70 f spellcast.cpp.obj + 0001:00082d78 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$3 10083d78 f spellcast.cpp.obj + 0001:00082d80 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$4 10083d80 f spellcast.cpp.obj + 0001:00082d88 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$6 10083d88 f spellcast.cpp.obj + 0001:00082d90 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$5 10083d90 f spellcast.cpp.obj + 0001:00082d98 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$7 10083d98 f spellcast.cpp.obj + 0001:00082da0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$8 10083da0 f spellcast.cpp.obj + 0001:00082da8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$9 10083da8 f spellcast.cpp.obj + 0001:00082db0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$10 10083db0 f spellcast.cpp.obj + 0001:00082db8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$11 10083db8 f spellcast.cpp.obj + 0001:00082dc0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$12 10083dc0 f spellcast.cpp.obj + 0001:00082dc8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$13 10083dc8 f spellcast.cpp.obj + 0001:00082dd0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$17 10083dd0 f spellcast.cpp.obj + 0001:00082dd8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$14 10083dd8 f spellcast.cpp.obj + 0001:00082de0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$15 10083de0 f spellcast.cpp.obj + 0001:00082de8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$16 10083de8 f spellcast.cpp.obj + 0001:00082df0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$18 10083df0 f spellcast.cpp.obj + 0001:00082df8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$19 10083df8 f spellcast.cpp.obj + 0001:00082e00 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$20 10083e00 f spellcast.cpp.obj + 0001:00082e08 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$21 10083e08 f spellcast.cpp.obj + 0001:00082e10 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$22 10083e10 f spellcast.cpp.obj + 0001:00082e18 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$23 10083e18 f spellcast.cpp.obj + 0001:00082e25 __ehhandler$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 10083e25 f spellcast.cpp.obj + 0001:00082e50 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10083e50 f spellchannel.cpp.obj + 0001:00082e58 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10083e58 f spellchannel.cpp.obj + 0001:00082e60 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 10083e60 f spellchannel.cpp.obj + 0001:00082e68 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$3 10083e68 f spellchannel.cpp.obj + 0001:00082e70 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$4 10083e70 f spellchannel.cpp.obj + 0001:00082e78 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$5 10083e78 f spellchannel.cpp.obj + 0001:00082e85 __ehhandler$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10083e85 f spellchannel.cpp.obj + 0001:00082eb0 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10083eb0 f spellchannel.cpp.obj + 0001:00082eb8 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10083eb8 f spellchannel.cpp.obj + 0001:00082ec5 __ehhandler$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10083ec5 f spellchannel.cpp.obj + 0001:00082ef0 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10083ef0 f spellevents.cpp.obj + 0001:00082ef8 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10083ef8 f spellevents.cpp.obj + 0001:00082f00 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 10083f00 f spellevents.cpp.obj + 0001:00082f0d __ehhandler$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10083f0d f spellevents.cpp.obj + 0001:00082f40 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$1 10083f40 f spellevents.cpp.obj + 0001:00082f48 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$0 10083f48 f spellevents.cpp.obj + 0001:00082f55 __ehhandler$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 10083f55 f spellevents.cpp.obj + 0001:00082f80 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$0 10083f80 f spellevents.cpp.obj + 0001:00082f88 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$1 10083f88 f spellevents.cpp.obj + 0001:00082f90 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$2 10083f90 f spellevents.cpp.obj + 0001:00082f9d __ehhandler$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 10083f9d f spellevents.cpp.obj + 0001:00082fd0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$0 10083fd0 f spellevents.cpp.obj + 0001:00082fd8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$13 10083fd8 f spellevents.cpp.obj + 0001:00082fe0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$14 10083fe0 f spellevents.cpp.obj + 0001:00082fe8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$2 10083fe8 f spellevents.cpp.obj + 0001:00082ff0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$1 10083ff0 f spellevents.cpp.obj + 0001:00082ff8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$3 10083ff8 f spellevents.cpp.obj + 0001:00083000 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$4 10084000 f spellevents.cpp.obj + 0001:00083008 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$5 10084008 f spellevents.cpp.obj + 0001:00083010 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$8 10084010 f spellevents.cpp.obj + 0001:00083018 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$9 10084018 f spellevents.cpp.obj + 0001:00083020 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$7 10084020 f spellevents.cpp.obj + 0001:00083028 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$6 10084028 f spellevents.cpp.obj + 0001:00083030 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$10 10084030 f spellevents.cpp.obj + 0001:00083038 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$11 10084038 f spellevents.cpp.obj + 0001:00083040 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$12 10084040 f spellevents.cpp.obj + 0001:0008304d __ehhandler$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 1008404d f spellevents.cpp.obj + 0001:00083080 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$0 10084080 f spellevents.cpp.obj + 0001:0008308b __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$1 1008408b f spellevents.cpp.obj + 0001:00083096 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$2 10084096 f spellevents.cpp.obj + 0001:0008309e __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$3 1008409e f spellevents.cpp.obj + 0001:000830ab __ehhandler$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 100840ab f spellevents.cpp.obj + 0001:000830e0 __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 100840e0 f misc_scripts.cpp.obj + 0001:000830e0 __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 100840e0 f misc_scripts.cpp.obj + 0001:000830e0 __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 100840e0 f spell_scripts.cpp.obj + 0001:000830ed __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 100840ed f misc_scripts.cpp.obj + 0001:000830ed __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 100840ed f misc_scripts.cpp.obj + 0001:000830ed __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 100840ed f spell_scripts.cpp.obj + 0001:00083120 __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 10084120 f dbc_fields.cpp.obj + 0001:00083120 __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 10084120 f misc_scripts.cpp.obj + 0001:00083128 __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 10084128 f dbc_fields.cpp.obj + 0001:00083128 __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 10084128 f misc_scripts.cpp.obj + 0001:00083135 __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 10084135 f dbc_fields.cpp.obj + 0001:00083135 __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 10084135 f misc_scripts.cpp.obj + 0001:00083160 __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 10084160 f items.cpp.obj + 0001:00083160 __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 10084160 f misc_scripts.cpp.obj + 0001:0008316b __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 1008416b f items.cpp.obj + 0001:0008316b __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 1008416b f misc_scripts.cpp.obj + 0001:0008317b __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 1008417b f items.cpp.obj + 0001:0008317b __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 1008417b f misc_scripts.cpp.obj + 0001:000831a0 __unwindfunclet$?RunQueuedScript@Nampower@@YA_NH@Z$0 100841a0 f misc_scripts.cpp.obj + 0001:000831a0 __unwindfunclet$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z$0 100841a0 f misc_scripts.cpp.obj + 0001:000831ad __ehhandler$?RunQueuedScript@Nampower@@YA_NH@Z 100841ad f misc_scripts.cpp.obj + 0001:000831ad __ehhandler$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 100841ad f misc_scripts.cpp.obj + 0001:000831e0 __unwindfunclet$?Script_DisenchantAll@Nampower@@YAIPAI@Z$0 100841e0 f misc_scripts.cpp.obj + 0001:000831ed __ehhandler$?Script_DisenchantAll@Nampower@@YAIPAI@Z 100841ed f misc_scripts.cpp.obj + 0001:00083220 __unwindfunclet$?Script_GetItemStatsField@Nampower@@YAIPAI@Z$2 10084220 f misc_scripts.cpp.obj + 0001:00083220 __unwindfunclet$?Script_GetUnitField@Nampower@@YAIPAI@Z$2 10084220 f misc_scripts.cpp.obj + 0001:00083220 __unwindfunclet$?Script_GetSpellRecField@Nampower@@YAIPAI@Z$2 10084220 f spell_scripts.cpp.obj + 0001:0008322d __ehhandler$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 1008422d f misc_scripts.cpp.obj + 0001:0008322d __ehhandler$?Script_GetUnitField@Nampower@@YAIPAI@Z 1008422d f misc_scripts.cpp.obj + 0001:0008322d __ehhandler$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 1008422d f spell_scripts.cpp.obj + 0001:00083260 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$0 10084260 f dbc_fields.cpp.obj + 0001:00083260 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$0 10084260 f misc_scripts.cpp.obj + 0001:00083268 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$1 10084268 f dbc_fields.cpp.obj + 0001:00083268 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$1 10084268 f misc_scripts.cpp.obj + 0001:00083270 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$2 10084270 f dbc_fields.cpp.obj + 0001:00083270 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$2 10084270 f misc_scripts.cpp.obj + 0001:00083278 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$3 10084278 f dbc_fields.cpp.obj + 0001:00083278 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$3 10084278 f misc_scripts.cpp.obj + 0001:00083285 __ehhandler$?InitializeFieldMaps@Nampower@@YAXXZ 10084285 f dbc_fields.cpp.obj + 0001:00083285 __ehhandler$?Script_QueueScript@Nampower@@YAIPAI@Z 10084285 f misc_scripts.cpp.obj + 0001:000832b0 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$0 100842b0 f misc_scripts.cpp.obj + 0001:000832b8 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$1 100842b8 f misc_scripts.cpp.obj + 0001:000832c0 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$3 100842c0 f misc_scripts.cpp.obj + 0001:000832c8 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$4 100842c8 f misc_scripts.cpp.obj + 0001:000832d0 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$2 100842d0 f misc_scripts.cpp.obj + 0001:000832dd __ehhandler$?TryDisenchant@Nampower@@YA_NXZ 100842dd f misc_scripts.cpp.obj + 0001:00083310 __unwindfunclet$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z$0 10084310 f spell_scripts.cpp.obj + 0001:00083310 __unwindfunclet$?Script_QueueSpellByName@Nampower@@YAIPAI@Z$0 10084310 f spell_scripts.cpp.obj + 0001:0008331d __ehhandler$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 1008431d f spell_scripts.cpp.obj + 0001:0008331d __ehhandler$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 1008431d f spell_scripts.cpp.obj + 0001:00083350 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$1 10084350 f spell_scripts.cpp.obj + 0001:00083358 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$4 10084358 f spell_scripts.cpp.obj + 0001:00083360 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$0 10084360 f spell_scripts.cpp.obj + 0001:0008336d __ehhandler$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 1008436d f spell_scripts.cpp.obj + 0001:000833a0 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$0 100843a0 f item_scripts.cpp.obj + 0001:000833a8 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$1 100843a8 f item_scripts.cpp.obj + 0001:000833b5 __ehhandler$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100843b5 f item_scripts.cpp.obj + 0001:000833e0 __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 100843e0 f items.cpp.obj + 0001:000833e8 __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 100843e8 f items.cpp.obj + 0001:000833f5 __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 100843f5 f items.cpp.obj + 0001:00083420 __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 10084420 f items.cpp.obj + 0001:00083428 __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 10084428 f items.cpp.obj + 0001:00083435 __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 10084435 f items.cpp.obj + 0001:00083460 __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 10084460 f items.cpp.obj + 0001:00083468 __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 10084468 f items.cpp.obj + 0001:00083475 __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 10084475 f items.cpp.obj + 0001:000834a0 __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$1 100844a0 f items.cpp.obj + 0001:000834aa __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$2 100844aa f items.cpp.obj + 0001:000834b9 __ehhandler$??__EitemNameToIdCache@Nampower@@YAXXZ 100844b9 f items.cpp.obj + 0001:000834e0 __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$1 100844e0 f items.cpp.obj + 0001:000834ea __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$2 100844ea f items.cpp.obj + 0001:000834f9 __ehhandler$??__EitemStatsCache@Nampower@@YAXXZ 100844f9 f items.cpp.obj + 0001:00083520 __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$1 10084520 f items.cpp.obj + 0001:0008352a __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$2 1008452a f items.cpp.obj + 0001:00083539 __ehhandler$??__EpendingItemIds@Nampower@@YAXXZ 10084539 f items.cpp.obj + 0001:00083560 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$0 10084560 f items.cpp.obj + 0001:00083568 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$1 10084568 f items.cpp.obj + 0001:00083570 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$2 10084570 f items.cpp.obj + 0001:00083578 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$3 10084578 f items.cpp.obj + 0001:00083580 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$4 10084580 f items.cpp.obj + 0001:00083588 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$5 10084588 f items.cpp.obj + 0001:00083595 __ehhandler$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 10084595 f items.cpp.obj + 0001:000835c0 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$0 100845c0 f items.cpp.obj + 0001:000835c8 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$1 100845c8 f items.cpp.obj + 0001:000835d5 __ehhandler$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100845d5 f items.cpp.obj + 0001:00083600 __unwindfunclet$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z$0 10084600 f items.cpp.obj + 0001:0008361e __ehhandler$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 1008461e f items.cpp.obj + 0001:00083640 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$0 10084640 f unit_fields.cpp.obj + 0001:00083648 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$1 10084648 f unit_fields.cpp.obj + 0001:00083655 __ehhandler$?InitializeUnitFieldMaps@Nampower@@YAXXZ 10084655 f unit_fields.cpp.obj + 0001:00083680 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$0 10084680 f lua_refs.cpp.obj + 0001:00083688 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$1 10084688 f lua_refs.cpp.obj + 0001:00083695 __ehhandler$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 10084695 f lua_refs.cpp.obj + 0001:000836bc __ehhandler$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100846bc f libvcruntime:frame.obj + 0001:000836d9 __unwindfunclet$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ$0 100846d9 f libvcruntime:undname.obj + 0001:000836e6 __ehhandler$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100846e6 f libvcruntime:undname.obj + 0001:00083703 __ehhandler$?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 10084703 f libucrt:write.obj + 0001:0008372d __ehhandler$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 1008472d f libucrt:exit.obj + 0001:0008374a __ehhandler$__execute_onexit_table 1008474a f libucrt:onexit.obj + 0001:00083767 __ehhandler$___dcrt_uninitialize_environments_nolock 10084767 f libucrt:environment_initialization.obj + 0001:00083784 __ehhandler$?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 10084784 f libucrt:mbstowcs.obj + 0001:000837a1 __unwindfunclet$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z$0 100847a1 f libcpmt:locale0.obj + 0001:000837ae __ehhandler$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 100847ae f libcpmt:locale0.obj + 0001:000837d0 ??__FdebugLogFile@Nampower@@YAXXZ 100847d0 f logging.cpp.obj + 0001:00083880 ??__F?e@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 10084880 f main.cpp.obj + 0001:000838c0 ??__F?e@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 100848c0 f main.cpp.obj + 0001:00083900 ??__Fep@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 10084900 f main.cpp.obj + 0001:00083940 ??__Fep@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 10084940 f main.cpp.obj + 0001:00083980 ??__FgAttackRoundInfo_ReadPacketDetour@Nampower@@YAXXZ 10084980 f main.cpp.obj + 0001:000839a0 ??__FgCGActionBar_UseActionDetour@Nampower@@YAXXZ 100849a0 f main.cpp.obj + 0001:000839c0 ??__FgCGPlayer_C_OnAttackIconPressedDetour@Nampower@@YAXXZ 100849c0 f main.cpp.obj + 0001:000839e0 ??__FgCGSpellBook_CastSpellDetour@Nampower@@YAXXZ 100849e0 f main.cpp.obj + 0001:00083a00 ??__FgCGUnit_C_OnAuraAddedDetour@Nampower@@YAXXZ 10084a00 f main.cpp.obj + 0001:00083a20 ??__FgCGUnit_C_OnAuraAddedStackDetour@Nampower@@YAXXZ 10084a20 f main.cpp.obj + 0001:00083a40 ??__FgCGUnit_C_OnAuraRemovedDetour@Nampower@@YAXXZ 10084a40 f main.cpp.obj + 0001:00083a60 ??__FgCGWorldFrame_OnLayerTrackTerrainDetour@Nampower@@YAXXZ 10084a60 f main.cpp.obj + 0001:00083a80 ??__FgCancelSpellDetour@Nampower@@YAXXZ 10084a80 f main.cpp.obj + 0001:00083aa0 ??__FgCastDetour@Nampower@@YAXXZ 10084aa0 f main.cpp.obj + 0001:00083ac0 ??__FgCastHistory@Nampower@@YAXXZ 10084ac0 f main.cpp.obj + 0001:00083ad0 ??__FgCastResultHandlerDetour@Nampower@@YAXXZ 10084ad0 f main.cpp.obj + 0001:00083af0 ??__FgCastbarPatch@Nampower@@YAXXZ 10084af0 f main.cpp.obj + 0001:00083bc0 ??__FgCreateEventsDetour@Nampower@@YAXXZ 10084bc0 f main.cpp.obj + 0001:00083be0 ??__FgGetSpellSlotFromLuaDetour@Nampower@@YAXXZ 10084be0 f main.cpp.obj + 0001:00083c00 ??__FgIEndSceneDetour@Nampower@@YAXXZ 10084c00 f main.cpp.obj + 0001:00083c20 ??__FgInvalidFunctionPtrCheckDetour@Nampower@@YAXXZ 10084c20 f main.cpp.obj + 0001:00083c40 ??__FgLoadScriptFunctionsDetour@Nampower@@YAXXZ 10084c40 f main.cpp.obj + 0001:00083c60 ??__FgNonGcdCastQueue@Nampower@@YAXXZ 10084c60 f main.cpp.obj + 0001:00083c70 ??__FgOnSpriteRightClickDetour@Nampower@@YAXXZ 10084c70 f main.cpp.obj + 0001:00083c90 ??__FgPeriodicAuraLogHandlerDetour@Nampower@@YAXXZ 10084c90 f main.cpp.obj + 0001:00083cb0 ??__FgPlaySpellVisualHandlerDetour@Nampower@@YAXXZ 10084cb0 f main.cpp.obj + 0001:00083cd0 ??__FgSendCastDetour@Nampower@@YAXXZ 10084cd0 f main.cpp.obj + 0001:00083cf0 ??__FgSetCVarDetour@Nampower@@YAXXZ 10084cf0 f main.cpp.obj + 0001:00083d10 ??__FgSetEventCountDetour@Nampower@@YAXXZ 10084d10 f main.cpp.obj + 0001:00083d30 ??__FgSignalEventDetour@Nampower@@YAXXZ 10084d30 f main.cpp.obj + 0001:00083d50 ??__FgSpellChannelStartHandlerDetour@Nampower@@YAXXZ 10084d50 f main.cpp.obj + 0001:00083d70 ??__FgSpellChannelUpdateHandlerDetour@Nampower@@YAXXZ 10084d70 f main.cpp.obj + 0001:00083d90 ??__FgSpellCooldownDetour@Nampower@@YAXXZ 10084d90 f main.cpp.obj + 0001:00083db0 ??__FgSpellDelayedDetour@Nampower@@YAXXZ 10084db0 f main.cpp.obj + 0001:00083dd0 ??__FgSpellEnergizeLogHandlerDetour@Nampower@@YAXXZ 10084dd0 f main.cpp.obj + 0001:00083df0 ??__FgSpellFailedDetour@Nampower@@YAXXZ 10084df0 f main.cpp.obj + 0001:00083e10 ??__FgSpellFailedHandlerDetour@Nampower@@YAXXZ 10084e10 f main.cpp.obj + 0001:00083e30 ??__FgSpellGoDetour@Nampower@@YAXXZ 10084e30 f main.cpp.obj + 0001:00083e50 ??__FgSpellHealingLogHandlerDetour@Nampower@@YAXXZ 10084e50 f main.cpp.obj + 0001:00083e70 ??__FgSpellNonMeleeDmgLogHandlerDetour@Nampower@@YAXXZ 10084e70 f main.cpp.obj + 0001:00083e90 ??__FgSpellStartHandlerDetour@Nampower@@YAXXZ 10084e90 f main.cpp.obj + 0001:00083eb0 ??__FgSpellStopCastingDetour@Nampower@@YAXXZ 10084eb0 f main.cpp.obj + 0001:00083ed0 ??__FgSpellTargetUnitDetour@Nampower@@YAXXZ 10084ed0 f main.cpp.obj + 0001:00083ef0 ??__FgSpell_C_CooldownEventTriggeredDetour@Nampower@@YAXXZ 10084ef0 f main.cpp.obj + 0001:00083f10 ??__FgSpell_C_GetAutoRepeatingSpellDetour@Nampower@@YAXXZ 10084f10 f main.cpp.obj + 0001:00083f30 ??__FgSpell_C_GetSpellModifiersDetour@Nampower@@YAXXZ 10084f30 f main.cpp.obj + 0001:00083f50 ??__FgSpell_C_GetSpellRadiusDetour@Nampower@@YAXXZ 10084f50 f main.cpp.obj + 0001:00083f70 ??__FgSpell_C_HandleSpriteClickDetour@Nampower@@YAXXZ 10084f70 f main.cpp.obj + 0001:00083f90 ??__FgSpell_C_HandleTerrainClickDetour@Nampower@@YAXXZ 10084f90 f main.cpp.obj + 0001:00083fb0 ??__FgSpell_C_TargetSpellDetour@Nampower@@YAXXZ 10084fb0 f main.cpp.obj + 0001:00083fd0 ??__FgSysMsgInitDetour@Nampower@@YAXXZ 10084fd0 f main.cpp.obj + 0001:00083ff0 ??__FgUnitCombatLogUnitDeadDetour@Nampower@@YAXXZ 10084ff0 f main.cpp.obj + 0001:00084010 ??__FspellIdToSlotCache@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@YAXXZ 10085010 f helper.cpp.obj + 0001:00084020 ??__FspellSlotCache@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@YAXXZ 10085020 f helper.cpp.obj + 0001:00084030 ??__FitemStatsArrayFieldRefs@Nampower@@YAXXZ 10085030 f misc_scripts.cpp.obj + 0001:00084040 ??__FitemStatsNestedArrayRefs@Nampower@@YAXXZ 10085040 f misc_scripts.cpp.obj + 0001:00084050 ??__FunitFieldsArrayFieldRefs@Nampower@@YAXXZ 10085050 f misc_scripts.cpp.obj + 0001:00084060 ??__FunitFieldsNestedArrayRefs@Nampower@@YAXXZ 10085060 f misc_scripts.cpp.obj + 0001:00084070 ??__FspellRecArrayFieldRefs@Nampower@@YAXXZ 10085070 f spell_scripts.cpp.obj + 0001:00084080 ??__FspellRecNestedArrayRefs@Nampower@@YAXXZ 10085080 f spell_scripts.cpp.obj + 0001:00084090 ??__FitemNameToIdCache@Nampower@@YAXXZ 10085090 f items.cpp.obj + 0001:000840a0 ??__FitemStatsCache@Nampower@@YAXXZ 100850a0 f items.cpp.obj + 0001:000840b0 ??__FpendingItemIds@Nampower@@YAXXZ 100850b0 f items.cpp.obj + 0001:000840c0 ??__FitemStatsArrayFieldMap@Nampower@@YAXXZ 100850c0 f dbc_fields.cpp.obj + 0001:000840d0 ??__FitemStatsFieldMap@Nampower@@YAXXZ 100850d0 f dbc_fields.cpp.obj + 0001:000840e0 ??__FspellRecArrayFieldMap@Nampower@@YAXXZ 100850e0 f dbc_fields.cpp.obj + 0001:000840f0 ??__FspellRecFieldMap@Nampower@@YAXXZ 100850f0 f dbc_fields.cpp.obj + 0001:00084100 ??__FunitFieldsArrayFieldMap@Nampower@@YAXXZ 10085100 f unit_fields.cpp.obj + 0001:00084110 ??__FunitFieldsFieldMap@Nampower@@YAXXZ 10085110 f unit_fields.cpp.obj + 0001:00084120 ??__FregisteredTableRefs@Nampower@@YAXXZ 10085120 f lua_refs.cpp.obj + 0001:0008417c ??__Finitlocks@std@@YAXXZ 1008517c f libcpmt:xlock.obj + 0001:00084186 ??__F_Fac_tidy_reg@std@@YAXXZ 10085186 f libcpmt:locale0.obj + 0001:00084190 ??__Fclassic_locale@std@@YAXXZ 10085190 f libcpmt:locale0.obj + 0001:0008419a ??__Finit_atexit@@YAXXZ 1008519a f libcpmt:iosptrs.obj + 0001:000841a4 ??__Finitlocks@std@@YAXXZ 100851a4 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 + 0002:000001f8 ?_Fac_tidy_reg$initializer$@std@@3P6AXXZA 100861f8 libcpmt:locale0.obj + 0002:000001fc ?classic_locale$initializer$@std@@3P6AXXZA 100861fc libcpmt:locale0.obj + 0002:00000200 ?debugLogFile$initializer$@Nampower@@3P6AXXZA 10086200 logging.cpp.obj + 0002:00000204 ?gNonGcdCastQueue$initializer$@Nampower@@3P6AXXZA 10086204 main.cpp.obj + 0002:00000208 ?gCastHistory$initializer$@Nampower@@3P6AXXZA 10086208 main.cpp.obj + 0002:0000020c ?gSysMsgInitDetour$initializer$@Nampower@@3P6AXXZA 1008620c main.cpp.obj + 0002:00000210 ?gLoadScriptFunctionsDetour$initializer$@Nampower@@3P6AXXZA 10086210 main.cpp.obj + 0002:00000214 ?gCreateEventsDetour$initializer$@Nampower@@3P6AXXZA 10086214 main.cpp.obj + 0002:00000218 ?gSetEventCountDetour$initializer$@Nampower@@3P6AXXZA 10086218 main.cpp.obj + 0002:0000021c ?gSetCVarDetour$initializer$@Nampower@@3P6AXXZA 1008621c main.cpp.obj + 0002:00000220 ?gCGSpellBook_CastSpellDetour$initializer$@Nampower@@3P6AXXZA 10086220 main.cpp.obj + 0002:00000224 ?gCastDetour$initializer$@Nampower@@3P6AXXZA 10086224 main.cpp.obj + 0002:00000228 ?gSendCastDetour$initializer$@Nampower@@3P6AXXZA 10086228 main.cpp.obj + 0002:0000022c ?gCancelSpellDetour$initializer$@Nampower@@3P6AXXZA 1008622c main.cpp.obj + 0002:00000230 ?gSignalEventDetour$initializer$@Nampower@@3P6AXXZA 10086230 main.cpp.obj + 0002:00000234 ?gSpellFailedDetour$initializer$@Nampower@@3P6AXXZA 10086234 main.cpp.obj + 0002:00000238 ?gSpell_C_GetSpellModifiersDetour$initializer$@Nampower@@3P6AXXZA 10086238 main.cpp.obj + 0002:0000023c ?gSpell_C_GetSpellRadiusDetour$initializer$@Nampower@@3P6AXXZA 1008623c main.cpp.obj + 0002:00000240 ?gCastbarPatch$initializer$@Nampower@@3P6AXXZA 10086240 main.cpp.obj + 0002:00000244 ?gIEndSceneDetour$initializer$@Nampower@@3P6AXXZA 10086244 main.cpp.obj + 0002:00000248 ?gSpell_C_GetAutoRepeatingSpellDetour$initializer$@Nampower@@3P6AXXZA 10086248 main.cpp.obj + 0002:0000024c ?gSpell_C_CooldownEventTriggeredDetour$initializer$@Nampower@@3P6AXXZA 1008624c main.cpp.obj + 0002:00000250 ?gSpellGoDetour$initializer$@Nampower@@3P6AXXZA 10086250 main.cpp.obj + 0002:00000254 ?gSpellTargetUnitDetour$initializer$@Nampower@@3P6AXXZA 10086254 main.cpp.obj + 0002:00000258 ?gSpellStopCastingDetour$initializer$@Nampower@@3P6AXXZA 10086258 main.cpp.obj + 0002:0000025c ?gOnSpriteRightClickDetour$initializer$@Nampower@@3P6AXXZA 1008625c main.cpp.obj + 0002:00000260 ?gSpell_C_HandleSpriteClickDetour$initializer$@Nampower@@3P6AXXZA 10086260 main.cpp.obj + 0002:00000264 ?gSpell_C_HandleTerrainClickDetour$initializer$@Nampower@@3P6AXXZA 10086264 main.cpp.obj + 0002:00000268 ?gCGWorldFrame_OnLayerTrackTerrainDetour$initializer$@Nampower@@3P6AXXZA 10086268 main.cpp.obj + 0002:0000026c ?gSpell_C_TargetSpellDetour$initializer$@Nampower@@3P6AXXZA 1008626c main.cpp.obj + 0002:00000270 ?gSpellCooldownDetour$initializer$@Nampower@@3P6AXXZA 10086270 main.cpp.obj + 0002:00000274 ?gSpellDelayedDetour$initializer$@Nampower@@3P6AXXZA 10086274 main.cpp.obj + 0002:00000278 ?gCastResultHandlerDetour$initializer$@Nampower@@3P6AXXZA 10086278 main.cpp.obj + 0002:0000027c ?gSpellFailedHandlerDetour$initializer$@Nampower@@3P6AXXZA 1008627c main.cpp.obj + 0002:00000280 ?gSpellChannelStartHandlerDetour$initializer$@Nampower@@3P6AXXZA 10086280 main.cpp.obj + 0002:00000284 ?gSpellChannelUpdateHandlerDetour$initializer$@Nampower@@3P6AXXZA 10086284 main.cpp.obj + 0002:00000288 ?gPlaySpellVisualHandlerDetour$initializer$@Nampower@@3P6AXXZA 10086288 main.cpp.obj + 0002:0000028c ?gSpellHealingLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 1008628c main.cpp.obj + 0002:00000290 ?gSpellEnergizeLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 10086290 main.cpp.obj + 0002:00000294 ?gSpellStartHandlerDetour$initializer$@Nampower@@3P6AXXZA 10086294 main.cpp.obj + 0002:00000298 ?gPeriodicAuraLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 10086298 main.cpp.obj + 0002:0000029c ?gSpellNonMeleeDmgLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 1008629c main.cpp.obj + 0002:000002a0 ?gCGPlayer_C_OnAttackIconPressedDetour$initializer$@Nampower@@3P6AXXZA 100862a0 main.cpp.obj + 0002:000002a4 ?gAttackRoundInfo_ReadPacketDetour$initializer$@Nampower@@3P6AXXZA 100862a4 main.cpp.obj + 0002:000002a8 ?gCGActionBar_UseActionDetour$initializer$@Nampower@@3P6AXXZA 100862a8 main.cpp.obj + 0002:000002ac ?gCGUnit_C_OnAuraRemovedDetour$initializer$@Nampower@@3P6AXXZA 100862ac main.cpp.obj + 0002:000002b0 ?gCGUnit_C_OnAuraAddedDetour$initializer$@Nampower@@3P6AXXZA 100862b0 main.cpp.obj + 0002:000002b4 ?gCGUnit_C_OnAuraAddedStackDetour$initializer$@Nampower@@3P6AXXZA 100862b4 main.cpp.obj + 0002:000002b8 ?gUnitCombatLogUnitDeadDetour$initializer$@Nampower@@3P6AXXZA 100862b8 main.cpp.obj + 0002:000002bc ?gInvalidFunctionPtrCheckDetour$initializer$@Nampower@@3P6AXXZA 100862bc main.cpp.obj + 0002:000002c0 ?gGetSpellSlotFromLuaDetour$initializer$@Nampower@@3P6AXXZA 100862c0 main.cpp.obj + 0002:000002c4 ??e$initializer$@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2P6AXXZA@@3P6AXXZA 100862c4 main.cpp.obj + 0002:000002c8 ??e$initializer$@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2P6AXXZA@@3P6AXXZA 100862c8 main.cpp.obj + 0002:000002cc ?itemStatsArrayFieldRefs$initializer$@Nampower@@3P6AXXZA 100862cc misc_scripts.cpp.obj + 0002:000002d0 ?unitFieldsArrayFieldRefs$initializer$@Nampower@@3P6AXXZA 100862d0 misc_scripts.cpp.obj + 0002:000002d4 ?itemStatsNestedArrayRefs$initializer$@Nampower@@3P6AXXZA 100862d4 misc_scripts.cpp.obj + 0002:000002d8 ?unitFieldsNestedArrayRefs$initializer$@Nampower@@3P6AXXZA 100862d8 misc_scripts.cpp.obj + 0002:000002dc ?spellRecArrayFieldRefs$initializer$@Nampower@@3P6AXXZA 100862dc spell_scripts.cpp.obj + 0002:000002e0 ?spellRecNestedArrayRefs$initializer$@Nampower@@3P6AXXZA 100862e0 spell_scripts.cpp.obj + 0002:000002e4 ?bagItemDataCache$initializer$@Nampower@@3P6AXXZA 100862e4 items.cpp.obj + 0002:000002e8 ?equippedItemDataCache$initializer$@Nampower@@3P6AXXZA 100862e8 items.cpp.obj + 0002:000002ec ?itemStatsCache$initializer$@Nampower@@3P6AXXZA 100862ec items.cpp.obj + 0002:000002f0 ?itemNameToIdCache$initializer$@Nampower@@3P6AXXZA 100862f0 items.cpp.obj + 0002:000002f4 ?pendingItemIds$initializer$@Nampower@@3P6AXXZA 100862f4 items.cpp.obj + 0002:000002f8 ?itemStatsFieldMap$initializer$@Nampower@@3P6AXXZA 100862f8 dbc_fields.cpp.obj + 0002:000002fc ?itemStatsArrayFieldMap$initializer$@Nampower@@3P6AXXZA 100862fc dbc_fields.cpp.obj + 0002:00000300 ?spellRecFieldMap$initializer$@Nampower@@3P6AXXZA 10086300 dbc_fields.cpp.obj + 0002:00000304 ?spellRecArrayFieldMap$initializer$@Nampower@@3P6AXXZA 10086304 dbc_fields.cpp.obj + 0002:00000308 ?unitFieldsFieldMap$initializer$@Nampower@@3P6AXXZA 10086308 unit_fields.cpp.obj + 0002:0000030c ?unitFieldsArrayFieldMap$initializer$@Nampower@@3P6AXXZA 1008630c unit_fields.cpp.obj + 0002:00000310 ?registeredTableRefs$initializer$@Nampower@@3P6AXXZA 10086310 lua_refs.cpp.obj + 0002:0000032c ?pinit@@3P6AHXZA 1008632c libcpmt:winapisupp.obj + 0002:00000360 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10086360 logging.cpp.obj + 0002:000005e0 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 100865e0 cdatastore.cpp.obj + 0002:000005e1 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 100865e1 game.cpp.obj + 0002:000005e2 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 100865e2 main.cpp.obj + 0002:000005e3 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 100865e3 main.cpp.obj + 0002:00006a10 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008ca10 helper.cpp.obj + 0002:00006a11 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008ca11 helper.cpp.obj + 0002:00006ab0 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008cab0 spellcast.cpp.obj + 0002:00006ab1 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008cab1 spellcast.cpp.obj + 0002:0000726a ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008d26a spellchannel.cpp.obj + 0002:0000726b ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008d26b spellchannel.cpp.obj + 0002:000073bc ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008d3bc spellevents.cpp.obj + 0002:000073bd ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008d3bd spellevents.cpp.obj + 0002:000077b2 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008d7b2 misc_scripts.cpp.obj + 0002:000077b3 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008d7b3 misc_scripts.cpp.obj + 0002:00007e58 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008de58 spell_scripts.cpp.obj + 0002:00007e59 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008de59 spell_scripts.cpp.obj + 0002:00008418 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008e418 cooldown_scripts.cpp.obj + 0002:00008419 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008e419 cooldown_scripts.cpp.obj + 0002:000084d1 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008e4d1 item_scripts.cpp.obj + 0002:000084d2 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008e4d2 item_scripts.cpp.obj + 0002:000088d4 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008e8d4 items.cpp.obj + 0002:000088d5 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008e8d5 items.cpp.obj + 0002:00008900 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008e900 dbc_fields.cpp.obj + 0002:00008901 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008e901 dbc_fields.cpp.obj + 0002:00009800 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008f800 unit_fields.cpp.obj + 0002:00009801 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008f801 unit_fields.cpp.obj + 0002:00009f60 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008ff60 auras.cpp.obj + 0002:00009f61 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008ff61 auras.cpp.obj + 0002:00009f62 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008ff62 lua_refs.cpp.obj + 0002:00009f63 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008ff63 lua_refs.cpp.obj + 0002:00009f86 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008ff86 autoattack.cpp.obj + 0002:00009f87 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008ff87 autoattack.cpp.obj + 0002:0000a028 ?tokenTable@@3QBUStringLiteral@@B 10090028 libvcruntime:undname.obj + 0002:0000a0b0 ?nameTable@@3QBUStringLiteral@@B 100900b0 libvcruntime:undname.obj + 0002:0000a348 ?rttiTable@@3QBUStringLiteral@@B 10090348 libvcruntime:undname.obj + 0002:0000a370 ?IndirectionName@@3QBUStringLiteral@@B 10090370 libvcruntime:undname.obj + 0002:0000a3a0 ?PrefixName@@3QBUStringLiteral@@B 100903a0 libvcruntime:undname.obj + 0002:0000ae88 ?result@?1??IsValidIdentChar@@YA_ND@Z@4U@?1??InitValidIdentChar@@YA@XZ@B 10090e88 libvcruntime:undname.obj + 0002:0000afc0 ?module_names@?A0x14174aea@@3QBQB_WB 10090fc0 libvcruntime:winapi_downlevel.obj + 0002:0000b068 ?candidate_modules@?1??try_get_FlsAlloc@@YAP6GKP6GXPAX@Z@ZXZ@4QBW4module_id@?A0x14174aea@@B 10091068 libvcruntime:winapi_downlevel.obj + 0002:0000b07c ?candidate_modules@?1??try_get_FlsFree@@YAP6GHK@ZXZ@4QBW4module_id@?A0x14174aea@@B 1009107c libvcruntime:winapi_downlevel.obj + 0002:0000b08c ?candidate_modules@?1??try_get_FlsGetValue@@YAP6GPAXK@ZXZ@4QBW4module_id@?A0x14174aea@@B 1009108c libvcruntime:winapi_downlevel.obj + 0002:0000b0a0 ?candidate_modules@?1??try_get_FlsSetValue@@YAP6GHKPAX@ZXZ@4QBW4module_id@?A0x14174aea@@B 100910a0 libvcruntime:winapi_downlevel.obj + 0002:0000b0b4 ?candidate_modules@?1??try_get_InitializeCriticalSectionEx@@YAP6GHPAU_RTL_CRITICAL_SECTION@@KK@ZXZ@4QBW4module_id@?A0x14174aea@@B 100910b4 libvcruntime:winapi_downlevel.obj + 0002:0000b2e8 ?errtable@@3QBUerrentry@?A0x31fdb9ec@@B 100912e8 libucrt:errno.obj + 0002:0000bfb0 _One 10091fb0 libucrt:ceil_pentium4.obj + 0002:0000bfc0 _Bns 10091fc0 libucrt:ceil_pentium4.obj + 0002:0000bfd0 _Zero 10091fd0 libucrt:ceil_pentium4.obj + 0002:0000bfe0 _S 10091fe0 libucrt:ceil_pentium4.obj + 0002:0000bff0 _NegZero 10091ff0 libucrt:ceil_pentium4.obj + 0002:0000bff8 __first_127char 10091ff8 libucrt:wsetlocale.obj + 0002:0000c638 ?module_names@?A0x391cf84c@@3QBQB_WB 10092638 libucrt:winapi_thunks.obj + 0002:0000cb44 ?candidate_modules@?1??try_get_AreFileApisANSI@@YAP6GHXZXZ@4QBW4module_id@?A0x391cf84c@@B 10092b44 libucrt:winapi_thunks.obj + 0002:0000cb58 ?candidate_modules@?1??try_get_CompareStringEx@@YAP6GHPB_WK0H0HPAU_nlsversioninfo@@PAXJ@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092b58 libucrt:winapi_thunks.obj + 0002:0000cb70 ?candidate_modules@?1??try_get_EnumSystemLocalesEx@@YAP6GHP6GHPA_WKJ@ZKJPAX@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092b70 libucrt:winapi_thunks.obj + 0002:0000cb8c ?candidate_modules@?1??try_get_GetDateFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH0@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092b8c libucrt:winapi_thunks.obj + 0002:0000cbb4 ?candidate_modules@?1??try_get_GetLocaleInfoEx@@YAP6GHPB_WKPA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092bb4 libucrt:winapi_thunks.obj + 0002:0000cbec ?candidate_modules@?1??try_get_GetTimeFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092bec libucrt:winapi_thunks.obj + 0002:0000cc04 ?candidate_modules@?1??try_get_GetUserDefaultLocaleName@@YAP6GHPA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092c04 libucrt:winapi_thunks.obj + 0002:0000cc28 ?candidate_modules@?1??try_get_InitializeCriticalSectionEx@@YAP6GHPAU_RTL_CRITICAL_SECTION@@KK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092c28 libucrt:winapi_thunks.obj + 0002:0000cc30 ?candidate_modules@?1??try_get_IsValidLocaleName@@YAP6GHPB_W@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092c30 libucrt:winapi_thunks.obj + 0002:0000cc4c ?candidate_modules@?1??try_get_LCMapStringEx@@YAP6GHPB_WK0HPA_WHPAU_nlsversioninfo@@PAXJ@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092c4c libucrt:winapi_thunks.obj + 0002:0000cc64 ?candidate_modules@?1??try_get_LCIDToLocaleName@@YAP6GHKPA_WHK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092c64 libucrt:winapi_thunks.obj + 0002:0000cc80 ?candidate_modules@?1??try_get_LocaleNameToLCID@@YAP6GKPB_WK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092c80 libucrt:winapi_thunks.obj + 0002:0000cc9c ?candidate_modules@?1??try_get_AppPolicyGetProcessTerminationMethod@@YAP6GJPAXPAW4AppPolicyProcessTerminationMethod@@@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092c9c libucrt:winapi_thunks.obj + 0002:0000ccc8 ?candidate_modules@?1??try_get_FlsAlloc@@YAP6GKP6GXPAX@Z@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092cc8 libucrt:winapi_thunks.obj + 0002:0000ccd0 ?candidate_modules@?1??try_get_FlsFree@@YAP6GHK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092cd0 libucrt:winapi_thunks.obj + 0002:0000ccd8 ?candidate_modules@?1??try_get_FlsGetValue@@YAP6GPAXK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092cd8 libucrt:winapi_thunks.obj + 0002:0000cce0 ?candidate_modules@?1??try_get_FlsSetValue@@YAP6GHKPAX@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10092ce0 libucrt:winapi_thunks.obj + 0002:0000cce8 ?strings@?1??fp_format_nan_or_infinity@@YAHW4__acrt_fp_class@@_NPADI1@Z@4QAY03QBDA 10092ce8 libucrt:cvt.obj + 0002:0000cd70 ?_names@?1??_get_fname@@9@4QBU@?1??1@YAPADI@Z@B 10092d70 libucrt:fpexcept.obj + 0002:0000cf38 _over 10092f38 libucrt:fpctrl.obj + 0002:0000cf44 _under 10092f44 libucrt:fpctrl.obj + 0002:0000d7b0 ?_mb_locale_names@@3QBQB_WB 100937b0 libucrt:mbctype.obj + 0002:0000e660 ?LcidToLocaleNameTable@?A0x881e4c05@@3QBULcidToLocaleName@1@B 10094660 libucrt:lcidtoname_downlevel.obj + 0002:0000f780 ?LocaleNameToIndexTable@?A0x881e4c05@@3QBULocaleNameIndex@1@B 10095780 libucrt:lcidtoname_downlevel.obj + 0002:00010760 One 10096760 libucrt:common.obj + 0002:00010774 DblMax 10096774 libucrt:common.obj + 0002:0001077c DblMin 1009677c libucrt:common.obj + 0002:00010784 IeeeAdjO 10096784 libucrt:common.obj + 0002:0001078c IeeeAdjU 1009678c libucrt:common.obj + 0002:00010794 _infinity 10096794 libucrt:common.obj + 0002:0001079c _zero 1009679c libucrt:common.obj + 0002:000107b0 _NAME_ 100967b0 libucrt:sqrt_impl.obj + 0002:000107d0 LOG_name 100967d0 libucrt:log10_impl.obj + 0002:000107fe One 100967fe libucrt:87disp.obj + 0002:00010806 Three 10096806 libucrt:87disp.obj + 0002:0001080e XAMtoTagTab 1009680e libucrt:87disp.obj + 0002:00010820 emask 10096820 libucrt:log10_pentium4.obj + 0002:00010830 CC 10096830 libucrt:log10_pentium4.obj + 0002:00010840 Magic 10096840 libucrt:log10_pentium4.obj + 0002:00010850 hi_mask 10096850 libucrt:log10_pentium4.obj + 0002:00010860 LOG10_2 10096860 libucrt:log10_pentium4.obj + 0002:00010870 place_L 10096870 libucrt:log10_pentium4.obj + 0002:00010890 One 10096890 libucrt:log10_pentium4.obj + 0002:000108a0 Zero 100968a0 libucrt:log10_pentium4.obj + 0002:000108b0 Two52 100968b0 libucrt:log10_pentium4.obj + 0002:000108c0 Infs 100968c0 libucrt:log10_pentium4.obj + 0002:000108d0 NaN 100968d0 libucrt:log10_pentium4.obj + 0002:000108e0 coeff 100968e0 libucrt:log10_pentium4.obj + 0002:0001093e _log2max 1009693e libucrt:87tran.obj + 0002:00010948 _smallarg 10096948 libucrt:87tran.obj + 0002:00010952 _half 10096952 libucrt:87tran.obj + 0002:000111f8 ?_Win_errtab@?A0xdad2e229@@3QBU_Win_errtab_t@1@B 100971f8 libcpmt:syserror.obj + 0002:00011498 ?_Sys_errtab@?A0xdad2e229@@3QBU_Sys_errtab_t@1@B 10097498 libcpmt:syserror.obj + 0002:00011d68 ?mods@?1??_Xfsopen@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z@4QBQBDB 10097d68 libcpmt:fiopen.obj + 0002:00011e00 ?_Whitespace_bitmap@?A0xfa98056f@@3U_Whitespace_bitmap_t@1@B 10097e00 libcpmt:syserror_import_lib.obj + 0002:00011f30 _digits 10097f30 libcpmt:xstoul.obj + 0002:00011f58 _ndigs 10097f58 libcpmt:xstoul.obj + 0002:00011f80 _digits 10097f80 libcpmt:xstoull.obj + 0002:00011fa8 _ndigs 10097fa8 libcpmt:xstoull.obj + 0002:00011fe0 _bias_low 10097fe0 LIBCMT:ftol3.obj + 0002:00011ff0 _bias_high 10097ff0 LIBCMT:ftol3.obj + 0002:00012000 _DP2to32 10098000 LIBCMT:ftol3.obj + 0002:00012008 _NaN 10098008 LIBCMT:ftol3.obj + 0002:0001200c _onept5 1009800c LIBCMT:ftol3.obj + 0002:00012014 _GS_ExceptionPointers 10098014 LIBCMT:gs_report.obj + 0002:00012020 two32 10098020 LIBCMT:ftol2.obj + 0002:00012024 two63 10098024 LIBCMT:ftol2.obj + 0002:00012028 _NaN 10098028 LIBCMT:ftol2.obj + 0002:00012040 ___acrt_initializers 10098040 libucrt:initialization.obj + 0002:00014eb8 _ud_itab__16 1009aeb8 udis86:itab.obj + 0002:00014ec8 _ud_itab__32 1009aec8 udis86:itab.obj + 0002:00014ed0 _ud_itab__330 1009aed0 udis86:itab.obj + 0002:00014ed8 _ud_itab__157 1009aed8 udis86:itab.obj + 0002:00014ee0 _ud_itab__208 1009aee0 udis86:itab.obj + 0002:00014ef0 _ud_itab__78 1009aef0 udis86:itab.obj + 0002:00014ef8 _ud_itab__103 1009aef8 udis86:itab.obj + 0002:00014f00 _ud_itab__200 1009af00 udis86:itab.obj + 0002:00014f08 _ud_itab__44 1009af08 udis86:itab.obj + 0002:00014f10 _ud_itab__242 1009af10 udis86:itab.obj + 0002:00014f18 _ud_itab__87 1009af18 udis86:itab.obj + 0002:00014f20 _ud_itab__297 1009af20 udis86:itab.obj + 0002:00014f24 _ud_itab__308 1009af24 udis86:itab.obj + 0002:00014f28 _ud_itab__107 1009af28 udis86:itab.obj + 0002:00014f30 _ud_itab__398 1009af30 udis86:itab.obj + 0002:00014f34 _ud_itab__216 1009af34 udis86:itab.obj + 0002:00014f44 _ud_itab__350 1009af44 udis86:itab.obj + 0002:00014f48 _ud_itab__401 1009af48 udis86:itab.obj + 0002:00014f4c _ud_itab__133 1009af4c udis86:itab.obj + 0002:00014f54 _ud_itab__413 1009af54 udis86:itab.obj + 0002:00014f58 _ud_itab__361 1009af58 udis86:itab.obj + 0002:00014f5c _ud_itab__203 1009af5c udis86:itab.obj + 0002:00014f6c _ud_itab__282 1009af6c udis86:itab.obj + 0002:00014f74 _ud_itab__61 1009af74 udis86:itab.obj + 0002:00014f7c _ud_itab__186 1009af7c udis86:itab.obj + 0002:00014f8c _ud_itab__429 1009af8c udis86:itab.obj + 0002:00014f9c _ud_itab__363 1009af9c udis86:itab.obj + 0002:00014fa0 _ud_itab__271 1009afa0 udis86:itab.obj + 0002:00014fa8 _ud_itab__5 1009afa8 udis86:itab.obj + 0002:00014fb8 _ud_itab__14 1009afb8 udis86:itab.obj + 0002:00014fc8 _ud_itab__121 1009afc8 udis86:itab.obj + 0002:00014fd0 _ud_itab__34 1009afd0 udis86:itab.obj + 0002:00014fd8 _ud_itab__147 1009afd8 udis86:itab.obj + 0002:00014fe0 _ud_itab__115 1009afe0 udis86:itab.obj + 0002:00014fe8 _ud_itab__346 1009afe8 udis86:itab.obj + 0002:00014fec _ud_itab__213 1009afec udis86:itab.obj + 0002:00014ffc _ud_itab__143 1009affc udis86:itab.obj + 0002:00015004 _ud_itab__19 1009b004 udis86:itab.obj + 0002:0001500c _ud_itab__12 1009b00c udis86:itab.obj + 0002:00015014 _ud_itab__267 1009b014 udis86:itab.obj + 0002:0001501c _ud_itab__97 1009b01c udis86:itab.obj + 0002:00015024 _ud_itab__84 1009b024 udis86:itab.obj + 0002:0001502c _ud_itab__150 1009b02c udis86:itab.obj + 0002:00015034 _ud_itab__249 1009b034 udis86:itab.obj + 0002:0001503c _ud_itab__137 1009b03c udis86:itab.obj + 0002:00015048 _ud_itab__116 1009b048 udis86:itab.obj + 0002:00015248 _ud_itab__247 1009b248 udis86:itab.obj + 0002:00015250 _ud_itab__421 1009b250 udis86:itab.obj + 0002:000152d0 _ud_itab__349 1009b2d0 udis86:itab.obj + 0002:000152e0 _ud_itab__327 1009b2e0 udis86:itab.obj + 0002:000152e8 _ud_itab__420 1009b2e8 udis86:itab.obj + 0002:000152f8 _ud_itab__156 1009b2f8 udis86:itab.obj + 0002:00015300 _ud_itab__290 1009b300 udis86:itab.obj + 0002:00015304 _ud_itab__302 1009b304 udis86:itab.obj + 0002:00015314 _ud_itab__402 1009b314 udis86:itab.obj + 0002:00015318 _ud_itab__73 1009b318 udis86:itab.obj + 0002:00015320 _ud_itab__220 1009b320 udis86:itab.obj + 0002:00015330 _ud_itab__118 1009b330 udis86:itab.obj + 0002:00015338 _ud_itab__384 1009b338 udis86:itab.obj + 0002:0001533c _ud_itab__347 1009b33c udis86:itab.obj + 0002:0001534c _ud_itab__366 1009b34c udis86:itab.obj + 0002:00015350 _ud_itab__311 1009b350 udis86:itab.obj + 0002:00015354 _ud_itab__244 1009b354 udis86:itab.obj + 0002:0001535c _ud_itab__270 1009b35c udis86:itab.obj + 0002:00015364 _ud_itab__446 1009b364 udis86:itab.obj + 0002:00015368 _ud_itab__176 1009b368 udis86:itab.obj + 0002:00015370 _ud_itab__445 1009b370 udis86:itab.obj + 0002:00015380 _ud_itab__353 1009b380 udis86:itab.obj + 0002:00015384 _ud_itab__234 1009b384 udis86:itab.obj + 0002:0001538c _ud_itab__390 1009b38c udis86:itab.obj + 0002:00015390 _ud_itab__68 1009b390 udis86:itab.obj + 0002:00015398 _ud_itab__90 1009b398 udis86:itab.obj + 0002:000153a0 _ud_itab__300 1009b3a0 udis86:itab.obj + 0002:000153a8 _ud_itab__141 1009b3a8 udis86:itab.obj + 0002:000153b0 _ud_itab__37 1009b3b0 udis86:itab.obj + 0002:000153b4 _ud_itab__298 1009b3b4 udis86:itab.obj + 0002:000153b8 _ud_itab__356 1009b3b8 udis86:itab.obj + 0002:000153bc _ud_itab__320 1009b3bc udis86:itab.obj + 0002:000153c0 _ud_itab__212 1009b3c0 udis86:itab.obj + 0002:000153d0 _ud_itab__439 1009b3d0 udis86:itab.obj + 0002:00015450 _ud_itab__94 1009b450 udis86:itab.obj + 0002:00015458 _ud_itab__310 1009b458 udis86:itab.obj + 0002:0001545c _ud_itab__56 1009b45c udis86:itab.obj + 0002:00015460 _ud_itab__428 1009b460 udis86:itab.obj + 0002:00015468 _ud_itab__418 1009b468 udis86:itab.obj + 0002:000154e8 _ud_itab__171 1009b4e8 udis86:itab.obj + 0002:000154f0 _ud_itab__304 1009b4f0 udis86:itab.obj + 0002:00015500 _ud_itab__146 1009b500 udis86:itab.obj + 0002:00015508 _ud_itab__396 1009b508 udis86:itab.obj + 0002:0001550c _ud_itab__206 1009b50c udis86:itab.obj + 0002:0001551c _ud_itab__437 1009b51c udis86:itab.obj + 0002:00015520 _ud_itab__333 1009b520 udis86:itab.obj + 0002:00015540 _ud_itab__228 1009b540 udis86:itab.obj + 0002:00015550 _ud_itab__93 1009b550 udis86:itab.obj + 0002:00015558 _ud_itab__405 1009b558 udis86:itab.obj + 0002:00015568 _ud_itab__257 1009b568 udis86:itab.obj + 0002:00015570 _ud_itab__60 1009b570 udis86:itab.obj + 0002:00015574 _ud_itab__71 1009b574 udis86:itab.obj + 0002:0001557c _ud_itab__292 1009b57c udis86:itab.obj + 0002:00015584 _ud_itab__194 1009b584 udis86:itab.obj + 0002:0001558c _ud_itab__132 1009b58c udis86:itab.obj + 0002:00015594 _ud_itab__43 1009b594 udis86:itab.obj + 0002:0001559c _ud_itab__35 1009b59c udis86:itab.obj + 0002:000155a4 _ud_itab__163 1009b5a4 udis86:itab.obj + 0002:000155ac _ud_itab__364 1009b5ac udis86:itab.obj + 0002:000155b0 _ud_itab__389 1009b5b0 udis86:itab.obj + 0002:000155b4 _ud_itab__67 1009b5b4 udis86:itab.obj + 0002:000155bc _ud_itab__166 1009b5bc udis86:itab.obj + 0002:000155c4 _ud_itab__251 1009b5c4 udis86:itab.obj + 0002:000155cc _ud_itab__344 1009b5cc udis86:itab.obj + 0002:000155d4 _ud_itab__387 1009b5d4 udis86:itab.obj + 0002:000155d8 _ud_itab__52 1009b5d8 udis86:itab.obj + 0002:000155dc _ud_itab__422 1009b5dc udis86:itab.obj + 0002:000155e0 _ud_itab__164 1009b5e0 udis86:itab.obj + 0002:000155e8 _ud_itab__288 1009b5e8 udis86:itab.obj + 0002:000155ec _ud_itab__266 1009b5ec udis86:itab.obj + 0002:000155f4 _ud_itab__180 1009b5f4 udis86:itab.obj + 0002:000155fc _ud_itab__190 1009b5fc udis86:itab.obj + 0002:00015604 _ud_itab__22 1009b604 udis86:itab.obj + 0002:0001560c _ud_itab__407 1009b60c udis86:itab.obj + 0002:00015610 _ud_itab__373 1009b610 udis86:itab.obj + 0002:00015618 _ud_itab__341 1009b618 udis86:itab.obj + 0002:00015818 _ud_itab__236 1009b818 udis86:itab.obj + 0002:00015820 _ud_itab__8 1009b820 udis86:itab.obj + 0002:00015830 _ud_itab__172 1009b830 udis86:itab.obj + 0002:00015838 _ud_itab__414 1009b838 udis86:itab.obj + 0002:0001583c _ud_itab__392 1009b83c udis86:itab.obj + 0002:00015840 _ud_itab__260 1009b840 udis86:itab.obj + 0002:00015848 _ud_itab__108 1009b848 udis86:itab.obj + 0002:00015850 _ud_itab__438 1009b850 udis86:itab.obj + 0002:00015860 _ud_itab__151 1009b860 udis86:itab.obj + 0002:00015868 _ud_itab__70 1009b868 udis86:itab.obj + 0002:00015870 _ud_itab__261 1009b870 udis86:itab.obj + 0002:00015878 _ud_itab__411 1009b878 udis86:itab.obj + 0002:00015888 _ud_itab__174 1009b888 udis86:itab.obj + 0002:00015890 _ud_itab__63 1009b890 udis86:itab.obj + 0002:00015898 _ud_itab__388 1009b898 udis86:itab.obj + 0002:0001589c _ud_itab__69 1009b89c udis86:itab.obj + 0002:000158a4 _ud_itab__359 1009b8a4 udis86:itab.obj + 0002:000158a8 _ud_itab__375 1009b8a8 udis86:itab.obj + 0002:000158b0 _ud_itab__53 1009b8b0 udis86:itab.obj + 0002:000158b8 _ud_itab__343 1009b8b8 udis86:itab.obj + 0002:000158bc _ud_itab__173 1009b8bc udis86:itab.obj + 0002:000158c4 _ud_itab__280 1009b8c4 udis86:itab.obj + 0002:000158cc _ud_itab__165 1009b8cc udis86:itab.obj + 0002:000158d4 _ud_itab__374 1009b8d4 udis86:itab.obj + 0002:000158d8 _ud_itab__91 1009b8d8 udis86:itab.obj + 0002:000158e0 _ud_itab__102 1009b8e0 udis86:itab.obj + 0002:000158e8 _ud_itab__351 1009b8e8 udis86:itab.obj + 0002:000158f0 _ud_itab__352 1009b8f0 udis86:itab.obj + 0002:000158f4 _ud_itab__193 1009b8f4 udis86:itab.obj + 0002:000158fc _ud_itab__33 1009b8fc udis86:itab.obj + 0002:00015904 _ud_itab__129 1009b904 udis86:itab.obj + 0002:0001590c _ud_itab__372 1009b90c udis86:itab.obj + 0002:00015910 _ud_itab__321 1009b910 udis86:itab.obj + 0002:00015914 _ud_itab__98 1009b914 udis86:itab.obj + 0002:0001591c _ud_itab__272 1009b91c udis86:itab.obj + 0002:00015924 _ud_itab__325 1009b924 udis86:itab.obj + 0002:00015928 _ud_itab__245 1009b928 udis86:itab.obj + 0002:00015930 _ud_itab__198 1009b930 udis86:itab.obj + 0002:00015938 _ud_itab__403 1009b938 udis86:itab.obj + 0002:00015958 _ud_itab__436 1009b958 udis86:itab.obj + 0002:000159d8 _ud_itab__299 1009b9d8 udis86:itab.obj + 0002:000159dc _ud_itab__256 1009b9dc udis86:itab.obj + 0002:000159e4 _ud_itab__283 1009b9e4 udis86:itab.obj + 0002:000159ec _ud_itab__342 1009b9ec udis86:itab.obj + 0002:000159f0 _ud_itab__140 1009b9f0 udis86:itab.obj + 0002:000159f8 _ud_itab__291 1009b9f8 udis86:itab.obj + 0002:000159fc _ud_itab__112 1009b9fc udis86:itab.obj + 0002:00015a04 _ud_itab__95 1009ba04 udis86:itab.obj + 0002:00015a0c _ud_itab__197 1009ba0c udis86:itab.obj + 0002:00015a14 _ud_itab__204 1009ba14 udis86:itab.obj + 0002:00015a24 _ud_itab__385 1009ba24 udis86:itab.obj + 0002:00015a28 _ud_itab__47 1009ba28 udis86:itab.obj + 0002:00015a30 _ud_itab__246 1009ba30 udis86:itab.obj + 0002:00015a38 _ud_itab__417 1009ba38 udis86:itab.obj + 0002:00015a48 _ud_itab__2 1009ba48 udis86:itab.obj + 0002:00015a4c _ud_itab__440 1009ba4c udis86:itab.obj + 0002:00015a54 _ud_itab__231 1009ba54 udis86:itab.obj + 0002:00015c60 _ud_itab__412 1009bc60 udis86:itab.obj + 0002:00015c70 _ud_itab__9 1009bc70 udis86:itab.obj + 0002:00015c80 _ud_itab__239 1009bc80 udis86:itab.obj + 0002:00015c88 _ud_itab__416 1009bc88 udis86:itab.obj + 0002:00015c8c _ud_itab__319 1009bc8c udis86:itab.obj + 0002:00015c90 _ud_itab__205 1009bc90 udis86:itab.obj + 0002:00015ca0 _ud_itab__158 1009bca0 udis86:itab.obj + 0002:00015ca8 _ud_itab__268 1009bca8 udis86:itab.obj + 0002:00015cb0 _ud_itab__443 1009bcb0 udis86:itab.obj + 0002:00015cc0 _ud_itab__263 1009bcc0 udis86:itab.obj + 0002:00015cc8 _ud_itab__92 1009bcc8 udis86:itab.obj + 0002:00015cd0 _ud_itab__119 1009bcd0 udis86:itab.obj + 0002:00015cd8 _ud_itab__226 1009bcd8 udis86:itab.obj + 0002:00015ce0 _ud_itab__104 1009bce0 udis86:itab.obj + 0002:00015ce8 _ud_itab__296 1009bce8 udis86:itab.obj + 0002:00015cec _ud_itab__40 1009bcec udis86:itab.obj + 0002:00015cf4 _ud_itab__309 1009bcf4 udis86:itab.obj + 0002:00015cf8 _ud_itab__329 1009bcf8 udis86:itab.obj + 0002:00015d00 _ud_itab__134 1009bd00 udis86:itab.obj + 0002:00015d08 _ud_itab__181 1009bd08 udis86:itab.obj + 0002:00015d10 _ud_itab__386 1009bd10 udis86:itab.obj + 0002:00015d14 _ud_itab__322 1009bd14 udis86:itab.obj + 0002:00015d1c _ud_itab__38 1009bd1c udis86:itab.obj + 0002:00015d24 _ud_itab__46 1009bd24 udis86:itab.obj + 0002:00015d2c _ud_itab__66 1009bd2c udis86:itab.obj + 0002:00015d34 _ud_itab__80 1009bd34 udis86:itab.obj + 0002:00015d3c _ud_itab__113 1009bd3c udis86:itab.obj + 0002:00015d44 _ud_itab__168 1009bd44 udis86:itab.obj + 0002:00015d4c _ud_itab__214 1009bd4c udis86:itab.obj + 0002:00015d5c _ud_itab__110 1009bd5c udis86:itab.obj + 0002:00015d64 _ud_itab__114 1009bd64 udis86:itab.obj + 0002:00015d6c _ud_itab__259 1009bd6c udis86:itab.obj + 0002:00015d74 _ud_itab__139 1009bd74 udis86:itab.obj + 0002:00015d7c _ud_itab__378 1009bd7c udis86:itab.obj + 0002:00015d80 _ud_itab__340 1009bd80 udis86:itab.obj + 0002:00015d84 _ud_itab__379 1009bd84 udis86:itab.obj + 0002:00015d88 _ud_itab__305 1009bd88 udis86:itab.obj + 0002:00015d90 _ud_itab__394 1009bd90 udis86:itab.obj + 0002:00015f90 _ud_itab__225 1009bf90 udis86:itab.obj + 0002:00015f98 _ud_itab__237 1009bf98 udis86:itab.obj + 0002:00015fa0 _ud_itab__400 1009bfa0 udis86:itab.obj + 0002:00015fa4 _ud_itab__419 1009bfa4 udis86:itab.obj + 0002:00015fa8 _ud_itab__126 1009bfa8 udis86:itab.obj + 0002:00015fb0 _ud_itab__328 1009bfb0 udis86:itab.obj + 0002:00015fb8 _ud_itab__238 1009bfb8 udis86:itab.obj + 0002:00015fc0 _ud_itab__334 1009bfc0 udis86:itab.obj + 0002:00015fc4 _ud_itab__380 1009bfc4 udis86:itab.obj + 0002:00015fc8 _ud_itab__10 1009bfc8 udis86:itab.obj + 0002:00015fd0 _ud_itab__42 1009bfd0 udis86:itab.obj + 0002:00015fd8 _ud_itab__24 1009bfd8 udis86:itab.obj + 0002:00015fe0 _ud_itab__371 1009bfe0 udis86:itab.obj + 0002:00015fe4 _ud_itab__218 1009bfe4 udis86:itab.obj + 0002:00015ff4 _ud_itab__136 1009bff4 udis86:itab.obj + 0002:00015ffc _ud_itab__17 1009bffc udis86:itab.obj + 0002:00016004 _ud_itab__7 1009c004 udis86:itab.obj + 0002:00016014 _ud_itab__106 1009c014 udis86:itab.obj + 0002:0001601c _ud_itab__339 1009c01c udis86:itab.obj + 0002:0001602c _ud_itab__243 1009c02c udis86:itab.obj + 0002:00016034 _ud_itab__355 1009c034 udis86:itab.obj + 0002:00016038 _ud_itab__3 1009c038 udis86:itab.obj + 0002:0001603c _ud_itab__170 1009c03c udis86:itab.obj + 0002:00016044 _ud_itab__254 1009c044 udis86:itab.obj + 0002:0001604c _ud_itab__144 1009c04c udis86:itab.obj + 0002:00016058 _ud_itab__427 1009c058 udis86:itab.obj + 0002:000160d8 _ud_itab__273 1009c0d8 udis86:itab.obj + 0002:000160e0 _ud_itab__142 1009c0e0 udis86:itab.obj + 0002:000160e8 _ud_itab__294 1009c0e8 udis86:itab.obj + 0002:000160ec _ud_itab__348 1009c0ec udis86:itab.obj + 0002:000160f0 _ud_itab__36 1009c0f0 udis86:itab.obj + 0002:000160f8 _ud_itab__224 1009c0f8 udis86:itab.obj + 0002:00016100 _ud_itab__65 1009c100 udis86:itab.obj + 0002:00016108 _ud_itab__192 1009c108 udis86:itab.obj + 0002:00016110 _ud_itab__395 1009c110 udis86:itab.obj + 0002:00016114 _ud_itab__382 1009c114 udis86:itab.obj + 0002:00016118 _ud_itab__410 1009c118 udis86:itab.obj + 0002:00016128 _ud_itab__376 1009c128 udis86:itab.obj + 0002:0001612c _ud_itab__76 1009c12c udis86:itab.obj + 0002:00016134 _ud_itab__155 1009c134 udis86:itab.obj + 0002:0001613c _ud_itab__109 1009c13c udis86:itab.obj + 0002:00016144 _ud_itab__415 1009c144 udis86:itab.obj + 0002:00016148 _ud_itab__279 1009c148 udis86:itab.obj + 0002:00016150 _ud_itab__295 1009c150 udis86:itab.obj + 0002:00016158 _ud_itab__29 1009c158 udis86:itab.obj + 0002:00016160 _ud_itab__354 1009c160 udis86:itab.obj + 0002:00016164 _ud_itab__27 1009c164 udis86:itab.obj + 0002:00016174 _ud_itab__82 1009c174 udis86:itab.obj + 0002:0001617c _ud_itab__15 1009c17c udis86:itab.obj + 0002:0001618c _ud_itab__199 1009c18c udis86:itab.obj + 0002:00016194 _ud_itab__21 1009c194 udis86:itab.obj + 0002:0001619c _ud_itab__179 1009c19c udis86:itab.obj + 0002:000161a4 _ud_itab__217 1009c1a4 udis86:itab.obj + 0002:000161b4 _ud_itab__435 1009c1b4 udis86:itab.obj + 0002:000161c4 _ud_itab__303 1009c1c4 udis86:itab.obj + 0002:000161d4 _ud_itab__250 1009c1d4 udis86:itab.obj + 0002:000161dc _ud_itab__331 1009c1dc udis86:itab.obj + 0002:000161ec _ud_itab__441 1009c1ec udis86:itab.obj + 0002:000161f0 _ud_itab__399 1009c1f0 udis86:itab.obj + 0002:000163f0 _ud_itab__301 1009c3f0 udis86:itab.obj + 0002:000163f8 _ud_itab__196 1009c3f8 udis86:itab.obj + 0002:00016400 _ud_itab__281 1009c400 udis86:itab.obj + 0002:00016408 _ud_itab__152 1009c408 udis86:itab.obj + 0002:00016410 _ud_itab__209 1009c410 udis86:itab.obj + 0002:00016420 _ud_itab__397 1009c420 udis86:itab.obj + 0002:00016424 _ud_itab__177 1009c424 udis86:itab.obj + 0002:0001642c _ud_itab__368 1009c42c udis86:itab.obj + 0002:00016430 _ud_itab__430 1009c430 udis86:itab.obj + 0002:000164b0 _ud_itab__336 1009c4b0 udis86:itab.obj + 0002:000164b4 _ud_itab__258 1009c4b4 udis86:itab.obj + 0002:000164bc _ud_itab__135 1009c4bc udis86:itab.obj + 0002:000164c4 _ud_itab__223 1009c4c4 udis86:itab.obj + 0002:000164cc _ud_itab__178 1009c4cc udis86:itab.obj + 0002:000164dc _ud_itab__81 1009c4dc udis86:itab.obj + 0002:000164e4 _ud_itab__101 1009c4e4 udis86:itab.obj + 0002:000164ec _ud_itab__442 1009c4ec udis86:itab.obj + 0002:000164fc _ud_itab__235 1009c4fc udis86:itab.obj + 0002:0001650c _ud_itab__123 1009c50c udis86:itab.obj + 0002:00016514 _ud_itab__11 1009c514 udis86:itab.obj + 0002:0001651c _ud_itab__153 1009c51c udis86:itab.obj + 0002:00016524 _ud_itab__377 1009c524 udis86:itab.obj + 0002:00016528 _ud_itab__289 1009c528 udis86:itab.obj + 0002:00016530 _ud_itab__424 1009c530 udis86:itab.obj + 0002:000165b0 _ud_itab__408 1009c5b0 udis86:itab.obj + 0002:000165b8 _ud_itab__434 1009c5b8 udis86:itab.obj + 0002:000165bc _ud_itab__426 1009c5bc udis86:itab.obj + 0002:000165cc _ud_itab__25 1009c5cc udis86:itab.obj + 0002:000165e0 _ud_itab__357 1009c5e0 udis86:itab.obj + 0002:000167e0 _ud_itab__369 1009c7e0 udis86:itab.obj + 0002:000169e0 _ud_itab__221 1009c9e0 udis86:itab.obj + 0002:000169e8 _ud_itab__215 1009c9e8 udis86:itab.obj + 0002:000169ec _ud_itab__210 1009c9ec udis86:itab.obj + 0002:000169fc _ud_itab__232 1009c9fc udis86:itab.obj + 0002:00016a04 _ud_itab__169 1009ca04 udis86:itab.obj + 0002:00016a0c _ud_itab__120 1009ca0c udis86:itab.obj + 0002:00016a14 _ud_itab__383 1009ca14 udis86:itab.obj + 0002:00016a18 _ud_itab__219 1009ca18 udis86:itab.obj + 0002:00016a28 _ud_itab__195 1009ca28 udis86:itab.obj + 0002:00016a30 _ud_itab__57 1009ca30 udis86:itab.obj + 0002:00016a38 _ud_itab__264 1009ca38 udis86:itab.obj + 0002:00016a40 _ud_itab__240 1009ca40 udis86:itab.obj + 0002:00016a48 _ud_itab__423 1009ca48 udis86:itab.obj + 0002:00016a58 _ud_itab__358 1009ca58 udis86:itab.obj + 0002:00016a5c _ud_itab__26 1009ca5c udis86:itab.obj + 0002:00016a64 _ud_itab__188 1009ca64 udis86:itab.obj + 0002:00016a6c _ud_itab__191 1009ca6c udis86:itab.obj + 0002:00016a74 _ud_itab__149 1009ca74 udis86:itab.obj + 0002:00016a7c _ud_itab__74 1009ca7c udis86:itab.obj + 0002:00016a84 _ud_itab__362 1009ca84 udis86:itab.obj + 0002:00016a88 _ud_itab__287 1009ca88 udis86:itab.obj + 0002:00016a8c _ud_itab__48 1009ca8c udis86:itab.obj + 0002:00016a94 _ud_itab__159 1009ca94 udis86:itab.obj + 0002:00016a9c _ud_itab__211 1009ca9c udis86:itab.obj + 0002:00016aac _ud_itab__64 1009caac udis86:itab.obj + 0002:00016ab4 _ud_itab__337 1009cab4 udis86:itab.obj + 0002:00016ab8 _ud_itab__433 1009cab8 udis86:itab.obj + 0002:00016b38 _ud_itab__55 1009cb38 udis86:itab.obj + 0002:00016b40 _ud_itab__45 1009cb40 udis86:itab.obj + 0002:00016b48 _ud_itab__317 1009cb48 udis86:itab.obj + 0002:00016b4c _ud_itab__31 1009cb4c udis86:itab.obj + 0002:00016b50 _ud_itab__332 1009cb50 udis86:itab.obj + 0002:00016b60 _ud_itab__315 1009cb60 udis86:itab.obj + 0002:00016b68 _ud_itab__318 1009cb68 udis86:itab.obj + 0002:00016b70 _ud_itab__13 1009cb70 udis86:itab.obj + 0002:00016b78 _ud_itab__432 1009cb78 udis86:itab.obj + 0002:00016b88 _ud_itab__49 1009cb88 udis86:itab.obj + 0002:00016b90 _ud_itab__58 1009cb90 udis86:itab.obj + 0002:00016b98 _ud_itab__128 1009cb98 udis86:itab.obj + 0002:00016ba0 _ud_itab__409 1009cba0 udis86:itab.obj + 0002:00016bb0 _ud_itab__201 1009cbb0 udis86:itab.obj + 0002:00016bb8 _ud_itab__154 1009cbb8 udis86:itab.obj + 0002:00016bc0 _ud_itab__314 1009cbc0 udis86:itab.obj + 0002:00016bd0 _ud_itab__326 1009cbd0 udis86:itab.obj + 0002:00016bd8 _ud_itab__313 1009cbd8 udis86:itab.obj + 0002:00016be8 _ud_itab__365 1009cbe8 udis86:itab.obj + 0002:00016bf0 _ud_itab__335 1009cbf0 udis86:itab.obj + 0002:00016df0 _ud_itab__241 1009cdf0 udis86:itab.obj + 0002:00016df8 _ud_itab__162 1009cdf8 udis86:itab.obj + 0002:00016e00 _ud_itab__72 1009ce00 udis86:itab.obj + 0002:00016e08 _ud_itab__275 1009ce08 udis86:itab.obj + 0002:00016e0c _ud_itab__160 1009ce0c udis86:itab.obj + 0002:00016e14 _ud_itab__182 1009ce14 udis86:itab.obj + 0002:00016e24 _ud_itab__131 1009ce24 udis86:itab.obj + 0002:00016e2c _ud_itab__269 1009ce2c udis86:itab.obj + 0002:00016e34 _ud_itab__51 1009ce34 udis86:itab.obj + 0002:00016e3c _ud_itab__117 1009ce3c udis86:itab.obj + 0002:00016e44 _ud_itab__391 1009ce44 udis86:itab.obj + 0002:00016e48 _ud_itab__367 1009ce48 udis86:itab.obj + 0002:00016e4c _ud_itab__284 1009ce4c udis86:itab.obj + 0002:00016e50 _ud_itab__262 1009ce50 udis86:itab.obj + 0002:00016e58 _ud_itab__425 1009ce58 udis86:itab.obj + 0002:00016e5c _ud_itab__338 1009ce5c udis86:itab.obj + 0002:00016e60 _ud_itab__393 1009ce60 udis86:itab.obj + 0002:00016e64 _ud_itab__122 1009ce64 udis86:itab.obj + 0002:00016e6c _ud_itab__79 1009ce6c udis86:itab.obj + 0002:00016e74 _ud_itab__265 1009ce74 udis86:itab.obj + 0002:00016e7c _ud_itab__6 1009ce7c udis86:itab.obj + 0002:00016e80 _ud_itab__85 1009ce80 udis86:itab.obj + 0002:00016e88 _ud_itab__276 1009ce88 udis86:itab.obj + 0002:00016e90 _ud_itab__202 1009ce90 udis86:itab.obj + 0002:00016e94 _ud_itab__148 1009ce94 udis86:itab.obj + 0002:00016ea0 _ud_itab__54 1009cea0 udis86:itab.obj + 0002:000170a0 _ud_itab__89 1009d0a0 udis86:itab.obj + 0002:000170a8 _ud_itab__274 1009d0a8 udis86:itab.obj + 0002:000170b0 _ud_itab__312 1009d0b0 udis86:itab.obj + 0002:000170b4 _ud_itab__187 1009d0b4 udis86:itab.obj + 0002:000170bc _ud_itab__381 1009d0bc udis86:itab.obj + 0002:000170c0 _ud_itab__185 1009d0c0 udis86:itab.obj + 0002:000170c8 _ud_itab__316 1009d0c8 udis86:itab.obj + 0002:000170d0 _ud_itab__253 1009d0d0 udis86:itab.obj + 0002:000170d8 _ud_itab__130 1009d0d8 udis86:itab.obj + 0002:000170e0 _ud_itab__39 1009d0e0 udis86:itab.obj + 0002:000170e8 _ud_itab__175 1009d0e8 udis86:itab.obj + 0002:000170f0 _ud_itab__145 1009d0f0 udis86:itab.obj + 0002:000170f8 _ud_itab__167 1009d0f8 udis86:itab.obj + 0002:00017100 _ud_itab__255 1009d100 udis86:itab.obj + 0002:00017108 _ud_itab__323 1009d108 udis86:itab.obj + 0002:0001710c _ud_itab__30 1009d10c udis86:itab.obj + 0002:00017114 _ud_itab__370 1009d114 udis86:itab.obj + 0002:00017118 _ud_itab__233 1009d118 udis86:itab.obj + 0002:00017120 _ud_itab__444 1009d120 udis86:itab.obj + 0002:00017130 _ud_itab__229 1009d130 udis86:itab.obj + 0002:00017138 _ud_itab__100 1009d138 udis86:itab.obj + 0002:00017140 _ud_itab__1 1009d140 udis86:itab.obj + 0002:00017144 _ud_itab__207 1009d144 udis86:itab.obj + 0002:00017148 _ud_itab__184 1009d148 udis86:itab.obj + 0002:00017150 _ud_itab__138 1009d150 udis86:itab.obj + 0002:00017158 _ud_itab__293 1009d158 udis86:itab.obj + 0002:0001715c _ud_itab__227 1009d15c udis86:itab.obj + 0002:00017160 _ud_itab__83 1009d160 udis86:itab.obj + 0002:00017168 _ud_itab__41 1009d168 udis86:itab.obj + 0002:00017178 _ud_itab__252 1009d178 udis86:itab.obj + 0002:00017180 _ud_itab__4 1009d180 udis86:itab.obj + 0002:00017380 _ud_itab__324 1009d380 udis86:itab.obj + 0002:00017384 _ud_itab__99 1009d384 udis86:itab.obj + 0002:0001738c _ud_itab__307 1009d38c udis86:itab.obj + 0002:00017390 _ud_itab__127 1009d390 udis86:itab.obj + 0002:00017398 _ud_itab__20 1009d398 udis86:itab.obj + 0002:000173a0 _ud_itab__222 1009d3a0 udis86:itab.obj + 0002:000173b0 _ud_itab__105 1009d3b0 udis86:itab.obj + 0002:000173b8 _ud_itab__86 1009d3b8 udis86:itab.obj + 0002:000173c0 _ud_itab__124 1009d3c0 udis86:itab.obj + 0002:000173c8 _ud_itab__18 1009d3c8 udis86:itab.obj + 0002:000173d0 _ud_itab__285 1009d3d0 udis86:itab.obj + 0002:000173d4 _ud_itab__306 1009d3d4 udis86:itab.obj + 0002:000173d8 _ud_itab__28 1009d3d8 udis86:itab.obj + 0002:000175d8 _ud_itab__23 1009d5d8 udis86:itab.obj + 0002:000175e0 _ud_itab__189 1009d5e0 udis86:itab.obj + 0002:000175e8 _ud_itab__88 1009d5e8 udis86:itab.obj + 0002:000175f0 _ud_itab__111 1009d5f0 udis86:itab.obj + 0002:000175f8 _ud_itab__431 1009d5f8 udis86:itab.obj + 0002:000175fc _ud_itab__96 1009d5fc udis86:itab.obj + 0002:00017604 _ud_itab__277 1009d604 udis86:itab.obj + 0002:0001760c _ud_itab__161 1009d60c udis86:itab.obj + 0002:00017614 _ud_itab__286 1009d614 udis86:itab.obj + 0002:00017618 _ud_itab__278 1009d618 udis86:itab.obj + 0002:00017620 _ud_itab__230 1009d620 udis86:itab.obj + 0002:00017628 _ud_itab__406 1009d628 udis86:itab.obj + 0002:00017638 _ud_itab__77 1009d638 udis86:itab.obj + 0002:00017640 _ud_itab__248 1009d640 udis86:itab.obj + 0002:00017648 _ud_itab__183 1009d648 udis86:itab.obj + 0002:00017650 _ud_itab__59 1009d650 udis86:itab.obj + 0002:00017658 _ud_itab__404 1009d658 udis86:itab.obj + 0002:0001765c _ud_itab__125 1009d65c udis86:itab.obj + 0002:00017664 _ud_itab__75 1009d664 udis86:itab.obj + 0002:0001766c _ud_itab__360 1009d66c udis86:itab.obj + 0002:00017670 _ud_itab__345 1009d670 udis86:itab.obj + 0002:00017680 _ud_itab__62 1009d680 udis86:itab.obj + 0002:00017688 _ud_itab__50 1009d688 udis86:itab.obj + 0002:0001b2a0 __unwindtable$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a12a0 logging.cpp.obj + 0002:0001b2b0 __ehfuncinfo$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a12b0 logging.cpp.obj + 0002:0001b2d4 __ehfuncinfo$??0_Locinfo@std@@QAE@PBD@Z 100a12d4 logging.cpp.obj + 0002:0001b2f8 __unwindtable$??0_Locinfo@std@@QAE@PBD@Z 100a12f8 logging.cpp.obj + 0002:0001b330 __ehfuncinfo$??1?$basic_filebuf@DU?$char_traits@D@std@@@std@@UAE@XZ 100a1330 logging.cpp.obj + 0002:0001b330 __ehfuncinfo$??1_Locinfo@std@@QAE@XZ 100a1330 logging.cpp.obj + 0002:0001b330 __ehfuncinfo$??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 100a1330 main.cpp.obj + 0002:0001b330 __ehfuncinfo$??1CDataStore@Nampower@@UAE@XZ 100a1330 main.cpp.obj + 0002:0001b330 __ehfuncinfo$??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a1330 main.cpp.obj + 0002:0001b330 __ehfuncinfo$?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 100a1330 libucrt:mbstowcs.obj + 0002:0001b330 __ehfuncinfo$?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 100a1330 libucrt:write.obj + 0002:0001b330 __ehfuncinfo$?try_cor_exit_process@@YAXI@Z 100a1330 libucrt:exit.obj + 0002:0001b330 __ehfuncinfo$?_Tidy@ios_base@std@@AAEXXZ 100a1330 libcpmt:ios.obj + 0002:0001b330 __ehfuncinfo$??1_Init_atexit@@QAE@XZ 100a1330 libcpmt:iosptrs.obj + 0002:0001b330 __ehfuncinfo$___crtGetSystemTimePreciseAsFileTime 100a1330 libcpmt:winapisupp.obj + 0002:0001b354 __unwindtable$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 100a1354 logging.cpp.obj + 0002:0001b36c __ehfuncinfo$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 100a136c logging.cpp.obj + 0002:0001b390 __unwindtable$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 100a1390 logging.cpp.obj + 0002:0001b390 __unwindtable$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 100a1390 main.cpp.obj + 0002:0001b390 __unwindtable$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 100a1390 spellcast.cpp.obj + 0002:0001b398 __ehfuncinfo$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 100a1398 logging.cpp.obj + 0002:0001b398 __ehfuncinfo$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 100a1398 main.cpp.obj + 0002:0001b398 __ehfuncinfo$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 100a1398 spellcast.cpp.obj + 0002:0001b3bc __unwindtable$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 100a13bc logging.cpp.obj + 0002:0001b3bc __unwindtable$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a13bc logging.cpp.obj + 0002:0001b3bc __unwindtable$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a13bc logging.cpp.obj + 0002:0001b3bc __unwindtable$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a13bc logging.cpp.obj + 0002:0001b3bc __unwindtable$??_Gios_base@std@@UAEPAXI@Z 100a13bc logging.cpp.obj + 0002:0001b3bc __unwindtable$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??1bad_alloc_@exception_detail@boost@@UAE@XZ 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??1bad_exception_@exception_detail@boost@@UAE@XZ 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??1exception@boost@@MAE@XZ 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??_DError@hadesmem@@QAEXXZ 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??_GCDataStore@Nampower@@UAEPAXI@Z 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??_GError@hadesmem@@UAEPAXI@Z 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 100a13bc main.cpp.obj + 0002:0001b3bc __unwindtable$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 100a13bc libucrt:exit.obj + 0002:0001b3c4 __ehfuncinfo$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 100a13c4 logging.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a13c4 logging.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a13c4 logging.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a13c4 logging.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_Gios_base@std@@UAEPAXI@Z 100a13c4 logging.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??1bad_alloc_@exception_detail@boost@@UAE@XZ 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??1bad_exception_@exception_detail@boost@@UAE@XZ 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??1exception@boost@@MAE@XZ 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_DError@hadesmem@@QAEXXZ 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_GCDataStore@Nampower@@UAEPAXI@Z 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_GError@hadesmem@@UAEPAXI@Z 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 100a13c4 main.cpp.obj + 0002:0001b3c4 __ehfuncinfo$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 100a13c4 libucrt:exit.obj + 0002:0001b3e8 __unwindtable$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 100a13e8 logging.cpp.obj + 0002:0001b3f8 __ehfuncinfo$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 100a13f8 logging.cpp.obj + 0002:0001b41c __unwindtable$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 100a141c logging.cpp.obj + 0002:0001b434 __ehfuncinfo$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 100a1434 logging.cpp.obj + 0002:0001b458 __unwindtable$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 100a1458 logging.cpp.obj + 0002:0001b458 __unwindtable$??__FdebugLogFile@Nampower@@YAXXZ 100a1458 logging.cpp.obj + 0002:0001b458 __unwindtable$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100a1458 main.cpp.obj + 0002:0001b458 __unwindtable$__execute_onexit_table 100a1458 libucrt:onexit.obj + 0002:0001b460 __ehfuncinfo$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 100a1460 logging.cpp.obj + 0002:0001b460 __ehfuncinfo$??__FdebugLogFile@Nampower@@YAXXZ 100a1460 logging.cpp.obj + 0002:0001b460 __ehfuncinfo$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100a1460 main.cpp.obj + 0002:0001b460 __ehfuncinfo$__execute_onexit_table 100a1460 libucrt:onexit.obj + 0002:0001b484 __unwindtable$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 100a1484 logging.cpp.obj + 0002:0001b484 __unwindtable$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a1484 spellevents.cpp.obj + 0002:0001b48c __ehfuncinfo$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 100a148c logging.cpp.obj + 0002:0001b48c __ehfuncinfo$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a148c spellevents.cpp.obj + 0002:0001b4b0 __unwindtable$??__EdebugLogFile@Nampower@@YAXXZ 100a14b0 logging.cpp.obj + 0002:0001b4c8 __ehfuncinfo$??__EdebugLogFile@Nampower@@YAXXZ 100a14c8 logging.cpp.obj + 0002:0001b4ec __unwindtable$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 100a14ec logging.cpp.obj + 0002:0001b4ec __unwindtable$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a14ec main.cpp.obj + 0002:0001b504 __ehfuncinfo$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 100a1504 logging.cpp.obj + 0002:0001b504 __ehfuncinfo$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a1504 main.cpp.obj + 0002:0001b66c __unwindtable$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100a166c main.cpp.obj + 0002:0001b684 __ehfuncinfo$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100a1684 main.cpp.obj + 0002:0001b6a8 __catchsym$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$3 100a16a8 main.cpp.obj + 0002:0001b6b8 __tryblocktable$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a16b8 main.cpp.obj + 0002:0001b6cc __unwindtable$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a16cc main.cpp.obj + 0002:0001b6e4 __ehfuncinfo$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a16e4 main.cpp.obj + 0002:0001b708 __unwindtable$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 100a1708 main.cpp.obj + 0002:0001b728 __ehfuncinfo$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 100a1728 main.cpp.obj + 0002:0001b74c __unwindtable$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100a174c main.cpp.obj + 0002:0001b754 __ehfuncinfo$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100a1754 main.cpp.obj + 0002:0001b778 __unwindtable$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 100a1778 main.cpp.obj + 0002:0001b780 __ehfuncinfo$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 100a1780 main.cpp.obj + 0002:0001b7a4 __unwindtable$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 100a17a4 main.cpp.obj + 0002:0001b7bc __ehfuncinfo$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 100a17bc main.cpp.obj + 0002:0001b7e0 __ehfuncinfo$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100a17e0 main.cpp.obj + 0002:0001b804 __unwindtable$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100a1804 main.cpp.obj + 0002:0001b834 __catchsym$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ$2 100a1834 main.cpp.obj + 0002:0001b844 __unwindtable$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a1844 main.cpp.obj + 0002:0001b854 __tryblocktable$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a1854 main.cpp.obj + 0002:0001b868 __ehfuncinfo$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a1868 main.cpp.obj + 0002:0001b88c __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$7 100a188c main.cpp.obj + 0002:0001b89c __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a189c main.cpp.obj + 0002:0001b8b0 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a18b0 main.cpp.obj + 0002:0001b8d4 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a18d4 main.cpp.obj + 0002:0001b8fc __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$7 100a18fc main.cpp.obj + 0002:0001b90c __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a190c main.cpp.obj + 0002:0001b920 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a1920 main.cpp.obj + 0002:0001b944 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a1944 main.cpp.obj + 0002:0001b96c __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$7 100a196c main.cpp.obj + 0002:0001b96c __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$7 100a196c main.cpp.obj + 0002:0001b97c __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a197c main.cpp.obj + 0002:0001b97c __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a197c main.cpp.obj + 0002:0001b990 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a1990 main.cpp.obj + 0002:0001b990 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a1990 main.cpp.obj + 0002:0001b9b4 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a19b4 main.cpp.obj + 0002:0001b9b4 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a19b4 main.cpp.obj + 0002:0001b9dc __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$7 100a19dc main.cpp.obj + 0002:0001b9ec __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a19ec main.cpp.obj + 0002:0001ba00 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a1a00 main.cpp.obj + 0002:0001ba24 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a1a24 main.cpp.obj + 0002:0001ba4c __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$7 100a1a4c main.cpp.obj + 0002:0001ba5c __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a1a5c main.cpp.obj + 0002:0001ba70 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a1a70 main.cpp.obj + 0002:0001ba94 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a1a94 main.cpp.obj + 0002:0001babc __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$7 100a1abc main.cpp.obj + 0002:0001bacc __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a1acc main.cpp.obj + 0002:0001bae0 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a1ae0 main.cpp.obj + 0002:0001bb04 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a1b04 main.cpp.obj + 0002:0001bb2c __catchsym$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$5 100a1b2c main.cpp.obj + 0002:0001bb3c __tryblocktable$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a1b3c main.cpp.obj + 0002:0001bb50 __unwindtable$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a1b50 main.cpp.obj + 0002:0001bb70 __ehfuncinfo$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a1b70 main.cpp.obj + 0002:0001bb94 __catchsym$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$11 100a1b94 main.cpp.obj + 0002:0001bba4 __tryblocktable$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a1ba4 main.cpp.obj + 0002:0001bbb8 __unwindtable$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a1bb8 main.cpp.obj + 0002:0001bbd8 __ehfuncinfo$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a1bd8 main.cpp.obj + 0002:0001bbfc __unwindtable$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100a1bfc main.cpp.obj + 0002:0001bc14 __ehfuncinfo$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100a1c14 main.cpp.obj + 0002:0001bc38 __unwindtable$?str@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 100a1c38 main.cpp.obj + 0002:0001bc40 __ehfuncinfo$?str@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 100a1c40 main.cpp.obj + 0002:0001bc64 __catchsym$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$5 100a1c64 main.cpp.obj + 0002:0001bc74 __tryblocktable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a1c74 main.cpp.obj + 0002:0001bc88 __unwindtable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a1c88 main.cpp.obj + 0002:0001bca8 __ehfuncinfo$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a1ca8 main.cpp.obj + 0002:0001bccc __unwindtable$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z 100a1ccc main.cpp.obj + 0002:0001bcec __ehfuncinfo$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z 100a1cec main.cpp.obj + 0002:0001bd10 __unwindtable$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a1d10 main.cpp.obj + 0002:0001bd20 __tryblocktable$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a1d20 main.cpp.obj + 0002:0001bd34 __catchsym$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ$3 100a1d34 main.cpp.obj + 0002:0001bd54 __ehfuncinfo$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a1d54 main.cpp.obj + 0002:0001bd78 __unwindtable$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a1d78 main.cpp.obj + 0002:0001bd88 __tryblocktable$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a1d88 main.cpp.obj + 0002:0001bd9c __catchsym$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ$3 100a1d9c main.cpp.obj + 0002:0001bdbc __ehfuncinfo$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a1dbc main.cpp.obj + 0002:0001bde0 __catchsym$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$5 100a1de0 main.cpp.obj + 0002:0001bdf0 __tryblocktable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a1df0 main.cpp.obj + 0002:0001be04 __unwindtable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a1e04 main.cpp.obj + 0002:0001be24 __ehfuncinfo$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a1e24 main.cpp.obj + 0002:0001be48 __unwindtable$??0Error@hadesmem@@QAE@ABV01@@Z 100a1e48 main.cpp.obj + 0002:0001be50 __ehfuncinfo$??0Error@hadesmem@@QAE@ABV01@@Z 100a1e50 main.cpp.obj + 0002:0001be74 __unwindtable$?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 100a1e74 main.cpp.obj + 0002:0001be84 __ehfuncinfo$?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 100a1e84 main.cpp.obj + 0002:0001bea8 __unwindtable$??0Thread@hadesmem@@QAE@K@Z 100a1ea8 main.cpp.obj + 0002:0001bea8 __unwindtable$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 100a1ea8 main.cpp.obj + 0002:0001bea8 __unwindtable$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100a1ea8 main.cpp.obj + 0002:0001bea8 __unwindtable$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a1ea8 main.cpp.obj + 0002:0001bea8 __unwindtable$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a1ea8 main.cpp.obj + 0002:0001bec8 __ehfuncinfo$??0Thread@hadesmem@@QAE@K@Z 100a1ec8 main.cpp.obj + 0002:0001bec8 __ehfuncinfo$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 100a1ec8 main.cpp.obj + 0002:0001bec8 __ehfuncinfo$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100a1ec8 main.cpp.obj + 0002:0001bec8 __ehfuncinfo$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a1ec8 main.cpp.obj + 0002:0001bec8 __ehfuncinfo$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a1ec8 main.cpp.obj + 0002:0001beec __unwindtable$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 100a1eec main.cpp.obj + 0002:0001beec __unwindtable$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 100a1eec main.cpp.obj + 0002:0001beec __unwindtable$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 100a1eec main.cpp.obj + 0002:0001beec __unwindtable$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 100a1eec main.cpp.obj + 0002:0001bf0c __ehfuncinfo$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 100a1f0c main.cpp.obj + 0002:0001bf0c __ehfuncinfo$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 100a1f0c main.cpp.obj + 0002:0001bf0c __ehfuncinfo$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 100a1f0c main.cpp.obj + 0002:0001bf0c __ehfuncinfo$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 100a1f0c main.cpp.obj + 0002:0001bf30 __catchsym$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$3 100a1f30 main.cpp.obj + 0002:0001bf40 __tryblocktable$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a1f40 main.cpp.obj + 0002:0001bf54 __unwindtable$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a1f54 main.cpp.obj + 0002:0001bf6c __ehfuncinfo$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a1f6c main.cpp.obj + 0002:0001bf90 __unwindtable$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 100a1f90 main.cpp.obj + 0002:0001bfb0 __ehfuncinfo$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 100a1fb0 main.cpp.obj + 0002:0001bfd4 __ehfuncinfo$??0Process@hadesmem@@QAE@K@Z 100a1fd4 main.cpp.obj + 0002:0001bff8 __unwindtable$??0Process@hadesmem@@QAE@K@Z 100a1ff8 main.cpp.obj + 0002:0001c038 __catchsym$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$3 100a2038 main.cpp.obj + 0002:0001c048 __tryblocktable$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a2048 main.cpp.obj + 0002:0001c05c __unwindtable$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a205c main.cpp.obj + 0002:0001c074 __ehfuncinfo$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a2074 main.cpp.obj + 0002:0001c098 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100a2098 main.cpp.obj + 0002:0001c098 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100a2098 main.cpp.obj + 0002:0001c098 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100a2098 main.cpp.obj + 0002:0001c098 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100a2098 main.cpp.obj + 0002:0001c098 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100a2098 main.cpp.obj + 0002:0001c098 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100a2098 main.cpp.obj + 0002:0001c098 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100a2098 main.cpp.obj + 0002:0001c098 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100a2098 main.cpp.obj + 0002:0001c0b8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100a20b8 main.cpp.obj + 0002:0001c0b8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100a20b8 main.cpp.obj + 0002:0001c0b8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100a20b8 main.cpp.obj + 0002:0001c0b8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100a20b8 main.cpp.obj + 0002:0001c0b8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100a20b8 main.cpp.obj + 0002:0001c0b8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100a20b8 main.cpp.obj + 0002:0001c0b8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100a20b8 main.cpp.obj + 0002:0001c0b8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100a20b8 main.cpp.obj + 0002:0001c0dc __catchsym$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$7 100a20dc main.cpp.obj + 0002:0001c0ec __tryblocktable$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a20ec main.cpp.obj + 0002:0001c100 __ehfuncinfo$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a2100 main.cpp.obj + 0002:0001c124 __unwindtable$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a2124 main.cpp.obj + 0002:0001c15c __catchsym$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$3 100a215c main.cpp.obj + 0002:0001c16c __tryblocktable$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a216c main.cpp.obj + 0002:0001c180 __unwindtable$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a2180 main.cpp.obj + 0002:0001c198 __ehfuncinfo$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a2198 main.cpp.obj + 0002:0001c1bc __ehfuncinfo$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 100a21bc main.cpp.obj + 0002:0001c1e0 __unwindtable$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 100a21e0 main.cpp.obj + 0002:0001c208 __catchsym$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$7 100a2208 main.cpp.obj + 0002:0001c218 __tryblocktable$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a2218 main.cpp.obj + 0002:0001c22c __ehfuncinfo$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a222c main.cpp.obj + 0002:0001c250 __unwindtable$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a2250 main.cpp.obj + 0002:0001c288 __unwindtable$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 100a2288 main.cpp.obj + 0002:0001c2a8 __ehfuncinfo$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 100a22a8 main.cpp.obj + 0002:0001c2cc __unwindtable$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a22cc main.cpp.obj + 0002:0001c2cc __unwindtable$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a22cc main.cpp.obj + 0002:0001c2d4 __ehfuncinfo$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a22d4 main.cpp.obj + 0002:0001c2d4 __ehfuncinfo$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a22d4 main.cpp.obj + 0002:0001c2f8 __ehfuncinfo$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 100a22f8 main.cpp.obj + 0002:0001c31c __unwindtable$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 100a231c main.cpp.obj + 0002:0001c354 __catchsym$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$6 100a2354 main.cpp.obj + 0002:0001c364 __tryblocktable$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a2364 main.cpp.obj + 0002:0001c378 __ehfuncinfo$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a2378 main.cpp.obj + 0002:0001c39c __unwindtable$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a239c main.cpp.obj + 0002:0001c3cc __catchsym$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$7 100a23cc main.cpp.obj + 0002:0001c3dc __tryblocktable$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a23dc main.cpp.obj + 0002:0001c3f0 __ehfuncinfo$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a23f0 main.cpp.obj + 0002:0001c414 __unwindtable$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a2414 main.cpp.obj + 0002:0001c44c __catchsym$??0SuspendedProcess@hadesmem@@QAE@KK@Z$45 100a244c main.cpp.obj + 0002:0001c45c __tryblocktable$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a245c main.cpp.obj + 0002:0001c470 __ehfuncinfo$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a2470 main.cpp.obj + 0002:0001c494 __unwindtable$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a2494 main.cpp.obj + 0002:0001c55c __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 100a255c main.cpp.obj + 0002:0001c55c __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 100a255c main.cpp.obj + 0002:0001c55c __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 100a255c main.cpp.obj + 0002:0001c57c __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 100a257c main.cpp.obj + 0002:0001c57c __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 100a257c main.cpp.obj + 0002:0001c57c __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 100a257c main.cpp.obj + 0002:0001c5a0 __catchsym$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$5 100a25a0 main.cpp.obj + 0002:0001c5b0 __tryblocktable$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a25b0 main.cpp.obj + 0002:0001c5c4 __ehfuncinfo$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a25c4 main.cpp.obj + 0002:0001c5e8 __unwindtable$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a25e8 main.cpp.obj + 0002:0001c610 __catchsym$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$3 100a2610 main.cpp.obj + 0002:0001c620 __tryblocktable$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a2620 main.cpp.obj + 0002:0001c634 __unwindtable$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a2634 main.cpp.obj + 0002:0001c64c __ehfuncinfo$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a264c main.cpp.obj + 0002:0001c670 __ehfuncinfo$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a2670 main.cpp.obj + 0002:0001c694 __unwindtable$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a2694 main.cpp.obj + 0002:0001c6e4 __ehfuncinfo$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a26e4 main.cpp.obj + 0002:0001c708 __unwindtable$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a2708 main.cpp.obj + 0002:0001c750 __unwindtable$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 100a2750 main.cpp.obj + 0002:0001c758 __ehfuncinfo$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 100a2758 main.cpp.obj + 0002:0001c77c __unwindtable$?WriteJump@detail@hadesmem@@YAIABVProcess@2@PAX1_NPAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a277c main.cpp.obj + 0002:0001c784 __ehfuncinfo$?WriteJump@detail@hadesmem@@YAIABVProcess@2@PAX1_NPAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a2784 main.cpp.obj + 0002:0001c7a8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 100a27a8 main.cpp.obj + 0002:0001c7c8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 100a27c8 main.cpp.obj + 0002:0001c7ec __unwindtable$?WriteCall@detail@hadesmem@@YAIABVProcess@2@PAX1AAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a27ec main.cpp.obj + 0002:0001c7f4 __ehfuncinfo$?WriteCall@detail@hadesmem@@YAIABVProcess@2@PAX1AAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a27f4 main.cpp.obj + 0002:0001c818 __ehfuncinfo$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100a2818 main.cpp.obj + 0002:0001c83c __unwindtable$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100a283c main.cpp.obj + 0002:0001c86c __unwindtable$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 100a286c main.cpp.obj + 0002:0001c88c __ehfuncinfo$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 100a288c main.cpp.obj + 0002:0001c8b0 __unwindtable$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 100a28b0 main.cpp.obj + 0002:0001c8b8 __ehfuncinfo$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 100a28b8 main.cpp.obj + 0002:0001c8dc __catchsym$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$5 100a28dc main.cpp.obj + 0002:0001c8ec __tryblocktable$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a28ec main.cpp.obj + 0002:0001c900 __unwindtable$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a2900 main.cpp.obj + 0002:0001c920 __ehfuncinfo$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a2920 main.cpp.obj + 0002:0001c944 __unwindtable$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 100a2944 main.cpp.obj + 0002:0001c94c __ehfuncinfo$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 100a294c main.cpp.obj + 0002:0001c970 __unwindtable$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100a2970 main.cpp.obj + 0002:0001c978 __ehfuncinfo$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100a2978 main.cpp.obj + 0002:0001c99c __unwindtable$?CacheItemNameToId@Nampower@@YAXPBDI@Z 100a299c items.cpp.obj + 0002:0001c99c __unwindtable$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 100a299c main.cpp.obj + 0002:0001c99c __unwindtable$?addCustomEvent@Nampower@@YAXIPAD@Z 100a299c main.cpp.obj + 0002:0001c99c __unwindtable$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a299c spell_scripts.cpp.obj + 0002:0001c99c __unwindtable$?TriggerQuickcast@Nampower@@YAXXZ 100a299c spellcast.cpp.obj + 0002:0001c9a4 __ehfuncinfo$?CacheItemNameToId@Nampower@@YAXPBDI@Z 100a29a4 items.cpp.obj + 0002:0001c9a4 __ehfuncinfo$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 100a29a4 main.cpp.obj + 0002:0001c9a4 __ehfuncinfo$?addCustomEvent@Nampower@@YAXIPAD@Z 100a29a4 main.cpp.obj + 0002:0001c9a4 __ehfuncinfo$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a29a4 spell_scripts.cpp.obj + 0002:0001c9a4 __ehfuncinfo$?TriggerQuickcast@Nampower@@YAXXZ 100a29a4 spellcast.cpp.obj + 0002:0001c9c8 __unwindtable$?processQueues@Nampower@@YA_NXZ 100a29c8 main.cpp.obj + 0002:0001c9e0 __ehfuncinfo$?processQueues@Nampower@@YA_NXZ 100a29e0 main.cpp.obj + 0002:0001ca04 __unwindtable$?SetSelectionTarget@Nampower@@YAX_K@Z 100a2a04 main.cpp.obj + 0002:0001ca14 __ehfuncinfo$?SetSelectionTarget@Nampower@@YAX_K@Z 100a2a14 main.cpp.obj + 0002:0001ca38 __unwindtable$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a2a38 main.cpp.obj + 0002:0001ca40 __ehfuncinfo$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a2a40 main.cpp.obj + 0002:0001ca64 __unwindtable$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100a2a64 helper.cpp.obj + 0002:0001ca64 __unwindtable$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100a2a64 items.cpp.obj + 0002:0001ca64 __unwindtable$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 100a2a64 main.cpp.obj + 0002:0001ca64 __unwindtable$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 100a2a64 spell_scripts.cpp.obj + 0002:0001ca64 __unwindtable$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100a2a64 spellcast.cpp.obj + 0002:0001ca6c __ehfuncinfo$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100a2a6c helper.cpp.obj + 0002:0001ca6c __ehfuncinfo$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100a2a6c items.cpp.obj + 0002:0001ca6c __ehfuncinfo$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 100a2a6c main.cpp.obj + 0002:0001ca6c __ehfuncinfo$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 100a2a6c spell_scripts.cpp.obj + 0002:0001ca6c __ehfuncinfo$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100a2a6c spellcast.cpp.obj + 0002:0001ca90 __catchsym$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$7 100a2a90 main.cpp.obj + 0002:0001caa0 __tryblocktable$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a2aa0 main.cpp.obj + 0002:0001cab4 __ehfuncinfo$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a2ab4 main.cpp.obj + 0002:0001cad8 __unwindtable$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a2ad8 main.cpp.obj + 0002:0001cb00 __unwindtable$?checkForStopChanneling@Nampower@@YAXXZ 100a2b00 main.cpp.obj + 0002:0001cb10 __ehfuncinfo$?checkForStopChanneling@Nampower@@YAXXZ 100a2b10 main.cpp.obj + 0002:0001cb34 __ehfuncinfo$?updateFromCvar@Nampower@@YAXPBD0@Z 100a2b34 main.cpp.obj + 0002:0001cb58 __unwindtable$?updateFromCvar@Nampower@@YAXPBD0@Z 100a2b58 main.cpp.obj + 0002:0001cc68 __unwindtable$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 100a2c68 main.cpp.obj + 0002:0001cc68 __unwindtable$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 100a2c68 main.cpp.obj + 0002:0001cc68 __unwindtable$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 100a2c68 main.cpp.obj + 0002:0001cc68 __unwindtable$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 100a2c68 main.cpp.obj + 0002:0001cc68 __unwindtable$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 100a2c68 main.cpp.obj + 0002:0001cc70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 100a2c70 main.cpp.obj + 0002:0001cc70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 100a2c70 main.cpp.obj + 0002:0001cc70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 100a2c70 main.cpp.obj + 0002:0001cc70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 100a2c70 main.cpp.obj + 0002:0001cc70 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 100a2c70 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001cc94 __ehfuncinfo$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z 100a2c94 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001ccb8 __unwindtable$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z 100a2cb8 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd10 __ehfuncinfo$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a2d10 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd34 __unwindtable$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a2d34 main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd7c __unwindtable$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a2d7c main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cd84 __ehfuncinfo$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a2d84 main.cpp.obj + 0002:0001cda8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$3 100a2da8 main.cpp.obj + 0002:0001cdb8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a2db8 main.cpp.obj + 0002:0001cdcc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a2dcc main.cpp.obj + 0002:0001cde4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a2de4 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce08 __unwindtable$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 100a2e08 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce28 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 100a2e28 main.cpp.obj + 0002:0001ce4c __unwindtable$?loadUserVar@Nampower@@YAXPBD@Z 100a2e4c main.cpp.obj + 0002:0001ce5c __ehfuncinfo$?loadUserVar@Nampower@@YAXPBD@Z 100a2e5c main.cpp.obj + 0002:0001ce80 __ehfuncinfo$?loadConfig@Nampower@@YAXXZ 100a2e80 main.cpp.obj + 0002:0001cea4 __unwindtable$?loadConfig@Nampower@@YAXXZ 100a2ea4 main.cpp.obj + 0002:0001cf04 __unwindtable$?initHooks@Nampower@@YAXXZ 100a2f04 main.cpp.obj + 0002:0001cf1c __ehfuncinfo$?initHooks@Nampower@@YAXXZ 100a2f1c main.cpp.obj + 0002:0001cf40 __tryblocktable$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 100a2f40 main.cpp.obj + 0002:0001cf54 __ehfuncinfo$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 100a2f54 main.cpp.obj + 0002:0001cf78 __catchsym$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$28 100a2f78 main.cpp.obj + 0002:0001cfa8 __unwindtable$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 100a2fa8 main.cpp.obj + 0002:0001d038 __tryblocktable$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 100a3038 main.cpp.obj + 0002:0001d04c __ehfuncinfo$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 100a304c main.cpp.obj + 0002:0001d070 __catchsym$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$28 100a3070 main.cpp.obj + 0002:0001d0a0 __unwindtable$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 100a30a0 main.cpp.obj + 0002:0001d130 __tryblocktable$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 100a3130 main.cpp.obj + 0002:0001d144 __ehfuncinfo$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 100a3144 main.cpp.obj + 0002:0001d168 __catchsym$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$28 100a3168 main.cpp.obj + 0002:0001d198 __unwindtable$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 100a3198 main.cpp.obj + 0002:0001d228 __tryblocktable$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 100a3228 main.cpp.obj + 0002:0001d23c __ehfuncinfo$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 100a323c main.cpp.obj + 0002:0001d260 __catchsym$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$28 100a3260 main.cpp.obj + 0002:0001d290 __unwindtable$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 100a3290 main.cpp.obj + 0002:0001d320 __tryblocktable$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 100a3320 main.cpp.obj + 0002:0001d334 __ehfuncinfo$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 100a3334 main.cpp.obj + 0002:0001d358 __catchsym$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$28 100a3358 main.cpp.obj + 0002:0001d388 __unwindtable$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 100a3388 main.cpp.obj + 0002:0001d418 __tryblocktable$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 100a3418 main.cpp.obj + 0002:0001d42c __ehfuncinfo$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 100a342c main.cpp.obj + 0002:0001d450 __catchsym$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$28 100a3450 main.cpp.obj + 0002:0001d480 __unwindtable$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 100a3480 main.cpp.obj + 0002:0001d510 __tryblocktable$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100a3510 main.cpp.obj + 0002:0001d524 __ehfuncinfo$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100a3524 main.cpp.obj + 0002:0001d548 __catchsym$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$28 100a3548 main.cpp.obj + 0002:0001d578 __unwindtable$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100a3578 main.cpp.obj + 0002:0001d608 __tryblocktable$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 100a3608 main.cpp.obj + 0002:0001d61c __ehfuncinfo$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 100a361c main.cpp.obj + 0002:0001d640 __catchsym$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$28 100a3640 main.cpp.obj + 0002:0001d670 __unwindtable$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 100a3670 main.cpp.obj + 0002:0001d700 __tryblocktable$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100a3700 main.cpp.obj + 0002:0001d714 __ehfuncinfo$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100a3714 main.cpp.obj + 0002:0001d738 __catchsym$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$28 100a3738 main.cpp.obj + 0002:0001d768 __unwindtable$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100a3768 main.cpp.obj + 0002:0001d7f8 __tryblocktable$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 100a37f8 main.cpp.obj + 0002:0001d80c __ehfuncinfo$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 100a380c main.cpp.obj + 0002:0001d830 __catchsym$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$28 100a3830 main.cpp.obj + 0002:0001d860 __unwindtable$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 100a3860 main.cpp.obj + 0002:0001d8f0 __tryblocktable$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 100a38f0 main.cpp.obj + 0002:0001d904 __ehfuncinfo$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 100a3904 main.cpp.obj + 0002:0001d928 __catchsym$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$28 100a3928 main.cpp.obj + 0002:0001d958 __unwindtable$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 100a3958 main.cpp.obj + 0002:0001d9e8 __tryblocktable$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 100a39e8 main.cpp.obj + 0002:0001d9fc __ehfuncinfo$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 100a39fc main.cpp.obj + 0002:0001da20 __catchsym$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$28 100a3a20 main.cpp.obj + 0002:0001da50 __unwindtable$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 100a3a50 main.cpp.obj + 0002:0001dae0 __tryblocktable$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 100a3ae0 main.cpp.obj + 0002:0001daf4 __ehfuncinfo$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 100a3af4 main.cpp.obj + 0002:0001db18 __catchsym$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$28 100a3b18 main.cpp.obj + 0002:0001db48 __unwindtable$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 100a3b48 main.cpp.obj + 0002:0001dbd8 __tryblocktable$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 100a3bd8 main.cpp.obj + 0002:0001dbec __ehfuncinfo$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 100a3bec main.cpp.obj + 0002:0001dc10 __catchsym$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$28 100a3c10 main.cpp.obj + 0002:0001dc40 __unwindtable$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 100a3c40 main.cpp.obj + 0002:0001dcd0 __tryblocktable$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 100a3cd0 main.cpp.obj + 0002:0001dce4 __ehfuncinfo$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 100a3ce4 main.cpp.obj + 0002:0001dd08 __catchsym$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$28 100a3d08 main.cpp.obj + 0002:0001dd38 __unwindtable$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 100a3d38 main.cpp.obj + 0002:0001ddc8 __tryblocktable$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 100a3dc8 main.cpp.obj + 0002:0001dddc __ehfuncinfo$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 100a3ddc main.cpp.obj + 0002:0001de00 __catchsym$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$28 100a3e00 main.cpp.obj + 0002:0001de30 __unwindtable$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 100a3e30 main.cpp.obj + 0002:0001dec0 __tryblocktable$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 100a3ec0 main.cpp.obj + 0002:0001ded4 __ehfuncinfo$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 100a3ed4 main.cpp.obj + 0002:0001def8 __catchsym$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$28 100a3ef8 main.cpp.obj + 0002:0001df28 __unwindtable$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 100a3f28 main.cpp.obj + 0002:0001dfb8 __tryblocktable$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 100a3fb8 main.cpp.obj + 0002:0001dfcc __ehfuncinfo$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 100a3fcc main.cpp.obj + 0002:0001dff0 __catchsym$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$28 100a3ff0 main.cpp.obj + 0002:0001e020 __unwindtable$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 100a4020 main.cpp.obj + 0002:0001e0b0 __tryblocktable$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 100a40b0 main.cpp.obj + 0002:0001e0c4 __ehfuncinfo$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 100a40c4 main.cpp.obj + 0002:0001e0e8 __catchsym$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$28 100a40e8 main.cpp.obj + 0002:0001e118 __unwindtable$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 100a4118 main.cpp.obj + 0002:0001e1a8 __tryblocktable$??$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 100a41a8 main.cpp.obj + 0002:0001e1bc __ehfuncinfo$??$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 100a41bc main.cpp.obj + 0002:0001e1e0 __catchsym$??$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$28 100a41e0 main.cpp.obj + 0002:0001e210 __unwindtable$??$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 100a4210 main.cpp.obj + 0002:0001e2a0 __tryblocktable$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 100a42a0 main.cpp.obj + 0002:0001e2b4 __ehfuncinfo$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 100a42b4 main.cpp.obj + 0002:0001e2d8 __catchsym$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$28 100a42d8 main.cpp.obj + 0002:0001e308 __unwindtable$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 100a4308 main.cpp.obj + 0002:0001e398 __tryblocktable$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 100a4398 main.cpp.obj + 0002:0001e3ac __ehfuncinfo$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 100a43ac main.cpp.obj + 0002:0001e3d0 __catchsym$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$28 100a43d0 main.cpp.obj + 0002:0001e400 __unwindtable$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 100a4400 main.cpp.obj + 0002:0001e490 __tryblocktable$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 100a4490 main.cpp.obj + 0002:0001e4a4 __ehfuncinfo$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 100a44a4 main.cpp.obj + 0002:0001e4c8 __catchsym$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$28 100a44c8 main.cpp.obj + 0002:0001e4f8 __unwindtable$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 100a44f8 main.cpp.obj + 0002:0001e588 __tryblocktable$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 100a4588 main.cpp.obj + 0002:0001e59c __ehfuncinfo$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 100a459c main.cpp.obj + 0002:0001e5c0 __catchsym$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$28 100a45c0 main.cpp.obj + 0002:0001e5f0 __unwindtable$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 100a45f0 main.cpp.obj + 0002:0001e680 __tryblocktable$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 100a4680 main.cpp.obj + 0002:0001e694 __ehfuncinfo$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 100a4694 main.cpp.obj + 0002:0001e6b8 __catchsym$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$28 100a46b8 main.cpp.obj + 0002:0001e6e8 __unwindtable$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 100a46e8 main.cpp.obj + 0002:0001e778 __unwindtable$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a4778 main.cpp.obj + 0002:0001e780 __ehfuncinfo$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a4780 main.cpp.obj + 0002:0001e7a4 __unwindtable$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100a47a4 main.cpp.obj + 0002:0001e7a4 __unwindtable$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100a47a4 main.cpp.obj + 0002:0001e7a4 __unwindtable$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100a47a4 main.cpp.obj + 0002:0001e7ac __ehfuncinfo$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100a47ac main.cpp.obj + 0002:0001e7ac __ehfuncinfo$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100a47ac main.cpp.obj + 0002:0001e7ac __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100a47ac main.cpp.obj + 0002:0001e7d0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$3 100a47d0 main.cpp.obj + 0002:0001e7e0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a47e0 main.cpp.obj + 0002:0001e7f4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a47f4 main.cpp.obj + 0002:0001e80c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a480c main.cpp.obj + 0002:0001e830 __unwindtable$??R@@QBE@XZ 100a4830 main.cpp.obj + 0002:0001e850 __ehfuncinfo$??R@@QBE@XZ 100a4850 main.cpp.obj + 0002:0001e874 __tryblocktable$_Load 100a4874 main.cpp.obj + 0002:0001e888 __catchsym$_Load$8 100a4888 main.cpp.obj + 0002:0001e8a8 __unwindtable$_Load 100a48a8 main.cpp.obj + 0002:0001e8c8 __ehfuncinfo$_Load 100a48c8 main.cpp.obj + 0002:0001e8ec __unwindtable$??$make_unique@VAllocator@hadesmem@@AAVProcess@2@ABI$0A@@std@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@AAVProcess@hadesmem@@ABI@Z 100a48ec main.cpp.obj + 0002:0001e8f4 __ehfuncinfo$??$make_unique@VAllocator@hadesmem@@AAVProcess@2@ABI$0A@@std@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@AAVProcess@hadesmem@@ABI@Z 100a48f4 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e918 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z 100a4918 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e938 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z 100a4938 main.cpp.obj + 0002:0001e95c __unwindtable$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 100a495c main.cpp.obj + 0002:0001e964 __ehfuncinfo$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 100a4964 main.cpp.obj + 0002:0001e988 __unwindtable$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z 100a4988 main.cpp.obj + 0002:0001e998 __ehfuncinfo$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z 100a4998 main.cpp.obj + 0002:0001e9bc __unwindtable$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z 100a49bc main.cpp.obj + 0002:0001e9bc __unwindtable$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z 100a49bc main.cpp.obj + 0002:0001e9c4 __ehfuncinfo$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z 100a49c4 main.cpp.obj + 0002:0001e9c4 __ehfuncinfo$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z 100a49c4 main.cpp.obj + 0002:0001e9e8 __unwindtable$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z 100a49e8 main.cpp.obj + 0002:0001ea08 __ehfuncinfo$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z 100a4a08 main.cpp.obj + 0002:0001ea2c __unwindtable$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z 100a4a2c main.cpp.obj + 0002:0001ea4c __ehfuncinfo$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z 100a4a4c main.cpp.obj + 0002:0001ea70 __unwindtable$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 100a4a70 main.cpp.obj + 0002:0001ea80 __ehfuncinfo$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 100a4a80 main.cpp.obj + 0002:0001eaa4 __ehfuncinfo$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 100a4aa4 main.cpp.obj + 0002:0001eac8 __unwindtable$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 100a4ac8 main.cpp.obj + 0002:0001eaf0 __unwindtable$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 100a4af0 main.cpp.obj + 0002:0001eaf0 __unwindtable$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 100a4af0 main.cpp.obj + 0002:0001eaf0 __unwindtable$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 100a4af0 main.cpp.obj + 0002:0001eaf0 __unwindtable$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 100a4af0 main.cpp.obj + 0002:0001eaf0 __unwindtable$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 100a4af0 main.cpp.obj + 0002:0001eaf0 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAIH@Z@detail@hadesmem@@SIXPAIH@Z 100a4af0 main.cpp.obj + 0002:0001eaf0 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 100a4af0 main.cpp.obj + 0002:0001eaf0 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 100a4af0 main.cpp.obj + 0002:0001eaf0 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 100a4af0 main.cpp.obj + 0002:0001eaf0 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 100a4af0 main.cpp.obj + 0002:0001eaf0 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 100a4af0 main.cpp.obj + 0002:0001eaf0 __unwindtable$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 100a4af0 main.cpp.obj + 0002:0001eaf0 __unwindtable$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 100a4af0 main.cpp.obj + 0002:0001eaf8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 100a4af8 main.cpp.obj + 0002:0001eaf8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 100a4af8 main.cpp.obj + 0002:0001eaf8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 100a4af8 main.cpp.obj + 0002:0001eaf8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 100a4af8 main.cpp.obj + 0002:0001eaf8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 100a4af8 main.cpp.obj + 0002:0001eaf8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAIH@Z@detail@hadesmem@@SIXPAIH@Z 100a4af8 main.cpp.obj + 0002:0001eaf8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 100a4af8 main.cpp.obj + 0002:0001eaf8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 100a4af8 main.cpp.obj + 0002:0001eaf8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 100a4af8 main.cpp.obj + 0002:0001eaf8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 100a4af8 main.cpp.obj + 0002:0001eaf8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 100a4af8 main.cpp.obj + 0002:0001eaf8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 100a4af8 main.cpp.obj + 0002:0001eaf8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 100a4af8 main.cpp.obj + 0002:0001eb1c __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$3 100a4b1c main.cpp.obj + 0002:0001eb2c __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a4b2c main.cpp.obj + 0002:0001eb40 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a4b40 main.cpp.obj + 0002:0001eb58 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a4b58 main.cpp.obj + 0002:0001eb7c __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$3 100a4b7c main.cpp.obj + 0002:0001eb8c __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a4b8c main.cpp.obj + 0002:0001eba0 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a4ba0 main.cpp.obj + 0002:0001ebb8 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a4bb8 main.cpp.obj + 0002:0001ebdc __unwindtable$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 100a4bdc main.cpp.obj + 0002:0001ebdc __unwindtable$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 100a4bdc main.cpp.obj + 0002:0001ebe4 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 100a4be4 main.cpp.obj + 0002:0001ebe4 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 100a4be4 main.cpp.obj + 0002:0001ec08 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$3 100a4c08 main.cpp.obj + 0002:0001ec18 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a4c18 main.cpp.obj + 0002:0001ec2c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a4c2c main.cpp.obj + 0002:0001ec44 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a4c44 main.cpp.obj + 0002:0001ec68 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$3 100a4c68 main.cpp.obj + 0002:0001ec78 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 100a4c78 main.cpp.obj + 0002:0001ec8c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 100a4c8c main.cpp.obj + 0002:0001eca4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 100a4ca4 main.cpp.obj + 0002:0001ecc8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$3 100a4cc8 main.cpp.obj + 0002:0001ecd8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a4cd8 main.cpp.obj + 0002:0001ecec __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a4cec main.cpp.obj + 0002:0001ed04 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a4d04 main.cpp.obj + 0002:0001ed28 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$3 100a4d28 main.cpp.obj + 0002:0001ed38 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a4d38 main.cpp.obj + 0002:0001ed4c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a4d4c main.cpp.obj + 0002:0001ed64 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a4d64 main.cpp.obj + 0002:0001ed88 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a4d88 main.cpp.obj + 0002:0001ed98 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a4d98 main.cpp.obj + 0002:0001edac __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a4dac main.cpp.obj + 0002:0001edc4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a4dc4 main.cpp.obj + 0002:0001ede8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a4de8 main.cpp.obj + 0002:0001edf8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a4df8 main.cpp.obj + 0002:0001ee0c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a4e0c main.cpp.obj + 0002:0001ee24 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a4e24 main.cpp.obj + 0002:0001ee48 __catchsym$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a4e48 main.cpp.obj + 0002:0001ee58 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a4e58 main.cpp.obj + 0002:0001ee6c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a4e6c main.cpp.obj + 0002:0001ee84 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a4e84 main.cpp.obj + 0002:0001eea8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$3 100a4ea8 main.cpp.obj + 0002:0001eeb8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a4eb8 main.cpp.obj + 0002:0001eecc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a4ecc main.cpp.obj + 0002:0001eee4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a4ee4 main.cpp.obj + 0002:0001ef08 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$3 100a4f08 main.cpp.obj + 0002:0001ef18 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a4f18 main.cpp.obj + 0002:0001ef2c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a4f2c main.cpp.obj + 0002:0001ef44 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a4f44 main.cpp.obj + 0002:0001ef68 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$3 100a4f68 main.cpp.obj + 0002:0001ef78 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a4f78 main.cpp.obj + 0002:0001ef8c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a4f8c main.cpp.obj + 0002:0001efa4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a4fa4 main.cpp.obj + 0002:0001efc8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$3 100a4fc8 main.cpp.obj + 0002:0001efd8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a4fd8 main.cpp.obj + 0002:0001efec __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a4fec main.cpp.obj + 0002:0001f004 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a5004 main.cpp.obj + 0002:0001f028 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$3 100a5028 main.cpp.obj + 0002:0001f038 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a5038 main.cpp.obj + 0002:0001f04c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a504c main.cpp.obj + 0002:0001f064 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a5064 main.cpp.obj + 0002:0001f088 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a5088 main.cpp.obj + 0002:0001f098 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5098 main.cpp.obj + 0002:0001f0ac __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a50ac main.cpp.obj + 0002:0001f0c4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a50c4 main.cpp.obj + 0002:0001f0e8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$3 100a50e8 main.cpp.obj + 0002:0001f0f8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a50f8 main.cpp.obj + 0002:0001f10c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a510c main.cpp.obj + 0002:0001f124 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a5124 main.cpp.obj + 0002:0001f148 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$3 100a5148 main.cpp.obj + 0002:0001f158 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a5158 main.cpp.obj + 0002:0001f16c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a516c main.cpp.obj + 0002:0001f184 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a5184 main.cpp.obj + 0002:0001f1a8 __unwindtable$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100a51a8 main.cpp.obj + 0002:0001f1b0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100a51b0 main.cpp.obj + 0002:0001f1d4 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$3 100a51d4 main.cpp.obj + 0002:0001f1e4 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a51e4 main.cpp.obj + 0002:0001f1f8 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a51f8 main.cpp.obj + 0002:0001f210 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a5210 main.cpp.obj + 0002:0001f234 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$3 100a5234 main.cpp.obj + 0002:0001f244 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a5244 main.cpp.obj + 0002:0001f258 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a5258 main.cpp.obj + 0002:0001f270 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a5270 main.cpp.obj + 0002:0001f294 __unwindtable$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100a5294 main.cpp.obj + 0002:0001f294 __unwindtable$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100a5294 main.cpp.obj + 0002:0001f29c __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100a529c main.cpp.obj + 0002:0001f29c __ehfuncinfo$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100a529c main.cpp.obj + 0002:0001f2c0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$3 100a52c0 main.cpp.obj + 0002:0001f2d0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a52d0 main.cpp.obj + 0002:0001f2e4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a52e4 main.cpp.obj + 0002:0001f2fc __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a52fc main.cpp.obj + 0002:0001f320 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$3 100a5320 main.cpp.obj + 0002:0001f330 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a5330 main.cpp.obj + 0002:0001f344 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a5344 main.cpp.obj + 0002:0001f35c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a535c main.cpp.obj + 0002:0001f380 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$3 100a5380 main.cpp.obj + 0002:0001f390 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a5390 main.cpp.obj + 0002:0001f3a4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a53a4 main.cpp.obj + 0002:0001f3bc __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a53bc main.cpp.obj + 0002:0001f3e0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$3 100a53e0 main.cpp.obj + 0002:0001f3f0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a53f0 main.cpp.obj + 0002:0001f404 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a5404 main.cpp.obj + 0002:0001f41c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a541c main.cpp.obj + 0002:0001f440 __catchsym$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$3 100a5440 main.cpp.obj + 0002:0001f450 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a5450 main.cpp.obj + 0002:0001f464 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a5464 main.cpp.obj + 0002:0001f47c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a547c main.cpp.obj + 0002:0001f4a0 __catchsym$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$5 100a54a0 main.cpp.obj + 0002:0001f4b0 __tryblocktable$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a54b0 main.cpp.obj + 0002:0001f4c4 __unwindtable$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a54c4 main.cpp.obj + 0002:0001f4e4 __ehfuncinfo$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a54e4 main.cpp.obj + 0002:0001f508 __ehfuncinfo$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a5508 main.cpp.obj + 0002:0001f52c __unwindtable$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a552c main.cpp.obj + 0002:0001f594 __ehfuncinfo$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a5594 main.cpp.obj + 0002:0001f5b8 __unwindtable$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a55b8 main.cpp.obj + 0002:0001f620 __unwindtable$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 100a5620 main.cpp.obj + 0002:0001f640 __ehfuncinfo$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 100a5640 main.cpp.obj + 0002:0001f664 __unwindtable$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 100a5664 main.cpp.obj + 0002:0001f674 __ehfuncinfo$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 100a5674 main.cpp.obj + 0002:0001f698 __unwindtable$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 100a5698 main.cpp.obj + 0002:0001f6b8 __ehfuncinfo$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 100a56b8 main.cpp.obj + 0002:0001f6dc __catchsym$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$3 100a56dc main.cpp.obj + 0002:0001f6ec __tryblocktable$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a56ec main.cpp.obj + 0002:0001f700 __unwindtable$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a5700 main.cpp.obj + 0002:0001f718 __ehfuncinfo$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a5718 main.cpp.obj + 0002:0001f73c __unwindtable$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a573c main.cpp.obj + 0002:0001f754 __ehfuncinfo$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a5754 main.cpp.obj + 0002:0001f778 __unwindtable$?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@PBD3@Z 100a5778 main.cpp.obj + 0002:0001f780 __ehfuncinfo$?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@PBD3@Z 100a5780 main.cpp.obj + 0002:0001f7a4 __unwindtable$?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z 100a57a4 main.cpp.obj + 0002:0001f7ac __ehfuncinfo$?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z 100a57ac main.cpp.obj + 0002:0001f7d0 __catchsym$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z$3 100a57d0 main.cpp.obj + 0002:0001f7e0 __unwindtable$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a57e0 main.cpp.obj + 0002:0001f7f0 __tryblocktable$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a57f0 main.cpp.obj + 0002:0001f804 __ehfuncinfo$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a5804 main.cpp.obj + 0002:0001f828 __unwindtable$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a5828 main.cpp.obj + 0002:0001f840 __ehfuncinfo$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a5840 main.cpp.obj + 0002:0001f864 __unwindtable$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a5864 main.cpp.obj + 0002:0001f864 __unwindtable$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a5864 main.cpp.obj + 0002:0001f86c __ehfuncinfo$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a586c main.cpp.obj + 0002:0001f86c __ehfuncinfo$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a586c main.cpp.obj + 0002:0001f890 __unwindtable$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a5890 main.cpp.obj + 0002:0001f8a8 __ehfuncinfo$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a58a8 main.cpp.obj + 0002:0001f8cc __unwindtable$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a58cc main.cpp.obj + 0002:0001f8e4 __ehfuncinfo$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a58e4 main.cpp.obj + 0002:0001f908 __unwindtable$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a5908 main.cpp.obj + 0002:0001f920 __ehfuncinfo$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a5920 main.cpp.obj + 0002:0001f944 __ehfuncinfo$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 100a5944 main.cpp.obj + 0002:0001f968 __unwindtable$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 100a5968 main.cpp.obj + 0002:0001f9a8 __ehfuncinfo$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 100a59a8 main.cpp.obj + 0002:0001f9cc __unwindtable$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 100a59cc main.cpp.obj + 0002:0001f9f4 __unwindtable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@1@@Z 100a59f4 main.cpp.obj + 0002:0001f9f4 __unwindtable$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@1@@Z 100a59f4 main.cpp.obj + 0002:0001f9fc __ehfuncinfo$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@1@@Z 100a59fc main.cpp.obj + 0002:0001f9fc __ehfuncinfo$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@1@@Z 100a59fc main.cpp.obj + 0002:0001fa20 __catchsym$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z$3 100a5a20 main.cpp.obj + 0002:0001fa30 __unwindtable$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 100a5a30 main.cpp.obj + 0002:0001fa40 __tryblocktable$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 100a5a40 main.cpp.obj + 0002:0001fa54 __ehfuncinfo$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 100a5a54 main.cpp.obj + 0002:0001fa78 __catchsym$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z$3 100a5a78 main.cpp.obj + 0002:0001fa88 __unwindtable$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 100a5a88 main.cpp.obj + 0002:0001fa98 __tryblocktable$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 100a5a98 main.cpp.obj + 0002:0001faac __ehfuncinfo$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 100a5aac main.cpp.obj + 0002:0001fad0 __unwindtable$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 100a5ad0 main.cpp.obj + 0002:0001fae8 __ehfuncinfo$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 100a5ae8 main.cpp.obj + 0002:0001fb0c __catchsym$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z$3 100a5b0c main.cpp.obj + 0002:0001fb1c __unwindtable$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a5b1c main.cpp.obj + 0002:0001fb2c __tryblocktable$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a5b2c main.cpp.obj + 0002:0001fb40 __ehfuncinfo$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a5b40 main.cpp.obj + 0002:0001fb64 __catchsym$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z$3 100a5b64 main.cpp.obj + 0002:0001fb74 __unwindtable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a5b74 main.cpp.obj + 0002:0001fb84 __tryblocktable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a5b84 main.cpp.obj + 0002:0001fb98 __ehfuncinfo$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a5b98 main.cpp.obj + 0002:0001fde4 __ehfuncinfo$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 100a5de4 helper.cpp.obj + 0002:0001fe08 __unwindtable$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 100a5e08 helper.cpp.obj + 0002:0001fe30 __unwindtable$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100a5e30 helper.cpp.obj + 0002:0001fe48 __ehfuncinfo$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100a5e48 helper.cpp.obj + 0002:0001fe6c __unwindtable$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 100a5e6c helper.cpp.obj + 0002:0001fe6c __unwindtable$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 100a5e6c spellcast.cpp.obj + 0002:0001fe6c __unwindtable$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 100a5e6c spellcast.cpp.obj + 0002:0001fe6c __unwindtable$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a5e6c spellevents.cpp.obj + 0002:0001fe74 __ehfuncinfo$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 100a5e74 helper.cpp.obj + 0002:0001fe74 __ehfuncinfo$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 100a5e74 spellcast.cpp.obj + 0002:0001fe74 __ehfuncinfo$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 100a5e74 spellcast.cpp.obj + 0002:0001fe74 __ehfuncinfo$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a5e74 spellevents.cpp.obj + 0002:0001fe98 __unwindtable$??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z 100a5e98 helper.cpp.obj + 0002:0001fea8 __ehfuncinfo$??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z 100a5ea8 helper.cpp.obj + 0002:0001fecc __unwindtable$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a5ecc helper.cpp.obj + 0002:0001fedc __ehfuncinfo$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a5edc helper.cpp.obj + 0002:0001ff00 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$7 100a5f00 spellcast.cpp.obj + 0002:0001ff10 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a5f10 spellcast.cpp.obj + 0002:0001ff24 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a5f24 spellcast.cpp.obj + 0002:0001ff48 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a5f48 spellcast.cpp.obj + 0002:0001ff70 __unwindtable$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 100a5f70 spellcast.cpp.obj + 0002:0001ff80 __ehfuncinfo$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 100a5f80 spellcast.cpp.obj + 0002:0001ffa4 __unwindtable$?CastQueuedNormalSpell@Nampower@@YAXXZ 100a5fa4 spellcast.cpp.obj + 0002:0001ffb4 __ehfuncinfo$?CastQueuedNormalSpell@Nampower@@YAXXZ 100a5fb4 spellcast.cpp.obj + 0002:0001ffd8 __ehfuncinfo$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100a5fd8 spellcast.cpp.obj + 0002:0001fffc __unwindtable$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100a5ffc spellcast.cpp.obj + 0002:000200bc __unwindtable$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 100a60bc spellcast.cpp.obj + 0002:000200cc __ehfuncinfo$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 100a60cc spellcast.cpp.obj + 0002:000200f0 __ehfuncinfo$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100a60f0 spellcast.cpp.obj + 0002:00020114 __unwindtable$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100a6114 spellcast.cpp.obj + 0002:0002013c __ehfuncinfo$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a613c spellchannel.cpp.obj + 0002:00020160 __unwindtable$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a6160 spellchannel.cpp.obj + 0002:00020190 __unwindtable$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a6190 spellchannel.cpp.obj + 0002:000201a0 __ehfuncinfo$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a61a0 spellchannel.cpp.obj + 0002:000201c4 __ehfuncinfo$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100a61c4 spellevents.cpp.obj + 0002:000201e8 __unwindtable$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100a61e8 spellevents.cpp.obj + 0002:00020260 __unwindtable$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a6260 spellevents.cpp.obj + 0002:00020278 __ehfuncinfo$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a6278 spellevents.cpp.obj + 0002:0002029c __unwindtable$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100a629c spellevents.cpp.obj + 0002:000202b4 __ehfuncinfo$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100a62b4 spellevents.cpp.obj + 0002:000202d8 __unwindtable$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100a62d8 spellevents.cpp.obj + 0002:000202e8 __ehfuncinfo$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100a62e8 spellevents.cpp.obj + 0002:0002030c __ehfuncinfo$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 100a630c spellevents.cpp.obj + 0002:00020330 __unwindtable$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 100a6330 spellevents.cpp.obj + 0002:00020360 __unwindtable$?RunQueuedScript@Nampower@@YA_NH@Z 100a6360 misc_scripts.cpp.obj + 0002:00020360 __unwindtable$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 100a6360 misc_scripts.cpp.obj + 0002:00020368 __ehfuncinfo$?RunQueuedScript@Nampower@@YA_NH@Z 100a6368 misc_scripts.cpp.obj + 0002:00020368 __ehfuncinfo$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 100a6368 misc_scripts.cpp.obj + 0002:0002038c __unwindtable$?InitializeFieldMaps@Nampower@@YAXXZ 100a638c dbc_fields.cpp.obj + 0002:0002038c __unwindtable$?Script_QueueScript@Nampower@@YAIPAI@Z 100a638c misc_scripts.cpp.obj + 0002:000203ac __ehfuncinfo$?InitializeFieldMaps@Nampower@@YAXXZ 100a63ac dbc_fields.cpp.obj + 0002:000203ac __ehfuncinfo$?Script_QueueScript@Nampower@@YAIPAI@Z 100a63ac misc_scripts.cpp.obj + 0002:000203d0 __unwindtable$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 100a63d0 misc_scripts.cpp.obj + 0002:000203d0 __unwindtable$?Script_GetUnitField@Nampower@@YAIPAI@Z 100a63d0 misc_scripts.cpp.obj + 0002:000203d0 __unwindtable$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 100a63d0 spell_scripts.cpp.obj + 0002:000203d8 __ehfuncinfo$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 100a63d8 misc_scripts.cpp.obj + 0002:000203d8 __ehfuncinfo$?Script_GetUnitField@Nampower@@YAIPAI@Z 100a63d8 misc_scripts.cpp.obj + 0002:000203d8 __ehfuncinfo$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 100a63d8 spell_scripts.cpp.obj + 0002:000203fc __ehfuncinfo$?TryDisenchant@Nampower@@YA_NXZ 100a63fc misc_scripts.cpp.obj + 0002:00020420 __unwindtable$?TryDisenchant@Nampower@@YA_NXZ 100a6420 misc_scripts.cpp.obj + 0002:00020448 __unwindtable$?Script_DisenchantAll@Nampower@@YAIPAI@Z 100a6448 misc_scripts.cpp.obj + 0002:00020450 __ehfuncinfo$?Script_DisenchantAll@Nampower@@YAIPAI@Z 100a6450 misc_scripts.cpp.obj + 0002:00020474 __unwindtable$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ 100a6474 items.cpp.obj + 0002:00020474 __unwindtable$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ 100a6474 misc_scripts.cpp.obj + 0002:00020484 __ehfuncinfo$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ 100a6484 items.cpp.obj + 0002:00020484 __ehfuncinfo$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ 100a6484 misc_scripts.cpp.obj + 0002:000204a8 __unwindtable$??$PushArrayFieldsToLuaWithRefs@UItemStats_C@game@@@Nampower@@YAXPAIPBUItemStats_C@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a64a8 misc_scripts.cpp.obj + 0002:000204a8 __unwindtable$??$PushArrayFieldsToLuaWithRefs@UUnitFields@game@@@Nampower@@YAXPAIPBUUnitFields@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a64a8 misc_scripts.cpp.obj + 0002:000204a8 __unwindtable$??$PushArrayFieldsToLuaWithRefs@USpellRec@game@@@Nampower@@YAXPAIPBUSpellRec@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a64a8 spell_scripts.cpp.obj + 0002:000204b0 __ehfuncinfo$??$PushArrayFieldsToLuaWithRefs@UItemStats_C@game@@@Nampower@@YAXPAIPBUItemStats_C@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a64b0 misc_scripts.cpp.obj + 0002:000204b0 __ehfuncinfo$??$PushArrayFieldsToLuaWithRefs@UUnitFields@game@@@Nampower@@YAXPAIPBUUnitFields@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a64b0 misc_scripts.cpp.obj + 0002:000204b0 __ehfuncinfo$??$PushArrayFieldsToLuaWithRefs@USpellRec@game@@@Nampower@@YAXPAIPBUSpellRec@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a64b0 spell_scripts.cpp.obj + 0002:000204d4 __unwindtable$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a64d4 dbc_fields.cpp.obj + 0002:000204d4 __unwindtable$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a64d4 misc_scripts.cpp.obj + 0002:000204e4 __ehfuncinfo$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a64e4 dbc_fields.cpp.obj + 0002:000204e4 __ehfuncinfo$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a64e4 misc_scripts.cpp.obj + 0002:00020508 __unwindtable$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100a6508 spell_scripts.cpp.obj + 0002:00020508 __unwindtable$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100a6508 spell_scripts.cpp.obj + 0002:00020510 __ehfuncinfo$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100a6510 spell_scripts.cpp.obj + 0002:00020510 __ehfuncinfo$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100a6510 spell_scripts.cpp.obj + 0002:00020534 __unwindtable$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 100a6534 spell_scripts.cpp.obj + 0002:0002054c __ehfuncinfo$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 100a654c spell_scripts.cpp.obj + 0002:00020570 __unwindtable$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100a6570 item_scripts.cpp.obj + 0002:00020580 __ehfuncinfo$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100a6580 item_scripts.cpp.obj + 0002:000205a4 __ehfuncinfo$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 100a65a4 items.cpp.obj + 0002:000205c8 __unwindtable$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 100a65c8 items.cpp.obj + 0002:000205f8 __unwindtable$??__EitemStatsCache@Nampower@@YAXXZ 100a65f8 items.cpp.obj + 0002:00020608 __ehfuncinfo$??__EitemStatsCache@Nampower@@YAXXZ 100a6608 items.cpp.obj + 0002:0002062c __unwindtable$??__EitemNameToIdCache@Nampower@@YAXXZ 100a662c items.cpp.obj + 0002:0002063c __ehfuncinfo$??__EitemNameToIdCache@Nampower@@YAXXZ 100a663c items.cpp.obj + 0002:00020660 __unwindtable$??__EpendingItemIds@Nampower@@YAXXZ 100a6660 items.cpp.obj + 0002:00020670 __ehfuncinfo$??__EpendingItemIds@Nampower@@YAXXZ 100a6670 items.cpp.obj + 0002:00020694 __unwindtable$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100a6694 items.cpp.obj + 0002:0002069c __ehfuncinfo$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100a669c items.cpp.obj + 0002:000206c0 __unwindtable$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100a66c0 items.cpp.obj + 0002:000206d0 __ehfuncinfo$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100a66d0 items.cpp.obj + 0002:000206f4 __unwindtable$??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z 100a66f4 items.cpp.obj + 0002:00020704 __ehfuncinfo$??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z 100a6704 items.cpp.obj + 0002:00020728 __unwindtable$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a6728 items.cpp.obj + 0002:00020738 __ehfuncinfo$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a6738 items.cpp.obj + 0002:0002075c __unwindtable$??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z 100a675c items.cpp.obj + 0002:0002076c __ehfuncinfo$??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z 100a676c items.cpp.obj + 0002:00020790 __unwindtable$?InitializeUnitFieldMaps@Nampower@@YAXXZ 100a6790 unit_fields.cpp.obj + 0002:000207a0 __ehfuncinfo$?InitializeUnitFieldMaps@Nampower@@YAXXZ 100a67a0 unit_fields.cpp.obj + 0002:000207c4 __unwindtable$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 100a67c4 lua_refs.cpp.obj + 0002:000207d4 __ehfuncinfo$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 100a67d4 lua_refs.cpp.obj + 0002:000207f8 __sehtable$___DestructExceptionObject 100a67f8 libvcruntime:ehhelpers.obj + 0002:00020818 __sehtable$___RTDynamicCast 100a6818 libvcruntime:rtti.obj + 0002:00020838 __sehtable$___RTtypeid 100a6838 libvcruntime:rtti.obj + 0002:000208c8 __sehtable$?FrameUnwindToState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@H@Z 100a68c8 libvcruntime:frame.obj + 0002:000208f0 __sehtable$?CallCatchBlock@@YAPAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PBU_s_FuncInfo@@PAXHK@Z 100a68f0 libvcruntime:frame.obj + 0002:00020918 __catchsym$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z$2 100a6918 libvcruntime:frame.obj + 0002:00020928 __unwindtable$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100a6928 libvcruntime:frame.obj + 0002:00020938 __tryblocktable$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100a6938 libvcruntime:frame.obj + 0002:0002094c __ehfuncinfo$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100a694c libvcruntime:frame.obj + 0002:00020970 __sehtable$??$BuildCatchObjectHelperInternal@V__FrameHandler3@@@@YAHPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100a6970 libvcruntime:frame.obj + 0002:00020990 __sehtable$??$BuildCatchObjectInternal@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100a6990 libvcruntime:frame.obj + 0002:000209e8 __sehtable$___unDNameEx 100a69e8 libvcruntime:undname.obj + 0002:00020a04 __unwindtable$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100a6a04 libvcruntime:undname.obj + 0002:00020a0c __ehfuncinfo$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100a6a0c libvcruntime:undname.obj + 0002:00020a30 __sehtable$?_fclose_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 100a6a30 libucrt:fclose.obj + 0002:00020a50 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a6a50 libucrt:fflush.obj + 0002:00020a70 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a6a70 libucrt:fflush.obj + 0002:00020a90 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a6a90 libucrt:fflush.obj + 0002:00020ab0 __sehtable$_fgetc 100a6ab0 libucrt:fgetc.obj + 0002:00020ad0 __sehtable$?_fputc_internal@@YAHHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 100a6ad0 libucrt:fputc.obj + 0002:00020af0 __sehtable$_fread_s 100a6af0 libucrt:fread.obj + 0002:00020b10 __sehtable$?common_fseek@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 100a6b10 libucrt:fseek.obj + 0002:00020b30 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@I@@QAEI$$QAV@@AAV@@$$QAV@@@Z 100a6b30 libucrt:fwrite.obj + 0002:00020b50 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a6b50 libucrt:setvbuf.obj + 0002:00020b70 __sehtable$_ungetc 100a6b70 libucrt:ungetc.obj + 0002:00020b90 __sehtable$_terminate 100a6b90 libucrt:terminate.obj + 0002:00020bb0 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a6bb0 libucrt:per_thread_data.obj + 0002:00020bd0 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a6bd0 libucrt:per_thread_data.obj + 0002:00020bf0 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a6bf0 libucrt:per_thread_data.obj + 0002:00020c10 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a6c10 libucrt:per_thread_data.obj + 0002:00020c30 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a6c30 libucrt:wsetlocale.obj + 0002:00020c50 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a6c50 libucrt:wsetlocale.obj + 0002:00020c70 __sehtable$??$?RV@@AAV@@AAV@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@AAV@@@Z 100a6c70 libucrt:wsetlocale.obj + 0002:00020c90 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a6c90 libucrt:winapi_thunks.obj + 0002:00020cb0 __sehtable$__fcloseall 100a6cb0 libucrt:closeall.obj + 0002:00020cd0 __sehtable$___acrt_initialize_lowio 100a6cd0 libucrt:ioinit.obj + 0002:00020cf0 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a6cf0 libucrt:close.obj + 0002:00020d10 __sehtable$?__acrt_stdio_allocate_stream@@YA?AV__crt_stdio_stream@@XZ 100a6d10 libucrt:stream.obj + 0002:00020d30 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a6d30 libucrt:commit.obj + 0002:00020d50 __sehtable$__write_internal 100a6d50 libucrt:write.obj + 0002:00020d70 __sehtable$??$common_ftell@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 100a6d70 libucrt:ftell.obj + 0002:00020d90 __sehtable$__read 100a6d90 libucrt:read.obj + 0002:00020db0 __sehtable$??$common_lseek@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 100a6db0 libucrt:lseek.obj + 0002:00020dd0 __sehtable$___set_fpsr_sse2 100a6dd0 libucrt:fpctrl.obj + 0002:00020df0 __sehtable$??R@@QBE@XZ 100a6df0 libucrt:exit.obj + 0002:00020e10 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a6e10 libucrt:exit.obj + 0002:00020e30 __sehtable$_raise 100a6e30 libucrt:signal.obj + 0002:00020e50 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@P6AXH@Z@@QAEP6AXH@Z$$QAV@@AAV@@$$QAV@@@Z 100a6e50 libucrt:signal.obj + 0002:00020e70 __sehtable$__isindst 100a6e70 libucrt:tzset.obj + 0002:00020e90 __sehtable$___tzset 100a6e90 libucrt:tzset.obj + 0002:00020eb0 __sehtable$___acrt_update_thread_locale_data 100a6eb0 libucrt:locale_refcounting.obj + 0002:00020ed0 __sehtable$?update_thread_multibyte_data_internal@@YAPAU__crt_multibyte_data@@QAU__acrt_ptd@@QAPAU1@@Z 100a6ed0 libucrt:mbctype.obj + 0002:00020ef0 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a6ef0 libucrt:mbctype.obj + 0002:00020f10 __sehtable$__query_new_handler 100a6f10 libucrt:new_handler.obj + 0002:00020f30 __sehtable$__alloc_osfhnd 100a6f30 libucrt:osfinfo.obj + 0002:00020f50 __sehtable$___acrt_lowio_ensure_fh_exists 100a6f50 libucrt:osfinfo.obj + 0002:00020f70 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a6f70 libucrt:onexit.obj + 0002:00020f90 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a6f90 libucrt:onexit.obj + 0002:00020fb0 __sehtable$??$common_getenv_s@_W@@YAHQAIQA_WIQB_W@Z 100a6fb0 libucrt:getenv.obj + 0002:00020fcc __unwindtable$___dcrt_uninitialize_environments_nolock 100a6fcc libucrt:environment_initialization.obj + 0002:00020fdc __ehfuncinfo$___dcrt_uninitialize_environments_nolock 100a6fdc libucrt:environment_initialization.obj + 0002:00021140 __unwindtable$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 100a7140 libcpmt:locale0.obj + 0002:00021148 __ehfuncinfo$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 100a7148 libcpmt:locale0.obj + 0002:00021170 __sehtable$___scrt_is_nonwritable_in_current_image 100a7170 LIBCMT:utility.obj + 0002:00021190 __sehtable$?dllmain_crt_process_attach@@YAHQAUHINSTANCE__@@QAX@Z 100a7190 LIBCMT:dll_dllmain.obj + 0002:000211b0 __sehtable$?dllmain_crt_process_detach@@YAH_N@Z 100a71b0 LIBCMT:dll_dllmain.obj + 0002:000211d8 __sehtable$?dllmain_dispatch@@YAHQAUHINSTANCE__@@KQAX@Z 100a71d8 LIBCMT:dll_dllmain.obj + 0002:000211f8 __sehtable$__IsNonwritableInCurrentImage 100a71f8 LIBCMT:pesect.obj + 0002:00021218 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@PAD@@QAEPAD$$QAV@@AAV@@$$QAV@@@Z 100a7218 libucrt:setlocale.obj + 0002:00021238 __sehtable$??$common_fsopen@D@@YAPAU_iobuf@@QBD0H@Z 100a7238 libucrt:fopen.obj + 0002:00021258 __sehtable$??$common_sopen_dispatch@D@@YAHQBDHHHQAHH@Z 100a7258 libucrt:open.obj + 0002:00021280 .edata 100a7280 nampower.exp + 0002:000212a8 rgpv 100a72a8 nampower.exp + 0002:000212ac rgszName 100a72ac nampower.exp + 0002:000212b0 rgwOrd 100a72b0 nampower.exp + 0002:000212b2 szName 100a72b2 nampower.exp + 0002:000212bf $N00001 100a72bf nampower.exp + 0002:00021c20 .idata$6 100a7c20 kernel32:KERNEL32.dll + 0002:00021c3c .idata$6 100a7c3c user32:USER32.dll + 0003:000000fc ?p_GetContext@?1??GetLuaStatePtr@Nampower@@YAPAIXZ@4P6IPAIXZA 100a80fc main.cpp.obj + 0003:00000140 ?format@?1??TriggerSpellCastEvent@Nampower@@YAX_NIW4CastType@@_KI@Z@4PADA 100a8140 spellcast.cpp.obj + 0003:0000014c ?message@?O@??Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@4PADA 100a814c spellcast.cpp.obj + 0003:00000184 ?format@?1??TriggerSpellChannelStartEvent@Nampower@@YAXII@Z@4PADA 100a8184 spellchannel.cpp.obj + 0003:0000018c ?format@?1??TriggerSpellChannelUpdateEvent@Nampower@@YAXII@Z@4PADA 100a818c spellchannel.cpp.obj + 0003:00000194 ?format@?1??TriggerSpellFailedSelfEvent@Nampower@@YAXIW4SpellCastResult@game@@_N@Z@4PADA 100a8194 spellevents.cpp.obj + 0003:0000019c ?format@?1??TriggerSpellHealEvent@Nampower@@YAX_K0IIEE@Z@4PADA 100a819c spellevents.cpp.obj + 0003:000001ac ?format@?1??TriggerSpellEnergizeEvent@Nampower@@YAX_K0IIIE@Z@4PADA 100a81ac spellevents.cpp.obj + 0003:000001bc ?format@?1??TriggerSpellDelayedEvent@Nampower@@YAX_KI@Z@4PADA 100a81bc spellevents.cpp.obj + 0003:000001c4 ?format@?1??triggerAuraCastEventOnTarget@Nampower@@YAXPBUSpellRec@game@@HPAD1_K2II@Z@4PADA 100a81c4 spellevents.cpp.obj + 0003:000001d8 ?format@?1??TriggerSpellStartEvent@Nampower@@YAXII_K0GI@Z@4PADA 100a81d8 spellevents.cpp.obj + 0003:000001e8 ?format@?1??TriggerSpellGoEvent@Nampower@@YAXIIPB_K_KGEE@Z@4PADA 100a81e8 spellevents.cpp.obj + 0003:000001f8 ?format@?1??TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z@4PADA 100a81f8 spellevents.cpp.obj + 0003:00000210 ?castId@LuaFields@Nampower@@3PADA 100a8210 misc_scripts.cpp.obj + 0003:00000218 ?spellId@LuaFields@Nampower@@3PADA 100a8218 misc_scripts.cpp.obj + 0003:00000220 ?guid@LuaFields@Nampower@@3PADA 100a8220 misc_scripts.cpp.obj + 0003:00000228 ?castType@LuaFields@Nampower@@3PADA 100a8228 misc_scripts.cpp.obj + 0003:00000234 ?castStartS@LuaFields@Nampower@@3PADA 100a8234 misc_scripts.cpp.obj + 0003:00000240 ?castEndS@LuaFields@Nampower@@3PADA 100a8240 misc_scripts.cpp.obj + 0003:0000024c ?castRemainingMs@LuaFields@Nampower@@3PADA 100a824c misc_scripts.cpp.obj + 0003:0000025c ?castDurationMs@LuaFields@Nampower@@3PADA 100a825c misc_scripts.cpp.obj + 0003:0000026c ?gcdEndS@LuaFields@Nampower@@3PADA 100a826c misc_scripts.cpp.obj + 0003:00000274 ?gcdRemainingMs@LuaFields@Nampower@@3PADA 100a8274 misc_scripts.cpp.obj + 0003:00000284 ?castInfoTableRef@Nampower@@3HA 100a8284 misc_scripts.cpp.obj + 0003:00000288 ?itemStatsTableRef@Nampower@@3HA 100a8288 misc_scripts.cpp.obj + 0003:0000028c ?unitDataTableRef@Nampower@@3HA 100a828c misc_scripts.cpp.obj + 0003:00000290 ?spellRecTableRef@Nampower@@3HA 100a8290 spell_scripts.cpp.obj + 0003:00000294 ?cooldownDetailTableRef@Nampower@@3HA 100a8294 cooldown_scripts.cpp.obj + 0003:00000298 ?isOnCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a8298 cooldown_scripts.cpp.obj + 0003:000002a8 ?cooldownRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a82a8 cooldown_scripts.cpp.obj + 0003:000002bc ?itemIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a82bc cooldown_scripts.cpp.obj + 0003:000002c4 ?itemHasActiveSpellKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a82c4 cooldown_scripts.cpp.obj + 0003:000002d8 ?itemActiveSpellIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a82d8 cooldown_scripts.cpp.obj + 0003:000002ec ?individualStartSKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a82ec cooldown_scripts.cpp.obj + 0003:00000300 ?individualDurationMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a8300 cooldown_scripts.cpp.obj + 0003:00000318 ?individualRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a8318 cooldown_scripts.cpp.obj + 0003:00000330 ?isOnIndividualCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a8330 cooldown_scripts.cpp.obj + 0003:00000348 ?categoryIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a8348 cooldown_scripts.cpp.obj + 0003:00000354 ?categoryStartSKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a8354 cooldown_scripts.cpp.obj + 0003:00000364 ?categoryDurationMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a8364 cooldown_scripts.cpp.obj + 0003:00000378 ?categoryRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a8378 cooldown_scripts.cpp.obj + 0003:0000038c ?isOnCategoryCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a838c cooldown_scripts.cpp.obj + 0003:000003a4 ?gcdCategoryIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a83a4 cooldown_scripts.cpp.obj + 0003:000003b4 ?gcdCategoryStartSKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a83b4 cooldown_scripts.cpp.obj + 0003:000003c8 ?gcdCategoryDurationMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a83c8 cooldown_scripts.cpp.obj + 0003:000003e0 ?gcdCategoryRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a83e0 cooldown_scripts.cpp.obj + 0003:000003f8 ?isOnGcdCategoryCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100a83f8 cooldown_scripts.cpp.obj + 0003:00000410 ?basicItemInfoTableRef@Nampower@@3HA 100a8410 item_scripts.cpp.obj + 0003:00000414 ?itemInfoTableRef@Nampower@@3HA 100a8414 item_scripts.cpp.obj + 0003:00000418 ?equippedItemsTableRef@Nampower@@3HA 100a8418 item_scripts.cpp.obj + 0003:0000041c ?bagItemsTableRef@Nampower@@3HA 100a841c item_scripts.cpp.obj + 0003:00000420 ?trinketsTableRef@Nampower@@3HA 100a8420 item_scripts.cpp.obj + 0003:00000424 ?itemIdKey@Nampower@@3PADA 100a8424 item_scripts.cpp.obj + 0003:0000042c ?permanentEnchantIdKey@Nampower@@3PADA 100a842c item_scripts.cpp.obj + 0003:00000440 ?tempEnchantIdKey@Nampower@@3PADA 100a8440 item_scripts.cpp.obj + 0003:00000450 ?stackCountKey@Nampower@@3PADA 100a8450 item_scripts.cpp.obj + 0003:0000045c ?durationKey@Nampower@@3PADA 100a845c item_scripts.cpp.obj + 0003:00000468 ?flagsKey@Nampower@@3PADA 100a8468 item_scripts.cpp.obj + 0003:00000470 ?durabilityKey@Nampower@@3PADA 100a8470 item_scripts.cpp.obj + 0003:0000047c ?maxDurabilityKey@Nampower@@3PADA 100a847c item_scripts.cpp.obj + 0003:0000048c ?tempEnchantmentTimeLeftMsKey@Nampower@@3PADA 100a848c item_scripts.cpp.obj + 0003:000004a8 ?tempEnchantmentChargesKey@Nampower@@3PADA 100a84a8 item_scripts.cpp.obj + 0003:000004c0 ?bagIndexKey@Nampower@@3PADA 100a84c0 item_scripts.cpp.obj + 0003:000004cc ?slotIndexKey@Nampower@@3PADA 100a84cc item_scripts.cpp.obj + 0003:000004d8 ?trinketNameKey@Nampower@@3PADA 100a84d8 item_scripts.cpp.obj + 0003:000004e4 ?textureKey@Nampower@@3PADA 100a84e4 item_scripts.cpp.obj + 0003:000004ec ?itemLevelKey@Nampower@@3PADA 100a84ec item_scripts.cpp.obj + 0003:000004f8 ?format@?1??TriggerAuraEvent@Nampower@@YAXPAIII_N@Z@4PADA 100a84f8 auras.cpp.obj + 0003:00000504 ?format@?1??UnitCombatLogUnitDeadHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_K@Z@4PADA 100a8504 auras.cpp.obj + 0003:00000508 ?format@?1??TriggerAutoAttackEvent@Nampower@@YAX_K0IIIEIII@Z@4PADA 100a8508 autoattack.cpp.obj + 0003:00000520 ?__vcrt_flsindex@@3KA 100a8520 libvcruntime:per_thread_data.obj + 0003:00000530 ?prefix@?1??getDimension@UnDecorator@@CA?AVDName@@_N@Z@4UStringLiteral@@A 100a8530 libvcruntime:undname.obj + 0003:000005f8 ?errno_no_memory@@3HA 100a85f8 libucrt:errno.obj + 0003:000005fc ?doserrno_no_memory@@3KA 100a85fc libucrt:errno.obj + 0003:00000670 ?__acrt_flsindex@@3KA 100a8670 libucrt:per_thread_data.obj + 0003:00000674 __ctype_loc_style 100a8674 libucrt:wsetlocale.obj + 0003:00000878 ?__DAZ_ENABLED@?1??__set_fpsr_sse2@@9@9 100a8878 libucrt:fpctrl.obj + 0003:00000888 ?tzstd_program@@3PADA 100a8888 libucrt:timeset.obj + 0003:000008c8 ?tzdst_program@@3PADA 100a88c8 libucrt:timeset.obj + 0003:00000908 ?w_tzstd_program@@3PA_WA 100a8908 libucrt:timeset.obj + 0003:00000988 ?w_tzdst_program@@3PA_WA 100a8988 libucrt:timeset.obj + 0003:00000a08 ?tzname_states@@3PAY01PADA 100a8a08 libucrt:timeset.obj + 0003:00000a10 ?w_tzname_states@@3PAY01PA_WA 100a8a10 libucrt:timeset.obj + 0003:00000a18 ?dststart@@3Utransitiondate@?A0x7639d0b4@@A 100a8a18 libucrt:tzset.obj + 0003:00000a24 ?dstend@@3Utransitiondate@?A0x7639d0b4@@A 100a8a24 libucrt:tzset.obj + 0003:00000c50 __mbctypes 100a8c50 libucrt:mbctype.obj + 0003:00000d58 __mbcasemaps 100a8d58 libucrt:mbctype.obj + 0003:00000e58 ?__rgctypeflag@@3PADA 100a8e58 libucrt:mbctype.obj + 0003:00000e60 ?__rgcode_page_info@@3PAUcode_page_info@@A 100a8e60 libucrt:mbctype.obj + 0003:00000f60 ?__dcrt_lowio_console_output_handle@@3PAXA 100a8f60 libucrt:initcon.obj + 0003:00000f70 ?init@std@@3JA 100a8f70 libcpmt:xlock.obj + 0003:00000f78 ?valid@?1???$_Xfiopen@D@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z@4QBHB 100a8f78 libcpmt:fiopen.obj + 0003:00000fc8 ?atcount_cdecl@@3IA 100a8fc8 libcpmt:iosptrs.obj + 0003:00016e5c ?spellSlotCache@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@4V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@@std@@A 100bee5c helper.cpp.obj + 0003:00016e7c ?$TSS0@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@4HA 100bee7c helper.cpp.obj + 0003:00016e80 ?spellIdToSlotCache@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@4V?$unordered_map@_KIU?$hash@_K@std@@U?$equal_to@_K@2@V?$allocator@U?$pair@$$CB_KI@std@@@2@@std@@A 100bee80 helper.cpp.obj + 0003:00016ea0 ?$TSS0@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@4HA 100beea0 helper.cpp.obj + 0003:00016ea8 ?targetHitGuids@?1??SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@2@@Z@4PA_KA 100beea8 spellevents.cpp.obj + 0003:000171d0 ?unitFieldsArrayFieldRefs@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A 100bf1d0 misc_scripts.cpp.obj + 0003:000171f0 ?itemStatsNestedArrayRefs@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A 100bf1f0 misc_scripts.cpp.obj + 0003:00017210 ?unitFieldsNestedArrayRefs@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A 100bf210 misc_scripts.cpp.obj + 0003:00017230 ?itemStatsArrayFieldRefs@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A 100bf230 misc_scripts.cpp.obj + 0003:00017250 ?spellRecArrayFieldRefs@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A 100bf250 spell_scripts.cpp.obj + 0003:00017270 ?spellRecNestedArrayRefs@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A 100bf270 spell_scripts.cpp.obj + 0003:00017290 ?lastTrinketCount@Nampower@@3IA 100bf290 item_scripts.cpp.obj + 0003:00017294 ?bagTableRefs@Nampower@@3V?$array@H$0N@@std@@A 100bf294 item_scripts.cpp.obj + 0003:000172c8 ?itemEntryTableRefs@Nampower@@3V?$array@V?$array@H$0EA@@std@@$0N@@std@@A 100bf2c8 item_scripts.cpp.obj + 0003:00017fc8 ?equippedItemTableRefs@Nampower@@3V?$array@H$0BD@@std@@A 100bffc8 item_scripts.cpp.obj + 0003:00018064 ?isExporting@Nampower@@3_NA 100c0064 items.cpp.obj + 0003:00021260 ?itemStatsCache@Nampower@@3V?$unordered_map@IPAUItemStats_C@game@@U?$hash@I@std@@U?$equal_to@I@4@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@@std@@A 100c9260 items.cpp.obj + 0003:00021280 ?itemNameToIdCache@Nampower@@3V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@A 100c9280 items.cpp.obj + 0003:000212a0 ?pendingItemIds@Nampower@@3V?$unordered_set@IU?$hash@I@std@@U?$equal_to@I@2@V?$allocator@I@2@@std@@A 100c92a0 items.cpp.obj + 0003:000212c0 ?currentExportItemId@Nampower@@3IA 100c92c0 items.cpp.obj + 0003:00021344 ?fieldMapsInitialized@Nampower@@3_NA 100c9344 dbc_fields.cpp.obj + 0003:00021388 ?unitFieldMapsInitialized@Nampower@@3_NA 100c9388 unit_fields.cpp.obj + 0003:0002138c ?registeredTableRefs@Nampower@@3V?$vector@PAHV?$allocator@PAH@std@@@std@@A 100c938c lua_refs.cpp.obj + 0003:000213a0 ?__vcrt_startup_thread_ptd@@3U__vcrt_ptd@@A 100c93a0 libvcruntime:per_thread_data.obj + 0003:000213f0 ?heap@@3V_HeapManager@@A 100c93f0 libvcruntime:undname.obj + 0003:00021404 ?module_handles@@3PAPAUHINSTANCE__@@A 100c9404 libvcruntime:winapi_downlevel.obj + 0003:00021410 ?function_pointers@@3PAPAXA 100c9410 libvcruntime:winapi_downlevel.obj + 0003:00021424 ___vcrt_lock_table 100c9424 libvcruntime:locks.obj + 0003:0002143c ___vcrt_locks_initialized 100c943c libvcruntime:locks.obj + 0003:00021440 ?__acrt_invalid_parameter_handler@@3V?$dual_state_global@P6AXPB_W00II@Z@__crt_state_management@@A 100c9440 libucrt:invalid_parameter.obj + 0003:00021460 ?module_handles@@3PAPAUHINSTANCE__@@A 100c9460 libucrt:winapi_thunks.obj + 0003:000214b8 ?encoded_function_pointers@@3PAPAXA 100c94b8 libucrt:winapi_thunks.obj + 0003:00021544 ?static_enum_proc@?1??enum_system_locales_ex_nolock@@YAHQ6GHPA_WKJ@Z@Z@4P6GH0KJ@ZA 100c9544 libucrt:winapi_thunks.obj + 0003:00021750 ?__acrt_lock_table@@3PAU_RTL_CRITICAL_SECTION@@A 100c9750 libucrt:locks.obj + 0003:000218a0 ?__acrt_locks_initialized@@3IA 100c98a0 libucrt:locks.obj + 0003:000218ac ?internal_state@?1??_mbtowc_internal@@9@4U_Mbstatet@@A 100c98ac libucrt:mbtowc.obj + 0003:000218b4 ?enable_percent_n@@3IA 100c98b4 libucrt:printf_count_output.obj + 0003:000218b8 ?c_termination_complete@@3JA 100c98b8 libucrt:exit.obj + 0003:000218bc ?thread_local_exit_callback_func@@3P6GXPAXK0@ZA 100c98bc libucrt:exit.obj + 0003:000218c0 ?c_exit_complete@?1???R@@QBE@XZ@4_NA 100c98c0 libucrt:exit.obj + 0003:000218c4 ?ctrlc_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100c98c4 libucrt:signal.obj + 0003:000218c8 ?ctrlbreak_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100c98c8 libucrt:signal.obj + 0003:000218cc ?abort_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100c98cc libucrt:signal.obj + 0003:000218d0 ?term_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100c98d0 libucrt:signal.obj + 0003:000218e0 ?_tzname@@3V?$dual_state_global@PAPAD@__crt_state_management@@A 100c98e0 libucrt:timeset.obj + 0003:000218e4 ?w_tzname@@3V?$dual_state_global@PAPA_W@__crt_state_management@@A 100c98e4 libucrt:timeset.obj + 0003:000218e8 ?last_wide_tz@@3PA_WA 100c98e8 libucrt:tzset.obj + 0003:000218f0 ?tz_api_used@@3HA 100c98f0 libucrt:tzset.obj + 0003:000218f4 ?tzset_init_state@@3V?$dual_state_global@J@__crt_state_management@@A 100c98f4 libucrt:tzset.obj + 0003:000218f8 ?tz_info@@3U_TIME_ZONE_INFORMATION@@A 100c98f8 libucrt:tzset.obj + 0003:000219a4 __pmatherr_set 100c99a4 libucrt:libm_error.obj + 0003:000219b4 ?fSystemSet@@3HA 100c99b4 libucrt:mbctype.obj + 0003:000219b8 ?initialized@?1??__acrt_initialize_multibyte@@9@4_NA 100c99b8 libucrt:mbctype.obj + 0003:000219bc ?__acrt_new_handler@@3V?$dual_state_global@P6AHI@Z@__crt_state_management@@A 100c99bc libucrt:new_handler.obj + 0003:000219c0 ?__acrt_global_new_mode@@3V?$dual_state_global@J@__crt_state_management@@A 100c99c0 libucrt:new_mode.obj + 0003:000219c8 ?user_matherr@@3V?$dual_state_global@P6AHPAU_exception@@@Z@__crt_state_management@@A 100c99c8 libucrt:matherr.obj + 0003:000219e4 ?__acrt_app_type@@3W4_crt_app_type@@A 100c99e4 libucrt:report_runtime_error.obj + 0003:000219e8 ?internal_pst@?1??__mbrtoc32_utf8@__crt_mbstring@@YAIPA_UPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z@4U3@A 100c99e8 libucrt:mbrtoc32.obj + 0003:00021a08 ?initlocks@std@@3V_Init_locks@1@A 100c9a08 libcpmt:xlock.obj + 0003:00021a10 ?mtx@std@@3PAU_RTL_CRITICAL_SECTION@@A 100c9a10 libcpmt:xlock.obj + 0003:00021aec ?classic_locale@std@@3Vlocale@1@A 100c9aec libcpmt:locale0.obj + 0003:00021af4 ?_Fac_head@std@@3PAU_Fac_node@1@A 100c9af4 libcpmt:locale0.obj + 0003:00021af8 ?_Fac_tidy_reg@std@@3U_Fac_tidy_reg_t@1@B 100c9af8 libcpmt:locale0.obj + 0003:00021afc _global_locale 100c9afc libcpmt:locale0.obj + 0003:00021b00 ?registered@?1??_Setgloballocale@locale@std@@CAXPAX@Z@4_NA 100c9b00 libcpmt:locale0.obj + 0003:00021b08 ?stdstr@std@@3PAPAVios_base@1@A 100c9b08 libcpmt:ios.obj + 0003:00021b30 ?stdopens@std@@3PADA 100c9b30 libcpmt:ios.obj + 0003:00021b40 ?freq_cached@?1??_Query_perf_frequency@@9@4U?$atomic@_J@std@@A 100c9b40 libcpmt:xtime.obj + 0003:00021b68 ?initlocks@std@@3V_Init_locks@1@A 100c9b68 libcpmt:iosptrs.obj + 0003:00021b69 ?init_atexit@@3U_Init_atexit@@A 100c9b69 libcpmt:iosptrs.obj + 0003:00021b6c ?atfuns_cdecl@@3PAP6AXXZA 100c9b6c libcpmt:iosptrs.obj + 0003:00021b94 ?__KERNEL32Function_GetCurrentPackageId@?A0x995b63b9@@3P6GJPAIPAE@ZA 100c9b94 libcpmt:winapisupp.obj + 0003:00021b98 ?__KERNEL32Function_GetSystemTimePreciseAsFileTime@?A0x995b63b9@@3P6GXPAU_FILETIME@@@ZA 100c9b98 libcpmt:winapisupp.obj + 0003:00021b9c ?__KERNEL32Function_GetTempPath2W@?A0x995b63b9@@3P6GKKPA_W@ZA 100c9b9c libcpmt:winapisupp.obj + 0003:00021c10 ?is_initialized_as_dll@@3_NA 100c9c10 LIBCMT:utility.obj + 0003:00021c11 ?module_local_atexit_table_initialized@@3_NA 100c9c11 LIBCMT:utility.obj + 0003:00021c14 ?module_local_atexit_table@@3U_onexit_table_t@@A 100c9c14 LIBCMT:utility.obj + 0003:00021c20 ?module_local_at_quick_exit_table@@3U_onexit_table_t@@A 100c9c20 LIBCMT:utility.obj + 0003:00021c2c ?g_tss_cv@@3U_RTL_CONDITION_VARIABLE@@A 100c9c2c LIBCMT:thread_safe_statics.obj + 0003:00021c30 ?g_tss_srw@@3U_RTL_SRWLOCK@@A 100c9c30 LIBCMT:thread_safe_statics.obj + 0003:00021c44 ?__proc_attached@@3HA 100c9c44 LIBCMT:dll_dllmain.obj + 0003:00021c58 _GS_ExceptionRecord 100c9c58 LIBCMT:gs_report.obj + 0003:00021ca8 _GS_ContextRecord 100c9ca8 LIBCMT:gs_report.obj + 0003:00021f80 ?program_name@?1???$common_configure_argv@D@@YAHW4_crt_argv_mode@@@Z@4PADA 100c9f80 libucrt:argv_parsing.obj + 0003:000220a4 ?internal_pst@?1??__c16rtomb_utf8@__crt_mbstring@@YAIPAD_SPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z@4U3@A 100ca0a4 libucrt:c16rtomb.obj + 0004:00000060 $R000000 100cb060 * linker generated manifest res * diff --git a/nampower/game.cpp b/nampower/game.cpp index 25cddad..f79d15f 100644 --- a/nampower/game.cpp +++ b/nampower/game.cpp @@ -124,7 +124,7 @@ namespace game { auto const language = *reinterpret_cast(Offsets::Language); - return spell->SpellName[language]; + return spell->Name[language]; } std::uint64_t ClntObjMgrGetActivePlayerGuid() { diff --git a/nampower/game.hpp b/nampower/game.hpp index d988afe..67844ed 100644 --- a/nampower/game.hpp +++ b/nampower/game.hpp @@ -192,13 +192,13 @@ namespace game { unsigned int SpellIconID; unsigned int activeIconID; unsigned int spellPriority; - const char *SpellName[8]; + const char *Name[8]; unsigned int SpellNameFlag; - unsigned int Rank[8]; + const char *Rank[8]; unsigned int RankFlags; - unsigned int Description[8]; + const char *Description[8]; unsigned int DescriptionFlags; - unsigned int ToolTip[8]; + const char *ToolTip[8]; unsigned int ToolTipFlags; unsigned int ManaCostPercentage; unsigned int StartRecoveryCategory; diff --git a/nampower/helper.cpp b/nampower/helper.cpp index 6aa90b1..d17cc82 100644 --- a/nampower/helper.cpp +++ b/nampower/helper.cpp @@ -74,7 +74,7 @@ namespace Nampower { } auto const language = *reinterpret_cast(Offsets::Language); - auto const actualName = reinterpret_cast(spell->SpellName[language]); + auto const actualName = reinterpret_cast(spell->Name[language]); if (!actualName) { return false; } diff --git a/nampower/main.cpp b/nampower/main.cpp index 1eaa94c..6c20073 100644 --- a/nampower/main.cpp +++ b/nampower/main.cpp @@ -1646,6 +1646,12 @@ namespace Nampower { char disenchantAll[] = "DisenchantAll"; RegisterLuaFunction(disenchantAll, reinterpret_cast(Script_DisenchantAll)); + + char getItemTexture[] = "GetItemTexture"; + RegisterLuaFunction(getItemTexture, reinterpret_cast(Script_GetItemTexture)); + + char getSpellTexture[] = "GetSpellTexture"; + RegisterLuaFunction(getSpellTexture, reinterpret_cast(Script_GetSpellTexture)); } void load() { diff --git a/nampower/main.hpp b/nampower/main.hpp index c5b53cf..dda57a4 100644 --- a/nampower/main.hpp +++ b/nampower/main.hpp @@ -35,7 +35,7 @@ namespace Nampower { constexpr uint32_t DISENCHANT_QUALITY_PURPLE = 0x04; // Epic constexpr uint32_t MAJOR_VERSION = 2; - constexpr uint32_t MINOR_VERSION = 26; + constexpr uint32_t MINOR_VERSION = 27; constexpr uint32_t PATCH_VERSION = 0; constexpr int32_t LUA_REGISTRYINDEX = -10000; diff --git a/nampower/misc_scripts.cpp b/nampower/misc_scripts.cpp index 5eeb677..46c7d08 100644 --- a/nampower/misc_scripts.cpp +++ b/nampower/misc_scripts.cpp @@ -660,9 +660,9 @@ namespace Nampower { // Display which item is being disenchanted char luaCode[256]; snprintf(luaCode, sizeof(luaCode), - "local itemLink = GetContainerItemLink(%d, %d); " - "if itemLink then DEFAULT_CHAT_FRAME:AddMessage(\"Disenchanting \" .. itemLink .. \" move during cast to cancel.\") end", - itemSearchResult.bagIndex, itemSearchResult.slot + 1); // Lua slots are 1-indexed + "local itemLink = GetContainerItemLink(%d, %d); " + "if itemLink then DEFAULT_CHAT_FRAME:AddMessage(\"Disenchanting \" .. itemLink .. \" move during cast to cancel.\") end", + itemSearchResult.bagIndex, itemSearchResult.slot + 1); // Lua slots are 1-indexed LuaCall(luaCode); // Set timer for next disenchant attempt (5 seconds to allow time for inventory to update) @@ -785,4 +785,60 @@ namespace Nampower { return 1; } + uint32_t Script_GetItemTexture(uintptr_t *luaState) { + luaState = GetLuaStatePtr(); // pcall leads to corrupted lua state pointer on added scripts, not sure why + + if (!lua_isnumber(luaState, 1)) { + lua_error(luaState, "Usage: GetItemTexture(displayInfoId)"); + return 0; + } + + uint32_t displayInfoId = static_cast(lua_tonumber(luaState, 1)); + + auto const getInventoryArt = reinterpret_cast(Offsets::CGItem_C_GetInventoryArt); + char *texturePath = getInventoryArt(displayInfoId); + + if (texturePath && texturePath[0] != '\0' && !strstr(texturePath, "QuestionMark")) { + lua_pushstring(luaState, texturePath); + } else { + lua_pushnil(luaState); + } + + return 1; + } + + uint32_t Script_GetSpellTexture(uintptr_t *luaState) { + luaState = GetLuaStatePtr(); // pcall leads to corrupted lua state pointer on added scripts, not sure why + + if (!lua_isnumber(luaState, 1)) { + lua_error(luaState, "Usage: GetSpellTexture(spellIconId)"); + return 0; + } + + int32_t iconId = static_cast(lua_tonumber(luaState, 1)); + + int32_t maxIconId = *reinterpret_cast(Offsets::SpellIconDBMaxId); + uintptr_t *iconArray = *reinterpret_cast(Offsets::SpellIconDBArray); + + if (iconId < 0 || iconId > maxIconId) { + lua_pushnil(luaState); + return 1; + } + + uintptr_t iconEntry = reinterpret_cast(iconArray)[iconId]; + if (iconEntry == 0) { + lua_pushnil(luaState); + return 1; + } + + char *texturePath = *reinterpret_cast(iconEntry + 4); + if (texturePath && texturePath[0] != '\0' && !strstr(texturePath, "QuestionMark")) { + lua_pushstring(luaState, texturePath); + } else { + lua_pushnil(luaState); + } + + return 1; + } + } diff --git a/nampower/misc_scripts.hpp b/nampower/misc_scripts.hpp index 3937838..4b24821 100644 --- a/nampower/misc_scripts.hpp +++ b/nampower/misc_scripts.hpp @@ -34,5 +34,9 @@ namespace Nampower { uint32_t Script_DisenchantAll(uintptr_t *luaState); + uint32_t Script_GetItemTexture(uintptr_t *luaState); + + uint32_t Script_GetSpellTexture(uintptr_t *luaState); + bool RunQueuedScript(int priority); } diff --git a/nampower/offsets.hpp b/nampower/offsets.hpp index 77732db..3545ffd 100644 --- a/nampower/offsets.hpp +++ b/nampower/offsets.hpp @@ -215,6 +215,9 @@ enum class Offsets : std::uint32_t { CGItem_C_GetInventoryArt = 0x005D88B0, CGItem_C_ItemIsQuestOrSoulbound = 0x005DA2C0, + SpellIconDBMaxId = 0x00c0d7f0, + SpellIconDBArray = 0x00c0d7ec, + DBCache_ItemCacheDBGetRow = 0x0055BA30, InvalidFunctionPtrCheck = 0x0042A320, diff --git a/nampower/spell_scripts.cpp b/nampower/spell_scripts.cpp index 0f9d4f4..d7cc311 100644 --- a/nampower/spell_scripts.cpp +++ b/nampower/spell_scripts.cpp @@ -204,7 +204,7 @@ namespace Nampower { if (spell) { auto const language = *reinterpret_cast(Offsets::Language); - lua_pushstring(luaState, (char *) spell->SpellName[language]); + lua_pushstring(luaState, (char *) spell->Name[language]); lua_pushstring(luaState, (char *) spell->Rank[language]); return 2; } else { @@ -306,12 +306,17 @@ namespace Nampower { // Push string fields manually (require language) auto const language = *reinterpret_cast(Offsets::Language); PushTableValue(luaState, const_cast("name"), - spell->SpellName[language] ? const_cast(spell->SpellName[language]) - : const_cast("")); + spell->Name[language] ? const_cast(spell->Name[language]) + : const_cast("")); PushTableValue(luaState, const_cast("rank"), - reinterpret_cast(spell->Rank[language]) - ? const_cast(reinterpret_cast(spell->Rank[language])) - : const_cast("")); + spell->Rank[language] ? const_cast(spell->Rank[language]) + : const_cast("")); + PushTableValue(luaState, const_cast("description"), + spell->Description[language] ? const_cast(spell->Description[language]) + : const_cast("")); + PushTableValue(luaState, const_cast("tooltip"), + spell->ToolTip[language] ? const_cast(spell->ToolTip[language]) + : const_cast("")); // Push all array fields using descriptors with or without references based on copy parameter if (useCopy) { @@ -420,18 +425,26 @@ namespace Nampower { return 1; } - // Check for special string fields + // Check for special string fields (localized, need language index) + auto const language = *reinterpret_cast(Offsets::Language); if (strcmp(fieldName, "name") == 0) { - auto const language = *reinterpret_cast(Offsets::Language); - lua_pushstring(luaState, spell->SpellName[language] ? const_cast(spell->SpellName[language]) - : const_cast("")); + lua_pushstring(luaState, spell->Name[language] ? const_cast(spell->Name[language]) + : const_cast("")); return 1; } if (strcmp(fieldName, "rank") == 0) { - auto const language = *reinterpret_cast(Offsets::Language); - lua_pushstring(luaState, reinterpret_cast(spell->Rank[language]) - ? const_cast(reinterpret_cast(spell->Rank[language])) - : const_cast("")); + lua_pushstring(luaState, spell->Rank[language] ? const_cast(spell->Rank[language]) + : const_cast("")); + return 1; + } + if (strcmp(fieldName, "description") == 0) { + lua_pushstring(luaState, spell->Description[language] ? const_cast(spell->Description[language]) + : const_cast("")); + return 1; + } + if (strcmp(fieldName, "tooltip") == 0) { + lua_pushstring(luaState, spell->ToolTip[language] ? const_cast(spell->ToolTip[language]) + : const_cast("")); return 1; }