Interact injection crashing wow.exe menu

User Tag List

Results 1 to 6 of 6
  1. #1
    Hawker's Avatar Active Member
    Reputation
    40
    Join Date
    Jan 2009
    Posts
    213
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Interact injection crashing wow.exe

    This works fine if it flies from node to node. It works fine if it lands at a node and is attacked prior to the injection. But if attacked or if 2 different types of node are next to one another, for example Copper Vein and Earthroot, wow.exe vanishes.

    Can anyone see the problem in this code?

    BTW, my real toon name is not in the error message.

    Code:
    /// <summary>
    /// Interacts with the object, loot, target etc.
    /// </summary>
    public void interactInjection()
    {
        if (this.ObjectPointer != 0)
        {
            try
            {
                //ThreadManager.suspendMainThread(objectList.getProcessId());
                uint codecave = this.Memory.AllocateMemory();
                this.Memory.Asm.Clear();
                this.Memory.Asm.AddLine("fs mov eax, [0x2C]");
                this.Memory.Asm.AddLine("mov eax, [eax]");
                this.Memory.Asm.AddLine("add eax, 8");
                this.Memory.Asm.AddLine("mov dword [eax], {0}", new object[] { curMgr });
                this.Memory.Asm.AddLine("mov ecx, {0}", new object[] { this.ObjectPointer });
                //this.Memory.Asm.AddLine("call {0}", new object[] { this.Memory.ReadUInt(this.VirtualMethodTable + 0x90) });
                this.Memory.Asm.AddLine("call {0}", new object[] { this.Memory.ReadUInt(this.VirtualMethodTable + VMT_INTERACT) });
                this.Memory.Asm.AddLine("retn");
    
                this.Memory.Asm.InjectAndExecute(codecave);
                //ThreadManager.resumeMainThread(objectList.getProcessId());
                this.Memory.FreeMemory(codecave);
            }
            catch
            {
    
            }
        }
    }
    }
    The error in all its glory:
    This application has encountered a critical error:

    ERROR #132 (0x85100084) Fatal Exception
    Program: C:\Users\Public\Documents\us_wow\Wow.exe
    Exception: 0xC0000005 (ACCESS_VIOLATION) at 001B:007AF140

    The instruction at "0x007AF140" referenced memory at "0x00000014".
    The memory could not be "read".


    WoWBuild: 9551
    Realm: Doomhammer[207.11.111.121:3724]
    Local Zone: The Path of Anguish, Hellfire Peninsula
    Local Player: Warhero
    Last Enemy Target: Infernal Warbringer
    Add Ons: Auc-Advanced Auc-Db Auc-Filter-Basic Auc-Stat-Classic Auc-Stat-Histogram Auc-Stat-iLevel Auc-Stat-Purchased Auc-Stat-Simple Auc-Stat-StdDev Enchantrix Enchantrix-Barker EnhTooltip Informant Postal SlideBar Stubby !Swatter
    Settings:
    SET coresDetected "4"
    SET processAffinityMask "3"
    SET hwDetect "0"
    SET gxColorBits "24"
    SET gxDepthBits "24"
    SET gxResolution "1024x768"
    SET gxRefresh "60"
    SET gxMultisampleQuality "0.000000"
    SET gxFixLag "0"
    SET videoOptionsVersion "1"
    SET movie "0"
    SET Gamma "1.000000"
    SET showToolsUI "1"
    SET Sound_OutputDriverName "System Default"
    SET Sound_MusicVolume "0.40000000596046"
    SET Sound_AmbienceVolume "0.60000002384186"
    SET farclip "727"
    SET specular "1"
    SET particleDensity "1.000000"
    SET spellEffectLevel "6"
    SET groundEffectDensity "24"
    SET mouseSpeed "1"
    SET readTOS "1"
    SET readEULA "1"
    SET readTerminationWithoutNotice "1"
    SET Sound_VoiceChatInputDriverName "System Default"
    SET Sound_VoiceChatOutputDriverName "System Default"
    SET ChatMusicVolume "0.29999998211861"
    SET ChatSoundVolume "0.39999997615814"
    SET ChatAmbienceVolume "0.29999998211861"
    SET realmName "Deathwing"
    SET gameTip "57"
    SET VoiceActivationSensitivity "0.39999997615814"
    SET gxWindow "1"
    SET Sound_EnableSFX "0"
    SET Sound_EnableAmbience "0"
    SET Sound_EnableMusic "0"
    SET lastCharacterIndex "2"
    ------------------------------------------------------------------------------

    ----------------------------------------
    x86 Registers
    ----------------------------------------

    EAX=00000014 EBX=00000015 ECX=00000014 EDX=000016A0 ESI=10351888
    EDI=176D30E8 EBP=0019E798 ESP=0019E754 EIP=007AF140 FLG=00010206
    CS =001B DS =0023 ES =0023 SS =0023 FS =003B GS =0000


    ----------------------------------------
    Stack Trace (Manual)
    ----------------------------------------

    Address Frame Logical addr Module

    Showing 21/21 threads...

    --- Thread ID: 3748 [Current Thread] ---
    007AF140 0019E798 0001:003AE140 C:\Users\Public\Documents\wow_us\Wow.exe
    007AF454 0019E7AC 0001:003AE454 C:\Users\Public\Documents\wow_us\Wow.exe
    007B0BD5 0019E818 0001:003AFBD5 C:\Users\Public\Documents\wow_us\Wow.exe
    007B0CEB 0019E834 0001:003AFCEB C:\Users\Public\Documents\wow_us\Wow.exe
    007B0F5B 0019E85C 0001:003AFF5B C:\Users\Public\Documents\wow_us\Wow.exe
    007B0FBE 0019E870 0001:003AFFBE C:\Users\Public\Documents\wow_us\Wow.exe
    007B8D5D 0019E8A0 0001:003B7D5D C:\Users\Public\Documents\wow_us\Wow.exe
    007AF3AB 0019E8EC 0001:003AE3AB C:\Users\Public\Documents\wow_us\Wow.exe
    007B0CE5 0019E904 0001:003AFCE5 C:\Users\Public\Documents\wow_us\Wow.exe
    007B0F5B 0019E92C 0001:003AFF5B C:\Users\Public\Documents\wow_us\Wow.exe
    007B0FBE 0019E940 0001:003AFFBE C:\Users\Public\Documents\wow_us\Wow.exe
    007B8D5D 0019E970 0001:003B7D5D C:\Users\Public\Documents\wow_us\Wow.exe
    007AF3AB 0019E9BC 0001:003AE3AB C:\Users\Public\Documents\wow_us\Wow.exe
    007B0CE5 0019E9D4 0001:003AFCE5 C:\Users\Public\Documents\wow_us\Wow.exe
    007B0F5B 0019E9FC 0001:003AFF5B C:\Users\Public\Documents\wow_us\Wow.exe
    007B0FBE 0019EA10 0001:003AFFBE C:\Users\Public\Documents\wow_us\Wow.exe
    007B8D5D 0019EA40 0001:003B7D5D C:\Users\Public\Documents\wow_us\Wow.exe
    007AF3AB 0019EA8C 0001:003AE3AB C:\Users\Public\Documents\wow_us\Wow.exe
    007B0CE5 0019EAA4 0001:003AFCE5 C:\Users\Public\Documents\wow_us\Wow.exe
    007B0F5B 0019EACC 0001:003AFF5B C:\Users\Public\Documents\wow_us\Wow.exe
    007B0FBE 0019EAE0 0001:003AFFBE C:\Users\Public\Documents\wow_us\Wow.exe
    007B8D5D 0019EB10 0001:003B7D5D C:\Users\Public\Documents\wow_us\Wow.exe
    007AF3AB 0019EB5C 0001:003AE3AB C:\Users\Public\Documents\wow_us\Wow.exe
    007B0CE5 0019EB74 0001:003AFCE5 C:\Users\Public\Documents\wow_us\Wow.exe
    007B0F92 0019EBA4 0001:003AFF92 C:\Users\Public\Documents\wow_us\Wow.exe
    007B614D 0019EBC0 0001:003B514D C:\Users\Public\Documents\wow_us\Wow.exe
    007B6609 0019EBD4 0001:003B5609 C:\Users\Public\Documents\wow_us\Wow.exe
    007B6A58 0019EBF4 0001:003B5A58 C:\Users\Public\Documents\wow_us\Wow.exe
    007AEB46 0019EC08 0001:003ADB46 C:\Users\Public\Documents\wow_us\Wow.exe
    007B5DB3 0019EC64 0001:003B4DB3 C:\Users\Public\Documents\wow_us\Wow.exe
    007B6C29 0019EC8C 0001:003B5C29 C:\Users\Public\Documents\wow_us\Wow.exe
    007AEB9F 0019ECB8 0001:003ADB9F C:\Users\Public\Documents\wow_us\Wow.exe
    004F3845 0019ED00 0001:000F2845 C:\Users\Public\Documents\wow_us\Wow.exe
    004F4075 0019F248 0001:000F3075 C:\Users\Public\Documents\wow_us\Wow.exe
    004F5492 0019FE24 0001:000F4492 C:\Users\Public\Documents\wow_us\Wow.exe
    00427A69 0019FE54 0001:00026A69 C:\Users\Public\Documents\wow_us\Wow.exe
    00424FA1 0019FE74 0001:00023FA1 C:\Users\Public\Documents\wow_us\Wow.exe
    00426378 0019FED4 0001:00025378 C:\Users\Public\Documents\wow_us\Wow.exe
    00426481 0019FEEC 0001:00025481 C:\Users\Public\Documents\wow_us\Wow.exe
    00406958 0019FF88 0001:00005958 C:\Users\Public\Documents\wow_us\Wow.exe
    76EF4911 0019FF94 0001:00043911 C:\Windows\system32\kernel32.dll
    770AE4B6 0019FFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 0019FFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 5328 ---
    76EFC1B2 03B3FF18 0001:0004B1B2 C:\Windows\system32\kernel32.dll
    006BB325 03B3FF34 0001:002BA325 C:\Users\Public\Documents\wow_us\Wow.exe
    006D56D5 03B3FF48 0001:002D46D5 C:\Users\Public\Documents\wow_us\Wow.exe
    007EDBCF 03B3FF80 0001:003ECBCF C:\Users\Public\Documents\wow_us\Wow.exe
    007EDC74 03B3FF94 0001:003ECC74 C:\Users\Public\Documents\wow_us\Wow.exe
    770AE4B6 03B3FFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 03B3FFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 4196 ---
    76EFC1B2 03CAFF18 0001:0004B1B2 C:\Windows\system32\kernel32.dll
    006BB325 03CAFF34 0001:002BA325 C:\Users\Public\Documents\wow_us\Wow.exe
    006D56D5 03CAFF48 0001:002D46D5 C:\Users\Public\Documents\wow_us\Wow.exe
    007EDBCF 03CAFF80 0001:003ECBCF C:\Users\Public\Documents\wow_us\Wow.exe
    007EDC74 03CAFF94 0001:003ECC74 C:\Users\Public\Documents\wow_us\Wow.exe
    770AE4B6 03CAFFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 03CAFFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 4356 ---
    76EFC1B2 03E1FF18 0001:0004B1B2 C:\Windows\system32\kernel32.dll
    006BB325 03E1FF34 0001:002BA325 C:\Users\Public\Documents\wow_us\Wow.exe
    006D56D5 03E1FF48 0001:002D46D5 C:\Users\Public\Documents\wow_us\Wow.exe
    007EDBCF 03E1FF80 0001:003ECBCF C:\Users\Public\Documents\wow_us\Wow.exe
    007EDC74 03E1FF94 0001:003ECC74 C:\Users\Public\Documents\wow_us\Wow.exe
    770AE4B6 03E1FFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 03E1FFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 4184 ---
    76EFC1B2 0887FF64 0001:0004B1B2 C:\Windows\system32\kernel32.dll
    6F5B3DD0 0887FF80 0001:00012DD0 C:\Windows\system32\d3d9.dll
    6F5BEBCE 0887FF88 0001:0001DBCE C:\Windows\system32\d3d9.dll
    76EF4911 0887FF94 0001:00043911 C:\Windows\system32\kernel32.dll
    770AE4B6 0887FFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 0887FFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 4572 ---
    76EB1C7A 089EFF20 0001:00000C7A C:\Windows\system32\kernel32.dll
    006BD254 089EFF48 0001:002BC254 C:\Users\Public\Documents\wow_us\Wow.exe
    007EDBCF 089EFF80 0001:003ECBCF C:\Users\Public\Documents\wow_us\Wow.exe
    007EDC74 089EFF94 0001:003ECC74 C:\Users\Public\Documents\wow_us\Wow.exe
    770AE4B6 089EFFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 089EFFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 5972 ---
    76EB1C7A 08B5FB40 0001:00000C7A C:\Windows\system32\kernel32.dll
    007CB33D 08B5FB4C 0001:003CA33D C:\Users\Public\Documents\wow_us\Wow.exe
    004555FE 08B5FF6C 0001:000545FE C:\Users\Public\Documents\wow_us\Wow.exe
    006A79A7 08B5FF88 0001:002A69A7 C:\Users\Public\Documents\wow_us\Wow.exe
    76EF4911 08B5FF94 0001:00043911 C:\Windows\system32\kernel32.dll
    770AE4B6 08B5FFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 08B5FFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 1828 ---
    76EFC1B2 0922FF44 0001:0004B1B2 C:\Windows\system32\kernel32.dll
    006AB710 0922FF54 0001:002AA710 C:\Users\Public\Documents\wow_us\Wow.exe
    00780C82 0922FF6C 0001:0037FC82 C:\Users\Public\Documents\wow_us\Wow.exe
    006A79A7 0922FF88 0001:002A69A7 C:\Users\Public\Documents\wow_us\Wow.exe
    76EF4911 0922FF94 0001:00043911 C:\Windows\system32\kernel32.dll
    770AE4B6 0922FFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 0922FFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 4504 ---
    76EF4911 0CB9FF94 0001:00043911 C:\Windows\system32\kernel32.dll
    770AE4B6 0CB9FFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 0CB9FFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 5808 ---
    76EB1C7A 0CD0FF68 0001:00000C7A C:\Windows\system32\kernel32.dll
    00837CB4 0CD0FF74 0001:00436CB4 C:\Users\Public\Documents\wow_us\Wow.exe
    0083BDC9 0CD0FF88 0001:0043ADC9 C:\Users\Public\Documents\wow_us\Wow.exe
    76EF4911 0CD0FF94 0001:00043911 C:\Windows\system32\kernel32.dll
    770AE4B6 0CD0FFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 0CD0FFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 4280 ---
    76EB1C7A 0CE7FF68 0001:00000C7A C:\Windows\system32\kernel32.dll
    00837CB4 0CE7FF74 0001:00436CB4 C:\Users\Public\Documents\wow_us\Wow.exe
    0083BDC9 0CE7FF88 0001:0043ADC9 C:\Users\Public\Documents\wow_us\Wow.exe
    76EF4911 0CE7FF94 0001:00043911 C:\Windows\system32\kernel32.dll
    770AE4B6 0CE7FFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 0CE7FFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 4928 ---
    76EFC1B2 0CFEFF38 0001:0004B1B2 C:\Windows\system32\kernel32.dll
    006AB710 0CFEFF48 0001:002AA710 C:\Users\Public\Documents\wow_us\Wow.exe
    00421B85 0CFEFF60 0001:00020B85 C:\Users\Public\Documents\wow_us\Wow.exe
    00421CA1 0CFEFF6C 0001:00020CA1 C:\Users\Public\Documents\wow_us\Wow.exe
    006A79A7 0CFEFF88 0001:002A69A7 C:\Users\Public\Documents\wow_us\Wow.exe
    76EF4911 0CFEFF94 0001:00043911 C:\Windows\system32\kernel32.dll
    770AE4B6 0CFEFFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 0CFEFFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 5872 ---
    76EFC64E 0D15FD08 0001:0004B64E C:\Windows\system32\kernel32.dll
    004223FB 0D15FF60 0001:000213FB C:\Users\Public\Documents\wow_us\Wow.exe
    00421CBE 0D15FF6C 0001:00020CBE C:\Users\Public\Documents\wow_us\Wow.exe
    006A79A7 0D15FF88 0001:002A69A7 C:\Users\Public\Documents\wow_us\Wow.exe
    76EF4911 0D15FF94 0001:00043911 C:\Windows\system32\kernel32.dll
    770AE4B6 0D15FFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 0D15FFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 6092 ---
    76990208 0D2CFEE8 0001:0001F208 C:\Windows\system32\USER32.dll
    76989B58 0D2CFF04 0001:00018B58 C:\Windows\system32\USER32.dll
    006D6E17 0D2CFF34 0001:002D5E17 C:\Users\Public\Documents\wow_us\Wow.exe
    006D56D5 0D2CFF48 0001:002D46D5 C:\Users\Public\Documents\wow_us\Wow.exe
    007EDBCF 0D2CFF80 0001:003ECBCF C:\Users\Public\Documents\wow_us\Wow.exe
    007EDC74 0D2CFF94 0001:003ECC74 C:\Users\Public\Documents\wow_us\Wow.exe
    770AE4B6 0D2CFFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 0D2CFFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 5356 ---
    74F41FC8 0D58FBA8 0001:00000FC8 C:\Windows\system32\mswsock.dll
    76C31693 0D58FC28 0001:00000693 C:\Windows\system32\WS2_32.dll
    77204A65 0D58FF80 0001:00003A65 C:\Windows\system32\WININET.dll
    77222DA0 0D58FF88 0001:00021DA0 C:\Windows\system32\WININET.dll
    76EF4911 0D58FF94 0001:00043911 C:\Windows\system32\kernel32.dll
    770AE4B6 0D58FFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 0D58FFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 3752 ---
    76DF6FF0 112AFEDC 0001:00045FF0 C:\Windows\system32\RPCRT4.dll
    76DF7090 112AFF4C 0001:00046090 C:\Windows\system32\RPCRT4.dll
    76DF4F40 112AFF54 0001:00043F40 C:\Windows\system32\RPCRT4.dll
    76DF4F07 112AFF7C 0001:00043F07 C:\Windows\system32\RPCRT4.dll
    76DF4F6C 112AFF88 0001:00043F6C C:\Windows\system32\RPCRT4.dll
    76EF4911 112AFF94 0001:00043911 C:\Windows\system32\kernel32.dll
    770AE4B6 112AFFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 112AFFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 5980 ---
    76EF4911 1152FF94 0001:00043911 C:\Windows\system32\kernel32.dll
    770AE4B6 1152FFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 1152FFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 3468 ---
    76EF4911 1169FF94 0001:00043911 C:\Windows\system32\kernel32.dll
    770AE4B6 1169FFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 1169FFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 4896 ---
    76EFC1B2 0D6FFF4C 0001:0004B1B2 C:\Windows\system32\kernel32.dll
    006AB710 0D6FFF5C 0001:002AA710 C:\Users\Public\Documents\wow_us\Wow.exe
    00826776 0D6FFF6C 0001:00425776 C:\Users\Public\Documents\wow_us\Wow.exe
    006A79A7 0D6FFF88 0001:002A69A7 C:\Users\Public\Documents\wow_us\Wow.exe
    76EF4911 0D6FFF94 0001:00043911 C:\Windows\system32\kernel32.dll
    770AE4B6 0D6FFFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 0D6FFFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 3904 ---
    76990208 1743FEE8 0001:0001F208 C:\Windows\system32\USER32.dll
    76989B58 1743FF04 0001:00018B58 C:\Windows\system32\USER32.dll
    006D6E17 1743FF34 0001:002D5E17 C:\Users\Public\Documents\wow_us\Wow.exe
    006D56D5 1743FF48 0001:002D46D5 C:\Users\Public\Documents\wow_us\Wow.exe
    007EDBCF 1743FF80 0001:003ECBCF C:\Users\Public\Documents\wow_us\Wow.exe
    007EDC74 1743FF94 0001:003ECC74 C:\Users\Public\Documents\wow_us\Wow.exe
    770AE4B6 1743FFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 1743FFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    --- Thread ID: 5740 ---
    76EB1C7A 157DFF68 0001:00000C7A C:\Windows\system32\kernel32.dll
    00837CB4 157DFF74 0001:00436CB4 C:\Users\Public\Documents\wow_us\Wow.exe
    0083BDC9 157DFF88 0001:0043ADC9 C:\Users\Public\Documents\wow_us\Wow.exe
    76EF4911 157DFF94 0001:00043911 C:\Windows\system32\kernel32.dll
    770AE4B6 157DFFD4 0001:0003D4B6 C:\Windows\system32\ntdll.dll
    770AE489 157DFFEC 0001:0003D489 C:\Windows\system32\ntdll.dll

    ----------------------------------------
    Stack Trace (Using DBGHELP.DLL)
    ----------------------------------------

    Showing 21/21 threads...

    --- Thread ID: 3748 [Current Thread] ---
    007AF140 Wow.exe <unknown symbol>+0 (0x10351888,0x00984F30,0x0019E7BC,0x0019E81

    --- Thread ID: 5328 ---
    76EFC1B2 kernel32.dll WaitForSingleObject+18 (0x000021B8,0xFFFFFFFF,0x039CEC80,0x00000000)
    006BB325 Wow.exe <unknown symbol>+0 (0x039C9500,0x00000000,0x039CEC80,0x03B3FF80)
    006D56D5 Wow.exe <unknown symbol>+0 (0x039CEC40,0xC10E96B7,0x00000000,0x039CEC80)
    007EDBCF Wow.exe <unknown symbol>+0 (0x00000000,0x76EF4911,0x039CEC80,0x03B3FFD4)
    007EDC74 Wow.exe <unknown symbol>+0 (0x039CEC80,0x7468980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x007EDBF5,0x039CEC80,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x007EDBF5,0x039CEC80,0x00000000,0x00000000)

    --- Thread ID: 4196 ---
    76EFC1B2 kernel32.dll WaitForSingleObject+18 (0x000021C4,0xFFFFFFFF,0x039CEEE0,0x00000000)
    006BB325 Wow.exe <unknown symbol>+0 (0x039C9540,0x00000000,0x039CEEE0,0x03CAFF80)
    006D56D5 Wow.exe <unknown symbol>+0 (0x039CEEA0,0xC17796B7,0x00000000,0x039CEEE0)
    007EDBCF Wow.exe <unknown symbol>+0 (0x00000000,0x76EF4911,0x039CEEE0,0x03CAFFD4)
    007EDC74 Wow.exe <unknown symbol>+0 (0x039CEEE0,0x7411980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x007EDBF5,0x039CEEE0,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x007EDBF5,0x039CEEE0,0x00000000,0x00000000)

    --- Thread ID: 4356 ---
    76EFC1B2 kernel32.dll WaitForSingleObject+18 (0x000021D4,0xFFFFFFFF,0x039CF140,0x00000000)
    006BB325 Wow.exe <unknown symbol>+0 (0x039C9580,0x00000000,0x039CF140,0x03E1FF80)
    006D56D5 Wow.exe <unknown symbol>+0 (0x039CF100,0xC15C96B7,0x00000000,0x039CF140)
    007EDBCF Wow.exe <unknown symbol>+0 (0x00000000,0x76EF4911,0x039CF140,0x03E1FFD4)
    007EDC74 Wow.exe <unknown symbol>+0 (0x039CF140,0x743A980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x007EDBF5,0x039CF140,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x007EDBF5,0x039CF140,0x00000000,0x59FC26CA)

    --- Thread ID: 4184 ---
    76EFC1B2 kernel32.dll WaitForSingleObject+18 (0x00002224,0xFFFFFFFF,0x00000000,0x00000000)
    6F5B3DD0 d3d9.dll Direct3DCreate9Ex+14190 (0x0887FF94,0x76EF4911,0x08580040,0x0887FFD4)
    6F5BEBCE d3d9.dll Direct3DCreate9Ex+58732 (0x08580040,0x0887FFD4,0x770AE4B6,0x08580040)
    76EF4911 kernel32.dll BaseThreadInitThunk+18 (0x08580040,0x7F5C980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x6F5BEBC1,0x08580040,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x6F5BEBC1,0x08580040,0x00000000,0x00000000)

    --- Thread ID: 4572 ---
    76EB1C7A kernel32.dll Sleep+15 (0x00000064,0x00000000,0x0401F690,0x038FFFA
    006BD254 Wow.exe <unknown symbol>+0 (0x038FFFA8,0xCA2396B7,0x00000000,0x0401F690)
    007EDBCF Wow.exe <unknown symbol>+0 (0x00000000,0x76EF4911,0x0401F690,0x089EFFD4)
    007EDC74 Wow.exe <unknown symbol>+0 (0x0401F690,0x7F45980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x007EDBF5,0x0401F690,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x007EDBF5,0x0401F690,0x00000000,0x00000000)

    --- Thread ID: 5972 ---
    76EB1C7A kernel32.dll Sleep+15 (0x00000001,0x08B5FF6C,0x004555FE,0x00000001)
    007CB33D Wow.exe <unknown symbol>+0 (0x00000001,0x00455440,0x04BD3710,0x00001754)
    004555FE Wow.exe <unknown symbol>+0 (0x04BD3710,0x00000000,0x00000000,0x039CAC30)
    006A79A7 Wow.exe <unknown symbol>+0 (0x00002238,0x08B5FFD4,0x770AE4B6,0x039CAC30)
    76EF4911 kernel32.dll BaseThreadInitThunk+18 (0x039CAC30,0x7F6E980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x006A7950,0x039CAC30,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x006A7950,0x039CAC30,0x00000000,0x093A0000)

    --- Thread ID: 1828 ---
    76EFC1B2 kernel32.dll WaitForSingleObject+18 (0x0000214C,0xFFFFFFFF,0x0922FF6C,0x00780C82)
    006AB710 Wow.exe <unknown symbol>+0 (0xFFFFFFFF,0x012E9DD8,0x00000724,0x00780C20)
    00780C82 Wow.exe <unknown symbol>+0 (0x012E9DD8,0x00000000,0x00000000,0x039CACF0)
    006A79A7 Wow.exe <unknown symbol>+0 (0x0000223C,0x0922FFD4,0x770AE4B6,0x039CACF0)
    76EF4911 kernel32.dll BaseThreadInitThunk+18 (0x039CACF0,0x7EF9980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x006A7950,0x039CACF0,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x006A7950,0x039CACF0,0x00000000,0x09EA0000)

    --- Thread ID: 4504 ---
    76EF4911 kernel32.dll BaseThreadInitThunk+18 (0x00000000,0x7B62980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x734A4383,0x00000000,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x734A4383,0x00000000,0x00000000,0x00000000)

    --- Thread ID: 5808 ---
    76EB1C7A kernel32.dll Sleep+15 (0x0000000A,0x0CD0FF88,0x0083BDC9,0x0000000A)
    00837CB4 Wow.exe <unknown symbol>+0 (0x0000000A,0x00000000,0x000016B0,0x0CD0FF94)
    0083BDC9 Wow.exe <unknown symbol>+0 (0x0B590608,0x0CD0FFD4,0x770AE4B6,0x0B59060
    76EF4911 kernel32.dll BaseThreadInitThunk+18 (0x0B590608,0x7B0B980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x0083BD5B,0x0B590608,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x0083BD5B,0x0B590608,0x00000000,0x00000000)

    --- Thread ID: 4280 ---
    76EB1C7A kernel32.dll Sleep+15 (0x0000000A,0x0CE7FF88,0x0083BDC9,0x0000000A)
    00837CB4 Wow.exe <unknown symbol>+0 (0x0000000A,0x00000000,0x000010B8,0x0CE7FF94)
    0083BDC9 Wow.exe <unknown symbol>+0 (0x0B587F88,0x0CE7FFD4,0x770AE4B6,0x0B587F8
    76EF4911 kernel32.dll BaseThreadInitThunk+18 (0x0B587F88,0x7B3C980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x0083BD5B,0x0B587F88,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x0083BD5B,0x0B587F88,0x00000000,0x00000000)

    --- Thread ID: 4928 ---
    76EFC1B2 kernel32.dll WaitForSingleObject+18 (0x000022E0,0x000003E8,0x0CFEFF60,0x00421B85)
    006AB710 Wow.exe <unknown symbol>+0 (0x000003E8,0x00001340,0x00421C90,0x0C203BD0)
    00421B85 Wow.exe <unknown symbol>+0 (0x00000000,0x0CFEFF88,0x006A79A7,0x0C203BD0)
    00421CA1 Wow.exe <unknown symbol>+0 (0x0C203BD0,0x00000000,0x00000000,0x0C19FFC0)
    006A79A7 Wow.exe <unknown symbol>+0 (0x00002380,0x0CFEFFD4,0x770AE4B6,0x0C19FFC0)
    76EF4911 kernel32.dll BaseThreadInitThunk+18 (0x0C19FFC0,0x7B25980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x006A7950,0x0C19FFC0,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x006A7950,0x0C19FFC0,0x00000000,0x00000000)

    --- Thread ID: 5872 ---
    76EFC64E kernel32.dll WaitForMultipleObjects+24 (0x00000002,0x0D15FE2C,0x00000000,0x000001F4)
    004223FB Wow.exe <unknown symbol>+0 (0x00421CB0,0x0D15FF88,0x006A79A7,0x0C203BC0)
    00421CBE Wow.exe <unknown symbol>+0 (0x0C203BC0,0x00000000,0x00000000,0x0C19FFD
    006A79A7 Wow.exe <unknown symbol>+0 (0x00002384,0x0D15FFD4,0x770AE4B6,0x0C19FFD
    76EF4911 kernel32.dll BaseThreadInitThunk+18 (0x0C19FFD8,0x7ACE980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x006A7950,0x0C19FFD8,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x006A7950,0x0C19FFD8,0x00000000,0x00000000)

    --- Thread ID: 6092 ---
    76990208 USER32.dll TranslateMessageEx+370 (0x00002394,0x0D2CFF2C,0xFFFFFFFF,0x00000000)
    76989B58 USER32.dll MsgWaitForMultipleObjects+31 (0x00000002,0x0D2CFF2C,0x00000000,0xFFFFFFFF)
    006D6E17 Wow.exe <unknown symbol>+0 (0x01208738,0x00000000,0x0ED75030,0x0D2CFF80)
    006D56D5 Wow.exe <unknown symbol>+0 (0x0C1FD8E8,0xCF9196B7,0x00000000,0x0ED75030)
    007EDBCF Wow.exe <unknown symbol>+0 (0x00000000,0x76EF4911,0x0ED75030,0x0D2CFFD4)
    007EDC74 Wow.exe <unknown symbol>+0 (0x0ED75030,0x7AF7980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x007EDBF5,0x0ED75030,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x007EDBF5,0x0ED75030,0x00000000,0x00000000)

    --- Thread ID: 5356 ---
    74F41FC8 mswsock.dll <unknown symbol>+0 (0x00000001,0x0D58FE58,0x0D58FC50,0x0D58FD54)
    76C31693 WS2_32.dll select+159 (0x00000001,0x0D58FE58,0x0D58FC50,0x0D58FD54)
    77204A65 WININET.dll InternetCrackUrlW+2819 (0x0D58FF94,0x76EF4911,0x002CD120,0x0D58FFD4)
    77222DA0 WININET.dll InternetSetStatusCallback+473 (0x002CD120,0x0D58FFD4,0x770AE4B6,0x002CD120)
    76EF4911 kernel32.dll BaseThreadInitThunk+18 (0x002CD120,0x7A83980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x77222D93,0x002CD120,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x77222D93,0x002CD120,0x00000000,0x00000000)

    --- Thread ID: 3752 ---
    76DF6FF0 RPCRT4.dll UuidCreate+198 (0x00007530,0x112AFF44,0x112AFF40,0x112AFF2
    76DF7090 RPCRT4.dll UuidCreate+358 (0x112AFF7C,0x76DF4F07,0x00324468,0x00000000)
    76DF4F40 RPCRT4.dll I_RpcSend+385 (0x00324468,0x00000000,0x00000000,0x00351F10)
    76DF4F07 RPCRT4.dll I_RpcSend+328 (0x003111F8,0x112AFF94,0x76EF4911,0x00351F10)
    76DF4F6C RPCRT4.dll I_RpcSend+429 (0x00351F10,0x112AFFD4,0x770AE4B6,0x00351F10)
    76EF4911 kernel32.dll BaseThreadInitThunk+18 (0x00351F10,0x66F1980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x76DF4F4E,0x00351F10,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x76DF4F4E,0x00351F10,0x00000000,0x25EE0000)

    --- Thread ID: 5980 ---
    76EF4911 kernel32.dll BaseThreadInitThunk+18 (0x0035BD60,0x6689980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x770AB61B,0x0035BD60,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x770AB61B,0x0035BD60,0x00000000,0x00000000)

    --- Thread ID: 3468 ---
    76EF4911 kernel32.dll BaseThreadInitThunk+18 (0x003173D0,0x66B2980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x74F459DA,0x003173D0,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x74F459DA,0x003173D0,0x00000000,0xAC49BD4E)

    --- Thread ID: 4896 ---
    76EFC1B2 kernel32.dll WaitForSingleObject+18 (0x00002464,0x00000064,0x0D6FFF6C,0x00826776)
    006AB710 Wow.exe <unknown symbol>+0 (0x00000064,0x00826760,0x0D6FFF88,0x006A79A7)
    00826776 Wow.exe <unknown symbol>+0 (0x105B0888,0x00000000,0x00000000,0x10974630)
    006A79A7 Wow.exe <unknown symbol>+0 (0x00002634,0x0D6FFFD4,0x770AE4B6,0x10974630)
    76EF4911 kernel32.dll BaseThreadInitThunk+18 (0x10974630,0x7AB4980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x006A7950,0x10974630,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x006A7950,0x10974630,0x00000000,0x444CC000)

    --- Thread ID: 3904 ---
    76990208 USER32.dll TranslateMessageEx+370 (0x00002664,0x1743FF2C,0xFFFFFFFF,0x00000000)
    76989B58 USER32.dll MsgWaitForMultipleObjects+31 (0x00000002,0x1743FF2C,0x00000000,0xFFFFFFFF)
    006D6E17 Wow.exe <unknown symbol>+0 (0x01208780,0x00000000,0x105F2158,0x1743FF80)
    006D56D5 Wow.exe <unknown symbol>+0 (0x0C1FF368,0xD5FE96B7,0x00000000,0x105F215
    007EDBCF Wow.exe <unknown symbol>+0 (0x00000000,0x76EF4911,0x105F2158,0x1743FFD4)
    007EDC74 Wow.exe <unknown symbol>+0 (0x105F2158,0x6098980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x007EDBF5,0x105F2158,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x007EDBF5,0x105F2158,0x00000000,0x19620000)

    --- Thread ID: 5740 ---
    76EB1C7A kernel32.dll Sleep+15 (0x0000000A,0x157DFF88,0x0083BDC9,0x0000000A)
    00837CB4 Wow.exe <unknown symbol>+0 (0x0000000A,0x00000000,0x0000166C,0x157DFF94)
    0083BDC9 Wow.exe <unknown symbol>+0 (0x17729768,0x157DFFD4,0x770AE4B6,0x1772976
    76EF4911 kernel32.dll BaseThreadInitThunk+18 (0x17729768,0x62A6980E,0x00000000,0x00000000)
    770AE4B6 ntdll.dll RtlInitializeExceptionChain+99 (0x0083BD5B,0x17729768,0x00000000,0x00000000)
    770AE489 ntdll.dll RtlInitializeExceptionChain+54 (0x0083BD5B,0x17729768,0x00000000,0x15FD0000)


    ----------------------------------------
    Loaded Modules
    ----------------------------------------

    0x00400000 - 0x01391000 C:\Users\Public\Documents\wow_us\Wow.exe
    0x01D30000 - 0x01D8A000 C:\Windows\system32\nvapi.dll
    0x04F40000 - 0x05406000 C:\Windows\system32\nvd3dum.dll
    0x10000000 - 0x10069000 C:\Users\Public\Documents\wow_us\DivxDecoder.dll
    0x61820000 - 0x61A33000 C:\Windows\AppPatch\AcGenral.DLL
    0x635E0000 - 0x636F5000 C:\Users\Public\Documents\wow_us\dbghelp.dll
    0x68B80000 - 0x68C4B000 C:\Windows\system32\OPENGL32.dll
    0x68EE0000 - 0x68F42000 C:\Windows\system32\mscms.dll
    0x69F60000 - 0x69FD8000 C:\Windows\AppPatch\AcSpecfc.DLL
    0x6C770000 - 0x6C855000 C:\Windows\system32\DDRAW.dll
    0x6D4A0000 - 0x6D4D1000 C:\Windows\system32\TAPI32.dll
    0x6D4E0000 - 0x6D503000 C:\Windows\system32\GLU32.dll
    0x6E320000 - 0x6E36A000 C:\Windows\system32\RASAPI32.dll
    0x6F230000 - 0x6F244000 C:\Windows\system32\rasman.dll
    0x6F5A0000 - 0x6F75A000 C:\Windows\system32\d3d9.dll
    0x6F8A0000 - 0x6F8A6000 C:\Windows\system32\DCIMAN32.dll
    0x6FFE0000 - 0x6FFE6000 C:\Windows\system32\d3d8thk.dll
    0x70850000 - 0x7085D000 C:\Windows\system32\sfc_os.DLL
    0x71D40000 - 0x71D5E000 C:\Windows\system32\ShimEng.dll
    0x71F30000 - 0x72132000 C:\Windows\system32\msi.dll
    0x72770000 - 0x72776000 C:\Windows\system32\sensapi.dll
    0x727F0000 - 0x72802000 C:\Windows\system32\pnrpnsp.dll
    0x72820000 - 0x72828000 C:\Windows\System32\winrnr.dll
    0x72830000 - 0x7283F000 C:\Windows\system32\napinsp.dll
    0x72C40000 - 0x72C82000 C:\Windows\system32\WINSPOOL.DRV
    0x72FD0000 - 0x72FD6000 C:\Windows\system32\rasadhlp.dll
    0x73090000 - 0x73095000 C:\Windows\system32\sfc.dll
    0x730D0000 - 0x730DC000 C:\Windows\system32\dwmapi.dll
    0x730E0000 - 0x730E7000 C:\Windows\system32\midimap.dll
    0x730F0000 - 0x73104000 C:\Windows\system32\MSACM32.dll
    0x73110000 - 0x73119000 C:\Windows\system32\msacm32.drv
    0x731E0000 - 0x73246000 C:\Windows\system32\audioeng.dll
    0x73250000 - 0x73271000 C:\Windows\system32\AUDIOSES.DLL
    0x73280000 - 0x73284000 C:\Windows\system32\ksuser.dll
    0x73290000 - 0x732BF000 C:\Windows\system32\wdmaud.drv
    0x73460000 - 0x73499000 C:\Windows\system32\OLEACC.dll
    0x734A0000 - 0x734D2000 C:\Windows\system32\WINMM.dll
    0x74180000 - 0x74205000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.6001.18000_none_886786f450a74a05\COMCTL32.dll
    0x74210000 - 0x7421C000 C:\Windows\system32\rtutils.dll
    0x74250000 - 0x7428F000 C:\Windows\system32\UxTheme.dll
    0x74630000 - 0x747CE000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6001.18000_none_5cdbaa5a083979cc\comctl32.dll
    0x74930000 - 0x7493F000 C:\Windows\system32\NLAapi.dll
    0x74940000 - 0x74967000 C:\Windows\System32\MMDevApi.dll
    0x74A30000 - 0x74A5D000 C:\Windows\system32\WINTRUST.dll
    0x74C00000 - 0x74C05000 C:\Windows\System32\wshtcpip.dll
    0x74C30000 - 0x74C51000 C:\Windows\system32\NTMARTA.DLL
    0x74CB0000 - 0x74CEB000 C:\Windows\system32\rsaenh.dll
    0x74D20000 - 0x74D64000 C:\Windows\system32\schannel.dll
    0x74E90000 - 0x74E97000 C:\Windows\system32\AVRT.dll
    0x74F40000 - 0x74F7B000 C:\Windows\system32\mswsock.dll
    0x74FA0000 - 0x74FA5000 C:\Windows\System32\wship6.dll
    0x74FB0000 - 0x74FB8000 C:\Windows\system32\VERSION.dll
    0x75040000 - 0x75047000 C:\Windows\system32\credssp.dll
    0x75100000 - 0x75121000 C:\Windows\system32\dhcpcsvc6.DLL
    0x75130000 - 0x75165000 C:\Windows\system32\dhcpcsvc.DLL
    0x75170000 - 0x75189000 C:\Windows\system32\IPHLPAPI.DLL
    0x75210000 - 0x75301000 C:\Windows\system32\CRYPT32.dll
    0x75310000 - 0x75317000 C:\Windows\system32\WINNSI.DLL
    0x75330000 - 0x75344000 C:\Windows\system32\MPR.dll
    0x75390000 - 0x753A2000 C:\Windows\system32\MSASN1.dll
    0x753B0000 - 0x753C1000 C:\Windows\system32\SAMLIB.dll
    0x753D0000 - 0x753FC000 C:\Windows\system32\DNSAPI.dll
    0x755E0000 - 0x75655000 C:\Windows\system32\NETAPI32.dll
    0x75720000 - 0x7574C000 C:\Windows\system32\apphelp.dll
    0x75780000 - 0x75794000 C:\Windows\system32\Secur32.dll
    0x757A0000 - 0x757BE000 C:\Windows\system32\USERENV.dll
    0x758E0000 - 0x758E7000 C:\Windows\system32\PSAPI.DLL
    0x758F0000 - 0x75974000 C:\Windows\system32\CLBCatQ.DLL
    0x75980000 - 0x759C5000 C:\Windows\system32\iertutil.dll
    0x759D0000 - 0x759EE000 C:\Windows\system32\IMM32.dll
    0x759F0000 - 0x75A63000 C:\Windows\system32\COMDLG32.dll
    0x75A70000 - 0x75B99000 C:\Windows\system32\urlmon.dll
    0x75BA0000 - 0x75D2A000 C:\Windows\system32\SETUPAPI.dll
    0x75D30000 - 0x76840000 C:\Windows\system32\SHELL32.dll
    0x76840000 - 0x768EA000 C:\Windows\system32\msvcrt.dll
    0x768F0000 - 0x7696D000 C:\Windows\system32\USP10.dll
    0x76970000 - 0x76A0D000 C:\Windows\system32\USER32.dll
    0x76A10000 - 0x76A5A000 C:\Windows\system32\WLDAP32.dll
    0x76A60000 - 0x76A69000 C:\Windows\system32\LPK.DLL
    0x76A70000 - 0x76A76000 C:\Windows\system32\NSI.dll
    0x76A80000 - 0x76ACB000 C:\Windows\system32\GDI32.dll
    0x76AD0000 - 0x76B5D000 C:\Windows\system32\OLEAUT32.dll
    0x76B60000 - 0x76C28000 C:\Windows\system32\MSCTF.dll
    0x76C30000 - 0x76C5D000 C:\Windows\system32\WS2_32.dll
    0x76C60000 - 0x76DA4000 C:\Windows\system32\ole32.dll
    0x76DB0000 - 0x76E72000 C:\Windows\system32\RPCRT4.dll
    0x76E80000 - 0x76EA9000 C:\Windows\system32\imagehlp.dll
    0x76EB0000 - 0x76F8B000 C:\Windows\system32\kernel32.dll
    0x76F90000 - 0x76F93000 C:\Windows\system32\Normaliz.dll
    0x76FA0000 - 0x77066000 C:\Windows\system32\ADVAPI32.dll
    0x77070000 - 0x77197000 C:\Windows\system32\ntdll.dll
    0x771A0000 - 0x771F8000 C:\Windows\system32\SHLWAPI.dll
    0x77200000 - 0x772D0000 C:\Windows\system32\WININET.dll


    ----------------------------------------
    Memory Dump
    ----------------------------------------

    Code: 16 bytes starting at (EIP = 007AF140)

    007AF140: 8A 10 83 C0 01 84 D2 75 F7 2B C3 50 51 56 E8 6D .......u.+.PQV.m


    Stack: 1024 bytes starting at (ESP = 0019E754)

    * = addr ** *
    0019E750: 00 00 00 00 E8 30 6D 17 10 00 00 00 56 F2 7A 00 .....0m.....V.z.
    0019E760: 88 18 35 10 B0 78 8C 19 AF 02 00 00 E4 98 14 1A ..5..x..........
    0019E770: 90 E6 9F 19 32 00 00 00 00 00 00 00 AD 27 8A 65 ....2........'.e
    0019E780: A0 E7 19 00 05 00 00 00 37 4F 98 00 C4 E7 19 00 ........7O......
    0019E790: C0 E7 19 00 60 00 00 00 AC E7 19 00 54 F4 7A 00 ....`.......T.z.
    0019E7A0: 88 18 35 10 30 4F 98 00 BC E7 19 00 18 E8 19 00 ..5.0O..........
    0019E7B0: D5 0B 7B 00 88 18 35 10 30 4F 98 00 DC E7 19 00 ..{...5.0O......
    0019E7C0: AF 02 00 00 14 00 00 00 DC E7 19 00 FC AB 90 17 ................
    0019E7D0: 3C 00 00 00 D4 48 93 00 08 33 6D 17 49 6E 74 65 <....H...3m.Inte
    0019E7E0: 72 66 61 63 65 5C 46 72 61 6D 65 58 4D 4C 5C 55 rface\FrameXML\U
    0019E7F0: 49 50 61 72 65 6E 74 2E 6C 75 61 00 2B 00 00 00 IParent.lua.+...
    0019E800: 08 19 35 10 16 00 00 00 05 00 00 00 00 00 00 00 ..5.............
    0019E810: 48 E8 19 00 44 E8 19 00 34 E8 19 00 EB 0C 7B 00 H...D...4.....{.
    0019E820: 14 00 00 00 88 18 35 10 60 4F 98 00 44 E8 19 00 ......5.`O..D...
    0019E830: 88 18 35 10 5C E8 19 00 5B 0F 7B 00 88 18 35 10 ..5.\...[.{...5.
    0019E840: 60 4F 98 00 7C 4F 98 00 D4 48 93 00 88 18 35 10 `O..|O...H....5.
    0019E850: 88 2E 6D 17 78 2E 6D 17 00 00 00 00 70 E8 19 00 ..m.x.m.....p...
    0019E860: BE 0F 7B 00 88 18 35 10 78 2E 6D 17 7C 4F 98 00 ..{...5.x.m.|O..
    0019E870: A0 E8 19 00 5D 8D 7B 00 88 18 35 10 78 2E 6D 17 ....].{...5.x.m.
    0019E880: 88 2E 6D 17 72 4F 98 00 88 18 35 10 05 00 00 00 ..m.rO....5.....
    0019E890: 90 E6 9F 19 00 00 00 00 A8 2E 6D 17 02 00 00 00 ..........m.....
    0019E8A0: EC E8 19 00 AB F3 7A 00 88 18 35 10 05 00 00 00 ......z...5.....
    0019E8B0: 10 00 00 00 88 18 35 10 08 33 6D 17 D4 48 93 00 ......5..3m..H..
    0019E8C0: 00 00 00 00 1E 00 00 00 2C 5C 7B 00 1E 00 00 00 ........,\{.....
    0019E8D0: 08 19 35 10 09 00 00 00 05 00 00 00 00 00 00 00 ..5.............
    0019E8E0: 18 E9 19 00 14 E9 19 00 00 00 00 00 04 E9 19 00 ................
    0019E8F0: E5 0C 7B 00 88 18 35 10 60 4F 98 00 14 E9 19 00 ..{...5.`O......
    0019E900: 88 18 35 10 2C E9 19 00 5B 0F 7B 00 88 18 35 10 ..5.,...[.{...5.
    0019E910: 60 4F 98 00 7C 4F 98 00 D4 48 93 00 88 18 35 10 `O..|O...H....5.
    0019E920: 78 2E 6D 17 68 2E 6D 17 00 00 00 00 40 E9 19 00 x.m.h.m.....@...
    0019E930: BE 0F 7B 00 88 18 35 10 68 2E 6D 17 7C 4F 98 00 ..{...5.h.m.|O..
    0019E940: 70 E9 19 00 5D 8D 7B 00 88 18 35 10 68 2E 6D 17 p...].{...5.h.m.
    0019E950: 78 2E 6D 17 72 4F 98 00 88 18 35 10 05 00 00 00 x.m.rO....5.....
    0019E960: 90 E6 9F 19 00 00 00 00 98 2E 6D 17 02 00 00 00 ..........m.....
    0019E970: BC E9 19 00 AB F3 7A 00 88 18 35 10 05 00 00 00 ......z...5.....
    0019E980: 0F 00 00 00 88 18 35 10 38 2F 6D 17 90 4A 93 00 ......5.8/m..J..
    0019E990: EA 2D 7B 00 64 00 00 00 E6 0F A8 17 70 33 7B 00 .-{.d.......p3{.
    0019E9A0: 01 00 00 00 FC E9 19 00 05 00 00 00 00 00 00 00 ................
    0019E9B0: E8 E9 19 00 E4 E9 19 00 1B 00 00 00 D4 E9 19 00 ................
    0019E9C0: E5 0C 7B 00 88 18 35 10 60 4F 98 00 E4 E9 19 00 ..{...5.`O......
    0019E9D0: 88 18 35 10 FC E9 19 00 5B 0F 7B 00 88 18 35 10 ..5.....[.{...5.
    0019E9E0: 60 4F 98 00 7C 4F 98 00 90 4A 93 00 88 18 35 10 `O..|O...J....5.
    0019E9F0: 88 2E 6D 17 78 2E 6D 17 00 00 00 00 10 EA 19 00 ..m.x.m.........
    0019EA00: BE 0F 7B 00 88 18 35 10 78 2E 6D 17 7C 4F 98 00 ..{...5.x.m.|O..
    0019EA10: 40 EA 19 00 5D 8D 7B 00 88 18 35 10 78 2E 6D 17 @...].{...5.x.m.
    0019EA20: 88 2E 6D 17 72 4F 98 00 88 18 35 10 05 00 00 00 ..m.rO....5.....
    0019EA30: 24 FF 22 48 8C EA 19 00 53 F1 7A 00 02 00 00 00 $."H....S.z.....
    0019EA40: 8C EA 19 00 AB F3 7A 00 88 18 35 10 06 00 00 00 ......z...5.....
    0019EA50: 10 00 00 00 88 18 35 10 C8 2E 6D 17 D4 48 93 00 ......5...m..H..
    0019EA60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0019EA70: 00 00 00 00 00 00 00 00 05 00 00 00 00 00 00 00 ................
    0019EA80: B8 EA 19 00 B4 EA 19 00 1C 00 00 00 A4 EA 19 00 ................
    0019EA90: E5 0C 7B 00 88 18 35 10 60 4F 98 00 B4 EA 19 00 ..{...5.`O......
    0019EAA0: 88 18 35 10 CC EA 19 00 5B 0F 7B 00 88 18 35 10 ..5.....[.{...5.
    0019EAB0: 60 4F 98 00 7C 4F 98 00 D4 48 93 00 88 18 35 10 `O..|O...H....5.
    0019EAC0: 48 2E 6D 17 38 2E 6D 17 00 00 00 00 E0 EA 19 00 H.m.8.m.........
    0019EAD0: BE 0F 7B 00 88 18 35 10 38 2E 6D 17 7C 4F 98 00 ..{...5.8.m.|O..
    0019EAE0: 10 EB 19 00 5D 8D 7B 00 88 18 35 10 38 2E 6D 17 ....].{...5.8.m.
    0019EAF0: 48 2E 6D 17 57 4F 98 00 88 18 35 10 09 00 00 00 H.m.WO....5.....
    0019EB00: D4 C0 E4 40 5C EB 19 00 53 F1 7A 00 02 00 00 00 ...@\...S.z.....
    0019EB10: 5C EB 19 00 AB F3 7A 00 88 18 35 10 0A 00 00 00 \.....z...5.....
    0019EB20: 0C 00 00 00 88 18 35 10 08 2F 6D 17 D4 48 93 00 ......5../m..H..
    0019EB30: 4C EB 19 00 BC 67 7B 00 88 18 35 10 68 2E 6D 17 L....g{...5.h.m.
    0019EB40: 40 00 00 00 F8 2D 6D 17 09 00 00 00 00 00 00 00 @....-m.........
    0019EB50: 90 EB 19 00 8C EB 19 00 06 00 00 00 74 EB 19 00 ............t...


    ------------------------------------------------------------------------------

    ======================================================================
    Hardware/Driver Information:
    Processor: 0x0
    Page Size: 4096
    Min App Address: 0x10000
    Max App Address: 0x7ffeffff
    Processor Mask: 0xf
    Number of Processors: 4
    Processor Type: 586
    Allocation Granularity: 65536
    Processor Level: 6
    Processor Revision: 3851
    Os Version: 6.0
    Os Service Pack: 1.0

    Percent memory used: 47
    Total physical memory: 3487055872
    Free Memory: 1824452608
    Page file: 7220690944
    Total virtual memory: 2147352576
    Last edited by Hawker; 03-19-2009 at 07:33 AM.

    Interact injection crashing wow.exe
  2. #2
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nothing suspicious as far as i can see. How do you obtain the pointer to the node?

  3. #3
    Hawker's Avatar Active Member
    Reputation
    40
    Join Date
    Jan 2009
    Posts
    213
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
            private GObject[] getObjects(bool sortByDistanceToMe, params GObjectType[] types)
            {
                GObject[] objs = objects.GetObjects();
                List<GObject> objs2 = new List<GObject>();
                for (int i = 0; i < objs.Length; i++)
                {
    
                    foreach (GObjectType type in types)
                    {
    
                        if (objs[i].Type == type)
                        {
                            objs2.Add(objs[i]);
                            break;
                        }
                    }
                }
                if (sortByDistanceToMe)
                {
                    for (int i = 0; i < objs2.Count; i++)
                    {
                        for (int a = 0; a < objs2.Count; a++)
                        {
                            if (objs2[i].Location.GetDistanceTo(objects.LocalPlayer.Location) > objs2[a].Location.GetDistanceTo(objects.LocalPlayer.Location))
                            {
                                GObject tmp = objs2[i];
                                objs2[i] = objs2[a];
                                objs2[a] = tmp;
                            }
                        }
                    }
                }
                return objs2.ToArray();
            }
            private bool isNodeNearby
            {
                get
                {
                    GObject[] objs = getObjects(true, GObjectType.G_NODE, GObjectType.G_UNIT);
                    foreach (GObject o in objs)
                    {
                        if (isValidNode(o))
                        {
                            if (!object.Equals(null, targetObj))
                            {
                                setTargetObj(o);
                            }
                            else
                            {
                                setTargetObj(o);
                            }
    
                            return true;
                        }
                    }
                    return false;
                }
            }
    Based on blackmagic.dll

    Would this cause the problem? I used Presskey before I went over to injection and am still migrating the combat code.

    Combat consists of hammering a castsequence macro. Very basic but as its a gathering bot and Glider is down it will do.

    Code:
            public static void PressKey(bool shift, bool alt, bool win, bool ctrl, char c, int holdMS)
            {
                win32api.win32api.SendKey(shift, alt, win, ctrl, c, true, false);
                DateTime st = DateTime.Now;
                while (true)
                {
                    if (DateTime.Now.CompareTo(st.AddMilliseconds(holdMS)) > 0)
                        break;
                    Thread.Sleep(5);
                }
                win32api.win32api.SendKey(shift, alt, win, ctrl, c, false, true);
            }

  4. #4
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Every time you use WoW's thread-local data and you're not running in the context of that thread you need to suspend the thread at the start then resume it once you've finished using the list.

    Otherwise the list could change while you're iterating it, your iterator/pointer may become invalid, and you'll get a hard-crash.

    Probably not the cause of your problem, but well worth pointing out.

  5. #5
    Hawker's Avatar Active Member
    Reputation
    40
    Join Date
    Jan 2009
    Posts
    213
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    Every time you use WoW's thread-local data and you're not running in the context of that thread you need to suspend the thread at the start then resume it once you've finished using the list.

    Otherwise the list could change while you're iterating it, your iterator/pointer may become invalid, and you'll get a hard-crash.

    Probably not the cause of your problem, but well worth pointing out.
    I've left a PM in your blog...

    About | Ramblings++

  6. #6
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by H4wker View Post
    I've left a PM in your blog...

    About | Ramblings++

    Comments are moderated and I get email notifications. You don't have to tell me.

Similar Threads

  1. [Noggit]mpq patch >>> Crash WoW.exe
    By Frezer in forum WoW ME Questions and Requests
    Replies: 6
    Last Post: 01-13-2011, 12:31 PM
  2. Replies: 11
    Last Post: 12-23-2010, 09:30 PM
  3. WoW.exe crash with WoWME
    By wowerkewl in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 04-10-2009, 10:53 AM
  4. WoW.exe keeps crashing when using model edits
    By Veukka in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 12-13-2008, 03:51 PM
  5. Crash your own wow.exe
    By An7hrax in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 12-27-2007, 02:45 PM
All times are GMT -5. The time now is 05:51 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search