binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Parse PE resources

Open xusheng6 opened this issue 3 years ago • 2 comments

It would be a nice addition to parse the PE resources, and even better, display all the resources in a tree view similar to that in Resource Hacker. This can be divided into two tasks:

  1. Parse and define the relevant structures in the resource directory
  2. Add a new view to display the resources

1). is super easy to do, as it simply deals with some structures. But it could already be useful in certain cases. 2). is a more robust improvement, but it is not super useful for analysis. So it has lower priority.

xusheng6 avatar Jan 05 '23 06:01 xusheng6

Related to: https://github.com/Vector35/binaryninja-api/issues/4054

xusheng6 avatar Aug 10 '23 07:08 xusheng6

Parsing of PE resources is added in 4.1.5288-dev. Resource names aren't resolved though.

negasora avatar May 16 '24 00:05 negasora