Jump to content

Memory Addresses


Recommended Posts

Hello.

I am wondering if there is a program that can tell me what data is is what memory address or what memory address(es) a program is useing. I need to be able to figure this out for a trainer i am creating.

Thanks in advance!

Link to comment
Share on other sites

Hello.

I am wondering if there is a program that can tell me what data is is what memory address or what memory address(es) a program is useing. I need to be able to figure this out for a trainer i am creating.

Thanks in advance!

If you're making a trainer, then I'm assuming you are using Cheat Engine or T-Search. On Cheat Engine, if you click the "Show" button in the Memory Scan Options on the main GUI, it opens a window showing every page of memory for the selected process and also gives the stats for each page (whether it's free, reserved, committed - what protections it has - read, write, etc..). I'm sure T-Search has a similar function.

Otherwise I suggest looking into VirtualQueryEx. That is the kernel32.dll function which was used to get the information.

Nomad :D

Edit: typo

Edited by Nomad
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...