mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Parameters with persist property
This commit is contained in:
parent
84e4b8c6fe
commit
7329198ad7
10 changed files with 96 additions and 36 deletions
|
@ -266,6 +266,8 @@ public:
|
|||
void adjustInputVarnodes(const Address &addr,int4 size);
|
||||
void deleteVarnode(Varnode *vn) { vbank.destroy(vn); } ///< Delete the given varnode
|
||||
|
||||
Address findDisjointCover(Varnode *vn,int4 &sz); ///< Find range covering given Varnode and any intersecting Varnodes
|
||||
|
||||
/// \brief Find the first input Varnode covered by the given range
|
||||
///
|
||||
/// \param s is the size of the range in bytes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue