Replies: 2 comments
-
|
I have the exact same question regarding disassembling the unreachable code. Did you manage to find the solution for it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
There's an aggressive instruction finder analyzer, maybe it can help you? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know I can disassemble the unreachable code that's formatted as '??' in the GUI by right clicking and selecting disassemble but is there a way to set Ghidra to automatically disassemble all unreachable code without having to individually click on each part of it?
And is there a way to make currentProgram.getListing().getInstructions() include this unreachable code as 'NOP' when scripting?
Beta Was this translation helpful? Give feedback.
All reactions