mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-2563 SplitDatatype transformer
This commit is contained in:
parent
269ea1ae7a
commit
bdf1314b4f
28 changed files with 1699 additions and 161 deletions
|
@ -421,5 +421,6 @@ public record ElementId(String name, int id) {
|
|||
public static final ElementId ELEM_COMMAND_GETUSEROPNAME =
|
||||
new ElementId("command_getuseropname", COMMAND_GETUSEROPNAME);
|
||||
|
||||
public static final ElementId ELEM_UNKNOWN = new ElementId("XMLunknown", 270);
|
||||
public static final ElementId ELEM_SPLITDATATYPE = new ElementId("splitdatatype", 270);
|
||||
public static final ElementId ELEM_UNKNOWN = new ElementId("XMLunknown", 271);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue