Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve branches injected by callfixups and other injections #7502

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

piepie62
Copy link

@piepie62 piepie62 commented Feb 14, 2025

If a pcode injection added a BRANCH, it currently isn't guaranteed that its target address will be visited, resulting in Low-level Error: Could not find op at target address when getting the operation at the branched-to address. This fixes that issue by repeatedly ensuring that added addresses are handled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Decompiler Status: Triage Information is being gathered
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants