[SOLVED] How to Hide Program from Background Processes

I want to run a program A but it’s getting detected by another program B. If program B detects program A it automatically closes. Is there any way I can hide program A so that B can’t detect it?

2 Likes

Yes, you can do this and there are some videos on YouTube that can help you.

The Visual Basic stuff is to hide THE VB program, not the other programs…

I’m sure you can do it, that is hide information from other programs using VB. It still takes knowledge of Windows internals and data structures to do this.

Extra

An Introduction to Backdooring Operating Systems.pdf (693.7 KB)


HackerDefender - Rootkit for the Masses

What will you learn…
• How to use Hacker Defender rootkit
• Hiding files, processes, & registry keys
• Using the backdoor client.

What you should know…
• How to use Windows and the Windows file system
• The basics of Windows rootkits
• Windows command line.

4 Likes