Skip to content

Is it possible to find all static jumps to a specific address or address range? #3929

Answered by bdemick
TommyJerryMairo asked this question in Q&A
Discussion options

You must be logged in to vote

You can write a PCode analysis script to analyze BRANCH and BRANCHIND instructions to do this in an architecture-independent way. Not 100% sure if indirect targets are always fully resolved at the raw PCode level, so you might need high-level PCode in some cases.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TommyJerryMairo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants