Hello,
I am making a program on QT and use line above to read memory value, however id like to convert LPVOID from string, have done googleing and tests but no luck, hopefully someone is familiar with this type. Convert coluld be done from QString, std::string or if not possible other types.
ReadProcessMemory(hProc, (LPVOID)0xC6A0EB922C, &nVal, (DWORD)sizeof(nVal), NULL);
(LPVOID)0xC6A0EB922C this one.
Also how to add pointers to address, for example base address and 1-3 pointers?