mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/GP-1659_SwitchWithInject' into
patch
This commit is contained in:
commit
e5080cd9b1
15 changed files with 778 additions and 7 deletions
|
@ -755,6 +755,8 @@ void FlowInfo::generateOps(void)
|
|||
addrlist.push_back(data.getAddress());
|
||||
while(!addrlist.empty()) // Recovering as much as possible except jumptables
|
||||
fallthru();
|
||||
if (hasInject())
|
||||
injectPcode();
|
||||
do {
|
||||
bool collapsed_jumptable = false;
|
||||
while(!tablelist.empty()) { // For each jumptable found
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue