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,10 +16,10 @@
|
|||
#include "loadimage_xml.hh"
|
||||
#include "translate.hh"
|
||||
|
||||
AttributeId ATTRIB_ARCH = AttributeId("arch",73);
|
||||
AttributeId ATTRIB_ARCH = AttributeId("arch",135);
|
||||
|
||||
ElementId ELEM_BINARYIMAGE = ElementId("binaryimage",108);
|
||||
ElementId ELEM_BYTECHUNK = ElementId("bytechunk",109);
|
||||
ElementId ELEM_BINARYIMAGE = ElementId("binaryimage",230);
|
||||
ElementId ELEM_BYTECHUNK = ElementId("bytechunk",231);
|
||||
|
||||
/// \param f is the (path to the) underlying XML file
|
||||
/// \param el is the parsed form of the file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue