Posted April 24, 200817 yr 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!
April 24, 200817 yr Use ReadProcessMemory & WriteProcessMemory for read/write in process memory ... there're also some source code in this section seek for them.
April 24, 200817 yr 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....
Create an account or sign in to comment