Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 399 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 399 Bytes

WTSRM - Writing Tiny Small Reliable Malware demo repository for my corresponding talk.

  • Unhooks all Windows Dlls with \KnownDlls\
  • No CRT dependencies
  • Small size
  • Low entropy
  • Random string encryption key (thus no plaintext strings)
  • API hashing
  • Hook detection
  • Walks around hooks for initial unhooking on ntdll

Diagram