Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

MrakDev/Anti-Debug-Collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anti Debug Collection

This repository contains a collection of anti-debugging tricks that I have collected in C#.

Methods

Flags

  • IsDebuggerPresent
  • IsRemoteDebugPresent
  • ProcessDebugPortFlag
  • ProcessDebugObjectHandleFlag

Manual Flags

  • PEB
  • NtGlobalFlag

Misc

  • ParentProcess
  • RaiseException
  • HideThreadsFromDebugger
  • Timer

Hooks

  • HeavenGate (detect ScyllaHide)
  • IsBadHookNumberObject (detect ScyllaHide)

Syscall

  • NtQueryInformationProcess (detect ScyllaHide)

Object Handles

  • CloseHandle

Reference and Credits

Releases

No releases published

Packages

No packages published

Languages