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

Function DetourCodeFromPointer

KernelLibrary/detours.cpp:664–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662}
663
664PVOID NTAPI DetourCodeFromPointer(_In_ PVOID pPointer,
665 _Out_opt_ PVOID* ppGlobals) {
666 return DetourSkipJmp((PUCHAR)pPointer, ppGlobals);
667}
668
669NTSTATUS NTAPI DetourTransactionCommit() {
670 return DetourTransactionCommitEx();

Callers 2

DetourAttachExFunction · 0.85
DetourDetachFunction · 0.85

Calls 1

DetourSkipJmpFunction · 0.85

Tested by

no test coverage detected