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
|
@ -339,7 +339,7 @@ class VarnodeBank {
|
|||
mutable Varnode searchvn; ///< Template varnode for searching trees
|
||||
Varnode *xref(Varnode *vn); ///< Insert a Varnode into the sorted lists
|
||||
public:
|
||||
VarnodeBank(AddrSpaceManager *m,AddrSpace *uspace,uintm ubase); ///< Construct the container
|
||||
VarnodeBank(AddrSpaceManager *m); ///< Construct the container
|
||||
void clear(void); ///< Clear out all Varnodes and reset counters
|
||||
~VarnodeBank(void) { clear(); } ///< Destructor
|
||||
int4 numVarnodes(void) const { return loc_tree.size(); } ///< Get number of Varnodes \b this contains
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue