Am I looking in the right place for these descriptors? menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    taladork's Avatar Member
    Reputation
    2
    Join Date
    Sep 2017
    Posts
    17
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Am I looking in the right place for these descriptors?

    I did a string search in Ida for "CGObjectData", "CGItemData", etc and in the comments all of the parts that I might need are listed like below:
    Am I looking in the right place for these descriptors?-untitled-png

    Is this what I'm looking for to use with a descriptor dumper?
    Last edited by taladork; 09-12-2017 at 12:19 AM.

    Am I looking in the right place for these descriptors?
  2. #2
    aeo's Avatar Contributor
    Reputation
    127
    Join Date
    Apr 2007
    Posts
    270
    Thanks G/R
    84/62
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Yes, there is a function that loads them all in x86 there is a push offset for each descriptor category(object,item,unit,player fields). You can jump them a few ways. In WowMoPObjMgrTest/DescriptorsDumper.cs at master * tomrus88/WowMoPObjMgrTest * GitHub those are the offsets that need updating. However JADD has also posted an IDA script that i believe looks at the strings and instruction patterns to dump them. I always used the TOMRUS way but it misses a few fields in x64 i believe( nativeSex and a few others)

  3. #3
    taladork's Avatar Member
    Reputation
    2
    Join Date
    Sep 2017
    Posts
    17
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aeo View Post
    Yes, there is a function that loads them all in x86 there is a push offset for each descriptor category(object,item,unit,player fields). You can jump them a few ways. In WowMoPObjMgrTest/DescriptorsDumper.cs at master * tomrus88/WowMoPObjMgrTest * GitHub those are the offsets that need updating. However JADD has also posted an IDA script that i believe looks at the strings and instruction patterns to dump them. I always used the TOMRUS way but it misses a few fields in x64 i believe( nativeSex and a few others)
    I will keep playing around and see if I can find this function you mention... I tried JADD's script, but I think I need to update the search pattern or something because it can't find the Framescript function.
    Last edited by taladork; 09-12-2017 at 02:03 PM.

  4. #4
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I always used this method to find FrameScript_Execute its not the best way im sure, but works for me
    How to get PQR offsets - 2 / 3 - YouTube

  5. Thanks taladork (1 members gave Thanks to WiNiFiX for this useful post)
  6. #5
    taladork's Avatar Member
    Reputation
    2
    Join Date
    Sep 2017
    Posts
    17
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WiNiFiX View Post
    I always used this method to find FrameScript_Execute its not the best way im sure, but works for me
    How to get PQR offsets - 2 / 3 - YouTube
    That is funny this is the video that inspired me to work on this last night. I am confused though, I'm not showing most of the xrefs I need. I changed the cross reference depth, but still nothing shows (below):
    Am I looking in the right place for these descriptors?-untitled2-png

  7. #6
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by taladork View Post
    That is funny this is the video that inspired me to work on this last night. I am confused though, I'm not showing most of the xrefs I need. I changed the cross reference depth, but still nothing shows (below):
    Am I looking in the right place for these descriptors?-untitled2-png
    You looking at .rdata, he is looking at .text make sure you on the same screen as him.

  8. #7
    taladork's Avatar Member
    Reputation
    2
    Join Date
    Sep 2017
    Posts
    17
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WiNiFiX View Post
    You looking at .rdata, he is looking at .text make sure you on the same screen as him.
    Yes but just before he is at the .text screen he double clicks the reference from the .rdata screen. I followed by jumping by name, searched "aCompat_lua", double clicked and I'm at the same place as him with no xref

  9. #8
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Which wow version are you trying to get this for ? if its for 7.3 dont forget its obfuscated and you need to run IDA on a dumped exe from memory.

  10. #9
    taladork's Avatar Member
    Reputation
    2
    Join Date
    Sep 2017
    Posts
    17
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WiNiFiX View Post
    Which wow version are you trying to get this for ? if its for 7.3 dont forget its obfuscated and you need to run IDA on a dumped exe from memory.
    7.3

    Oh interesting I should have known better Gunna try that thanks.

    Update: I managed to dump the exe from memory, and now I can see the xref nice!
    Last edited by taladork; 09-12-2017 at 05:09 PM.

  11. #10
    danwins's Avatar Contributor
    Reputation
    189
    Join Date
    Mar 2013
    Posts
    143
    Thanks G/R
    6/62
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    7.3.0 25021 untested

    functions(rebased):
    Code:
    4177A4 MirrorInitializeStaticDescriptors
    417DB4 CGObject__InitializeBaseDataDescriptors
    41949C CGItem__InitializeBaseDataDescriptors
    41973D CGContainer__InitializeBaseDataDescriptors
    4183DE CGUnit__InitializeBaseDataDescriptors
    419CE5 CGPlayer__InitializeBaseDataDescriptors
    419A49 CGGameObject__InitializeBaseDataDescriptors
    4198AF CGDynamicObject__InitializeBaseDataDescriptors
    41978F CGCorpse__InitializeBaseDataDescriptors
    418F73 CGAreaTrigger__InitializeBaseDataDescriptors
    41A973 CGSceneObject__InitializeBaseDataDescriptors
    41A9EA CGConversation__InitializeBaseDataDescriptors
    offsets(rebased):
    Code:
    107FFC8 g_baseObjDescriptors
    1080058 g_baseItemDescriptors
    10803F8 g_baseContainerDescriptors
    1080AC8 g_baseUnitDescriptors
    1081440 g_basePlayerDescriptors
    108E1F8 g_baseGameObjectDescriptors
    108E300 g_baseDynamicObjectDescriptors
    108E370 g_baseCorpseDescriptors
    108E698 g_baseSceneObjectDescriptors
    108E5B0 g_baseAreaTriggerDescriptors
    10803EC g_baseConversationDescriptors
    my guess is that your dumping method is producing bad results that ida isnt having a good time with.

    if ida isnt automatically creating xrefs for those strings, get the base address of it and Search -> Sequence of Bytes -> <address> and it should lead you to the above functions.

  12. #11
    taladork's Avatar Member
    Reputation
    2
    Join Date
    Sep 2017
    Posts
    17
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by danwins View Post
    7.3.0 25021 untested

    functions(rebased):
    Code:
    4177A4 MirrorInitializeStaticDescriptors
    417DB4 CGObject__InitializeBaseDataDescriptors
    41949C CGItem__InitializeBaseDataDescriptors
    41973D CGContainer__InitializeBaseDataDescriptors
    4183DE CGUnit__InitializeBaseDataDescriptors
    419CE5 CGPlayer__InitializeBaseDataDescriptors
    419A49 CGGameObject__InitializeBaseDataDescriptors
    4198AF CGDynamicObject__InitializeBaseDataDescriptors
    41978F CGCorpse__InitializeBaseDataDescriptors
    418F73 CGAreaTrigger__InitializeBaseDataDescriptors
    41A973 CGSceneObject__InitializeBaseDataDescriptors
    41A9EA CGConversation__InitializeBaseDataDescriptors
    offsets(rebased):
    Code:
    107FFC8 g_baseObjDescriptors
    1080058 g_baseItemDescriptors
    10803F8 g_baseContainerDescriptors
    1080AC8 g_baseUnitDescriptors
    1081440 g_basePlayerDescriptors
    108E1F8 g_baseGameObjectDescriptors
    108E300 g_baseDynamicObjectDescriptors
    108E370 g_baseCorpseDescriptors
    108E698 g_baseSceneObjectDescriptors
    108E5B0 g_baseAreaTriggerDescriptors
    10803EC g_baseConversationDescriptors
    my guess is that your dumping method is producing bad results that ida isnt having a good time with.

    if ida isnt automatically creating xrefs for those strings, get the base address of it and Search -> Sequence of Bytes -> <address> and it should lead you to the above functions.
    I think you are right I'm going to try a dump plugin with ollydbg see if that works. I can see the xrefs now, but when I did a search for the offsets you listed nothing showed up (7.3.0 35021) so something is not right.

  13. #12
    taladork's Avatar Member
    Reputation
    2
    Join Date
    Sep 2017
    Posts
    17
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I guess you can't attach to process a debugger anymore so I will need a different method to dump the file. I used something called Process Dumper at first, but I don't think it's making a proper PE it's just separating everything into dlls

  14. #13
    danwins's Avatar Contributor
    Reputation
    189
    Join Date
    Mar 2013
    Posts
    143
    Thanks G/R
    6/62
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My offsets are rebased, Meaning they are relative to the image base.

    you need to take note of whatever the image base is when you dump it,

    for example, if wow.exe was loaded at 0x400000(the default image base assuming no aslr or packing shenanigens) then you would need to add this to the offsets given above.

    EDIT: process dumper works fine, it dumps all the currently loaded modules as well as the main executable. it even (conveniently for you) labels the image base in the name of the file.
    Last edited by danwins; 09-12-2017 at 07:35 PM.

  15. #14
    taladork's Avatar Member
    Reputation
    2
    Join Date
    Sep 2017
    Posts
    17
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by danwins View Post
    My offsets are rebased, Meaning they are relative to the image base.

    you need to take note of whatever the image base is when you dump it,

    for example, if wow.exe was loaded at 0x400000(the default image base assuming no aslr or packing shenanigens) then you would need to add this to the offsets given above.

    EDIT: process dumper works fine, it dumps all the currently loaded modules as well as the main executable. it even (conveniently for you) labels the image base in the name of the file.
    I wasn't calculating the rebase properly. I now am matching the same offsets as you. I was looking at the default value in the rebase option of ida instead of the first address or the base address saved in the name of the dumped exe.
    Last edited by taladork; 09-13-2017 at 11:19 AM.

  16. #15
    taladork's Avatar Member
    Reputation
    2
    Join Date
    Sep 2017
    Posts
    17
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As far as Framescript_Execute for naming I found it's location in hex, but I'm not sure what the pattern would be (the start is the same):
    Code:
    FrameScript_RegisterFunction_Pattern = "55 8B EC A1 ? ? ? ? 56 6A 00"
    FrameScript_RegisterFunction = FindBinary(0, SEARCH_DOWN, FrameScript_RegisterFunction_Pattern)
    
    FrameScript_RegisterFunctionNamespaceWithCount_Pattern = "55 8B EC 53 56 8B 35 ? ? ? ? FF 75 10"
    Hex:
    Am I looking in the right place for these descriptors?-untitled3-png

Page 1 of 2 12 LastLast

Similar Threads

  1. Not sure if this is in the right place to ask this...
    By rasputinbnet in forum Diablo 3 Bots Questions & Requests
    Replies: 1
    Last Post: 06-20-2012, 06:00 PM
  2. [ArcEmu] Realmlist will not show up :L Please dont flame for being in the wrong place :3newbie
    By Tommyruin in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 06-16-2012, 04:26 AM
  3. Zangarmarsh, the best place for herbalists (300-400g+/hour)
    By gilbaron in forum World of Warcraft Guides
    Replies: 1
    Last Post: 06-16-2008, 12:47 PM
  4. How can i modify the starting place for each race ?
    By Wheeze201 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 01-04-2008, 09:39 PM
All times are GMT -5. The time now is 04:45 PM. 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