mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +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 "stringmanage.hh"
|
||||
#include "architecture.hh"
|
||||
|
||||
AttributeId ATTRIB_TRUNC = AttributeId("trunc",102);
|
||||
AttributeId ATTRIB_TRUNC = AttributeId("trunc",69);
|
||||
|
||||
ElementId ELEM_BYTES = ElementId("bytes",177);
|
||||
ElementId ELEM_STRING = ElementId("string",178);
|
||||
ElementId ELEM_STRINGMANAGE = ElementId("stringmanage",179);
|
||||
ElementId ELEM_BYTES = ElementId("bytes",83);
|
||||
ElementId ELEM_STRING = ElementId("string",84);
|
||||
ElementId ELEM_STRINGMANAGE = ElementId("stringmanage",85);
|
||||
|
||||
/// \param max is the maximum number of characters to allow before truncating string
|
||||
StringManager::StringManager(int4 max)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue