mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-2262 Encoder
This commit is contained in:
parent
ae79857b42
commit
aa038c3636
96 changed files with 2701 additions and 2484 deletions
|
@ -16,11 +16,11 @@
|
|||
#include "varnode.hh"
|
||||
#include "funcdata.hh"
|
||||
|
||||
AttributeId ATTRIB_ADDRTIED = AttributeId("addrtied",131);
|
||||
AttributeId ATTRIB_GRP = AttributeId("grp",132);
|
||||
AttributeId ATTRIB_INPUT = AttributeId("input",133);
|
||||
AttributeId ATTRIB_PERSISTS = AttributeId("persists",134);
|
||||
AttributeId ATTRIB_UNAFF = AttributeId("unaff",135);
|
||||
AttributeId ATTRIB_ADDRTIED = AttributeId("addrtied",30);
|
||||
AttributeId ATTRIB_GRP = AttributeId("grp",31);
|
||||
AttributeId ATTRIB_INPUT = AttributeId("input",32);
|
||||
AttributeId ATTRIB_PERSISTS = AttributeId("persists",33);
|
||||
AttributeId ATTRIB_UNAFF = AttributeId("unaff",34);
|
||||
|
||||
/// Compare by location then by definition.
|
||||
/// This is the same as the normal varnode compare, but we distinguish identical frees by their
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue