mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-2560 Don't reprocess Funcdata for multiple jumptables
This commit is contained in:
parent
ae6322ba36
commit
11abb716c4
4 changed files with 80 additions and 55 deletions
|
@ -133,6 +133,7 @@ private:
|
|||
bool injectSubFunction(FuncCallSpecs *fc); ///< Perform \e injection replacing the CALL at the given call site
|
||||
void checkContainedCall(void);
|
||||
void checkMultistageJumptables(void);
|
||||
void recoverJumpTables(vector<JumpTable *> &newTables,vector<PcodeOp *> ¬reached);
|
||||
void deleteCallSpec(FuncCallSpecs *fc); ///< Remove the given call site from the list for \b this function
|
||||
void truncateIndirectJump(PcodeOp *op,int4 failuremode); ///< Treat indirect jump as indirect call that never returns
|
||||
static bool isInArray(vector<PcodeOp *> &array,PcodeOp *op);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue