Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
898 stars 202 forks source link

Parse PE rich header information #3932

Open op2786 opened 1 year ago

op2786 commented 1 year ago

I frequently get this information via other tools, maybe BN would parse it for us in future versions.

https://github.com/dishather/richprint

plafosse commented 1 year ago

We do parse out the rich header but it would be nice if we wrote a custom DataRenderer for it so we could look up the visual studio version and display it properly:

image

plafosse commented 1 year ago

Additionally we should put this information in the BinaryView Metadata so it can be easily queried by the user if needed.