Getting Information from a DLL: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with " lxlite -c:exemap NLS.DLL ==Links== * [http://www.edm2.com/index.php/Extracting_information_from_LIB_files Extracting_information_from_LIB_files]"
 
No edit summary
Line 1: Line 1:
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




==Links==
==Links==
* [http://www.edm2.com/index.php/Extracting_information_from_LIB_files Extracting_information_from_LIB_files]
* [http://www.edm2.com/index.php/Extracting_information_from_LIB_files Extracting_information_from_LIB_files]
[[Category:How To]]

Revision as of 15:46, 2 April 2021

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


Links