Update Domito.cpp

This commit is contained in:
Benjamin Höglinger-Stelzer 2023-07-01 05:24:25 +02:00
parent 1113a23f19
commit 553277e829

View File

@ -220,7 +220,7 @@ DomitoMemorySearchPattern(
_In_ SIZE_T puLen,
_In_ PVOID pcBase,
_In_ SIZE_T puSize,
_Outptr_result_maybenull_ PVOID * ppMatch
_Outptr_result_maybenull_ PVOID * ppMatch
)
{
ASSERT(ppMatch != NULL && pcPattern != NULL && pcBase != NULL);