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

disasm: Abstract Stack Tracing #26

Open
shazow opened this issue Apr 17, 2023 · 0 comments
Open

disasm: Abstract Stack Tracing #26

shazow opened this issue Apr 17, 2023 · 0 comments
Labels
someday Good idea but not planned yet

Comments

@shazow
Copy link
Owner

shazow commented Apr 17, 2023

To handle dynamic jumps, we need to keep track of the abstract stack, and we need to do this within the computational complexity goals of this project (which could be challenging).

Overall this would substantially improve the accuracy of our extracted metadata. Right now we're losing a lot of call flows by only tracking static jumps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
someday Good idea but not planned yet
Projects
None yet
Development

No branches or pull requests

1 participant