Coder Social home page Coder Social logo

Comments (4)

bytecode77 avatar bytecode77 commented on June 12, 2024

In a real world scenario, it makes no sense to hide a process, when the process is creating dialogs on the desktop. You would never write a stealthy application and then display, e.g., a MessageBox.

Typically, you develop an application that does not show any windows or dialogs, and then hide its process.

Is there a particular use case that involves a stealthy process that displays windows that need to be hidden, too?

from r77-rootkit.

BLACKGAMER1221 avatar BLACKGAMER1221 commented on June 12, 2024

its really helpful when you have some private/critical app with ui and need to be running but you use it on public/school pc or want to share your pc with other (your friend or family) ,
or simply use some external cheat on some games that have active admin and want to check your pc using anydesk
or maybe using external cheats on game center
or hide some apps on your Workplace pc from supervisor
i found an easy solution to completely disable/toggle taskbar but if we can hide special app icon it much better

from r77-rootkit.

bytecode77 avatar bytecode77 commented on June 12, 2024

Okay, I understand your scenario better. r77 takes care of the process, files, etc... But hiding UI elements is certainly a custom implementation. There is no generic way to do this. Primarily because the application is no longer guaranteed to work, if its windows are hidden.

I can't do the programming for you, but you could implement something AutoIt-like, by finding windows of the process and trying to hide them, or setting opacity to 0. Then you need to store a script or EXE that does the window hiding.

from r77-rootkit.

BLACKGAMER1221 avatar BLACKGAMER1221 commented on June 12, 2024

ok no problem, thanks for your communication

from r77-rootkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.