mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Overlapping input fixes
This commit is contained in:
parent
a8f9d4f7ac
commit
2df81f803b
4 changed files with 33 additions and 9 deletions
|
@ -118,7 +118,7 @@ class SubvariableFlow {
|
|||
Varnode *getReplaceVarnode(ReplaceVarnode *rvn);
|
||||
bool processNextWork(void); ///< Extend the subgraph from the next node in the worklist
|
||||
public:
|
||||
SubvariableFlow(Funcdata *f,Varnode *root,uintb mask,bool aggr,bool sext); ///< Constructor
|
||||
SubvariableFlow(Funcdata *f,Varnode *root,uintb mask,bool aggr,bool sext,bool big); ///< Constructor
|
||||
bool doTrace(void); ///< Trace logical value through data-flow, constructing transform
|
||||
void doReplacement(void); ///< Perform the discovered transform, making logical values explicit
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue