Skip to content

Commit

Permalink
Merge pull request #135 from kaganisildak/patch-5
Browse files Browse the repository at this point in the history
Detect Hybrid Analysis
  • Loading branch information
gsuberland authored Jul 23, 2018
2 parents 0a35577 + d88f8c4 commit e846bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions al-khaser/Al-khaser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ int main(void)
/* Debugger Detection */
if (ENABLE_DEBUG_CHECKS) {
print_category(TEXT("Debugger Detection"));
exec_check(&hybridanalysismacdetect, TEXT("Checking Mac address , Hybrid Analysis "));
exec_check(&IsDebuggerPresentAPI, TEXT("Checking IsDebuggerPresent API "));
exec_check(&IsDebuggerPresentPEB, TEXT("Checking PEB.BeingDebugged "));
exec_check(&CheckRemoteDebuggerPresentAPI, TEXT("Checking CheckRemoteDebuggerPresent API "));
Expand Down

0 comments on commit e846bee

Please sign in to comment.