4 Oct
2012
4 Oct
'12
5:28 a.m.
Christian Costa <titan.costa(a)gmail.com> wrote:
+ /* Read memory from the client process memory */ + if (!ReadProcessMemory(process, (LPCVOID)((ULONG)(mdl->StartVa) + mdl->ByteOffset), (LPVOID)(((ULONG)mdl->MappedSystemVa) + mdl->ByteOffset), mdl->ByteCount, &bytes))
This kind of casts is broken. -- Dmitry.