mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-3307 Stack strings
This commit is contained in:
parent
9b6ba66aa0
commit
5604178194
37 changed files with 1653 additions and 419 deletions
|
@ -7060,7 +7060,7 @@ int4 RulePieceStructure::applyOp(PcodeOp *op,Funcdata &data)
|
|||
|
||||
vector<PieceNode> stack;
|
||||
for(;;) {
|
||||
PieceNode::gatherPieces(stack, outvn, op, baseOffset);
|
||||
PieceNode::gatherPieces(stack, outvn, op, baseOffset, baseOffset);
|
||||
if (!findReplaceZext(stack, ct, data)) // Check for INT_ZEXT leaves that need to be converted to PIECEs
|
||||
break;
|
||||
stack.clear(); // If we found some, regenerate the tree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue