-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix "return" key in disassembler widget (#3090) and graph jumps #3146
base: dev
Are you sure you want to change the base?
Fix "return" key in disassembler widget (#3090) and graph jumps #3146
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
@whol-hoopa the failure is unrelated, it's something changed on Rizin side, see #3147 |
c7f5ad5
to
16b195a
Compare
Fix graph jumps
16b195a
to
5ed0f33
Compare
Should this pull request be broken down to smaller pull requests? It changes the graph and disassembly. |
@whol-hoopa should be fine as is. @thestr4ng3r could you please take a look? |
@karliss could you give a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from the code PoV, will test later today
Fixed the return key in disassembler
Fix graph jumps
Your checklist for this pull request
Detailed description
I fixed the problem with the disassembler not jumping when the instruction is a jump conditional
The graph also had a similar problem with not jumping when the instruction is a conditional jump so I also fixed the graph jumps since it also used similar functions to when the disassembler wants to jump.
Test plan (required)
The test can be performed on "jne" instruction and other conditonal jump instructions.
The test should also be performed on the disassembler graph.
Closing issues
closes #3140
closes #3090