I have built a simple executable program with Go.
Go
I've compiled the code into a static binary program.
I want to decompile the output binary file and get the Go source code.
Is this possible or not?
There is no tool to do that and as Go programs are compiled into machine code, they do not contain enough information to translate them back into Go code. Standard disassembly techniques are still possible though.
1.4m articles
1.4m replys
5 comments
57.0k users