|
|
|
|
|
by anfractuosity
1343 days ago
|
|
I thought it might be using the windows equivalent of PTRACE_POKETEXT, to poke data into notepad's memory. I've altered the contents of the gedit text editor within a linux VM, via PTRACE_ATTACH and PTRACE_PEEKTEXT/PTRACE_POKETEXT, to find and modify the text. |
|
Except, that would mean notepad updates the display as the file changes, and I didn't think it did that. So I think I've got something wrong.