mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
part of INDIRECT as COPY mod
This commit is contained in:
parent
a45e0719b5
commit
8565f43e06
1 changed files with 1 additions and 1 deletions
|
@ -2494,7 +2494,7 @@ void IfcAnalyzeRange::execute(istream &s)
|
|||
}
|
||||
Varnode *stackReg = dcp->fd->findSpacebaseInput(dcp->conf->getStackSpace());
|
||||
ValueSetSolver vsSolver;
|
||||
vsSolver.establishValueSets(sinks, reads, stackReg);
|
||||
vsSolver.establishValueSets(sinks, reads, stackReg, false);
|
||||
vsSolver.solve(10000);
|
||||
list<ValueSet>::const_iterator iter;
|
||||
for(iter=vsSolver.beginValueSets();iter!=vsSolver.endValueSets();++iter) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue