mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-5256 ExtraStack, sizes attribute, merge join sequence
This commit is contained in:
parent
acbda8b076
commit
00f9789116
40 changed files with 1015 additions and 411 deletions
|
@ -555,6 +555,7 @@ Varnode *Funcdata::opStackLoad(AddrSpace *spc,uintb off,uint4 sz,PcodeOp *op,Var
|
|||
///
|
||||
/// \param vn is the given Varnode
|
||||
/// \param op is the point at which to insert the BOOL_NEGATE op
|
||||
/// \param insertafter is \b true if the BOOL_NEGATE is inserted after, otherwise its inserted before
|
||||
/// \return the result Varnode
|
||||
Varnode *Funcdata::opBoolNegate(Varnode *vn,PcodeOp *op,bool insertafter)
|
||||
|
||||
|
@ -1273,7 +1274,6 @@ int4 Funcdata::opFlipInPlaceTest(PcodeOp *op,vector<PcodeOp *> &fliplist)
|
|||
///
|
||||
/// The precomputed list of PcodeOps have their op-codes modified to
|
||||
/// facilitate the flip.
|
||||
/// \param data is the function being modified
|
||||
/// \param fliplist is the list of PcodeOps to modify
|
||||
void Funcdata::opFlipInPlaceExecute(vector<PcodeOp *> &fliplist)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue