S
S
ShinShil2017-09-18 18:39:17
C++ / C#
ShinShil, 2017-09-18 18:39:17

How to read virtual memory using winapi?

Winapi task: Develop a DLL with a function that searches the entire virtual memory for a given string and replaces it with another string.
How can you read the entire virtual memory and look for a string in it, and then also replace it? Or at least how can you access the entire virtual memory of a process and replace a string in it? Then you can inject the dll into all processes. And in them she will do all the work.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SolidMinus, 2017-09-18
@ShinShil

Kind of a tricky job. Cheats/trojans/etc?
VirtualQueryEx - query memory pages, ReadProcessMemory - read memory, WriteProcessMemory - write.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question