mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-5950 Add support for multipath conditional constants
This commit is contained in:
parent
13ffa3a4a8
commit
e412f13b30
12 changed files with 366 additions and 94 deletions
|
@ -2169,6 +2169,7 @@ bool LessThreeWay::normalizeHi(void)
|
|||
}
|
||||
hiconstform = false;
|
||||
if (vnhil2->isConstant()) {
|
||||
if (in.getSize() > sizeof(uintb)) return false; // Must have enough precision for constant
|
||||
hiconstform = true;
|
||||
hival = vnhil2->getOffset();
|
||||
SplitVarnode::getTrueFalse(hilessbool,hiflip,hilesstrue,hilessfalse);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue