Guest axlemode Posted April 24, 2008 Posted April 24, 2008 anyone coud help code a loaderi just wanted to know how to search the whole memory area of a suspended process like search and replace a particualr string on memory before resuming the application.thanks!
GamingMasteR Posted April 24, 2008 Posted April 24, 2008 Use ReadProcessMemory & WriteProcessMemory for read/write in process memory ... there're also some source code in this section seek for them.
Angel-55 Posted April 24, 2008 Posted April 24, 2008 You can look at diablo's page (Dup Author) for a Search And Replace (SnR) code, anyway you can use read and write process functions as GamingMaster said but considure you might have some several strings with the same starting bytes like "this is the game" and "this is the planet" try devolping your own routine it maskes fun ^^ you you sure will learn something from it !Cheers....
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now