mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +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());
|
addrlist.push_back(data.getAddress());
|
||||||
while(!addrlist.empty()) // Recovering as much as possible except jumptables
|
while(!addrlist.empty()) // Recovering as much as possible except jumptables
|
||||||
fallthru();
|
fallthru();
|
||||||
|
if (hasInject())
|
||||||
|
injectPcode();
|
||||||
do {
|
do {
|
||||||
bool collapsed_jumptable = false;
|
bool collapsed_jumptable = false;
|
||||||
while(!tablelist.empty()) { // For each jumptable found
|
while(!tablelist.empty()) { // For each jumptable found
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue