mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Decompiler window integer conversions
This commit is contained in:
parent
11149b9ef2
commit
1391e83ce9
35 changed files with 2430 additions and 281 deletions
|
@ -111,7 +111,8 @@ class SubvariableFlow {
|
|||
void addBooleanPatch(PcodeOp *pullop,ReplaceVarnode *rvn,int4 slot);
|
||||
void addSuggestedPatch(ReplaceVarnode *rvn,PcodeOp *pushop,int4 sa);
|
||||
void addComparePatch(ReplaceVarnode *in1,ReplaceVarnode *in2,PcodeOp *op);
|
||||
ReplaceVarnode *addConstant(ReplaceOp *rop,uintb mask,uint4 slot,uintb val);
|
||||
ReplaceVarnode *addConstant(ReplaceOp *rop,uintb mask,uint4 slot,Varnode *constvn);
|
||||
ReplaceVarnode *addNewConstant(ReplaceOp *rop,uint4 slot,uintb val);
|
||||
void createNewOut(ReplaceOp *rop,uintb mask);
|
||||
void replaceInput(ReplaceVarnode *rvn);
|
||||
bool useSameAddress(ReplaceVarnode *rvn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue