News
String Memory Marker v1.0 Released
- Details
- Published on Thursday, 05 February 2009 18:17 Geoff McDonald Hits: 394
String Memory Marker is a useful simple tool for finding the addresses of strings within other processes. It finds all occurrences of the specified string, and modifies them such that they are all unique. For example, if it is searching for the string "test", it will replace the first occurrence with "1est", second occurrence with "2est" and so on. After the replacement has been completed you can look in the targeted application and easily note what the string has changed to. You can then refer back to the list of replacements to find the address of the string you are interested in.
In other news, the PCF Hacker project has had a lot of work put into it over the last 6 months and you may hear more about it soon.

