You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: