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

Support nested structure merging

Open fuzyll opened this issue 1 year ago • 0 comments

We support merging struct { int a; int b } but we don't support struct { struct { int a; int b; } a; }.

Blocked by #5720.

fuzyll avatar Jul 11 '24 19:07 fuzyll