Pointer Reading Issue? menu

User Tag List

Results 1 to 3 of 3
  1. #1
    johno22's Avatar Private
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Pointer Reading Issue?

    Complete noob here.... Can anyone help me out?

    I do a DWord read from 0x10BD5F4, and I get the following:

    playerBase = 491642832

    I add an offset of 0x30 onto this resulting address; read 4 bytes, to which I receive:

    playerBase = 3228667990

    Then finally I add 0x28, but this read fails everytime. What exactly am I doing wrong?

    Code:
    ReadData playerBaseMemReader = memoryManager.ReadProcessMemory((IntPtr)(0x10BD5F4), 4);
                        playerBase = BitConverter.ToUInt32(playerBaseMemReader.data, 0);
    // playerBase = 491642832
                        playerBaseMemReader = memoryManager.ReadProcessMemory((IntPtr)(playerBase + 0x30), 4);
                        playerBase = BitConverter.ToUInt32(playerBaseMemReader.data, 0);
    // playerBase = 3228667990
                        playerBaseMemReader = memoryManager.ReadProcessMemory((IntPtr)(playerBase + 0x28), 4);
                        playerBase = BitConverter.ToUInt32(playerBaseMemReader.data, 0);
    // playerBase = 0
    Could it be an invalid offset or pointer?

    Thanks in advance guys. Much appreciated.
    Last edited by johno22; 06-08-2009 at 02:43 PM.

    Pointer Reading Issue?
  2. #2
    johno22's Avatar Private
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wrong base :P sorted!

  3. #3
    WannaBeProgrammer's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PB is = 0x10BD5F4 + 34 + 24

Similar Threads

  1. Read from Pointer Windows 10 issue
    By doromoro in forum WoW Memory Editing
    Replies: 2
    Last Post: 07-28-2016, 01:06 PM
  2. Problem getting base address / pointer read
    By wootpeng in forum Diablo 3 Memory Editing
    Replies: 8
    Last Post: 07-06-2012, 05:33 PM
  3. C# Pointers issues
    By lanman92 in forum Programming
    Replies: 1
    Last Post: 07-11-2009, 08:44 PM
  4. Please Read Before Posting On These Forums Answers Many Issues!!!
    By Fault in forum World of Warcraft Model Editing
    Replies: 21
    Last Post: 08-08-2007, 01:08 PM
All times are GMT -5. The time now is 06:39 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