I'd like to read and write memory from within a process using dll injection.
I wrote my injector and it works very well, but I have a hard time writing this dll. All the tutorials I found are so ... COMPLEX.
You know, I don't need to create a windows forms window or w/e. I just want to write given values to specific addreses and show the content of other addresses in a messagebox or consolewindow.
So what I'm asking for is a very very basic and simple code of an dll with an example of reading a memory address and writing to a memory address.
I would really really appreciate it.
I wrote my injector and it works very well, but I have a hard time writing this dll. All the tutorials I found are so ... COMPLEX.
You know, I don't need to create a windows forms window or w/e. I just want to write given values to specific addreses and show the content of other addresses in a messagebox or consolewindow.
So what I'm asking for is a very very basic and simple code of an dll with an example of reading a memory address and writing to a memory address.
I would really really appreciate it.