mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-3266 Max jumptable entry option
This commit is contained in:
parent
3b62fdaa95
commit
d8b4f910ca
11 changed files with 93 additions and 12 deletions
|
@ -422,5 +422,6 @@ public record ElementId(String name, int id) {
|
|||
new ElementId("command_getuseropname", COMMAND_GETUSEROPNAME);
|
||||
|
||||
public static final ElementId ELEM_SPLITDATATYPE = new ElementId("splitdatatype", 270);
|
||||
public static final ElementId ELEM_UNKNOWN = new ElementId("XMLunknown", 271);
|
||||
public static final ElementId ELEM_JUMPTABLEMAX = new ElementId("jumptablemax", 271);
|
||||
public static final ElementId ELEM_UNKNOWN = new ElementId("XMLunknown", 272);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue