Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从Portable Executable标题中提取一些字段并在 java 项目中使用它们的值。如何组合我的 Java 项目中存在的不同插件(例如 , PE-Explorer)PE-Info。
Portable Executable
PE-Explorer
PE-Info
我建议只创建一个二进制阅读器并根据文件格式自己读取字节。这并不难,你可以提取你需要的东西。
请参阅:http: //msdn.microsoft.com/en-us/magazine/ms809762.aspx