Results 1 to 1 of 1
  1. #1
    Jabberwock's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1,735
    Reputation
    191
    Thanks
    15,692
    My Mood
    Relaxed

    Finding offsets through memory scanner

    I'm using CE to find the pointer signature. But sometimes I'm unable to retrieve the pointer offsets.

    With the pointer base address I don't have a problem, I can easily retrieve it.

    The problem is that I can't use the debugger of CE fully, the game got patched and inside the main EXE file was placed an anti-cheat(Anti-debugger actually) thingy. When attaching the debugger the game closes immediately. I tinkered with the debugger setting and I managed to make the debugger work with an old mehod of it. So I can use it to only find the end offset sometimes. That's because when I try and use "Find out what access this pointer" the game crashes(There are certain addresses that do this, I guess they are the ones that the game uses a lot).

    Anyway, when I try to see the offset through the assembly code, I see it comes from ebp, reading on the internet what it is I found that it is the content that is passed to the one of the perameter of the function. I think it was (ebp-4) or (ebp-8) not sure though.

    So what to do?

    When I use the CE scan feature for pointers the offset changes every patch.
    Last edited by Jabberwock; 08-29-2012 at 12:01 PM.
    Even familiar landscapes will
    reveal a different kind of beauty
    if you change your viewpoint.
    Where these new encounters
    and new bonds will lead you...
    Such dazzling golden days.
    I, too, look forward to
    what I might behold.

Similar Threads

  1. Playerinfos - where can I find it in memory?
    By WhiteLionATX in forum Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    Replies: 8
    Last Post: 07-15-2010, 02:47 AM
  2. [Release] Similar to Cheat Engine -MHS- Memory Scanner
    By randomnamekabe in forum Combat Arms Hacks & Cheats
    Replies: 75
    Last Post: 06-22-2010, 06:53 PM
  3. [Release] Undetected Memory Scanner (UCE)
    By Tukjedude in forum C++/C Programming
    Replies: 17
    Last Post: 06-04-2010, 05:01 AM
  4. [Help] How to find offsets and addresses
    By shad0wboss in forum WarRock Discussions
    Replies: 0
    Last Post: 12-20-2009, 04:47 PM
  5. Wats possible and not possible through memory hacking?
    By ClanTag in forum C++/C Programming
    Replies: 13
    Last Post: 07-13-2009, 06:48 PM