MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / NtCreateThread

Function NtCreateThread

ReClass/Utils.cpp:378–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378HANDLE NtCreateThread( LPVOID lpRemoteThreadStart, LPVOID lpParam, DWORD createFlags, DWORD* threadId )
379{
380 return NtCreateThreadEx( NtCurrentProcess( ), lpRemoteThreadStart, lpParam, createFlags, threadId );
381}
382
383}

Callers

nothing calls this directly

Calls 1

NtCreateThreadExFunction · 0.85

Tested by

no test coverage detected