April 8Apr 8 comment_12181 nice share buddy Link to comment https://decodehub.org/topic/242-c-anti-process/page/7/#findComment-12181 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
April 24Apr 24 comment_12434 thx Link to comment https://decodehub.org/topic/242-c-anti-process/page/7/#findComment-12434 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
April 24Apr 24 comment_12441 On 25/07/2025 at 13:43, cambaz said:Conteúdo oculto Dê reação E comente para ver este conteúdo oculto! Anti-ProcessoIsso simplesmente impede que qualquer processo analise seu programa, gerenciador de tarefas, hacker de processos e qualquer aplicativo, incluindo depuradores.Como funcionaentão, simplesmente colocamos um gancho em NTQUERYSYSTEMINFORMATION e retornamos false sempre para travar aplicativos que tentam consultar informações sobre nosso processo. Também incluí outra maneira de detectar inicializações de arquivos que não permitirá que os arquivos sejam iniciados fazendo exatamente a mesma coisa com CreateProccessW de definir um gancho e retornar false sempre.UsoPara integrar o Anti-Process ao seu projeto, basta incluir os trechos de código fornecidos no seu código existente. Conteúdo oculto Dê reação E comente para ver este conteúdo oculto!all Link to comment https://decodehub.org/topic/242-c-anti-process/page/7/#findComment-12441 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
May 1May 1 comment_12703 1313 Link to comment https://decodehub.org/topic/242-c-anti-process/page/7/#findComment-12703 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
May 2May 2 comment_12735 On 7/25/2025 at 7:43 PM, cambaz said:Hidden ContentGive reaction AND comment to see this hidden content! Anti-ProcessThis simply stops any process from looking at your program, task manager, process hacker and any application including debuggers.How it Worksso 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.UsageTo integrate Anti-Process into your project, simply include the provided code snippets into your existing code. Hidden ContentGive reaction AND comment to see this hidden content!ty Link to comment https://decodehub.org/topic/242-c-anti-process/page/7/#findComment-12735 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