binaryninja-api
binaryninja-api copied to clipboard
Support nested structure merging
We support merging struct { int a; int b } but we don't support struct { struct { int a; int b; } a; }.
Blocked by #5720.