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

endloop01 packets miss the third way of branching. #40

Open
Rot127 opened this issue Dec 12, 2021 · 0 comments
Open

endloop01 packets miss the third way of branching. #40

Rot127 opened this issue Dec 12, 2021 · 0 comments
Labels
enhancement New feature or request rizin Involves changes to the rizin core source

Comments

@Rot127
Copy link
Member

Rot127 commented Dec 12, 2021

endloop01 packets have three ways to branch:

  1. jump to loop0 target.
  2. jump to loop1 target.
  3. next instruction.

Quite naturally basic blocks in rizin only support two branches (jump and fail) but endloop01 needs a third option.

Seeing that it is a lot of work to alter basic branch logic in rizin, this issue has low priority.

@Rot127 Rot127 added enhancement New feature or request rizin Involves changes to the rizin core source labels Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rizin Involves changes to the rizin core source
Projects
None yet
Development

No branches or pull requests

1 participant