[AVRF] Hook up debug functions, add noisy stub for AVrfpGetStackTraceAddress

This commit is contained in:
Mark Jansen
2020-04-11 14:21:24 +02:00
parent a7a504a466
commit 5821136dfa
5 changed files with 88 additions and 12 deletions

View File

@@ -15,3 +15,8 @@ LdrpInitializeProcessCompat(PVOID pProcessActctx, PVOID* pOldShimData)
{
}
VOID NTAPI
AVrfInternalHeapFreeNotification(PVOID AllocationBase, SIZE_T AllocationSize)
{
/* Stub for linking against rtl */
}