https://github.com/Meinersbur approved this pull request.

PE file start with the magic bytes `MZ` (0x4D5A). Extracting sections can 
usually done with the 
[dumpbin.exe](https://learn.microsoft.com/en-us/cpp/build/reference/dumpbin-reference?view=msvc-170)
 tool. I don't know whether LLVM has means to do it itself as well.

https://github.com/llvm/llvm-project/pull/72889
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to