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.
我想将基于地址范围的 ELF 系统映像中的图像提取集成到 Windows 上的工具中。有什么方法可以在类似于使用 ARM 工具链中的 fromelf 工具的 Windows 上执行此操作?
我将不胜感激有关此的任何指示。
谢谢
您可以将objcopy与cygwin一起使用,或者从MinGW下载本机 Windows 二进制文件。