Includes some interesting features to analyze/inspect a program's EXE-File or its running instance. This ranges from PE-file information, window attributes, Delphi/C++ Builder class Details on running programs (also when compressed/encrypted) to a color picker which translates into different color formats.
* Easy selection of a window with the mouse or by providing a window handle
* Information about a window like Caption, ClassName, Font, Window-style and ExtWindow-style
* Delphi/C++ Builder class information: Class hierarchy, Caption, Font, Owner, Parent, VCL-version used to compile
* Translation of a color value in different representations: WebColor, TColor, corresponding system color, red, green, blue parts, hexadecimal and decimal
* Pixel can be selected by mouse; a Magnifier zooms parts of the screen for easier selection
* PeInfo shows many technical details about PE-files (EXE, DLL, OCX, BPL, ...) and tries to identify the compiler and programming language used.