[WLX] fileinfo 2.23 x32/x64 (May 2017)
Moderators: Hacker, petermad, Stefan2, white
2fg_2002fr
Thanks for the new version.
I've installed it and activated Disassemble option (previously of course I'd downloaded cadt). For many files it seems to work correctly but for Tester.exe file (included in cadt.rar) in crashes with 'Exception EExternalException in module TOTALCMD.EXE at 7C542119. External exception C0150010".
Thanks for the new version.
I've installed it and activated Disassemble option (previously of course I'd downloaded cadt). For many files it seems to work correctly but for Tester.exe file (included in cadt.rar) in crashes with 'Exception EExternalException in module TOTALCMD.EXE at 7C542119. External exception C0150010".
2fg_2002fr
Thanks for the new version.
From the readme.txt:Where can we get the CADT.DLL ?
Thanks for the new version.
From the readme.txt:
Code: Select all
Disassemble=0 : disable by default.(1 to enable, need cadt.dll to be copied in "system32" directory)
Räubi
(#2852 + #287609)
(#2852 + #287609)
It said in readme: http://physio-a.univ-tours.fr/tcplugins/cadt.rar
Confimed. TC 7b1 + Fileinfo 2.0.8, WinXP SP2I've installed it and activated Disassemble option (previously of course I'd downloaded cadt). For many files it seems to work correctly but for Tester.exe file (included in cadt.rar) in crashes with 'Exception EExternalException in module TOTALCMD.EXE at 7C542119. External exception C0150010".
Räubi
(#2852 + #287609)
(#2852 + #287609)
to djk
I confirm, and could say that disassemble crash with all executable with main function without "return" instruction. (I presumed that all main function have) i will test the end_of_file also to prevent fileinfo crashing.
it crash also when executables are packed, I test it but sometimes test fails and the library crash.
the access violation error seems to occur with some plugins. there is a special topic in the english forum. I hope Christian and the communauty will find the cause of this problem.
I confirm, and could say that disassemble crash with all executable with main function without "return" instruction. (I presumed that all main function have) i will test the end_of_file also to prevent fileinfo crashing.
it crash also when executables are packed, I test it but sometimes test fails and the library crash.
the access violation error seems to occur with some plugins. there is a special topic in the english forum. I hope Christian and the communauty will find the cause of this problem.
to strogg, firges, roenten666
I just wonder if this access violation was due to UPXed plugins.
As fileinfo works on my computer, could you test something for me.
- use fileinfo plugin on "fileinfo.wlx" file,
- on the "Image file Header" press CTL-S
- save the uncompressed image (rename it because the file is used)
- quit TC, restart it
- rename the saved image as fileinfo.wlx (overwrite old)
- use lister to see if the error occur
THX
I just wonder if this access violation was due to UPXed plugins.
As fileinfo works on my computer, could you test something for me.
- use fileinfo plugin on "fileinfo.wlx" file,
- on the "Image file Header" press CTL-S
- save the uncompressed image (rename it because the file is used)
- quit TC, restart it
- rename the saved image as fileinfo.wlx (overwrite old)
- use lister to see if the error occur
THX
Still no luck. I haven't been able to unpack it because of the error, but then I used upx to manually unpack.
Something strange I've seen: if I Alt+Tab to other window and then come back to Lister the error appears again as if some kind of autorefresh happens (to my knowledge Lister does not autorefresh)
Maybe it helps, here are some more errors:
Something strange I've seen: if I Alt+Tab to other window and then come back to Lister the error appears again as if some kind of autorefresh happens (to my knowledge Lister does not autorefresh)
Maybe it helps, here are some more errors:
Code: Select all
Access violation at address 629C3DD4. Read of address DD7E3066. (I couldn't get rid of this one - it always popped up)
Access violation at address 629C3DD4. Read of address DD7F11A6.
Access violation at address 629C3DD4. Read of address DD7D981E.
TC for Linux please!
Hi all,
Ctrl+Tab will come back in the next release,
to Strogg & roentgen666
As this access violation occur with some plugins, the best is finding the common point between all. UPXed EXE could have been the problem.
Also, fileinfo is developed in VisualC++ and use MFC shared libraries.
May be a conflict come from a common DLL. here is the version of common DLL I 'm using :
MSVCP60 ver 6.02.3104.0
MFC42 ver 6.02.4131.0
MSVCRT ver 7.0.2600.2181 (from sp2)
OLE2 ver 2.1
Ctrl+Tab will come back in the next release,
to Strogg & roentgen666
As this access violation occur with some plugins, the best is finding the common point between all. UPXed EXE could have been the problem.
Also, fileinfo is developed in VisualC++ and use MFC shared libraries.
May be a conflict come from a common DLL. here is the version of common DLL I 'm using :
MSVCP60 ver 6.02.3104.0
MFC42 ver 6.02.4131.0
MSVCRT ver 7.0.2600.2181 (from sp2)
OLE2 ver 2.1
2fg_2002fr
ole2.dll 2.10.35.35
msvcrt.dll 7.0.2600.2180
mfc42.dll 6.2.4131.0
msvcp60.dll 6.2.3104.0
They seem a bit more updated
Anyway... if it is permitted... maybe you could include those dlls that you use along with the plugin, just for testing.
These are mine:MSVCP60 ver 6.02.3104.0
MFC42 ver 6.02.4131.0
MSVCRT ver 7.0.2600.2181 (from sp2)
OLE2 ver 2.1
ole2.dll 2.10.35.35
msvcrt.dll 7.0.2600.2180
mfc42.dll 6.2.4131.0
msvcp60.dll 6.2.3104.0
They seem a bit more updated

Anyway... if it is permitted... maybe you could include those dlls that you use along with the plugin, just for testing.
TC for Linux please!