mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-2262 Encoder
This commit is contained in:
parent
ae79857b42
commit
aa038c3636
96 changed files with 2701 additions and 2484 deletions
|
@ -17,11 +17,11 @@
|
|||
#include "op.hh"
|
||||
#include "database.hh"
|
||||
|
||||
AttributeId ATTRIB_CLASS = AttributeId("class",126);
|
||||
AttributeId ATTRIB_REPREF = AttributeId("repref",127);
|
||||
AttributeId ATTRIB_SYMREF = AttributeId("symref",128);
|
||||
AttributeId ATTRIB_CLASS = AttributeId("class",66);
|
||||
AttributeId ATTRIB_REPREF = AttributeId("repref",67);
|
||||
AttributeId ATTRIB_SYMREF = AttributeId("symref",68);
|
||||
|
||||
ElementId ELEM_HIGH = ElementId("high",205);
|
||||
ElementId ELEM_HIGH = ElementId("high",82);
|
||||
|
||||
/// The new instance starts off with no associate Symbol and all properties marked as \e dirty.
|
||||
/// \param vn is the single Varnode member
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue