July 25, 2025Jul 25 Founder comment_1983 This is the hidden content, please Sign In or Sign Up Anti-Process This simply stops any process from looking at your program, task manager, process hacker and any application including debuggers. How it Works so we simply place a hook on NTQUERYSYSTEMINFORMATION and return false always to crash applications trying to query information about our process. i also included another way of detecting file start ups that will not allow files to be started via doing the same exact thing to CreateProccessW of setting a hook and returning false always. Usage To integrate Anti-Process into your project, simply include the provided code snippets into your existing code. This is the hidden content, please Sign In or Sign Up PROFESSIONAL Link to comment https://decodehub.org/topic/242-c-anti-process/ 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 25, 2025Jul 25 comment_1984 e.s Link to comment https://decodehub.org/topic/242-c-anti-process/#findComment-1984 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_2000 hook restore atıp geçemezler mi ? Link to comment https://decodehub.org/topic/242-c-anti-process/#findComment-2000 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_2006 good Link to comment https://decodehub.org/topic/242-c-anti-process/#findComment-2006 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_2009 18 hours ago, cambaz said: Hidden Content Reply to this topic to see the hidden content. Anti-Process This simply stops any process from looking at your program, task manager, process hacker and any application including debuggers. How it Works so we simply place a hook on NTQUERYSYSTEMINFORMATION and return false always to crash applications trying to query information about our process. i also included another way of detecting file start ups that will not allow files to be started via doing the same exact thing to CreateProccessW of setting a hook and returning false always. Usage To integrate Anti-Process into your project, simply include the provided code snippets into your existing code. Hidden Content Reply to this topic to see the hidden content. jjjj Link to comment https://decodehub.org/topic/242-c-anti-process/#findComment-2009 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