![]() |
3 years ago | |
---|---|---|
CheckKernelEATHook | 5 years ago | |
GetKernel32Addressx64 | 5 years ago | |
HideProcess | 5 years ago | |
HookDeviceIocontrlFile | 5 years ago | |
Inject | 3 years ago | |
KernelHiddenExecute-master | 3 years ago | |
LoadImageCallBack | 5 years ago | |
MmLoadDriver | 3 years ago | |
ProcessManager | 5 years ago | |
ProtectFilex64 | 5 years ago | |
ProtectFilex86 | 5 years ago | |
ProtectProcessx64 | 5 years ago | |
ReloadKernel-XP | 5 years ago | |
SSDT-SSSDT-Manager | 5 years ago | |
ZwQueryVirtualMemory | 5 years ago | |
.gitattributes | 7 years ago | |
.gitignore | 7 years ago | |
README.md | 3 years ago |
README.md
Windows-Rootkits
CheckKernelEATHook
Reference 3600safeOpenSource
GetKernel32Addressx64
x64 use asm
HideProcess
HideProcess by Remove ProcessList in EPROCESS struct.
HookDeviceIocontrlFile
Reference IOCTL Fuzzer v1.2
Inject
atom-bombing-master
herpaderping-main
Process-Hollowing
ProcessDoppelgänging
ReflectiveDLLInjection
SetThreadContext to Inject support x64 and x86
SetWindowsHookEx to Inject
UserApcInject
ExtraWindowInject
CreateRemoteThread
LoadImageCallBack
Scan PE's IAT in PsSetLoadImageNotifyRoutine's callback
ProcessManager
Enum Process By PsLookupProcessByProcessId/travel Active List/PspCidTable
Hdie Process By Process Active List/PspCidTable
Monitor Process CreateInformation By PsSetCreateProcessNotifyRoutineEx
ProtectFilex64
Protect File in Windows 7 by ObRegisterCallbacks
ProtectFilex86
Hook NtSetInformationFile to change target file
Hook NtWriteFile to write the target file
Hook NtDeleteFile to delete the target file
bind keyboard Filter Driver to avoid "ctrl+c" copy the content
ProtectProcessx64
Protect Process in Windows 7 by ObRegisterCallbacks
ReloadKernel-XP
Reference 3600safeOpenSource
SSDT-SSSDT-Manager
Check SSDT/ShadowSSDT Hook/InlineHook
Resume SSDT/ShadowSSDT Hook/InlineHook
ZwQueryVirtualMemory
Enum Module By NtQueryVirtualMemory