Out of the main thread menu

User Tag List

Results 1 to 12 of 12
  1. #1
    Shamun's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Out of the main thread

    I inject a dll into wow and create a new thread.
    For some reason I can't call wow functions from this thread =\

    Out of the main thread
  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)
    Originally Posted by Shamun View Post
    I inject a dll into wow and create a new thread.
    For some reason I can't call wow functions from this thread =\
    you need to update ure thread, i took this from the asm function call thread, it's kynox code i think
    Code:
    void __forceinline UpdateCurMgr()
    	{
    		DWORD dwClientCon =  0x011CA260;
    		DWORD s_curMgr = *(DWORD*)(*(DWORD*)dwClientCon +  offset);
    		DWORD* pTmp = NULL;
    		_asm mov eax, DWORD PTR FS:[0x2C]
    		_asm mov eax, DWORD PTR DS:[eax]
    		_asm mov pTmp, eax
    		*(DWORD*)((DWORD)pTmp + 0x08) = s_curMgr;
    	}
    atleast you have to do that if you create a remote thread so i guess you need to do it if you inject a dll and create a thread.

  3. #3
    Shamun's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it works thx
    Last edited by Shamun; 12-18-2008 at 07:01 AM.

  4. #4
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nesox View Post
    you need to update ure thread, i took this from the asm function call thread, it's kynox code i think
    Code:
    void __forceinline UpdateCurMgr()
    	{
    		DWORD dwClientCon =  0x011CA260;
    		DWORD s_curMgr = *(DWORD*)(*(DWORD*)dwClientCon +  offset);
    		DWORD* pTmp = NULL;
    		_asm mov eax, DWORD PTR FS:[0x2C]
    		_asm mov eax, DWORD PTR DS:[eax]
    		_asm mov pTmp, eax
    		*(DWORD*)((DWORD)pTmp + 0x08) = s_curMgr;
    	}
    atleast you have to do that if you create a remote thread so i guess you need to do it if you inject a dll and create a thread.
    Correct. Unless you're doing your main work from a function hook, ie in EndScene or something else called from WoWs main thread. (Err, I think its called from WoWs main thread, too lazy to check, but either way thats an alternative)

  5. #5
    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)
    I got a slight problem. Me and a friend is doing an Adbot and we are working on the glue functions atm.
    Im getting this error when calling SetGlueScreen("charcreate") it works if you call it from the charcreate glue screen but if your at the charselect page wow chrashes.
    Anyone who knows a solution? i tried to do this on 2.4.3 but it gives the same error

    edit: do you have to change the gluemusic first? maybe that's what is causing the exception, anyways gonna try soon ill edit again if it works

    edit2: took a look in the CharacterSelect.lua shoud give some insight if your having the same problem almost got it workingi now ^^


    Code:
    ==============================================================================
    World of WarCraft (build 9183)
    
    Exe:      C:\Program\World of Warcraft\Wow.exe
    Time:     Dec 19, 2008  7:32:43.562 AM
    User:     Administratör
    Computer: PHILIP-PC
    ------------------------------------------------------------------------------
    
    This application has encountered a critical error:
    
    ERROR #134 (0x85100086) Fatal Condition
    Program:	C:\Program\World of Warcraft\Wow.exe
    
    AsyncFileReadWait(): s_waiting != FALSE
    
    
    WoWBuild: 9183
    Settings: 
    SET readTOS "1"
    SET readEULA "1"
    SET readScanning "-1"
    SET readContest "-1"
    SET readTerminationWithoutNotice "1"
    SET locale "enGB"
    SET realmList "eu.logon.worldofwarcraft.com"
    SET patchlist "eu.version.worldofwarcraft.com"
    SET coresDetected "2"
    SET hwDetect "0"
    SET gxColorBits "24"
    SET gxDepthBits "24"
    SET gxResolution "800x600"
    SET gxRefresh "60"
    SET gxMultisampleQuality "0.000000"
    SET gxFixLag "0"
    SET videoOptionsVersion "1"
    SET pixelShaders "1"
    SET movie "0"
    SET showToolsUI "1"
    SET Sound_OutputDriverName "System Default"
    SET SmallCull "0.040000"
    SET DistCull "500.000000"
    SET farclip "177"
    SET particleDensity "1.000000"
    SET installType "Retail"
    SET portal "eu"
    SET mouseSpeed "1"
    SET Gamma "1.000000"
    SET ChatMusicVolume "0.29999998211861"
    SET ChatSoundVolume "0.39999997615814"
    SET ChatAmbienceVolume "0.29999998211861"
    SET Sound_MusicVolume "0.40000000596046"
    SET Sound_AmbienceVolume "0.60000002384186"
    SET realmName "Azuremyst"
    SET gameTip "58"
    SET VoiceActivationSensitivity "0.39999997615814"
    SET gxWindow "1"
    SET textureFilteringMode "0"
    SET Sound_VoiceChatInputDriverName "System Default"
    SET Sound_VoiceChatOutputDriverName "System Default"
    SET groundEffectDist "70"
    SET environmentDetail "0.5"
    SET weatherDensity "0"
    SET baseMip "1"
    SET spellEffectLevel "0"
    SET ffxGlow "0"
    SET ffxDeath "0"
    ------------------------------------------------------------------------------
    
    ----------------------------------------
        Stack Trace (Manual)
    ----------------------------------------
    
    Address  Frame    Logical addr  Module
    
    Showing 28/28 threads...
    
    --- Thread ID: 3780 [Current Thread] ---
    006A4945 0019F8FC 0001:002A3945 C:\Program\World of Warcraft\Wow.exe
    00455436 0019F908 0001:00054436 C:\Program\World of Warcraft\Wow.exe
    00485413 0019F918 0001:00084413 C:\Program\World of Warcraft\Wow.exe
    004812C8 0019F954 0001:000802C8 C:\Program\World of Warcraft\Wow.exe
    00483828 0019F968 0001:00082828 C:\Program\World of Warcraft\Wow.exe
    0047744D 0019F98C 0001:0007644D C:\Program\World of Warcraft\Wow.exe
    007B95FA 0019FA18 0001:003B85FA C:\Program\World of Warcraft\Wow.exe
    007B6317 0019FA34 0001:003B5317 C:\Program\World of Warcraft\Wow.exe
    007AE3F6 0019FA48 0001:003AD3F6 C:\Program\World of Warcraft\Wow.exe
    007B5663 0019FAA4 0001:003B4663 C:\Program\World of Warcraft\Wow.exe
    007B64D9 0019FACC 0001:003B54D9 C:\Program\World of Warcraft\Wow.exe
    007AE44F 0019FAF8 0001:003AD44F C:\Program\World of Warcraft\Wow.exe
    0077E94B 0019FB5C 0001:0037D94B C:\Program\World of Warcraft\Wow.exe
    0077EAB0 0019FB78 0001:0037DAB0 C:\Program\World of Warcraft\Wow.exe
    008AF812 0019FBB4 0001:004AE812 C:\Program\World of Warcraft\Wow.exe
    008AFB7D 0019FC88 0001:004AEB7D C:\Program\World of Warcraft\Wow.exe
    0047BD11 0019FCB0 0001:0007AD11 C:\Program\World of Warcraft\Wow.exe
    0042C162 0019FD6C 0001:0002B162 C:\Program\World of Warcraft\Wow.exe
    004393C7 0019FD88 0001:000383C7 C:\Program\World of Warcraft\Wow.exe
    004398B9 0019FDA4 0001:000388B9 C:\Program\World of Warcraft\Wow.exe
    00443F6C 0019FE70 0001:00042F6C C:\Program\World of Warcraft\Wow.exe
    00427AE9 0019FEA0 0001:00026AE9 C:\Program\World of Warcraft\Wow.exe
    00426429 0019FF0C 0001:00025429 C:\Program\World of Warcraft\Wow.exe
    00426501 0019FF24 0001:00025501 C:\Program\World of Warcraft\Wow.exe
    00406AE8 0019FFC0 0001:00005AE8 C:\Program\World of Warcraft\Wow.exe
    7C816FF7 0019FFF0 0001:00015FF7 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 3784 ---
    77DE9B26 01B9FFB4 0001:00028B26 C:\WINDOWS\system32\ADVAPI32.dll
    7C80B6A3 01B9FFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 3768 ---
    7C802532 0206FF44 0001:00001532 C:\WINDOWS\system32\kernel32.dll
    006BBB05 0206FF60 0001:002BAB05 C:\Program\World of Warcraft\Wow.exe
    006D83E5 0206FF74 0001:002D73E5 C:\Program\World of Warcraft\Wow.exe
    007E9CDF 0206FFAC 0001:003E8CDF C:\Program\World of Warcraft\Wow.exe
    007E9D84 0206FFEC 0001:003E8D84 C:\Program\World of Warcraft\Wow.exe
    
    --- Thread ID: 3796 ---
    7C802451 0302FF4C 0001:00001451 C:\WINDOWS\system32\kernel32.dll
    006BDA34 0302FF74 0001:002BCA34 C:\Program\World of Warcraft\Wow.exe
    007E9CDF 0302FFAC 0001:003E8CDF C:\Program\World of Warcraft\Wow.exe
    007E9D84 0302FFEC 0001:003E8D84 C:\Program\World of Warcraft\Wow.exe
    
    --- Thread ID: 1112 ---
    006DD9A9 0317F1B4 0001:002DC9A9 C:\Program\World of Warcraft\Wow.exe
    006B8D65 0317F1E0 0001:002B7D65 C:\Program\World of Warcraft\Wow.exe
    006B87C3 0317F284 0001:002B77C3 C:\Program\World of Warcraft\Wow.exe
    006DCD5C 0317F2A8 0001:002DBD5C C:\Program\World of Warcraft\Wow.exe
    006B787F 0317F2CC 0001:002B687F C:\Program\World of Warcraft\Wow.exe
    006E0A74 0317F300 0001:002DFA74 C:\Program\World of Warcraft\Wow.exe
    006E4E2F 0319F470 0001:002E3E2F C:\Program\World of Warcraft\Wow.exe
    006E0693 0319F4B4 0001:002DF693 C:\Program\World of Warcraft\Wow.exe
    006BB800 0319F4EC 0001:002BA800 C:\Program\World of Warcraft\Wow.exe
    006B79D1 0319F508 0001:002B69D1 C:\Program\World of Warcraft\Wow.exe
    006E3F71 0319FA38 0001:002E2F71 C:\Program\World of Warcraft\Wow.exe
    006B3FEC 0319FB64 0001:002B2FEC C:\Program\World of Warcraft\Wow.exe
    00455053 0319FF98 0001:00054053 C:\Program\World of Warcraft\Wow.exe
    006A1F57 0319FFB4 0001:002A0F57 C:\Program\World of Warcraft\Wow.exe
    7C80B6A3 0319FFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 3560 ---
    7C802532 0386FF70 0001:00001532 C:\WINDOWS\system32\kernel32.dll
    006A5C40 0386FF80 0001:002A4C40 C:\Program\World of Warcraft\Wow.exe
    007805B2 0386FF98 0001:0037F5B2 C:\Program\World of Warcraft\Wow.exe
    006A1F57 0386FFB4 0001:002A0F57 C:\Program\World of Warcraft\Wow.exe
    7C80B6A3 0386FFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 1100 ---
    7C80A095 061DFF88 0001:00009095 C:\WINDOWS\system32\kernel32.dll
    72CF312A 061DFFB4 0001:0000212A C:\WINDOWS\system32\wdmaud.drv
    7C80B6A3 061DFFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 3792 ---
    7C80A095 0745FE40 0001:00009095 C:\WINDOWS\system32\kernel32.dll
    73EE14A2 0745FE58 0001:000004A2 C:\WINDOWS\system32\dsound.dll
    73EE294A 0745FF78 0001:0000194A C:\WINDOWS\system32\dsound.dll
    73EE9FBF 0745FF98 0001:00008FBF C:\WINDOWS\system32\dsound.dll
    73EE297E 0745FFB4 0001:0000197E C:\WINDOWS\system32\dsound.dll
    7C80B6A3 0745FFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 2376 ---
    7C80A095 076CFE48 0001:00009095 C:\WINDOWS\system32\kernel32.dll
    73EE14A2 076CFE60 0001:000004A2 C:\WINDOWS\system32\dsound.dll
    73EE294A 076CFF80 0001:0000194A C:\WINDOWS\system32\dsound.dll
    73EE2A13 076CFFB4 0001:00001A13 C:\WINDOWS\system32\dsound.dll
    7C80B6A3 076CFFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 3740 ---
    7C802451 0783FF94 0001:00001451 C:\WINDOWS\system32\kernel32.dll
    008369BA 0783FFA0 0001:004359BA C:\Program\World of Warcraft\Wow.exe
    0083AAE9 0783FFB4 0001:00439AE9 C:\Program\World of Warcraft\Wow.exe
    7C80B6A3 0783FFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 3840 ---
    7C802451 079AFF94 0001:00001451 C:\WINDOWS\system32\kernel32.dll
    008369BA 079AFFA0 0001:004359BA C:\Program\World of Warcraft\Wow.exe
    0083AAE9 079AFFB4 0001:00439AE9 C:\Program\World of Warcraft\Wow.exe
    7C80B6A3 079AFFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 3668 ---
    7C802451 07B1FF94 0001:00001451 C:\WINDOWS\system32\kernel32.dll
    008369BA 07B1FFA0 0001:004359BA C:\Program\World of Warcraft\Wow.exe
    0083AAE9 07B1FFB4 0001:00439AE9 C:\Program\World of Warcraft\Wow.exe
    7C80B6A3 07B1FFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 2256 ---
    7C802451 07C8FF94 0001:00001451 C:\WINDOWS\system32\kernel32.dll
    008369BA 07C8FFA0 0001:004359BA C:\Program\World of Warcraft\Wow.exe
    0083AAE9 07C8FFB4 0001:00439AE9 C:\Program\World of Warcraft\Wow.exe
    7C80B6A3 07C8FFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 3556 ---
    7C802532 07DFFF64 0001:00001532 C:\WINDOWS\system32\kernel32.dll
    006A5C40 07DFFF74 0001:002A4C40 C:\Program\World of Warcraft\Wow.exe
    00421CB5 07DFFF8C 0001:00020CB5 C:\Program\World of Warcraft\Wow.exe
    00421DD1 07DFFF98 0001:00020DD1 C:\Program\World of Warcraft\Wow.exe
    006A1F57 07DFFFB4 0001:002A0F57 C:\Program\World of Warcraft\Wow.exe
    7C80B6A3 07DFFFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 3472 ---
    7C80A095 07F6FD34 0001:00009095 C:\WINDOWS\system32\kernel32.dll
    004224DB 07F6FF8C 0001:000214DB C:\Program\World of Warcraft\Wow.exe
    00421DEE 07F6FF98 0001:00020DEE C:\Program\World of Warcraft\Wow.exe
    006A1F57 07F6FFB4 0001:002A0F57 C:\Program\World of Warcraft\Wow.exe
    7C80B6A3 07F6FFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 1424 ---
    7E3695E9 089FFF14 0001:000085E9 C:\WINDOWS\system32\USER32.dll
    7E369698 089FFF30 0001:00008698 C:\WINDOWS\system32\USER32.dll
    006DA017 089FFF60 0001:002D9017 C:\Program\World of Warcraft\Wow.exe
    006D83E5 089FFF74 0001:002D73E5 C:\Program\World of Warcraft\Wow.exe
    007E9CDF 089FFFAC 0001:003E8CDF C:\Program\World of Warcraft\Wow.exe
    007E9D84 089FFFEC 0001:003E8D84 C:\Program\World of Warcraft\Wow.exe
    
    --- Thread ID: 1096 ---
    7C802532 08CBFF44 0001:00001532 C:\WINDOWS\system32\kernel32.dll
    006BBB05 08CBFF60 0001:002BAB05 C:\Program\World of Warcraft\Wow.exe
    006D83E5 08CBFF74 0001:002D73E5 C:\Program\World of Warcraft\Wow.exe
    007E9CDF 08CBFFAC 0001:003E8CDF C:\Program\World of Warcraft\Wow.exe
    007E9D84 08CBFFEC 0001:003E8D84 C:\Program\World of Warcraft\Wow.exe
    
    --- Thread ID: 3936 ---
    71A45FA7 0919FC04 0001:00004FA7 C:\WINDOWS\system32\mswsock.dll
    71AA2E67 0919FC54 0001:00001E67 C:\WINDOWS\system32\WS2_32.dll
    445660CD 0919FFAC 0001:000250CD C:\WINDOWS\system32\WININET.dll
    44562A48 0919FFB4 0001:00021A48 C:\WINDOWS\system32\WININET.dll
    7C80B6A3 0919FFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 852 ---
    7C80B6A3 0930FFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 3956 ---
    7C802532 0CC0FF74 0001:00001532 C:\WINDOWS\system32\kernel32.dll
    0086C635 0CC0FF90 0001:0046B635 C:\Program\World of Warcraft\Wow.exe
    00836AFF 0CC0FFA0 0001:00435AFF C:\Program\World of Warcraft\Wow.exe
    0083AAB4 0CC0FFB4 0001:00439AB4 C:\Program\World of Warcraft\Wow.exe
    7C80B6A3 0CC0FFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 3964 ---
    7E3695E9 0CD7FF14 0001:000085E9 C:\WINDOWS\system32\USER32.dll
    7E369698 0CD7FF30 0001:00008698 C:\WINDOWS\system32\USER32.dll
    006DA017 0CD7FF60 0001:002D9017 C:\Program\World of Warcraft\Wow.exe
    006D83E5 0CD7FF74 0001:002D73E5 C:\Program\World of Warcraft\Wow.exe
    007E9CDF 0CD7FFAC 0001:003E8CDF C:\Program\World of Warcraft\Wow.exe
    007E9D84 0CD7FFEC 0001:003E8D84 C:\Program\World of Warcraft\Wow.exe
    
    --- Thread ID: 3860 ---
    7C802532 0CEEFF74 0001:00001532 C:\WINDOWS\system32\kernel32.dll
    0086C635 0CEEFF90 0001:0046B635 C:\Program\World of Warcraft\Wow.exe
    00836AFF 0CEEFFA0 0001:00435AFF C:\Program\World of Warcraft\Wow.exe
    0083AAB4 0CEEFFB4 0001:00439AB4 C:\Program\World of Warcraft\Wow.exe
    7C80B6A3 0CEEFFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 2764 ---
    7C80B6A3 0D4CFFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 3996 ---
    7E3695E9 0D05FF14 0001:000085E9 C:\WINDOWS\system32\USER32.dll
    7E369698 0D05FF30 0001:00008698 C:\WINDOWS\system32\USER32.dll
    006DA017 0D05FF60 0001:002D9017 C:\Program\World of Warcraft\Wow.exe
    006D83E5 0D05FF74 0001:002D73E5 C:\Program\World of Warcraft\Wow.exe
    007E9CDF 0D05FFAC 0001:003E8CDF C:\Program\World of Warcraft\Wow.exe
    007E9D84 0D05FFEC 0001:003E8D84 C:\Program\World of Warcraft\Wow.exe
    
    --- Thread ID: 392 ---
    7C802532 0DE4FF78 0001:00001532 C:\WINDOWS\system32\kernel32.dll
    006A5C40 0DE4FF88 0001:002A4C40 C:\Program\World of Warcraft\Wow.exe
    00825476 0DE4FF98 0001:00424476 C:\Program\World of Warcraft\Wow.exe
    006A1F57 0DE4FFB4 0001:002A0F57 C:\Program\World of Warcraft\Wow.exe
    7C80B6A3 0DE4FFEC 0001:0000A6A3 C:\WINDOWS\system32\kernel32.dll
    
    --- Thread ID: 3528 ---
    7E3695E9 0DFBFF14 0001:000085E9 C:\WINDOWS\system32\USER32.dll
    7E369698 0DFBFF30 0001:00008698 C:\WINDOWS\system32\USER32.dll
    006DA017 0DFBFF60 0001:002D9017 C:\Program\World of Warcraft\Wow.exe
    006D83E5 0DFBFF74 0001:002D73E5 C:\Program\World of Warcraft\Wow.exe
    007E9CDF 0DFBFFAC 0001:003E8CDF C:\Program\World of Warcraft\Wow.exe
    007E9D84 0DFBFFEC 0001:003E8D84 C:\Program\World of Warcraft\Wow.exe
    
    --- Thread ID: 584 ---
    7C802451 0940F938 0001:00001451 C:\WINDOWS\system32\kernel32.dll
    007CAA8D 0940F944 0001:003C9A8D C:\Program\World of Warcraft\Wow.exe
    004554F5 0940F954 0001:000544F5 C:\Program\World of Warcraft\Wow.exe
    00485413 0940F964 0001:00084413 C:\Program\World of Warcraft\Wow.exe
    00481410 0940FA0C 0001:00080410 C:\Program\World of Warcraft\Wow.exe
    00483838 0940FA20 0001:00082838 C:\Program\World of Warcraft\Wow.exe
    00477A3F 0940FA34 0001:00076A3F C:\Program\World of Warcraft\Wow.exe
    004783AF 0940FBCC 0001:000773AF C:\Program\World of Warcraft\Wow.exe
    004785D5 0940FBEC 0001:000775D5 C:\Program\World of Warcraft\Wow.exe
    007B95FA 0940FC78 0001:003B85FA C:\Program\World of Warcraft\Wow.exe
    007B6317 0940FC94 0001:003B5317 C:\Program\World of Warcraft\Wow.exe
    007AE3F6 0940FCA8 0001:003AD3F6 C:\Program\World of Warcraft\Wow.exe
    007B5663 0940FD04 0001:003B4663 C:\Program\World of Warcraft\Wow.exe
    007B64D9 0940FD2C 0001:003B54D9 C:\Program\World of Warcraft\Wow.exe
    007AE44F 0940FD58 0001:003AD44F C:\Program\World of Warcraft\Wow.exe
    0077E94B 0940FDB0 0001:0037D94B C:\Program\World of Warcraft\Wow.exe
    0077EAB0 0940FDCC 0001:0037DAB0 C:\Program\World of Warcraft\Wow.exe
    00434D55 0940FDF4 0001:00033D55 C:\Program\World of Warcraft\Wow.exe
    007B604C 0940FE10 0001:003B504C C:\Program\World of Warcraft\Wow.exe
    007B95FA 0940FE9C 0001:003B85FA C:\Program\World of Warcraft\Wow.exe
    007B6317 0940FEB8 0001:003B5317 C:\Program\World of Warcraft\Wow.exe
    007AE3F6 0940FECC 0001:003AD3F6 C:\Program\World of Warcraft\Wow.exe
    007B5663 0940FF28 0001:003B4663 C:\Program\World of Warcraft\Wow.exe
    007B64D9 0940FF50 0001:003B54D9 C:\Program\World of Warcraft\Wow.exe
    007AE44F 0940FF7C 0001:003AD44F C:\Program\World of Warcraft\Wow.exe
    0077DFB2 0940FFA4 0001:0037CFB2 C:\Program\World of Warcraft\Wow.exe
    058F002D 0940FFEC 0000:00000000 <unknown>
    
    --- Thread ID: 636 ---
    7E3695E9 0E12FF14 0001:000085E9 C:\WINDOWS\system32\USER32.dll
    7E369698 0E12FF30 0001:00008698 C:\WINDOWS\system32\USER32.dll
    006DA017 0E12FF60 0001:002D9017 C:\Program\World of Warcraft\Wow.exe
    006D83E5 0E12FF74 0001:002D73E5 C:\Program\World of Warcraft\Wow.exe
    007E9CDF 0E12FFAC 0001:003E8CDF C:\Program\World of Warcraft\Wow.exe
    007E9D84 0E12FFEC 0001:003E8D84 C:\Program\World of Warcraft\Wow.exe
    
    ----------------------------------------
        Stack Trace (Using DBGHELP.DLL)
    ----------------------------------------
    
    Showing 28/28 threads...
    
    --- Thread ID: 3780 [Current Thread] ---
    
    --- Thread ID: 3784 ---
    77DE9B26 ADVAPI32.dll RegDeleteKeyW+674 (0x00000000,0x7C9140BB,0x00000000,0x00000000)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x77DE9981,0x00000000,0x00000000,0x78746341)
    
    --- Thread ID: 3768 ---
    7C802532 kernel32.dll WaitForSingleObject+18 (0x0000213C,0xFFFFFFFF,0x01C3BB78,0x00000000)
    006BBB05 Wow.exe      <unknown symbol>+0 (0x01C3BAF8,0x00000000,0x01C3BB78,0x0206FFAC)
    006D83E5 Wow.exe      <unknown symbol>+0 (0x01C3BB18,0x19FC11EA,0x00000000,0x01C3BB78)
    007E9CDF Wow.exe      <unknown symbol>+0 (0x00000000,0x7C80B6A3,0x01C3BB78,0x00000000)
    007E9D84 Wow.exe      <unknown symbol>+0 (0x007E9D05,0x01C3BB78,0x00000000,0x00000008)
    
    --- Thread ID: 3796 ---
    7C802451 kernel32.dll Sleep+15 (0x00000064,0x7C802442,0x021961D0,0x01DCE6A0)
    006BDA34 Wow.exe      <unknown symbol>+0 (0x01DCE6A0,0x18F811EA,0x31333539,0x021961D0)
    007E9CDF Wow.exe      <unknown symbol>+0 (0x00001000,0x7C80B6A3,0x021961D0,0x31333539)
    007E9D84 Wow.exe      <unknown symbol>+0 (0x007E9D05,0x021961D0,0x00000000,0x00000000)
    
    --- Thread ID: 1112 ---
    7C802451 kernel32.dll Sleep+15 (0x00000001,0x0319FF98,0x00455159,0x00000001)
    007CAA8D Wow.exe      <unknown symbol>+0 (0x00000001,0x00454F80,0x021D1CA0,0x00000458)
    00455159 Wow.exe      <unknown symbol>+0 (0x021D1CA0,0x01C30000,0x021D1FE0,0x021D1CC0)
    006A1F57 Wow.exe      <unknown symbol>+0 (0x00002190,0x01C30000,0x021D1FE0,0x021D1CC0)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x006A1F00,0x021D1CC0,0x00000000,0x03980000)
    
    --- Thread ID: 3560 ---
    7C802532 kernel32.dll WaitForSingleObject+18 (0x000020CC,0xFFFFFFFF,0x0386FF98,0x007805B2)
    006A5C40 Wow.exe      <unknown symbol>+0 (0xFFFFFFFF,0x012E8CC8,0x00000DE8,0x00780550)
    007805B2 Wow.exe      <unknown symbol>+0 (0x012E8CC8,0x7C9105D4,0x0019FAC8,0x021D2A50)
    006A1F57 Wow.exe      <unknown symbol>+0 (0x00002194,0x7C9105D4,0x0019FAC8,0x021D2A50)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x006A1F00,0x021D2A50,0x00000000,0x03FB0000)
    
    --- Thread ID: 1100 ---
    7C80A095 kernel32.dll WaitForMultipleObjects+24 (0x00000002,0x061DFFA4,0x00000000,0xFFFFFFFF)
    72CF312A wdmaud.drv   midMessage+840 (0x00000000,0x00000000,0x020A0014,0x00000000)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x72CF30E8,0x00000000,0x00000000,0x00000000)
    
    --- Thread ID: 3792 ---
    7C80A095 kernel32.dll WaitForMultipleObjects+24 (0x00000040,0x0745FE78,0x00000000,0xFFFFFFFF)
    73EE14A2 dsound.dll   <unknown symbol>+0 (0x00000040,0xFFFFFFFF,0x00000000,0x0745FE78)
    73EE294A dsound.dll   <unknown symbol>+0 (0xFFFFFFFF,0x0000003F,0x03966158,0x0745FF94)
    73EE9FBF dsound.dll   DirectSoundCreate+21372 (0x001C0778,0x0396333C,0x73EEB993,0x7C91056D)
    73EE297E dsound.dll   <unknown symbol>+0 (0x0396333C,0x001C0778,0x7C91056D,0x0396333C)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x73EEB94B,0x0396333C,0x00000000,0x00000008)
    
    --- Thread ID: 2376 ---
    7C80A095 kernel32.dll WaitForMultipleObjects+24 (0x00000001,0x076CFE80,0x00000000,0x000001F4)
    73EE14A2 dsound.dll   <unknown symbol>+0 (0x00000001,0x000001F4,0x00000000,0x076CFE80)
    73EE294A dsound.dll   <unknown symbol>+0 (0x000001F4,0x00000000,0x00000000,0x00000000)
    73EE2A13 dsound.dll   <unknown symbol>+0 (0x03961EFC,0x01000001,0x0019F554,0x03961EFC)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x73EEB94B,0x03961EFC,0x00000000,0x00000000)
    
    --- Thread ID: 3740 ---
    7C802451 kernel32.dll Sleep+15 (0x0000000A,0x0783FFB4,0x0083AAE9,0x0000000A)
    008369BA Wow.exe      <unknown symbol>+0 (0x0000000A,0x00000000,0x00000E9C,0x0783FFEC)
    0083AAE9 Wow.exe      <unknown symbol>+0 (0x0637D910,0x074809E0,0x00000000,0x0637D910)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x0083AA7B,0x0637D910,0x00000000,0x00000000)
    
    --- Thread ID: 3840 ---
    7C802451 kernel32.dll Sleep+15 (0x0000000A,0x079AFFB4,0x0083AAE9,0x0000000A)
    008369BA Wow.exe      <unknown symbol>+0 (0x0000000A,0x00000000,0x00000F00,0x079AFFEC)
    0083AAE9 Wow.exe      <unknown symbol>+0 (0x0637C208,0x00000000,0x00000000,0x0637C208)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x0083AA7B,0x0637C208,0x00000000,0x00000000)
    
    --- Thread ID: 3668 ---
    7C802451 kernel32.dll Sleep+15 (0x0000000A,0x07B1FFB4,0x0083AAE9,0x0000000A)
    008369BA Wow.exe      <unknown symbol>+0 (0x0000000A,0x07480BF8,0x00000E54,0x07B1FFEC)
    0083AAE9 Wow.exe      <unknown symbol>+0 (0x04D77288,0x07480BF8,0x07480BF8,0x04D77288)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x0083AA7B,0x04D77288,0x00000000,0x00000000)
    
    --- Thread ID: 2256 ---
    7C802451 kernel32.dll Sleep+15 (0x0000000A,0x07C8FFB4,0x0083AAE9,0x0000000A)
    008369BA Wow.exe      <unknown symbol>+0 (0x0000000A,0x00000000,0x000008D0,0x07C8FFEC)
    0083AAE9 Wow.exe      <unknown symbol>+0 (0x06373B88,0x00000000,0x00000000,0x06373B88)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x0083AA7B,0x06373B88,0x00000000,0x00000000)
    
    --- Thread ID: 3556 ---
    7C802532 kernel32.dll WaitForSingleObject+18 (0x0000237C,0x000003E8,0x07DFFF8C,0x00421CB5)
    006A5C40 Wow.exe      <unknown symbol>+0 (0x000003E8,0x00000DE4,0x00421DC0,0x06F947F8)
    00421CB5 Wow.exe      <unknown symbol>+0 (0x00000000,0x07DFFFB4,0x006A1F57,0x06F947F8)
    00421DD1 Wow.exe      <unknown symbol>+0 (0x06F947F8,0x00000000,0x00000000,0x06F94ED0)
    006A1F57 Wow.exe      <unknown symbol>+0 (0x0000241C,0x00000000,0x00000000,0x06F94ED0)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x006A1F00,0x06F94ED0,0x00000000,0x00000000)
    
    --- Thread ID: 3472 ---
    7C80A095 kernel32.dll WaitForMultipleObjects+24 (0x00000003,0x07F6FE58,0x00000000,0x000001F4)
    004224DB Wow.exe      <unknown symbol>+0 (0x00421DE0,0x07F6FFB4,0x006A1F57,0x06F947E8)
    00421DEE Wow.exe      <unknown symbol>+0 (0x06F947E8,0x00000000,0x00000000,0x06F94EE8)
    006A1F57 Wow.exe      <unknown symbol>+0 (0x00002420,0x00000000,0x00000000,0x06F94EE8)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x006A1F00,0x06F94EE8,0x00000000,0x08A00000)
    
    --- Thread ID: 1424 ---
    7E3695E9 USER32.dll   GetLastInputInfo+261 (0x00000002,0x089FFF58,0xFFFFFFFF,0x00000000)
    7E369698 USER32.dll   MsgWaitForMultipleObjects+31 (0x00000002,0x089FFF58,0x00000000,0xFFFFFFFF)
    006DA017 Wow.exe      <unknown symbol>+0 (0x01207D20,0x0B32A698,0x0B3467D8,0x089FFFAC)
    006D83E5 Wow.exe      <unknown symbol>+0 (0x0B346088,0x136511EA,0x0B32A698,0x0B3467D8)
    007E9CDF Wow.exe      <unknown symbol>+0 (0x0319F668,0x7C80B6A3,0x0B3467D8,0x0B32A698)
    007E9D84 Wow.exe      <unknown symbol>+0 (0x007E9D05,0x0B3467D8,0x00000000,0x0E130000)
    
    --- Thread ID: 1096 ---
    7C802532 kernel32.dll WaitForSingleObject+18 (0x00002438,0xFFFFFFFF,0x0B5F9DE8,0x00000000)
    006BBB05 Wow.exe      <unknown symbol>+0 (0x0B59D408,0x00000000,0x0B5F9DE8,0x08CBFFAC)
    006D83E5 Wow.exe      <unknown symbol>+0 (0x06364E10,0x133111EA,0x00000000,0x0B5F9DE8)
    007E9CDF Wow.exe      <unknown symbol>+0 (0x00000000,0x7C80B6A3,0x0B5F9DE8,0x00000000)
    007E9D84 Wow.exe      <unknown symbol>+0 (0x007E9D05,0x0B5F9DE8,0x00000000,0x65696C43)
    
    --- Thread ID: 3936 ---
    71A45FA7 mswsock.dll  <unknown symbol>+0 (0x00000001,0x0919FE84,0x0919FC7C,0x0919FD80)
    71AA2E67 WS2_32.dll   select+167 (0x00000001,0x0919FE84,0x0919FC7C,0x0919FD80)
    445660CD WININET.dll  Ordinal101+10220 (0x0919FFEC,0x7C80B6A3,0x0024CBC0,0x0019F24C)
    44562A48 WININET.dll  InternetSetStatusCallback+473 (0x0024CBC0,0x0019F24C,0x001C0000,0x0024CBC0)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x44562A3B,0x0024CBC0,0x00000000,0x00000000)
    
    --- Thread ID: 852 ---
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x7C92798D,0x00000000,0x00000000,0x00000000)
    
    --- Thread ID: 3956 ---
    7C802532 kernel32.dll WaitForSingleObject+18 (0x00002544,0xFFFFFFFF,0x006A0FFE,0x063669E4)
    0086C635 Wow.exe      <unknown symbol>+0 (0x0B468CD8,0xFFFFFFFF,0x0CC0FFB4,0x0083AAB4)
    00836AFF Wow.exe      <unknown symbol>+0 (0x0B468CD8,0x0019EFAC,0x00000F74,0x0CC0FFEC)
    0083AAB4 Wow.exe      <unknown symbol>+0 (0x063669E4,0x006A0FFE,0x0019EFAC,0x063669E4)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x0083AA7B,0x063669E4,0x00000000,0x00000000)
    
    --- Thread ID: 3964 ---
    7E3695E9 USER32.dll   GetLastInputInfo+261 (0x00000002,0x0CD7FF58,0xFFFFFFFF,0x00000000)
    7E369698 USER32.dll   MsgWaitForMultipleObjects+31 (0x00000002,0x0CD7FF58,0x00000000,0xFFFFFFFF)
    006DA017 Wow.exe      <unknown symbol>+0 (0x01207D68,0x0B7A9F58,0x0B59A1D8,0x0CD7FFAC)
    006D83E5 Wow.exe      <unknown symbol>+0 (0x0B7C4820,0x172D11EA,0x0B7A9F58,0x0B59A1D8)
    007E9CDF Wow.exe      <unknown symbol>+0 (0x0CC0F438,0x7C80B6A3,0x0B59A1D8,0x0B7A9F58)
    007E9D84 Wow.exe      <unknown symbol>+0 (0x007E9D05,0x0B59A1D8,0x00000000,0x00000000)
    
    --- Thread ID: 3860 ---
    7C802532 kernel32.dll WaitForSingleObject+18 (0x00002558,0xFFFFFFFF,0x00000000,0x0B7895F4)
    0086C635 Wow.exe      <unknown symbol>+0 (0x05537C20,0xFFFFFFFF,0x0CEEFFB4,0x0083AAB4)
    00836AFF Wow.exe      <unknown symbol>+0 (0x05537C20,0x00000000,0x00000F14,0x0CEEFFEC)
    0083AAB4 Wow.exe      <unknown symbol>+0 (0x0B7895F4,0x00000000,0x00000000,0x0B7895F4)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x0083AA7B,0x0B7895F4,0x00000000,0x00000000)
    
    --- Thread ID: 2764 ---
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x71A4D2C6,0x0D20DD48,0x00000000,0x00000008)
    
    --- Thread ID: 3996 ---
    7E3695E9 USER32.dll   GetLastInputInfo+261 (0x00000002,0x0D05FF58,0xFFFFFFFF,0x00000000)
    7E369698 USER32.dll   MsgWaitForMultipleObjects+31 (0x00000002,0x0D05FF58,0x00000000,0xFFFFFFFF)
    006DA017 Wow.exe      <unknown symbol>+0 (0x01207DC8,0x0B570728,0x0B7D6978,0x0D05FFAC)
    006D83E5 Wow.exe      <unknown symbol>+0 (0x0BA14E28,0x16FF11EA,0x0B570728,0x0B7D6978)
    007E9CDF Wow.exe      <unknown symbol>+0 (0x0CEEFB3C,0x7C80B6A3,0x0B7D6978,0x0B570728)
    007E9D84 Wow.exe      <unknown symbol>+0 (0x007E9D05,0x0B7D6978,0x00000000,0x00000008)
    
    --- Thread ID: 392 ---
    7C802532 kernel32.dll WaitForSingleObject+18 (0x00002628,0x00000064,0x0DE4FF98,0x00825476)
    006A5C40 Wow.exe      <unknown symbol>+0 (0x00000064,0x00825460,0x0DE4FFB4,0x006A1F57)
    00825476 Wow.exe      <unknown symbol>+0 (0x0BE0FCE8,0x01C306E8,0x00000008,0x0BA134A8)
    006A1F57 Wow.exe      <unknown symbol>+0 (0x00002690,0x01C306E8,0x00000008,0x0BA134A8)
    7C80B6A3 kernel32.dll GetModuleFileNameA+436 (0x006A1F00,0x0BA134A8,0x00000000,0x00000000)
    
    --- Thread ID: 3528 ---
    7E3695E9 USER32.dll   GetLastInputInfo+261 (0x00000002,0x0DFBFF58,0xFFFFFFFF,0x00000000)
    7E369698 USER32.dll   MsgWaitForMultipleObjects+31 (0x00000002,0x0DFBFF58,0x00000000,0xFFFFFFFF)
    006DA017 Wow.exe      <unknown symbol>+0 (0x01207E28,0x0BD26E18,0x0B5901D0,0x0DFBFFAC)
    006D83E5 Wow.exe      <unknown symbol>+0 (0x0B58A570,0x160111EA,0x0BD26E18,0x0B5901D0)
    007E9CDF Wow.exe      <unknown symbol>+0 (0x07DFE388,0x7C80B6A3,0x0B5901D0,0x0BD26E18)
    007E9D84 Wow.exe      <unknown symbol>+0 (0x007E9D05,0x0B5901D0,0x00000000,0x00000000)
    
    --- Thread ID: 584 ---
    7C80235E kernel32.dll CreateProcessW+44 (0x00000000,0x0940F4AC,0x00000000,0x00000000)
    7C8638AC kernel32.dll UnhandledExceptionFilter+2106 (0x0940F7CC,0x7C839A91,0x0940F7D4,0x00000000)
    7C83AAA8 kernel32.dll ValidateLocale+4904 (0x058F0000,0x00000000,0x00000000,0x00000000)
    
    --- Thread ID: 636 ---
    7E3695E9 USER32.dll   GetLastInputInfo+261 (0x00000002,0x0E12FF58,0xFFFFFFFF,0x00000000)
    7E369698 USER32.dll   MsgWaitForMultipleObjects+31 (0x00000002,0x0E12FF58,0x00000000,0xFFFFFFFF)
    006DA017 Wow.exe      <unknown symbol>+0 (0x01207E70,0x0C026130,0x0C02E6C8,0x0E12FFAC)
    006D83E5 Wow.exe      <unknown symbol>+0 (0x0B571FC8,0x15E811EA,0x0C026130,0x0C02E6C8)
    007E9CDF Wow.exe      <unknown symbol>+0 (0x0940F3B0,0x7C80B6A3,0x0C02E6C8,0x0C026130)
    007E9D84 Wow.exe      <unknown symbol>+0 (0x007E9D05,0x0C02E6C8,0x00000000,0x01C30050)
    
    
    ----------------------------------------
        Loaded Modules
    ----------------------------------------
    
    0x003F0000 - 0x003F9000  C:\WINDOWS\system32\Normaliz.dll
    0x00400000 - 0x01390000  C:\Program\World of Warcraft\Wow.exe
    0x0E2A0000 - 0x0E3B5000  C:\Program\World of Warcraft\dbghelp.dll
    0x0FFD0000 - 0x0FFF8000  C:\WINDOWS\system32\rsaenh.dll
    0x10000000 - 0x10069000  C:\Program\World of Warcraft\DivxDecoder.dll
    0x10100000 - 0x1010F000  C:\Program\Logitech\SetPoint\lgscroll.dll
    0x442C0000 - 0x44305000  C:\WINDOWS\system32\iertutil.dll
    0x44540000 - 0x44610000  C:\WINDOWS\system32\WININET.dll
    0x44620000 - 0x44747000  C:\WINDOWS\system32\urlmon.dll
    0x4FD10000 - 0x4FEB6000  C:\WINDOWS\system32\d3d9.dll
    0x5AD70000 - 0x5ADA8000  C:\WINDOWS\system32\uxtheme.dll
    0x5D5B0000 - 0x5D64A000  C:\WINDOWS\system32\comctl32.dll
    0x5F220000 - 0x5F2EC000  C:\WINDOWS\system32\OPENGL32.dll
    0x5FF90000 - 0x5FFB1000  C:\WINDOWS\system32\GLU32.dll
    0x60940000 - 0x60996000  C:\WINDOWS\system32\NETAPI32.dll
    0x698B0000 - 0x69908000  C:\WINDOWS\system32\hnetcfg.dll
    0x6DF20000 - 0x6DF26000  C:\WINDOWS\system32\d3d8thk.dll
    0x71A40000 - 0x71A80000  C:\WINDOWS\system32\mswsock.dll
    0x71A80000 - 0x71A88000  C:\WINDOWS\System32\wshtcpip.dll
    0x71A90000 - 0x71A98000  C:\WINDOWS\system32\WS2HELP.dll
    0x71AA0000 - 0x71AB7000  C:\WINDOWS\system32\WS2_32.dll
    0x71BE0000 - 0x71BF3000  C:\WINDOWS\system32\SAMLIB.dll
    0x722A0000 - 0x722A5000  C:\WINDOWS\system32\sensapi.dll
    0x72CE0000 - 0x72CE8000  C:\WINDOWS\system32\msacm32.drv
    0x72CF0000 - 0x72CF9000  C:\WINDOWS\system32\wdmaud.drv
    0x73730000 - 0x73779000  C:\WINDOWS\system32\DDRAW.dll
    0x73B90000 - 0x73B96000  C:\WINDOWS\system32\DCIMAN32.dll
    0x73EB0000 - 0x73EB4000  C:\WINDOWS\system32\KsUser.dll
    0x73EE0000 - 0x73F3C000  C:\WINDOWS\system32\dsound.dll
    0x746F0000 - 0x7473B000  C:\WINDOWS\system32\MSCTF.dll
    0x751A0000 - 0x751CE000  C:\WINDOWS\system32\msctfime.ime
    0x76370000 - 0x7638D000  C:\WINDOWS\system32\IMM32.dll
    0x769B0000 - 0x76A63000  C:\WINDOWS\system32\USERENV.dll
    0x76B30000 - 0x76B5E000  C:\WINDOWS\system32\WINMM.dll
    0x76C20000 - 0x76C4E000  C:\WINDOWS\system32\WINTRUST.dll
    0x76C80000 - 0x76CA8000  C:\WINDOWS\system32\IMAGEHLP.dll
    0x76D50000 - 0x76D69000  C:\WINDOWS\system32\iphlpapi.dll
    0x76E70000 - 0x76E7E000  C:\WINDOWS\system32\rtutils.dll
    0x76E80000 - 0x76E92000  C:\WINDOWS\system32\rasman.dll
    0x76EA0000 - 0x76ECF000  C:\WINDOWS\system32\TAPI32.dll
    0x76ED0000 - 0x76F0C000  C:\WINDOWS\system32\RASAPI32.dll
    0x76F10000 - 0x76F37000  C:\WINDOWS\system32\DNSAPI.dll
    0x76F50000 - 0x76F7D000  C:\WINDOWS\system32\WLDAP32.dll
    0x76FA0000 - 0x76FA8000  C:\WINDOWS\System32\winrnr.dll
    0x76FB0000 - 0x76FB6000  C:\WINDOWS\system32\rasadhlp.dll
    0x77110000 - 0x7719C000  C:\WINDOWS\system32\OLEAUT32.dll
    0x773C0000 - 0x774C3000  C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    0x774D0000 - 0x7760D000  C:\WINDOWS\system32\ole32.dll
    0x77680000 - 0x776A1000  C:\WINDOWS\system32\NTMARTA.DLL
    0x77A70000 - 0x77B05000  C:\WINDOWS\system32\CRYPT32.dll
    0x77B10000 - 0x77B22000  C:\WINDOWS\system32\MSASN1.dll
    0x77BC0000 - 0x77BC7000  C:\WINDOWS\system32\midimap.dll
    0x77BD0000 - 0x77BE5000  C:\WINDOWS\system32\MSACM32.dll
    0x77BF0000 - 0x77BF8000  C:\WINDOWS\system32\VERSION.dll
    0x77C00000 - 0x77C58000  C:\WINDOWS\system32\msvcrt.dll
    0x77C60000 - 0x77C83000  C:\WINDOWS\system32\msv1_0.dll
    0x77DC0000 - 0x77E6B000  C:\WINDOWS\system32\ADVAPI32.dll
    0x77E70000 - 0x77F01000  C:\WINDOWS\system32\RPCRT4.dll
    0x77F10000 - 0x77F58000  C:\WINDOWS\system32\GDI32.dll
    0x77F60000 - 0x77FD6000  C:\WINDOWS\system32\SHLWAPI.dll
    0x77FE0000 - 0x77FF1000  C:\WINDOWS\system32\Secur32.dll
    0x78130000 - 0x781CB000  C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5cf844d2\MSVCR80.dll
    0x7C420000 - 0x7C4A7000  C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5cf844d2\MSVCP80.dll
    0x7C800000 - 0x7C8F9000  C:\WINDOWS\system32\kernel32.dll
    0x7C900000 - 0x7C9B2000  C:\WINDOWS\system32\ntdll.dll
    0x7C9C0000 - 0x7D1D8000  C:\WINDOWS\system32\SHELL32.dll
    0x7E360000 - 0x7E3F1000  C:\WINDOWS\system32\USER32.dll
    
    
    ----------------------------------------
        Memory Dump
    ----------------------------------------
    
    Stack: 1024 bytes starting at (ESP = 0019E320)
    
    * = addr  **                                                  *               
    0019E320: E4 26 00 00  02 00 00 00  DC FC 6A 00  20 E3 19 00  .&........j. ...
    0019E330: 34 E3 19 00  C0 F0 19 00  03 42 6A 00  01 00 6E 00  4........Bj...n.
    0019E340: F0 2F 6A 00  E4 26 00 00  03 00 00 00  00 00 00 00  ./j..&..........
    0019E350: 20 29 07 0C  00 00 00 00  00 00 00 00  00 00 00 00   )..............
    0019E360: 00 00 00 00  00 00 00 00  A0 D0 9B 00  28 82 20 01  ............(. .
    0019E370: 28 82 20 01  E4 E7 19 00  A0 E3 19 00  74 67 6C 00  (. .........tgl.
    0019E380: E4 E7 19 00  10 7E C3 01  28 82 20 01  00 00 00 00  .....~..(. .....
    0019E390: 00 00 00 00  00 00 00 00  28 82 20 01  40 80 C3 01  ........(. .@...
    0019E3A0: DC E7 19 00  C7 14 6E 00  40 15 6E 00  34 82 20 01  [email protected]. .
    0019E3B0: 10 7E C3 01  2C F0 19 00  00 00 00 00  00 00 00 00  .~..,...........
    0019E3C0: 72 13 6E 00  2C F0 19 00  10 7E C3 01  84 ED 19 00  r.n.,....~......
    0019E3D0: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
    0019E3E0: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
    0019E3F0: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
    0019E400: 00 00 00 00  03 01 00 00  98 A4 C3 01  80 10 0B 02  ................
    0019E410: 50 E4 19 00  03 01 00 00  83 E5 19 00  C8 AB 58 0B  P.............X.
    0019E420: 00 00 00 00  01 00 00 00  1C E4 17 00  72 13 6E 00  ............r.n.
    0019E430: 2C F0 19 00  01 00 00 00  C8 AC 58 0B  01 01 00 00  ,.........X.....
    0019E440: FF 3F 00 00  00 00 00 00  03 01 00 00  00 00 00 00  .?..............
    0019E450: 78 E5 19 00  10 84 6E 00  F0 A2 C3 01  54 68 69 73  x.....n.....This
    0019E460: 20 61 70 70  6C 69 63 61  74 69 6F 6E  20 68 61 73   application has
    0019E470: 20 65 6E 63  6F 75 6E 74  65 72 65 64  20 61 20 63   encountered a c
    0019E480: 72 69 74 69  63 61 6C 20  65 72 72 6F  72 3A 0A 0A  ritical error:..
    0019E490: 45 52 52 4F  52 20 23 31  33 34 20 28  30 78 38 35  ERROR #134 (0x85
    0019E4A0: 31 30 30 30  38 36 29 20  46 61 74 61  6C 20 43 6F  100086) Fatal Co
    0019E4B0: 6E 64 69 74  69 6F 6E 0A  50 72 6F 67  72 61 6D 3A  ndition.Program:
    0019E4C0: 09 43 3A 5C  50 72 6F 67  72 61 6D 5C  57 6F 72 6C  .C:\Program\Worl
    0019E4D0: 64 20 6F 66  20 57 61 72  63 72 61 66  74 5C 57 6F  d of Warcraft\Wo
    0019E4E0: 77 2E 65 78  65 0A 0A 41  73 79 6E 63  46 69 6C 65  w.exe..AsyncFile
    0019E4F0: 52 65 61 64  57 61 69 74  28 29 3A 20  73 5F 77 61  ReadWait(): s_wa
    0019E500: 69 74 69 6E  67 20 21 3D  20 46 41 4C  53 45 0A 0A  iting != FALSE..
    0019E510: 00 00 00 00  78 07 1C 00  00 00 1C 00  70 D1 24 00  ....x.......p.$.
    0019E520: 10 E5 19 00  00 40 FD 7F  54 E7 19 00  18 EE 90 7C  [email protected]......|
    0019E530: 38 07 91 7C  FF FF FF FF  32 07 91 7C  AB 06 91 7C  8..|....2..|...|
    0019E540: EB 06 91 7C  B0 AC 58 0B  9C AC 58 0B  00 00 00 00  ...|..X...X.....
    0019E550: 7B 09 6C 00  E8 AC 58 0B  01 00 00 00  BB E6 17 00  {.l...X.........
    0019E560: C8 AB 58 0B  61 FD 01 00  2C E6 19 00  CB D0 40 00  ..X.a...,.....@.
    0019E570: 0E 00 00 00  2C E6 19 00  77 D2 40 00  00 00 00 00  ....,...w.@.....
    0019E580: 7C E8 19 00  C8 E5 19 00  00 00 00 00  4F F5 40 00  |...........O.@.
    0019E590: 00 00 00 00  EA FF FF FF  5F FE 40 00  00 00 00 00  ........_.@.....
    0019E5A0: 01 00 00 00  50 F0 19 00  DE FE 40 00  00 00 00 00  ....P.....@.....
    0019E5B0: 48 EB 19 00  00 00 00 00  07 00 00 00  39 0A 00 00  H...........9...
    0019E5C0: F8 E5 19 00  00 B8 6B 00  A0 D0 9B 00  28 82 20 01  ......k.....(. .
    0019E5D0: 28 82 20 01  44 EA 19 00  00 E6 19 00  74 67 6C 00  (. .D.......tgl.
    0019E5E0: 44 EA 19 00  F0 A2 C3 01  28 82 20 01  00 00 00 00  D.......(. .....
    0019E5F0: 00 00 00 00  00 00 00 00  28 82 20 01  48 A5 C3 01  ........(. .H...
    0019E600: 3C EA 19 00  C7 14 6E 00  40 15 6E 00  34 82 20 01  <[email protected]. .
    0019E610: F0 A2 C3 01  8C F2 19 00  00 00 00 00  20 20 0D 0C  ............  ..
    0019E620: 72 13 6E 00  8C F2 19 00  F0 A2 C3 01  E4 EF 19 00  r.n.............
    0019E630: C0 DE 7D 0B  00 00 00 00  39 0A 00 00  02 00 00 00  ..}.....9.......
    0019E640: 01 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
    0019E650: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
    0019E660: 00 00 00 00  23 0E 00 00  B8 7F C3 01  38 02 CF 01  ....#.......8...
    0019E670: B0 E6 19 00  24 0E 00 00  E3 E7 19 00  C8 AB 58 0B  ....$.........X.
    0019E680: 00 00 00 00  05 00 00 00  7C E6 17 00  72 13 6E 00  ........|...r.n.
    0019E690: 8C F2 19 00  01 00 00 00  C8 AC 58 0B  01 0E 00 00  ..........X.....
    0019E6A0: FF 0F 00 00  00 00 00 00  24 0E 00 00  56 05 18 00  ........$...V...
    0019E6B0: D8 E7 19 00  10 84 6E 00  10 7E C3 01  2C F0 19 00  ......n..~..,...
    0019E6C0: 54 00 00 00  E3 E7 19 00  00 00 00 00  FF FF FF FF  T...............
    0019E6D0: 00 00 00 00  00 00 C3 01  C0 DE 7D 0B  CC E6 19 00  ..........}.....
    0019E6E0: 09 1B 91 7C  B0 AC 58 0B  70 D1 24 00  00 00 00 00  ...|..X.p.$.....
    0019E6F0: 00 00 00 00  A8 AB 58 0B  AB 06 91 7C  EB 06 91 7C  ......X....|...|
    0019E700: 05 00 00 00  00 00 00 00  00 00 C3 01  04 E5 19 00  ................
    0019E710: 00 00 00 00  54 E7 19 00  18 EE 90 7C  F0 06 91 7C  ....T......|...|
    
    
    ------------------------------------------------------------------------------
    
    ======================================================================
    Hardware/Driver Information:
    Processor:              0x0
    Page Size:              4096
    Min App Address:        0x10000
    Max App Address:        0x7ffeffff
    Processor Mask:         0x3
    Number of Processors:   2
    Processor Type:         586
    Allocation Granularity: 65536
    Processor Level:        6
    Processor Revision:     3842
    Os Version:             5.1
    Os Service Pack:        2.0
    
    Percent memory used:    58
    Total physical memory:  2145824768
    Free Memory:            900673536
    Page file:              4130095104
    Total virtual memory:   2147352576
    Last edited by Nesox; 12-19-2008 at 06:10 AM.

  6. #6
    Shamun's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know how can I get the equiped items? (player_visible_item or something like that?)

  7. #7
    Xeta's Avatar Member
    Reputation
    7
    Join Date
    Mar 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First you need to get the PlayerData, currently this is at ObjectBase+0x1070.
    Depending on how your updatefields are setup, VISIBLE_ITEM_1_CREATOR will be at 110 if incrementing by 1's, or 440 if incrementing by 4. In any case, visible items start at PlayerData+0x1B4. Its an array of 19 items, and they follow this struct

    Code:
    struct VisibleItem
    {
      Guid Creator;
      int Entry;
      int SpellItemEnchantments[12];
      int Properties;
      int Seed;
      int Pad;
    }

  8. #8
    Shamun's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is this the entry of the object manager?
    BTW are you sure it's 0x1B4 and not 0x1B8?
    Last edited by Shamun; 12-19-2008 at 04:09 PM.

  9. #9
    Xeta's Avatar Member
    Reputation
    7
    Join Date
    Mar 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah, sorry, it is 0x1B8. Entry is the item Id

  10. #10
    Shamun's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So I need to access the db and check the name of the item by its id and then compare it with the objects in the object manager, am I right?

  11. #11
    Xeta's Avatar Member
    Reputation
    7
    Join Date
    Mar 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you're trying to get the actual CGItem_C object, then no. At PlayerData+0x718 is an array of 23 Guids that comprise the active players equipment. They are indexed as follows:

    Code:
    public enum EquipmentSlot
        {
            Head = 0,
            Neck = 1,
            Shoulders = 2,
            Shirt = 3,
            Chest = 4,
            Belt = 5,
            Pants = 6,
            Boots = 7,
            Wrist = 8,
            Gloves = 9,
            Finger1 = 10,
            Finger2 = 11,
            Trinket1 = 12,
            Trinket2 = 13,
            Back = 14,
            MainHand = 15,
            OffHand = 16,
            Ranged = 17,
            Tabard = 18,
            Bag1 = 19,
            Bag2 = 20,
            Bag3 = 21,
            Bag4 = 22,
        }
    Then you can use the object manager to retrieve the object directly. Note that you only get the Guids for items owned by the local player.

    If this doesn't help, you're going to have to explain what it is you're trying to do

    -Ralek

  12. #12
    Shamun's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks it's exactly what I want to do!
    I'll try it later

    EDIT: works like a charm thx
    Last edited by Shamun; 12-20-2008 at 09:43 AM.

Similar Threads

  1. [Internal] Executing from the main thread without detours
    By Jadd in forum Wildstar Memory Editing
    Replies: 5
    Last Post: 07-09-2014, 10:01 PM
  2. [Bot] Injection code into wow. Do you have to call functions from the main thread?
    By Miivers in forum World of Warcraft Bots and Programs
    Replies: 2
    Last Post: 01-13-2014, 02:56 PM
  3. The GM thread.
    By Brisi[NOR] in forum World of Warcraft Exploration
    Replies: 7
    Last Post: 09-23-2007, 03:51 AM
All times are GMT -5. The time now is 10:51 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search