GT2 is an excellent program I suggest to anyone wants to analyze things deeper..
it's at address http://philip.helger.com/gt/File format analyzer
Commandline program
Especially for archives (> 50) and executable modifier
Detection of many COM/DOS-EXE/PE-EXE/NE-EXE/LE-EXE modifier and compiler
External data DLL -> easy updates
< 5 milliseconds per file
Freeware
Copy it freely
GT2 is a file detection utility that detects all kind of file types according to their binary signature.
Example: GT will recognize your ZIP file even if it is named "testfile.avi" if the first 4 bytes in the file are PK\x03\x04 - whatever this mean
It is different from standard Windows filetype detection since it does not consider the file's extension by default.
So if you ever stumble across a file that you don't know what it is, run GT2 on it and you will hopefull know what it is.
The given informations are really useful IMHO..
For integrating it in TotalCommander here's a very simple way!
1.Create the gt2 folder under the totalcommander installation folder
2. copy the gt2 files there and add the bat below
Code: Select all
gt2 /outhtml "%1" >gt2.htm
CALL lister gt2.htm
del gt2.htm
4. create a button on the TotalCommande tools bar as below
Code: Select all
Command: %COMMANDER_PATH%\Tools\gt2\gt2.bat
Parameter: %P%N
Start Path: %COMMANDER_PATH%\Tools\gt2\
Icon File: %COMMANDER_PATH%\Icons\Next 48x48 - Icon Library.icl or any you want!
check Run minimized