July 26, 2025Jul 26 18 hours ago, cambaz said: Anti-Suspend Anti-Suspend is a tool designed to detect x64dbg detaching, thread suspension, and perform other related functions. How it Works The tool creates a dummy thread that triggers when suspended or when the file is suspended. It utilizes DebugActiveProcessStop to stop debugging of a process previously attached to a debugger or utilized by a program for suspension. After that, it pushes the suspension limits to max. then at the end, it checks if the thread can be suspended. If the return does not equal (DWORD)-1, it shows either suspension or previous attachment of a debugger. Usage To integrate Anti-Suspend into your project, simply include the provided code snippets into your existing code.   Hidden Content Reply to this topic to see the hidden content.  gg
July 29, 2025Jul 29 On 7/25/2025 at 10:25 PM, cambaz said: Anti-Suspend Anti-Suspend is a tool designed to detect x64dbg detaching, thread suspension, and perform other related functions. How it Works The tool creates a dummy thread that triggers when suspended or when the file is suspended. It utilizes DebugActiveProcessStop to stop debugging of a process previously attached to a debugger or utilized by a program for suspension. After that, it pushes the suspension limits to max. then at the end, it checks if the thread can be suspended. If the return does not equal (DWORD)-1, it shows either suspension or previous attachment of a debugger. Usage To integrate Anti-Suspend into your project, simply include the provided code snippets into your existing code.   Hidden Content Reply to this topic to see the hidden content.  ff
Create an account or sign in to comment