Getting Information from a DLL: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
==lxlite== | ==lxlite== | ||
I had used [[ | I had used [[LxLite]] to try get more more information about DLLs, for example I want to know which functions does it offers. | ||
lxlite -c:exemap NLS.DLL | lxlite -c:exemap NLS.DLL |
Latest revision as of 16:25, 22 December 2024
Sometimes you want to know more about what is inside a DLL file, like the functions that it has internally that are called by different programs.
lxlite
I had used LxLite to try get more more information about DLLs, for example I want to know which functions does it offers.
lxlite -c:exemap NLS.DLL
LXDump/2
Also some information can be extracted from DLLs by using lx2dump (LXDump/2).