Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasxm authored Jul 14, 2024
1 parent da0d51b commit ef9b42a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,15 @@ I intend to name this memory guard “Sifu memory guard” to pay tribute to the
5. `ntdll!RtlUserThreadStart`
6. `kernel32!BaseThreadInitThunk`
### Resume Thread API Call Sequence
1. `kernel32!ResumeThread`
2. `kernelbase!ResumeThread`
3. `ntdll!NtResumeThread`
4. `ntdll!NtContinue`
5. `ntdll!RtlUserThreadStart`
6. `kernel32!BaseThreadInitThunk`
### AV Inspection Points
- Some AVs inspect `NtSetContextThread`, `NtCreateThreadEx`, `CreateThread` and `RtlUserThreadStart`.
Expand Down

0 comments on commit ef9b42a

Please sign in to comment.