mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Allow SLEIGH bitrange operator applied to dynamic varnodes
This commit is contained in:
parent
e440e3333f
commit
311a22c038
63 changed files with 1064 additions and 747 deletions
|
@ -286,12 +286,13 @@ public:
|
|||
/// value of the pointer
|
||||
class FspecSpace : public AddrSpace {
|
||||
public:
|
||||
FspecSpace(AddrSpaceManager *m,const Translate *t,const string &nm,int4 ind); ///< Constructor
|
||||
FspecSpace(AddrSpaceManager *m,const Translate *t,int4 ind); ///< Constructor
|
||||
virtual void saveXmlAttributes(ostream &s,uintb offset) const;
|
||||
virtual void saveXmlAttributes(ostream &s,uintb offset,int4 size) const;
|
||||
virtual void printRaw(ostream &s,uintb offset) const;
|
||||
virtual void saveXml(ostream &s) const;
|
||||
virtual void restoreXml(const Element *el);
|
||||
static const string NAME; ///< Reserved name for the fspec space
|
||||
};
|
||||
|
||||
/// \brief Basic elements of a parameter: address, data-type, properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue