mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Do p-code injection prior to jumptable recovery
This commit is contained in:
parent
ba2eb53110
commit
4234f1dc0b
1 changed files with 2 additions and 0 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