6
0
mirror of https://github.com/JKornev/hidden synced 2024-06-30 19:02:03 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
JKornev
1b76e90ada Optimized process table access 2021-08-15 03:18:53 +03:00
JKornev
206258a6fe Added a cache to routine that looks for ActiveProcessLinks offset 2021-07-30 22:44:57 +03:00
JKornev
a2e5e8e901 Process table optimization for hidden processes 2021-07-30 03:08:33 +03:00
JKornev
9d3db08314 Implemented /unhide support for processes 2021-07-29 03:27:09 +03:00
JKornev
3f5350a750 Kernel mode hiding process implementation 2021-07-28 22:30:35 +03:00
JKornev
01bba71d6d Logging improvements 2018-12-03 00:57:11 +03:00
Jora Kornev
8494048e63 Update PsTable.c 2017-10-04 11:32:51 +03:00
LEON
3dcbc53707 Err VS2015: Redeclaration proc info size
Hello!  Redeclaration in process information length (SIZE_T size) make troubles with building solution on VS2015, commenting trouble line - make compilation project great again :)
Thank you for attention, with best regards.
2017-10-03 22:03:56 +03:00
JKornev
d2af2c51e0 Fixes for Code Analysis artifacts 2017-02-03 01:56:00 +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
e0d700635b Added x64 support 2016-10-15 02:47:05 +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
8a7929b310 Added Get\Set ps state ability
Fixed issue with DeviceIOControl output
Fixed issues in the PsRule & PsTable
2016-09-22 23:17:14 +03:00
JKornev
07d0e4d747 PsTable raise condition fix and etc 2016-08-28 19:53:33 +03:00
JKornev
480b0ef15f Added protected & excluded process lists 2016-08-27 23:18:54 +03:00
JKornev
228b3fb1fc initial commit 2016-07-22 02:02:31 +03:00