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