MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / PsResumeThread

Function PsResumeThread

KernelLibrary/kDbgSys.cpp:254–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254NTSTATUS PsResumeThread(
255 _In_ PETHREAD Thread,
256 _Out_opt_ PULONG PreviousSuspendCount
257) {
258 if (PreviousSuspendCount)
259 *PreviousSuspendCount = 0;
260 return STATUS_SUCCESS;
261}
262
263VOID DbgkpWakeTarget(
264 _In_ PDEBUG_EVENT DebugEvent

Callers 2

DbgkpWakeTargetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected