|
Unless you are writing a virus, this is not a good idea. What if your process has a memory leak ? Or slows down the computer ? You have to let the user decides what he wants to do with his computer. And as far as I know, it is even impossible to hide a process this way.
(And if you are writing a virus, then asking such a question here is stupid).
|
|
|
|
|
Yes, i completely agree with your questioning.
We, two of my team mates and i, are developing a set of plugins- keylogger & screengrabber for a cyber security based company. We are workin as interns. The company 'll be using the project as a utility toolkit for testing purposes, i guess!
I wanted to hide the process so that it would be a more complete product. A more (ethically)professional one.
|
|
|
|
|
Write a Linux application and let it run on another PC. This way your Task Manager won't see your process running for sure...
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke
[My articles]
|
|
|
|
|
ok.. thank yu..
but the problem is that the application being developed is windows specific..
|
|
|
|
|
I can tell you the tricks only, as now I am not using C++ anymore. what ever app is installed in a system, must register themselves(if using a standard deployable package utility) into the system registry. Dont delete their entry point from registry, rather you can alter their entry point from process to services.
Just imagine, have you ever seen any services running inside the task maneger? I guess, no. Every process's entry points contain two main parameter, as name & value. If you change the value from 0 to 1, see what happen...
|
|
|
|
|
ok..
i'll try to do that..
thank yu
|
|
|
|
|
Never use the idea for a virus
You achieve with API hooking(API Hooking (LoadLibrary)[^]), if you get which API is used by TaskManager to show the process.
Величие не Бога может быть недооценена.
|
|
|
|
|
thank yu..
no, i surely won't use it for unethical purposes..
|
|
|
|
|
The problem is not if it is "etical".
It can be even "illegal".
Your company may be prosecuted by law, if you "spy" your user without letting them to know about that.
2 bugs found.
> recompile ...
65534 bugs found.
|
|
|
|
|
This question gets asked often enough to get a little tiresome. Who are you working for so I can make a note never to buy any of their software?
Steve
|
|
|
|
|
First of all,thank you for your NTGraph ACtive code,it is easy and Convenient for us to develop software!NOW ,I encounter a problem:I do not konow how to dislay ElementName in the different position of PlotArea?
Looking forward to your answer. Sincerely
|
|
|
|
|
Please post your question in the forum at the bottom of the article you refer to, not in the general forums.
It's time for a new signature.
|
|
|
|
|
As already replied here[^], use the message board at the bottom of the article.
|
|
|
|
|
Hi
How to use windows explorer style application with tree view in left view ans dialog windows in right view.
Upon clicking the items in tree view , a dialog need to appear in right window
I m bugged of this.
Can Anyone help me to find a way out ...
regards
gany
|
|
|
|
|
|
Can you please elaborate, like which IDE you are using. because if you are using MS-VS 2006 or higher , then I guess there is one tool.
|
|
|
|
|
|
|
Hi,
Am developing a VC++ application where i need to get the username.
I have tried using GetUserName() and also USERNAME. But when i run the application on Vista as "Run as administrator", this is returning the admin's username and not the username with which the system is logged in.
Any suggestions on how to get the username with which the system is logged in when the application is "Run as administrator"?
Thanks
|
|
|
|
|
You could try GetEnvironmentStrings .
Then look for USERNAME variable.
|
|
|
|
|
Thanks for the reply. I have already tried that. It is returning the administrators username when i run the app as "Run as administrator". But i want the system logged on user name.
|
|
|
|
|
The reason why I gave you the answer is this -
I run a normal command prompt and run the set command which lists the environment variables.
Here it lists USERNAME=xxx .
I then run the command prompt as administrator and then do the same thing.
The USERNAME variable lists the same user.
|
|
|
|
|
Did you see here[^]
You need to google first, if you have "It's urgent please" mentioned in your question.
_AnShUmAn_
|
|
|
|
|
Have you looked at LsaEnumerateLogonSessions() ?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
|
|
|
|
|
hey, i want to add custom bitmap on toolbar buttons in WIN32 c++..tell me how i can do this??
|
|
|
|