6
0
mirror of https://github.com/JKornev/hidden synced 2024-06-16 12:08:05 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
JKornev
59439bae79 Added a test that validates hiding processes 2021-08-25 02:10:52 +03:00
JKornev
1424bee8ee Added a test for a process hiding 2021-07-31 02:56:13 +03:00
JKornev
3f5350a750 Kernel mode hiding process implementation 2021-07-28 22:30:35 +03:00
JKornev
9767366010 Added a usermode interface for hiding processes 2021-07-25 21:37:27 +03:00
JKornev
8d6a72c644 Updated to WDK 10 and Windows 10 SDK 2021-01-21 02:48:11 +03:00
JKornev
3851dcd17d Multiple changes
- Fixed issue with signing Release driver builds
- Renamed all Nt* functions to Zw* (access denied fix, KTHREAD!PreviousMode)
- Added "apply to all processes" feature for adding exluded\protected images api
- Fixed sync issues for process table, sync primitives moved to external code
etc
2016-10-19 00:35:52 +03:00
JKornev
3e5e5e8679 Fixes for API and x64 compilation 2016-10-15 18:11:11 +03:00
JKornev
3c19ea50d6 Removed unused project settings 2016-10-15 03:16:38 +03:00
JKornev
e0d700635b Added x64 support 2016-10-15 02:47:05 +03:00
JKornev
aed101fa17 Added Wow64 redirection support 2016-10-15 02:39:31 +03:00
JKornev
6b0777c4de Added new process exclusion tests 2016-10-15 00:36:57 +03:00
JKornev
127c0b9c86 Added tests for ps protection\exclusion 2016-10-14 00:29:53 +03:00
JKornev
98014e750e Major changes
- Fixed BSOD on driver deinitialization step
- Fixed resources leak in the reg filter
- Fixed path normalization function
- Added support for inherit type in predefined process monitor configs
- Added support for opening protected processes by subsystem
- Added tests for protected processes
and other little fixes
2016-10-11 00:45:07 +03:00
JKornev
22fdb1d00b Added tests for Reg filter 2016-09-18 17:26:33 +03:00
JKornev
935ffa787f Added the HiddenTests project that contain different tests for this solution 2016-09-11 14:42:39 +03:00