简体   繁体   English

Windows .lib文件是否有等效的GNU二进制文件描述符(BFD)?

[英]Is there some equivalent of GNU Binary File Descriptor (BFD) for Windows .lib files?

I have a .lib file that was compiled from C++ and would like to be able to do some of the same things you can do with .so files using BFD in Linux. 我有一个.lib文件,它是用C ++编译的,希望能够在Linux中使用BFD进行与.so文件相同的操作。 Are there any alternatives or ways to get BFD to work with .lib files? 是否有其他替代方法或方法可以使BFD与.lib文件一起使用? Thanks! 谢谢!

Windows is not really a fully open source project but you could definitely try to write a parser yourself for the .lib, .exe, and .dll files. Windows并不是真正的完全开源项目,但是您绝对可以尝试自己为.lib,.exe和.dll文件编写解析器。 There is plenty of information on these file formats and definitely enough to parse them accurately. 有关这些文件格式的信息很多,而且绝对足以准确地解析它们。 I really couldn't find a library that would parse Window's binaries but hey maybe I just can't google well. 我确实找不到能解析Window二进制文件的库,但是嘿,也许我只是Google不好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM