vmcall / latebros

x64 usermode rootkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

latebros

x64 usermode rootkit. This was a project i made (with help from Daax and JustMagic) while researching usermode rootkits. Project is neither under development nor finished.

Capabilities

  • Hide process from enumeration
  • Hide registry key from enumeration
  • Hide file for modification
  • Protect process from modification
  • Protect file from modification
  • Protect registry key from erasure

Hooks

  • ntdll.dll!NtOpenProcess
  • ntdll.dll!NtQuerySystemInformation
  • ntdll.dll!NtCreateFile
  • ntdll.dll!NtOpenFile
  • ntdll.dll!NtQueryDirectoryFile
  • ntdll.dll!NtDeleteValueKey
  • ntdll.dll!NtEnumerateValueKey

Thanks to

  • Daax
  • JustMagic

About

x64 usermode rootkit

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%