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

Mark Jones

"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

travism


Shantanu Gadgil

Quote from: Mark Jones on May 29, 2009, 06:13:32 AM
Perhaps a friendly reminder is in order...

http://www.masm32.com/board/index.php?topic=31.0
Come on ... This is getting a bit too much ... really !!!

Quote from: travism on May 29, 2009, 06:15:50 AM
Don't see anything I did wrong...
I agree!!!

Regards,
Shantanu

P.S.
The "gentle reminder" should have been a personal message, if at all!!!
To ret is human, to jmp divine!

dedndave

Mark must have intended that for nrdev's thread, not this one
probably a simple mistake

Mark Jones

Quote from: UtillMasm on May 29, 2009, 04:34:10 AM
and cool website http://www.intelkoder.net/卐   <--------
:U

No, this was in regards to UtillMasm's comments. Many people could be offended if a swastika were associated with them. (If you can't see the symbol after the URL, it is the four-armed cross.) Bottom line is, UtillMasm has done little things like this repeatedly, then said "It's no big deal, get over it." Well, I am saying that, according to the rules, people should be treated with respect here. It is part of the rules.
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

UtillMasm

#20
yes, it's a chinese tradition character.

hongkong, taiwan, japan is tradition characters.
beijing, shanghai is simplified characters.

example:

   tradition characters
      龍車卐蘴

   simplified characters
      龙车万丰

i think, you need to learn some basic chinese character.
i understand, you have less chinese word knowledge. but it just a 5000 years old china word, and just 1 of 70000000 (mybe more, nobody know the actual number) chinese word.
you need read a book come from china, it's name 四库全书 or 四庫全書 (onlinebook ulr: http://www.sikuquanshu.com/main.aspx?lang=en).

Mark Jones

Well my mistake for the confusion then. It appeared like you were implying that Travis was a "Nazi" or possibly "Code Nazi."

http://dictionary.reference.com/browse/nazi

A moderator should probably remove all of these thread-irrelevant posts. (Sorry Travis.)
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

UtillMasm

oh my poor boy.
you don't know the chinese character meaning...

BogdanOntanu

UtilMasm,

Please do not post messages that are not related to the topics subject and do not contain much helpful information.

IF you can not post something usefully AND technical AND in ENGLISH AND respecting the forums rules THEN please do not post.
Ambition is a lame excuse for the ones not brave enough to be lazy.
http://www.oby.ro

travism

Oh, I didnt even notice that, its ok. Mark lol.

TmX

Looks nice travism, reminds me of EzProcess, only smallerĀ  :U

Can I take a look at the source code?

dedndave

yes Travis - i'd like to see how you made the nice windows and menus
i am a n00b, and it looks like a great example to learn from

UtillMasm

 :toothy
EzProcess is nice too.

btw other style list:
kd> !process 0 0
**** NT ACTIVE PROCESS DUMP ****
PROCESS 82196660  SessionId: none  Cid: 0004    Peb: 00000000  ParentCid: 0000
    DirBase: 003a4000  ObjectTable: e1001c70  HandleCount: 484.
    Image: System

......

PROCESS 81fba408  SessionId: 0  Cid: 047c    Peb: 7ffd5000  ParentCid: 0474
    DirBase: 072f0280  ObjectTable: e194eb90  HandleCount: 515.
    Image: EXPLORER.EXE

......

ToutEnMasm


Quote
i'd like to see how you made the nice windows and menus

Using that i name "class in masm" you can do such a thing in a few seconds.
Create an empty window (my ide can do that also in seconds)
Include the attached file
read the comment in the upper include file
copy the lines , it is done !
You have just to modify the title,all is write to be modify and duplicate
Duplication : take the same include file,rename it.Chanhe listview in listview1 (in the code) and you have another listview.





[attachment deleted by admin]

BlackVortex

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 ?