Visual Basic .NET
This section is dedicated to Visual Basic .NET. Here you can find projects, tutorials, howto and others.
This section is dedicated to Visual Basic .NET. Here you can find projects, tutorials, howto and others.
In all windows system (I think from WindowsXP) there are funcions that allow to access, read and modify the memory of running processes. These functions are: ReadProcessMemory and WriteProcessMemory. First function allow to read bytes from an area of memory in a specified process. Second function allow to write bytes to an area of memory in a specified process. This two functions require Kernel32.lib to be declared and used.
The syntax of the two functions:
BOOL WINAPI ReadProcessMemory( |