[C#] Read ObjectManagerBase failed? menu

User Tag List

Results 1 to 3 of 3
  1. #1
    rhilor's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [C#] Read ObjectManagerBase failed?

    Here is the Code is use to get ObjectManagerBase
    Code:
    uint StaticClientConnection = wow.ReadUInt(0xBB43F0);
    uint ObjectManagerOffset = wow.ReadUInt(0x2EB0);
    uint ObjectManagerBase = wow.ReadUInt(wow.ReadUInt(StaticClientConnection) + ObjectManagerOffset);
    Visual Studio C# says at the point ObjectManagerOffset "ReadUInt" failed, why?

    Thanks.
    best regards,
    Rhilor

    [C#] Read ObjectManagerBase failed?
  2. #2
    Bananenbrot's Avatar Contributor
    Reputation
    153
    Join Date
    Nov 2009
    Posts
    384
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Because 0x2EB0 already is the ObjectManagerOffset oO
    At address 0x2EB0 you will find all but something of WoW's main module, which preferably starts at 0x400000 iirc.
    If you want to read this offset more or less dynamically, you have to start with getting the TLS. I would stick to your hardcoded offset.
    Code:
    uint ObjectManagerOffset = wow.ReadUInt(Addresses.ThreadLocalStorage + 0x1C);
    uint ObjectManagerBase = wow.ReadUInt(Addresses.ClientConnection + objectManagerOffset);
    Another way to get the ObjectManager is Kynox' way (http://www.mmowned.com/forums/world-...ct-dumper.html) + a lot PInvoke.
    I prefer that because I hopefully will never have to update the offsets and because it's much faster than a pattern search for the TLS.

  3. #3
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1627
    Join Date
    May 2010
    Posts
    1,846
    Thanks G/R
    193/539
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    In your post you have a link, why can I not download the file in the link from the site?

Similar Threads

  1. [Client] [Error] - Immediate help wanted: Failed to read adt file - V 4.0.6.13623
    By Vorreth in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 01-21-2012, 07:33 PM
  2. EndScene Hook - Read UInt Failed
    By CptJesus in forum WoW Memory Editing
    Replies: 5
    Last Post: 07-03-2011, 06:32 PM
All times are GMT -5. The time now is 02:40 PM. 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