Aquatic
June 20th, 2006, 21:59
It would be nice to have a memory searcher plugin. It would scan RAM for the value that you specify, and then tell you the RAM address of the value.
Obviously in most cases there will be more than one instance of a given value in RAM, so there will need to be sub-searches that will let you filter existing found values. (The initial search would find all addresses in RAM that hold the value that you specify). If the relevant value gets changed in the process, you can then search for what that value changed to, and that should filter out most of the addresses with irrelevant values.
There are many memory searchers out there already, but to have one integrated into OllyDbg would be cool. Also maybe include the ability to set a memory BP on the RAM address of the value that you find.
Does this sound like a worthwhile plugin for someone to make? I think it would be very useful.
Obviously in most cases there will be more than one instance of a given value in RAM, so there will need to be sub-searches that will let you filter existing found values. (The initial search would find all addresses in RAM that hold the value that you specify). If the relevant value gets changed in the process, you can then search for what that value changed to, and that should filter out most of the addresses with irrelevant values.
There are many memory searchers out there already, but to have one integrated into OllyDbg would be cool. Also maybe include the ability to set a memory BP on the RAM address of the value that you find.
Does this sound like a worthwhile plugin for someone to make? I think it would be very useful.