Vector35 / binaryninja-api

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

HLIL does not show nested structures #3868

Open nitrogar opened 1 year ago

nitrogar commented 1 year ago

Version and Platform (required):

Bug Description: nested types are not used in the HLIL

Screenshot 2023-02-04 050702 Screenshot 2023-02-04 050555

nitrogar commented 1 year ago

or mybe the problem is with arrays inside nested structures

ccarpenter04 commented 1 year ago

How would that be represented?

nitrogar commented 1 year ago

well as close as possible to the provided C code , the main issue is that binja dose no show the usage of element l2 and l3 in the structures Level1 and Level2 even though they are defied in the types