Jump to content
Tuts 4 You

Loadsearchreplace


Guest axlemode

Recommended Posts

Guest axlemode

anyone coud help code a loader

i 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!

Link to comment
GamingMasteR

Use ReadProcessMemory & WriteProcessMemory for read/write in process memory ... there're also some source code in this section seek for them.

Link to comment

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....

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...