mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Merge remote-tracking branch 'origin/GP-3307_StackStrings'
(Closes #1380, Closes #2285, Closes #6592, Closes #6431)
This commit is contained in:
commit
22bd5e2d3c
37 changed files with 1653 additions and 419 deletions
|
@ -115,10 +115,10 @@ public record AttributeId(String name, int id) {
|
|||
public static final AttributeId ATTRIB_CHAR = new AttributeId("char", 49);
|
||||
public static final AttributeId ATTRIB_CORE = new AttributeId("core", 50);
|
||||
public static final AttributeId ATTRIB_ENUM = new AttributeId("enum", 51);
|
||||
public static final AttributeId ATTRIB_ENUMSIGNED = new AttributeId("enumsigned", 52);
|
||||
public static final AttributeId ATTRIB_ENUMSIZE = new AttributeId("enumsize", 53);
|
||||
public static final AttributeId ATTRIB_INTSIZE = new AttributeId("intsize", 54);
|
||||
public static final AttributeId ATTRIB_LONGSIZE = new AttributeId("longsize", 55);
|
||||
// public static final AttributeId ATTRIB_ENUMSIGNED = new AttributeId("enumsigned", 52); // deprecated
|
||||
// public static final AttributeId ATTRIB_ENUMSIZE = new AttributeId("enumsize", 53); // deprecated
|
||||
// public static final AttributeId ATTRIB_INTSIZE = new AttributeId("intsize", 54); // deprecated
|
||||
// public static final AttributeId ATTRIB_LONGSIZE = new AttributeId("longsize", 55); // deprecated
|
||||
public static final AttributeId ATTRIB_OPAQUESTRING = new AttributeId("opaquestring", 56);
|
||||
public static final AttributeId ATTRIB_SIGNED = new AttributeId("signed", 57);
|
||||
public static final AttributeId ATTRIB_STRUCTALIGN = new AttributeId("structalign", 58);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue