Results 1 to 5 of 5
  1. #1
    lonevox's Avatar
    Join Date
    Sep 2020
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    2

    Can't find instruction address in IDA from instruction address in Cheat Engine

    Using Cheat Engine, I found an instruction that is accessed whenever the player heals:
    GameAssembly.dll+13B13A3 - 89 91 C8010000 - mov [rcx+000001C8],edx

    I have rebased GameAssembly.dll in IDA to start at address 0x1000, thinking that I could then look for the address 0x13B13A3 (supposedly the offset of the mov instruction according to Cheat Engine) + 0x1000 (IDA base address) to find the same move instruction. However, I find a completely different instruction.
    Am I doing this wrong? What gives?

  2. #2
    DIA4A's Avatar
    Join Date
    Jan 2020
    Gender
    male
    Posts
    102
    Reputation
    19
    Thanks
    162
    lol just look for 0x180000000 which is the actual base in IDA + 0x13B13A3 and its right there https://i.gyazo.com/fb1ece9bc76ed2f6...b87951aec5.png

  3. The Following User Says Thank You to DIA4A For This Useful Post:

    [MPGH]Beex (10-02-2020)

  4. #3
    lonevox's Avatar
    Join Date
    Sep 2020
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    2
    That's weird, I get:
    .rdata:00000001813B13A2 UNWIND_CODE <20h, 0F0h> ; UWOP_PUSH_NONVOL

    It's not even in the code segment of the DLL, it's in the data.

  5. #4
    DIA4A's Avatar
    Join Date
    Jan 2020
    Gender
    male
    Posts
    102
    Reputation
    19
    Thanks
    162
    load the dll again without rebasing or anything and you should find it, if you are loading the latest gameassembly.dll atleast

  6. The Following User Says Thank You to DIA4A For This Useful Post:

    lonevox (10-03-2020)

  7. #5
    lonevox's Avatar
    Join Date
    Sep 2020
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    2
    Oml I'm actually an idiot... I was loading the GameAssembly.dll of the launcher, not the game lmao. Thanks for the help anyways

Similar Threads

  1. Replies: 11
    Last Post: 03-17-2016, 11:34 PM
  2. [Help] How to get out from bad sport by cheat engine?
    By stwyewlhkewoheh in forum Grand Theft Auto 5 (GTA V) Discussions
    Replies: 2
    Last Post: 03-04-2016, 11:44 PM
  3. Replies: 1
    Last Post: 10-14-2012, 12:46 PM
  4. [Request] Where can I find an updated superjump address?
    By ecusmc in forum WarRock - International Hacks
    Replies: 2
    Last Post: 01-16-2010, 12:42 AM
  5. [Question]How can i find addresses?
    By iNsaNe.eXe in forum WolfTeam Hacks
    Replies: 8
    Last Post: 11-06-2007, 10:00 AM