Skip to content

Disassemble functions per-BB #64

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

Merged
merged 1 commit into from
Mar 21, 2025
Merged

Conversation

batuzovk
Copy link
Contributor

Dyninst is a recursive disassembler. It supports non-continues functions. To get all instructions of the functions we need to iterate over its basic blocks and disassemble each of them.

Dyninst is a recursive disassembler. It supports non-continues
functions. To get all instructions of the functions we need
to iterate over its basic blocks and disassemble each of them.
@hainest hainest merged commit 256ab86 into dyninst:master Mar 21, 2025
1 check passed
@batuzovk batuzovk deleted the disassemble-bbs branch March 21, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants