mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-2237 AddrSpace as marshaling primitive and prettyprint update
This commit is contained in:
parent
4807ec354a
commit
6be9943b8a
58 changed files with 1333 additions and 1098 deletions
|
@ -45,10 +45,10 @@ struct VarnodeData {
|
|||
AddrSpace *getSpaceFromConst(void) const;
|
||||
|
||||
/// Recover this object from a stream
|
||||
void decode(Decoder &decoder,const AddrSpaceManager *manage);
|
||||
void decode(Decoder &decoder);
|
||||
|
||||
/// Recover \b this object from attributes of the current open element
|
||||
void decodeFromAttributes(Decoder &decoder,const AddrSpaceManager *manage);
|
||||
void decodeFromAttributes(Decoder &decoder);
|
||||
|
||||
/// Does \b this container another given VarnodeData
|
||||
bool contains(const VarnodeData &op2) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue