July 26, 2025Jul 26 comment_2010 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 Link to comment https://decodehub.org/topic/241-c-anti-suspend/page/2/#findComment-2010 Share on other sites Share on Facebook {lang="reddit_text" Share on LinkedIn Share on Pinterest Share on X More sharing options... Share this post
July 26, 2025Jul 26 comment_2025 ขอบคุณ Link to comment https://decodehub.org/topic/241-c-anti-suspend/page/2/#findComment-2025 Share on other sites Share on Facebook {lang="reddit_text" Share on LinkedIn Share on Pinterest Share on X More sharing options... Share this post
July 26, 2025Jul 26 comment_2026 good Link to comment https://decodehub.org/topic/241-c-anti-suspend/page/2/#findComment-2026 Share on other sites Share on Facebook {lang="reddit_text" Share on LinkedIn Share on Pinterest Share on X More sharing options... Share this post
July 26, 2025Jul 26 comment_2027 good Link to comment https://decodehub.org/topic/241-c-anti-suspend/page/2/#findComment-2027 Share on other sites Share on Facebook {lang="reddit_text" Share on LinkedIn Share on Pinterest Share on X More sharing options... Share this post
July 29, 2025Jul 29 comment_2141 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 Link to comment https://decodehub.org/topic/241-c-anti-suspend/page/2/#findComment-2141 Share on other sites Share on Facebook {lang="reddit_text" Share on LinkedIn Share on Pinterest Share on X More sharing options... Share this post
Create an account or sign in to comment