Jump to content

The best way to search process' memory


cls
 Share

Recommended Posts

Hi. What's the best way to search process' memory for a predefined string? Like i know that my string is "xxx".

Is there any specific function like MemoryFind("xxx") or should i make a run over the whole process' memory with a cycle?

If it helps, the problem is the following. I have to find the beginning of my string in the addon for WoW.

Edited by cls
Link to comment
Share on other sites

It´s not about the game by the way. It´s just about the function. I mentioned the game in order to make things clear.

But also i need this to use in my other projects.

I know that it all ends with running over the whole memory. The question is: do we have some precompiled AutoIt function to search the memory or should i make one myself?

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