mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
843d780eb5
1 changed files with 2 additions and 0 deletions
|
@ -575,6 +575,8 @@ bool Funcdata::earlyJumpTableFail(PcodeOp *op)
|
|||
return false; // Don't try to back track through injection
|
||||
if (dynamic_cast<JumpAssistOp *>(userOp) != (JumpAssistOp *)0)
|
||||
return false;
|
||||
if (dynamic_cast<SegmentOp *>(userOp) != (SegmentOp *)0)
|
||||
return false;
|
||||
if (outhit)
|
||||
return true; // Address formed via uninjected CALLOTHER, analysis will fail
|
||||
// Assume CALLOTHER will not interfere with address and continue backtracking
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue