MCPcopy Create free account

hub / github.com/HackOvert/AntiDBG / functions

Functions22 in github.com/HackOvert/AntiDBG

↓ 19 callersFunctionDBG_MSG
======================================================================= Debugging helper =============================================================
antidbg/AntiDBG.cpp:8
↓ 1 callersFunctionadbg_BeingDebuggedPEB
* Want to inspect the PEB structure? Launch gauntlet in WinDBG and run * this command: dt ntdll!_PEB * Example output: * 0:000> dt ntdll!_PEB * +0
antidbg/AntiDBG.cpp:32
↓ 1 callersFunctionadbg_CheckRemoteDebuggerPresent
antidbg/AntiDBG.cpp:57
↓ 1 callersFunctionadbg_CheckWindowClassName
antidbg/AntiDBG.cpp:137
↓ 1 callersFunctionadbg_CheckWindowName
antidbg/AntiDBG.cpp:72
↓ 1 callersFunctionadbg_CloseHandleException
antidbg/AntiDBG.cpp:591
↓ 1 callersFunctionadbg_CrashOllyDbg
antidbg/AntiDBG.cpp:744
↓ 1 callersFunctionadbg_DebugActiveProcess
antidbg/AntiDBG.cpp:291
↓ 1 callersFunctionadbg_GetTickCount
antidbg/AntiDBG.cpp:484
↓ 1 callersFunctionadbg_HardwareDebugRegisters
antidbg/AntiDBG.cpp:530
↓ 1 callersFunctionadbg_Int2D
antidbg/AntiDBG.cpp:710
↓ 1 callersFunctionadbg_Int3
antidbg/AntiDBG.cpp:649
↓ 1 callersFunctionadbg_IsDebuggerPresent
antidbg/AntiDBG.cpp:165
↓ 1 callersFunctionadbg_MovSS
antidbg/AntiDBG.cpp:553
↓ 1 callersFunctionadbg_NtGlobalFlagPEB
* Want to inspect the value of something in the PEB? Launch WinDBG, * Attach to, or launch a process and run this command: * dt ntdll!_PEB @$peb -r
antidbg/AntiDBG.cpp:185
↓ 1 callersFunctionadbg_NtQueryInformationProcess
antidbg/AntiDBG.cpp:213
↓ 1 callersFunctionadbg_NtSetInformationThread
antidbg/AntiDBG.cpp:266
↓ 1 callersFunctionadbg_PrefixHop
antidbg/AntiDBG.cpp:678
↓ 1 callersFunctionadbg_ProcessFileName
antidbg/AntiDBG.cpp:100
↓ 1 callersFunctionadbg_RDTSC
antidbg/AntiDBG.cpp:367
↓ 1 callersFunctionadbg_SingleStepException
antidbg/AntiDBG.cpp:613
Functionmain
======================================================================= The Gauntlet =================================================================
antidbg/gauntlet.cpp:14