mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-5256 ExtraStack, sizes attribute, merge join sequence
This commit is contained in:
parent
acbda8b076
commit
00f9789116
40 changed files with 1015 additions and 411 deletions
|
@ -346,6 +346,7 @@
|
|||
<attribute name="name"/>
|
||||
<optional><attribute name="minsize"/></optional>
|
||||
<optional><attribute name="maxsize"/></optional>
|
||||
<optional><attribute name="sizes"/></optional>
|
||||
</define>
|
||||
|
||||
<define name="modelrule_type">
|
||||
|
@ -439,6 +440,11 @@
|
|||
<attribute name="storage"/>
|
||||
</element>
|
||||
</zeroOrMore>
|
||||
<zeroOrMore>
|
||||
<element name="extra_stack">
|
||||
<empty/>
|
||||
</element>
|
||||
</zeroOrMore>
|
||||
</define>
|
||||
|
||||
<define name="prototype_type">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue