A research project about Windows notify routines.
Stars
38
Forks
10
Watchers
38
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
Started using MDLs for bypassing readonly protection instead of using ZwProtectVirtualMemory since this method is exported only since Windows 8.1.
74a58bbView on GitHubSwitched the volatile count variable with a rundown protection.
64a37ddView on GitHubImplemented some of NotifyRoutineEnumerationDriver. The main function that was implemented is find_PspCreateThreadNotifyRoutine.
d0a8dbdView on GitHubFixed a small thread-safety issue regarding uncompleted kernel APCs.
928e1b7View on GitHubImplemented the library hooking driver, shellcode and DLL for the PoC.
f0e90aaView on GitHub