MrakDev / Anti-Debug-Collection

My anti debugging collection in csharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My anti debugging collection in csharp

License:MIT License


Languages

Language:C# 100.0%