Function 69, subfunction 7 - write to memory of debugged process.
Parameters:
- eax = 69 - function number
- ebx = 7 - subfunction number
- ecx = identifier
- edx = number of bytes to write
- esi = address of memory in debugged process
- edi = pointer to data
Returned value:
- eax = -1 at an error (invalid PID or buffer)
- otherwise eax = number of written bytes (possibly, 0,
if esi is too large)
Remarks: