News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

ProcView Version 1.3

Started by travism, May 23, 2009, 12:24:32 PM

Previous topic - Next topic

ToutEnMasm


Quote
now it's takes about 3 seconds to kill notepad.exe

And which api did you use ?,a  fraction of second is enough.

travism

Quote from: BlackVortex on May 30, 2009, 03:29:14 PM
I have a feature request : A checkbox to ignore known/system processes, like svchost,winlogon,prociew itself etc.
Or maybe filter out processes from the system directory ?

Because the user is usually interested on just "normal" user processes.

Also, autokill speed should be selectable, now it's takes about 3 seconds to kill notepad.exe (why does it go through each process anyway and not just try to open the autokill-target)

Lastly, can the numbers be shown in hex ?

hey great requests i will work them into the program as soon as I can. The reason for the autokill was for programs that just kept starting back up again that I wanted killed.  Ill upload the source and just post it here soon. I must say it is messy though lol. Thanks for all the feedback

travism

Well I just uploaded the updated version, and the source is now with it. :) Was fun working on this project, All bugs and update requests can post here and ill still add to it. :) Thanks everyone

BlackVortex

Cool, it hides system processes, but it doesn't hide explorer.exe and soundman.exe and rundll32.exe and itself  :-D

Also, autokill is too slow, can you make it more brutal ?   :green

Final grip : Module addresses in decimal ?  :P

EDIT: Another one : Checkboxes for currently selected options !

travism

Quote from: BlackVortex on June 01, 2009, 12:51:19 AM
Cool, it hides system processes, but it doesn't hide explorer.exe and soundman.exe and rundll32.exe and itself  :-D

Also, autokill is too slow, can you make it more brutal ?   :green

Final grip : Module addresses in decimal ?  :P

EDIT: Another one : Checkboxes for currently selected options !

Awesome, thanks for the suggestions ill add them in as soon as I can.


UtillMasm

 :U
cool!
chm source very cool!
i like it.

travism