Results 1 to 3 of 3
  1. #1
    toto04444's Avatar
    Join Date
    Sep 2022
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1

    Get Address From Opcode c#

    Hello,
    how do I retrieve the address in opcode
    I use memory.dll (c#)
    Code:
    Game.exe+2A9D3D - 48 8B 05 7C594400     - mov rax,[Game.exe+6EF6C0]
    how do I retrieve the following address Game.exe+6EF6C0 ?

  2. #2
    creapygames's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    256
    Reputation
    52
    Thanks
    305
    My Mood
    Dead
    you have few ways, search what use that same opcode mov rax if there is only 1 using it is you day of luck, but probably there is more than one.
    you also can try use aobscan to find the address.


    gl with you stuff

  3. #3
    toto04444's Avatar
    Join Date
    Sep 2022
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1

    Get Address From Opcode c#

    Quote Originally Posted by creapygames View Post
    you have few ways, search what use that same opcode mov rax if there is only 1 using it is you day of luck, but probably there is more than one.
    you also can try use aobscan to find the address.


    gl with you stuff


    I have something good but it's not that yet ^_^



    I still have to convert but I can't really find a solution for the moment

    game.exe = F3 0F10 05 059F2700 - movss xmm0,[game.exe+2B6140]
    movss xmm0,[1002B6140]

    2B6140
    279f05

    2b = 27
    9f = 61
    05 = 40
    Last edited by toto04444; 12-03-2022 at 01:48 PM.

  4. The Following User Says Thank You to toto04444 For This Useful Post:

    [MPGH]Cursed (12-04-2022)

Similar Threads

  1. [Help] C++ Get data from game / Find needed address
    By gna81nbk276 in forum C++/C Programming
    Replies: 1
    Last Post: 03-11-2019, 11:31 AM
  2. Replies: 2
    Last Post: 08-03-2018, 10:46 AM
  3. [Help] Getting IP addresses from in-game on Steam?
    By Mezmaa in forum General Hacking
    Replies: 0
    Last Post: 12-08-2013, 02:26 PM
  4. Getting address
    By neavea288 in forum MapleStory Hacks, Cheats & Trainers
    Replies: 3
    Last Post: 06-26-2007, 11:49 AM
  5. (Request) A tutorial on how to extract addresses from trainers
    By englishpom in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-19-2007, 10:14 PM