Results 1 to 2 of 2
  1. #1
    NoLabel's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Psychedelic

    Pointer of address with static value

    Hello comm, I'm now trying to obtain the pointer to an address which value is static, therefore I can't use "Find what accesses/writes to this address" because the debugger won't detect any change (static value :|). Is there any other method? I tried to use the Pointer scanner but I'm not quite used to it.

    Regards

  2. #2
    DatCoder's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    265
    Reputation
    10
    Thanks
    178
    My Mood
    Inspired
    I guess you are talking about a constant on heap. If you put a hardware BP on the address and nothing reads (accesses) it then it is not used and probably you got the wrong address. I use ollydbg debugger, it has a "find references" option (ctrl+r), it can find pointers on heap/stack and references in code to the address. (it can't find dynamic references though like mov ebx,dword ptr ds:[eax+8], so you should use (hw) bp if you are unsure)

Similar Threads

  1. Can someone explain how I find the spread address with MHS?
    By Starecase in forum Combat Arms Hacks & Cheats
    Replies: 11
    Last Post: 10-06-2008, 10:56 PM
  2. [Tutorial] How to change your MAC Address! *With Pics!*
    By FatEmoLLaMa in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 08-13-2008, 09:20 AM
  3. 1-31-2008 Address's And Value's
    By -TM- in forum WarRock - International Hacks
    Replies: 59
    Last Post: 02-07-2008, 05:14 AM
  4. Kurwa Need A Weapon Pointer Work Address!
    By yogilek in forum WarRock - International Hacks
    Replies: 3
    Last Post: 06-04-2007, 11:20 AM
  5. Addresses with uce, trainer with ce
    By scooby107 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 04-30-2007, 11:10 AM