Jump to content

is there any way to know process memory region in main memory (addresses range) ?


Recommended Posts

Hi , i want to search for an text in another process , i found this useful UDF [NomadMemory.au3] its works fine but my script takes very long time because its searching in all memory so

is there any way to know process memory region in main memory(addresses range) where to start search from and where to stop search at ,this will make the script take lesssssssssss time

in search . help ;)

Link to comment
Share on other sites

0x0400000 is magic number. address range can be from 0x00000000 to 0xFFFFFFFF,which means about 2 GB. There are holes, that are not allocated. thats why ur program doesnt actually take that much ram. There's lots of references on google.

edited

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...