ated fileinfo.wlx ver 1.4

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

User avatar
fg_2002fr
Senior Member
Senior Member
Posts: 267
Joined: 2003-02-24, 10:12 UTC
Location: Tours (France)
Contact:

Post by *fg_2002fr »

to Valentino

to find delay-load DLL in a PE_exe, you must read the DELAY_IMPORT entry of the "data directory" table. At this point, there is a flag to know which method using : searching for RVA (relative virtual address) or VA.

Apparently, some earlier modules dont follow this convention. In this case,
I found MFC42.DLL and MFC42U.DLL, may be others...
I don't really know how handle this particular module. All suggestions are welcome. (depends.exe from steve miller can handle this files)
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48113
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Don't know why Christian Ghisler take fontsize in DeviceContext instead of points!
That's how the Font choose dialog returns the size - and if I converted it to points, there would certainly be rounding errors...
Author of Total Commander
https://www.ghisler.com
Post Reply