spyrorocks Posted July 14, 2006 Posted July 14, 2006 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! [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center]
Nomad Posted July 14, 2006 Posted July 14, 2006 (edited) 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 Edit: typo Edited July 14, 2006 by Nomad
spyrorocks Posted July 14, 2006 Author Posted July 14, 2006 wow, thanks for thoes two programs. Ill look into it. [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now