Instance, class decriptors, property descriptors + cleanup
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ BYTE *Process::getImageBase(void) {
|
||||
throw std::runtime_error("Failed to get process information");
|
||||
}
|
||||
|
||||
return (BYTE *)Read<Nt::PEB_PARTIAL>((BYTE *)pbi.PebBaseAddress).ImageBaseAddress;
|
||||
return (BYTE *)read<Nt::PEB_PARTIAL>((BYTE *)pbi.PebBaseAddress).ImageBaseAddress;
|
||||
}
|
||||
|
||||
DWORD Process::findProcessByName(const std::wstring &name) {
|
||||
|
||||
Reference in New Issue
Block a user