V
V
virtualnetworkadapter2016-01-15 17:34:42
Windows
virtualnetworkadapter, 2016-01-15 17:34:42

How to change the code of a running process?

With the help of OllyDbg, I can manually change the instruction at a certain address to another one, and right at the time the program is running.
How to do it automatically using c#?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Peter, 2016-01-15
@virtualnetworkadapter

See the information on the WriteProcessMemory function, but you will also have to deal with the types of memory blocks.

M
MrDywar Pichugin, 2016-01-15
@Dywar

EasyHook Turn off ASLR
first , or play on XP :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question