Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyTy committed Dec 29, 2018
1 parent bcb0d7c commit 59b78b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ntoskrnl/ke/i386/exp.c
Expand Up @@ -800,6 +800,8 @@ BOOLEAN
FASTCALL
KeInvalidAccessAllowed(IN PVOID TrapInformation OPTIONAL)
{
/* This part was copied from Windows source */
/* We should obfuscate this somehow? */
ULONG Eip;
PKTRAP_FRAME TrapFrame = TrapInformation;
VOID NTAPI ExpInterlockedPopEntrySListFault(VOID);
Expand Down

0 comments on commit 59b78b4

Please sign in to comment.