Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalimcs/kernel-tools
Anti-Rootkit
https://github.com/kalimcs/kernel-tools
anti-rootkit ark debugger driver drivers kernel kernel-tools pchunter tools windows windowskernel
Last synced: 1 day ago
JSON representation
Anti-Rootkit
- Host: GitHub
- URL: https://github.com/kalimcs/kernel-tools
- Owner: kalimcs
- Created: 2025-01-03T13:15:27.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2025-01-04T16:53:23.000Z (3 days ago)
- Last Synced: 2025-01-04T17:27:22.439Z (3 days ago)
- Topics: anti-rootkit, ark, debugger, driver, drivers, kernel, kernel-tools, pchunter, tools, windows, windowskernel
- Homepage:
- Size: 5.26 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kernel-Tools
Kernel-Tools is an Ark tool on the Windows platform
It's a completely free tool
support Windows 10 - Windows11### Features
1. View Process\Drivers\SystemCallBacks\SystemNotifys\MiniFilters\IDT\SSDT\IoTimer.....
2. Hide Process
3. Force Hide Process(Erase PspCidTable\Set Pid To 0 ...)
4. TerminateProcess(ZwTerminateProcess)
5. ForceTerminateProcess(Ignore any process protections)
6. SetProcessPP(L)s
7. SetProcessPid
8. Set Process To System Critical Process
9. SuspendProcess
10. ResumeProcess
11. ProtectProcess
12. DIKS/FSD/ScSi/Acpi/AtApi/KeyBoard/Mouse/PartMgr Hook Scan/Remove
13. Prohibit CreateProcess/LoadDriver/Edit Registry/CreateFile/READ WRITE Disk BOOT Sector
14. Dynamic Disable Driver Signature Enforcement / Enable Driver Signature Enforcement
15. ForceDeleteFile(Ignore Irp Occupation/HardLink/Handle Occupation)
16. FastShutDown
17. FastReboot### Commandline
1. "Kernel Tools.exe" -ddse (Dynamic Disable Driver Signature Enforcement)
2. "Kernel Tools.exe" -edse (Dynamic Enable Driver Signature Enforcement)
3. "Kernel Tools.exe" -reboot (fastreboot)
4. "Kernel Tools.exe" -shutdown (fastshutdown)
5. "Kernel Tools.exe" -prohibitcreatefile (prohibitcreatefile)
6. "Kernel Tools.exe" -disabledprohibitcreatefile (disabledprohibitcreatefile)
7. "Kernel Tools.exe" -forcedeletefile (forcedeletefile(The only entry point for ForceDeleteFile))### How to use
1. Disabled HVCI
2. Open Kernel Tools.exe
3. Select No in the pop-up selection box
4. Wait to enter# Kernel-Views
### Drivers
Enum
1. Driver Name
2. Driver Base
3. Driver Object
4. Driver Path### System Callbacks/Notifys
Enum
1. PsSetCreateProcessNotifyRoutine
2. PsSetCreateProcessNotifyRoutineEx
3. PsSetCreateProcessNotifyRoutineEx2
4. PsSetCreateThreadNotifyRoutine
5. PsSetCreateThreadNotifyRoutineEx
6. PsSetLoadImageNotifyRoutine
7. PsSetLoadImageNotifyRoutineEx
8. KeRegisterBugCheckCallback
9. KeRegisterBugCheckReasonCallback
10. CmRegisterCallback
11. CmRegisterCallbackEx
12. IoRegisterShutdownNotification
13. IoRegisterLastChanceShutdownNotification
14. PoRegisterPowerSettingCallback
15. IoRegisterFsRegistrationChange
16. KeRegisterNmiCallback
17. SeCiCallbacks
18. PoRegisterCoalescingCallback
19. IoRegisterPriorityCallback
20. PsRegisterAltSystemCallHandler
21. DbgSetDebugPrintCallbackFeatures:
Enum Type/Entry Address/Module
Disabled Callback/Notify### MiniFiler
Enum
1. Filter
2. Pre Operation
3. Post Operation
4. ModuleFeatures:
Remove MiniFilter### SSDT
Enum
1. Function Name
2. Function Address
3. ModuleFeatures:
SSDT Hook Scan
### IDT
Enum
1. IDT Function Address
2. Module### IoTimer
Enum
1. IoTimer Object Address
2. IoTimer Entry Address
3. Module