 Password Revealer v1.0 by SavaGe/Phrozen Crew, all rights reversed

 Introduction:
 ~~~~~~~~~~~~~
 After i read Iczelion's tutorial on windows hooks i came on the idea to write a
 Password Revealer. So here it is and i hope you'll find this tool useful ;)
 It's basicly Icz's windows hook and trayicon tut combined.

 The hook dll is from Icz's windows hook example, and is exactly the same with just
 a few lines added to it, simply because the dll was perfectly coded and i've
 couldn't do better :)

 So, what exactly is Password Revealer(TM)?:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 This tool reveals the password behind those asteriks (or other chars) just point
 your mouse cursor on a password box, and it will be revealed.

 There are many other tools that do the same trick, but most of them write the
 password in a seperate window, Password Revealer doesnt, it just removes the pass-
 word flag and updates the window so the revealed password is in the same window.
 Also, this one comes with the source =)

 It's tested on Win98 and Win2k, but i'm sure it works on all windows platforms.
 Keep in mind that it only reveals passwords that are in standard edit boxes, some
 apps keep the password in memory and only draws asteriks.

 How do i use it?:
 ~~~~~~~~~~~~~~~~~
 It works very simple,
 Just start Password Revealer and it will sit in your traybar, the icon tells the
 status: enabled or disabled.

 Leftclick on the trayicon to enable, leftclick again and it will disable (you get
 the clue? =)

 When disabled it will just sit there doing nothing.
 When enabled, just hover with your mouse cursor over a password box and voila.

 Rightclick gives you a little popup menu, just look for yourself..

 It's also possible to start it enabled, just run with the parameter "-enabled" like: 

  revealer.exe -enabled

 Greets and thanks:
 ~~~~~~~~~~~~~~~~~~
 Iczelion for his great win32asm tutorials and website (http://win32asm.cjb.net), I
 wish you were still in Phrozen Crew ;)

 Hutch for the MASM32 package

 Antileon for giving me some great tips on how to improve password revealer, thnx m8

 Xaran for nagging me to add an about box :)

 And all Phrozen Crew members..

 How to contact me:
 ~~~~~~~~~~~~~~~~~~
 EMail: savage@phrozencrew.com
   IRC: usually hanging in #phrozencrew and #pc2k and sometimes #win32asm (EFNET)

 bug reports are more than welcome.

 <EOF>