Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

SSA decompiler #8

Open
arieltci opened this issue May 21, 2018 · 1 comment
Open

SSA decompiler #8

arieltci opened this issue May 21, 2018 · 1 comment

Comments

@arieltci
Copy link

Is there a ssa decompiler or a way to reverse ssa back to go?

@elliott5
Copy link
Contributor

I don't know of a decompiler, but one would not be too tricky to write in terms of functionality.

The best way to understand the SSA ecosystem originally used by this repo is to begin your understanding with https://github.com/golang/tools/blob/master/cmd/ssadump/main.go

However, this is a different SSA ecosystem from that used by the main Go compiler.

SSA is fun, enjoy!

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

No branches or pull requests

2 participants