[WLX] fileinfo 2.23 x32/x64 (May 2017)
Moderators: Hacker, petermad, Stefan2, white
Hi all,
I would like to know how many person here have tested fileinfo with unupx.dll plugin and if someone have troubles with it or if it works well
if you are not sure if it works try to view fileinfo plugin with lister
you should obtain something like that in "image File Header" tab
Plugin 1 : Executing...
Plugin 1 : <UPX> File compressed with UPX
Plugin 1 : <UPX> UPX version: 13
Plugin 1 : <UPX> File type: win32/pe
Plugin 1 : <UPX> Compression method: NRV2E_LE32
...
FG
I would like to know how many person here have tested fileinfo with unupx.dll plugin and if someone have troubles with it or if it works well
if you are not sure if it works try to view fileinfo plugin with lister
you should obtain something like that in "image File Header" tab
Plugin 1 : Executing...
Plugin 1 : <UPX> File compressed with UPX
Plugin 1 : <UPX> UPX version: 13
Plugin 1 : <UPX> File type: win32/pe
Plugin 1 : <UPX> Compression method: NRV2E_LE32
...
FG
The plugin seems to work fine. Recognize this ?
Code: Select all
TECHNICAL FILE INFORMATION :
File Type Description : Portable Executable (PE)
Plugin 1 : Executing...
Plugin 1 : <UPX> File compressed with UPX
Plugin 1 : <UPX> UPX version: 12
Plugin 1 : <UPX> File type: win32/pe
Plugin 1 : <UPX> Compression method: NRV2D_LE32
Plugin 1 : <UPX> Compression level: 10
Plugin 1 : <UPX> Uncompressed length: 2184551 bytes
Plugin 1 : <UPX> Compressed length: 708534 bytes
Plugin 1 : <UPX> Original file size: 2109952 bytes
Plugin 1 : <UPX> Filter ID: 26h
Plugin 1 : <UPX> CTO (for filters 21h .. 29h): 3Fh
Plugin 1 : <UPX> Header checksum: From Header = 05h
Plugin 1 : <UPX> Header checksum: Calculated = 05h
Plugin 1 : <UPX> Compressed adler32: From Header = 0A1C0FB5h
Plugin 1 : <UPX> Compressed adler32: Calculated = 0A1C0FB5h
Plugin 1 : <UPX> Decompressing...
Plugin 1 : <UPX> Uncompressed adler32: From Header = 92F089A6h
Plugin 1 : <UPX> Uncompressed adler32: Calculated = 92F089A6h
Plugin 1 : <UPX> File has an original PE header (can be restored).
Plugin 1 : <UPX> Unfiltering...
Plugin 1 : <UPX> Rebuilding Image...
Plugin 1 : <UPX> Section: CODE 1678336 bytes
Plugin 1 : <UPX> Section: DATA 11776 bytes
Plugin 1 : <UPX> Section: BSS 0 bytes
Plugin 1 : <UPX> Section: .idata 12800 bytes
Plugin 1 : <UPX> Section: .tls 0 bytes
Plugin 1 : <UPX> Section: .rdata 512 bytes
Plugin 1 : <UPX> Section: .reloc 79360 bytes
Plugin 1 : <UPX> Section: .rsrc 326144 bytes
Plugin 1 : End of Work
Using Decompressed Image
Size of New Image : 2109988 bytes
...BRB...
Works fine for me..fg_2002fr wrote:Hi all,
I would like to know how many person here have tested fileinfo with unupx.dll plugin and if someone have troubles with it or if it works well
Code: Select all
File Type Description : Portable Executable (PE)
Plugin 1 : Executing...
Plugin 1 : <UPX> File compressed with UPX
Plugin 1 : <UPX> UPX version: 12
Plugin 1 : <UPX> File type: win32/pe
Plugin 1 : <UPX> Compression method: NRV2D_LE32
Plugin 1 : <UPX> Compression level: 10
Plugin 1 : <UPX> Uncompressed length: 2188647 bytes
Plugin 1 : <UPX> Compressed length: 708949 bytes
Plugin 1 : <UPX> Original file size: 2112000 bytes
Plugin 1 : <UPX> Filter ID: 26h
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
to ChL
OK, I've found why.
in fact, your VersionInfo is missing a translation table( "\\VarFileInfo\\Translation" ) the VersionInfo resource is present but not the Language Id and Charset contained in this translation table and Fileinfo doesn't display the VersionInfo.
I can bypass the test for the translation table but in this case some informations displayed will not be accurate.
OK, I've found why.
in fact, your VersionInfo is missing a translation table( "\\VarFileInfo\\Translation" ) the VersionInfo resource is present but not the Language Id and Charset contained in this translation table and Fileinfo doesn't display the VersionInfo.
I can bypass the test for the translation table but in this case some informations displayed will not be accurate.
version 2.02 is out
Enrico Frumento joined me to add typelib extraction functionality to fileinfo
other changes:
- Fixed : crash in 'Import/Export' when you click outside selections
- Fixed : increase compatibility with some EXE files
- Fixed : hang with damaged executables
- Added : read some unconventional VersionInfo
- Added : Option to sort functions in 'Import/Export' tab
- Added : Jump directly to tabs with CTRL-( 1 to 8 )
- Added : register/unregister activex library
- Added : typelib information
- Added : image for SH3, SH4, SH5, ARM and AMD64 processors
- Changed : page order to be more usefull with autosave option
You can download it here:
http://physio-a.univ-tours.fr/tcplugins/wlx_fileinfo202.zip
Size: 100 KB
see webpage at:
http://physio-a.univ-tours.fr/tcplugins/
Enrico Frumento joined me to add typelib extraction functionality to fileinfo
other changes:
- Fixed : crash in 'Import/Export' when you click outside selections
- Fixed : increase compatibility with some EXE files
- Fixed : hang with damaged executables
- Added : read some unconventional VersionInfo
- Added : Option to sort functions in 'Import/Export' tab
- Added : Jump directly to tabs with CTRL-( 1 to 8 )
- Added : register/unregister activex library
- Added : typelib information
- Added : image for SH3, SH4, SH5, ARM and AMD64 processors
- Changed : page order to be more usefull with autosave option
You can download it here:
http://physio-a.univ-tours.fr/tcplugins/wlx_fileinfo202.zip
Size: 100 KB
see webpage at:
http://physio-a.univ-tours.fr/tcplugins/
2fg_2002fr
Hello Franзois
Thank you for new version.
I have some remarks.
First - can you change the dll dependency tab location as in previous versions (make it second after File Properties)? It's so habitual
Then - Function sorting in Import/Export tab (sort) couldn't be saved permanently. Can you fix it?
Also I though that would be great if you implement export to *.rtf or *.txt of the information from Image File Header tab. How do you think?
Hello Franзois
Thank you for new version.
I have some remarks.
First - can you change the dll dependency tab location as in previous versions (make it second after File Properties)? It's so habitual

Then - Function sorting in Import/Export tab (sort) couldn't be saved permanently. Can you fix it?
Also I though that would be great if you implement export to *.rtf or *.txt of the information from Image File Header tab. How do you think?