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

YARV decompiler #286

Closed
kddnewton opened this issue Feb 5, 2023 · 0 comments
Closed

YARV decompiler #286

kddnewton opened this issue Feb 5, 2023 · 0 comments
Labels

Comments

@kddnewton
Copy link
Member

We have the ability to decompile YARV instruction sequences into Ruby code. We do this with an abstract stack that tracks Syntax Tree nodes and combine them as they are executed.

Now that we have control and data flow graphs, this decompilation can be significantly improved. We should take advantage of the new work, as well as finish handling the other kinds of instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant