mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
more subvariable extension pushes
This commit is contained in:
parent
1115b02862
commit
2ef4843e70
2 changed files with 25 additions and 8 deletions
|
@ -105,6 +105,7 @@ class SubvariableFlow {
|
|||
bool traceBackwardSext(ReplaceVarnode *rvn); ///< Trace logical data-flow backward assuming sign-extensions
|
||||
bool createLink(ReplaceOp *rop,uintb mask,int4 slot,Varnode *vn);
|
||||
bool createCompareBridge(PcodeOp *op,ReplaceVarnode *inrvn,int4 slot,Varnode *othervn);
|
||||
void addPush(PcodeOp *pushOp,ReplaceVarnode *rvn);
|
||||
void addTerminalPatch(PcodeOp *pullop,ReplaceVarnode *rvn);
|
||||
void addTerminalPatchSameOp(PcodeOp *pullop,ReplaceVarnode *rvn,int4 slot);
|
||||
void addBooleanPatch(PcodeOp *pullop,ReplaceVarnode *rvn,int4 slot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue