MCPcopy Create free account
hub / github.com/ThirteenAG/Ultimate-ASI-Loader / CustomGetCurrentProcessId

Function CustomGetCurrentProcessId

source/dllmain.cpp:1490–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1488}
1489
1490DWORD WINAPI CustomGetCurrentProcessId()
1491{
1492 LoadPluginsAndRestoreIAT((uintptr_t)_ReturnAddress(), L"GetCurrentProcessId");
1493 return GetCurrentProcessId();
1494}
1495
1496LPSTR WINAPI CustomGetCommandLineA()
1497{

Callers

nothing calls this directly

Calls 1

LoadPluginsAndRestoreIATFunction · 0.85

Tested by

no test coverage detected