mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
renormalize join addresses
This commit is contained in:
parent
f71dc17292
commit
1c95e274ff
8 changed files with 125 additions and 3 deletions
|
@ -1156,6 +1156,7 @@ Address SubvariableFlow::getReplacementAddress(ReplaceVarnode *rvn) const
|
|||
addr = addr + (rvn->vn->getSize() - flowsize - sa);
|
||||
else
|
||||
addr = addr + sa;
|
||||
addr.renormalize(flowsize);
|
||||
return addr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue