Skip to content

Commit f2de154

Browse files
authored
Update Program.cs
1 parent 1486361 commit f2de154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AntiCrack-DotNet/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ private static void ExecuteOtherDetectionTricks()
151151
private static void ExecuteHooksDetectionTricks()
152152
{
153153
ConsoleConfig.DisplayHeader("Executing Hooks Detection Tricks");
154-
ConsoleConfig.DisplayResult("Detecting Hooks on Common WinAPI Functions by checking for Bad Instructions on Functions Addresses (Most Effective on x64): ", HooksDetection.DetectHooksOnCommonWinAPIFunctions(null, null), "Detects hooks on common WinAPI functions.");
154+
ConsoleConfig.DisplayResult("Detecting Hooks on Common WinAPI Functions by checking for Bad Instructions on Functions Addresses: ", HooksDetection.DetectHooksOnCommonWinAPIFunctions(null, null), "Detects hooks on common WinAPI functions.");
155155
ConsoleConfig.DisplayResult("Detecting Hooks on CLR Functions (x86 only): ", HooksDetection.DetectCLRHooks(), "Detects hooks on CLR Functions.");
156156
ConsoleConfig.DisplayFooter();
157157
}

0 commit comments

Comments
 (0)