mirror of
https://github.com/forrest-orr/moneta
synced 2026-06-08 14:14:09 +00:00
8 lines
269 B
C++
8 lines
269 B
C++
namespace Processes {
|
|
typedef class Thread;
|
|
typedef class Process;
|
|
}
|
|
|
|
int32_t QueryDotNetVersion(uint32_t dwPid);
|
|
void* LoadMscordacwksDll(int32_t nDotNetVersion, bool bIsWow64);
|
|
bool EnumerateClrMemoryRegions(Processes::Process *ProcessObj, HMODULE hMscordacwksDll); |