undetectable files in Windows task manager

Questions about programming languages and debugging
Post Reply
svyatko
suck-o-fied!
suck-o-fied!
Posts: 87
Joined: 12 Jun 2007, 16:00
16
Location: Philly
Contact:

undetectable files in Windows task manager

Post by svyatko »

does any one know the code in vb6 to make files undetectable in windows Task manager?

Thanks for the help!

User avatar
floodhound2
∑lectronic counselor
∑lectronic counselor
Posts: 2117
Joined: 03 Sep 2006, 16:00
17
Location: 127.0.0.1
Contact:

Post by floodhound2 »

I think it is

Code: Select all

App.TaskVisible = False
₣£ΘΘĐĦΘŮŇĐ

bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

Post by bubzuru »

floodhound2 wrote:I think it is

Code: Select all

App.TaskVisible = False
i think he means in the processes tab

User avatar
floodhound2
∑lectronic counselor
∑lectronic counselor
Posts: 2117
Joined: 03 Sep 2006, 16:00
17
Location: 127.0.0.1
Contact:

Post by floodhound2 »

Concealing it from the processes tab is not going to happen. I won’t say it is impossible, but I am sure it can’t be done in visual basic. He could however name the program similar to one that is already running like svchost.exe to help bury it.
₣£ΘΘĐĦΘŮŇĐ

User avatar
floodhound2
∑lectronic counselor
∑lectronic counselor
Posts: 2117
Joined: 03 Sep 2006, 16:00
17
Location: 127.0.0.1
Contact:

Post by floodhound2 »

floodhound2 wrote:Concealing it from the processes tab is not going to happen. I won’t say it is impossible, but I am sure it can’t be done in visual basic. He could however name the program similar to one that is already running like svchost.exe to help bury it.
Now that I stated this I realize I might be off beam. When will I learn! I just thought about something, ill need to test it, but I might have a way to mask a program from the processes list in task manager.

To be continued…
₣£ΘΘĐĦΘŮŇĐ

svyatko
suck-o-fied!
suck-o-fied!
Posts: 87
Joined: 12 Jun 2007, 16:00
16
Location: Philly
Contact:

Post by svyatko »

ok thanks for the help guys. if you figure out how to hide it in the processes tab, post it here.

Post Reply