mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
override check in deindirect
This commit is contained in:
parent
af3fdf5391
commit
66df643877
3 changed files with 8 additions and 2 deletions
|
@ -4470,6 +4470,8 @@ void FuncCallSpecs::deindirect(Funcdata &data,Funcdata *newfd)
|
|||
Varnode *vn = data.newVarnodeCallSpecs(this);
|
||||
data.opSetInput(op,vn,0);
|
||||
data.opSetOpcode(op,CPUI_CALL);
|
||||
if (isOverride()) // If we are overridden at the call-site
|
||||
return; // Don't use the discovered function prototype
|
||||
|
||||
// Try our best to merge existing prototype
|
||||
// with the one we have just been handed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue