Dll to lib 2.0 unpacked version,将DLL文件转换为等效的静态库。在转换过程中,为开发人员引入了与DLL中的导出函数相同的编程接口。从动态链接库中重构出所需的符号表、字符串表和引用表,构成一个有效的、可移植的静态库。
(Convert DLL file into its equivalent static library. In the conversion process, a programming interface identical to the export functions in the DLL is introduced for developers. And the necessary symbol tables, string tables and reference tables are also reconstructed from the DLL to make a valid and portable static library.)