Log in

View Full Version : process scanner



boogyman
08-05-2006, 02:20 AM
Hey, I am looking for a working process scanner.. This is not a code problem, I am looking for the actual application... I would appreciate anyone has it that they can send it my way.... sorry to sound arrogant, but if you dont knwo what it is, then you do not have it

Twey
08-05-2006, 02:29 AM
ps? top? strace?

ps lists processes. top shows process info like runtime, CPU usage, memory usage, &c. strace logs all the system calls made by a program.

boogyman
08-05-2006, 02:46 AM
yes twey i know of that.. that will tell you all the processing running whether they are crutial or not. I am looking for a program that tells you which of your win32 files are necessary and which are not...

Twey
08-05-2006, 03:09 AM
Oh, Windows. strace will do that, but I don't think there's a Windows version of it.
Google it (http://www.google.com/search?q=windows+process+scanner).

codeexploiter
08-10-2006, 03:51 AM
Hi

process explorer is a wonderful small tool from SysInternals which will do lots of additional stuff compared to the task manager.

It is a free product that you can downloadable from http://www.sysinternals.com

hope this will help you

Regards

Code Exploiter