[Help] howto: find structs? menu

User Tag List

Results 1 to 3 of 3
  1. #1
    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)

    [Help] howto: find structs?

    Hello evryone, ive been looking evrywhere on how to read a whole struct from a process i found some samples on Eon how to read a whole struct but i dont really understand the method, so i think ive found the unit_structure in wow



    now how would you do to find the pointer for it?
    i tried theese adreese:

    Address=00693080
    EAX,WoW.008BC520

    but wouldnt work

    i tested it with this function
    Code:
    private static Unit GetUnit()
            {
                Process[] wow = Process.GetProcessesByName("WoW");
                ProcessMemoryReader _MemoryReader = new ProcessMemoryReader(wow[0]);
    
                IntPtr UnitPtr = (IntPtr)BitConverter.ToUInt32(_MemoryReader.Read(0x6D0E748, 4), 0);
                return (Unit)_MemoryReader.Read(UnitPtr, typeof(Unit));
            }
    and then i tried to declare my unit struct
    Code:
     Unit _WowUnit = GetUnit();
    but it wont work, i dont get anything in my struct so i would really aperciate it if someone could show a small sample of how to do it

    //Nesox
    Last edited by Nesox; 05-18-2008 at 01:03 PM.

    [Help] howto: find structs?
  2. #2
    kynox's Avatar Account not activated by Email
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    erm.. a String is not a structure..

    And seeing as you're not injecting a dll, you can't just reference the pointer like that. You have to read a a chunk of the structure into your application.

  3. #3
    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 kynox View Post
    You have to read a a chunk of the structure into your application.
    Ok i will try that.

Similar Threads

  1. need some help to find textures
    By bubblepwns in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 06-16-2007, 01:48 PM
  2. need help to find some programs
    By Drakee in forum Community Chat
    Replies: 4
    Last Post: 05-01-2007, 07:58 AM
  3. Help me find the model :D
    By ven in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 04-10-2007, 03:16 AM
  4. Somone Help Me Find This Song!!
    By lolgnome in forum Community Chat
    Replies: 7
    Last Post: 02-27-2007, 10:37 AM
  5. Could some help me find a LEGAL grind/level program/bot or macro?
    By Priesst in forum World of Warcraft General
    Replies: 4
    Last Post: 08-09-2006, 01:35 PM
All times are GMT -5. The time now is 03:56 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