Pattern based memory Search ?

12/10/2006 13:35 Christoph_#1
Is there any tool that allows to search for patterns in memory ?

All I tried (TSearch / Cheatengine) only allow you to search for one value or a fixed array of bytes. But I need a tool that lets me search for patterns, like XX XX 00 00 XX XX 00 00 while XX can be 00 to FF etc ?
12/11/2006 20:40 emjay#2
i dont know any way (except coding it yourself). but anyway i suppose this method would be very very slow. tell me please y do you need it? maybe there are some other ways
12/12/2006 22:30 Christoph_#3
It could be slow, I wanted it as support tool for mem hacking to find structures / offsets of things that are on screen (which usually have the x/y coordinates in memory as well).

Couldn't find what I want and brute forcing it seems the only way.
12/26/2006 06:24 d0v3r#4
[Only registered and activated users can see links. Click Here To Register...]
Here is some code, you can rewrite it and modify it to your needs.