TrID file identifier & Total Commander
Moderators: Hacker, petermad, Stefan2, white
TrID file identifier & Total Commander
TrID is a freeware (mostly binary) file identifier I developed.
It use a library of hundreds of XML definitions that lists recurring binarty patterns & strings to identify any file irregardless of his name & extensions.
It can come handy whenever you have to deal with a file with an unknown or missing extension, or that was badly renamed, recovered by some rescue utilities that assign a standard name like "Rescue003.dat", etc. etc.
I found that it can be very conveniently used in conjunction with Total Commander, simply adding it to the button bar. This way it will always be at hand when needed. Just pass the current hilight file with "%P%N" in the parameters and it's ready.
Here's a sample screenshot:
Image: http://mark0.ngi.it/screenshots/tridnet.png
You can get TrIDNet from here: http://mark0.ngi.it/soft-tridnet-e.html
There's also a command line version: http://mark0.ngi.it/soft-trid-e.html
And here's the list of recognized file formats (over 1.200):
http://mark0.ngi.it/soft-trid-deflist.html
Also, creating defs for new file types (even inhouse or proprietary ones) is very easy. It's only a mean of collecting a number of file of that type (the more and more varied, the better) and the run the companion TrIDScan utility against them!
Hope this could be useful to someone!
Bye!
It use a library of hundreds of XML definitions that lists recurring binarty patterns & strings to identify any file irregardless of his name & extensions.
It can come handy whenever you have to deal with a file with an unknown or missing extension, or that was badly renamed, recovered by some rescue utilities that assign a standard name like "Rescue003.dat", etc. etc.
I found that it can be very conveniently used in conjunction with Total Commander, simply adding it to the button bar. This way it will always be at hand when needed. Just pass the current hilight file with "%P%N" in the parameters and it's ready.
Here's a sample screenshot:
Image: http://mark0.ngi.it/screenshots/tridnet.png
You can get TrIDNet from here: http://mark0.ngi.it/soft-tridnet-e.html
There's also a command line version: http://mark0.ngi.it/soft-trid-e.html
And here's the list of recognized file formats (over 1.200):
http://mark0.ngi.it/soft-trid-deflist.html
Also, creating defs for new file types (even inhouse or proprietary ones) is very easy. It's only a mean of collecting a number of file of that type (the more and more varied, the better) and the run the companion TrIDScan utility against them!
Hope this could be useful to someone!
Bye!
Re: TrID file identifier & Total Commander
After trying to start the TridNet soft and getting the messageMark0 wrote:You can get TrIDNet from here: http://mark0.ngi.it/soft-tridnet-e.html
I re-entered the home page and found out that '.NET framwork' is necessasary for this soft.This Application could not get initialized properly (0xc0000135). Click 'OK' to close the application.
Seems I'll stick on fileinfo-plugin.
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
Re: TrID file identifier & Total Commander
Yes, .NET Framework is needed for TrIDNet.Sheepdog wrote:I re-entered the home page and found out that '.NET framwork' is necessasary for this soft.
But you may want to try the command line version, that instead is a plain and simple Win32 console application.
Just create a batch file like:
Code: Select all
trid %1
pause
Bye!
I just released a beta of a new version of my TrID file identifier (the command line driven one).
It now use a binary package for the DB (instead of many XML file definitions, one per file type). So, now it can identify a file almost instantaneously, and just two files are needed, the TrID executable and the TrIDDefs.TRD database.
You can download the beta from here (there is also some info about the new features, like batch scanning and renaming).
To integrate it in the Total Commander's toolbar, just use "%P%N -w" in the parameters (to force a pause after displaying the results).
Hope this can be useful to someone,
Bye!
It now use a binary package for the DB (instead of many XML file definitions, one per file type). So, now it can identify a file almost instantaneously, and just two files are needed, the TrID executable and the TrIDDefs.TRD database.
You can download the beta from here (there is also some info about the new features, like batch scanning and renaming).
To integrate it in the Total Commander's toolbar, just use "%P%N -w" in the parameters (to force a pause after displaying the results).
Hope this can be useful to someone,
Bye!
Thanks!
The beta is now finished and the new v2.00 of TrID file identifier is out!
Image: http://mark0.net/screenshots/trid.png
Bye!
The beta is now finished and the new v2.00 of TrID file identifier is out!
Image: http://mark0.net/screenshots/trid.png
Bye!
Uhm... Don't know! 
But maybe you can create a batch file and put a link to it on the desktop.
Something like:
and save it as TrID_Batch.BAT in TrID's folder.
Bye!

But maybe you can create a batch file and put a link to it on the desktop.
Something like:
Code: Select all
@ECHO OFF
TRID %1 -w
EXIT
Bye!
- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact: