mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
adjustments to computeTypeCode and stability calculations
This commit is contained in:
parent
4ae42d0bd4
commit
cbd385fb0b
2 changed files with 26 additions and 12 deletions
|
@ -142,7 +142,7 @@ private:
|
|||
void setVarnode(Varnode *v,int4 tCode); ///< Attach \b this to given Varnode and set initial values
|
||||
void addEquation(int4 slot,int4 type,const CircleRange &constraint); ///< Insert an equation restricting \b this value set
|
||||
void addLandmark(int4 type,const CircleRange &constraint) { addEquation(numParams,type,constraint); } ///< Add a widening landmark
|
||||
void computeTypeCode(void); ///< Figure out if \b this value set is absolute or relative
|
||||
bool computeTypeCode(void); ///< Figure out if \b this value set is absolute or relative
|
||||
bool iterate(Widener &widener); ///< Regenerate \b this value set from operator inputs
|
||||
public:
|
||||
int4 getCount(void) const { return count; } ///< Get the current iteration count
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue