R
R
RedCap522017-08-26 19:30:25
go
RedCap52, 2017-08-26 19:30:25

How can a binary file be decompiled?

Hello. I have a binary whose source code is written in Go.
How can I get the source code of a Go program from a binary?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
amambaru, 2017-08-26
@amambaru

No way.
Only small indistinct yells from the code.
Google for disassembler.
For Go, C, C++, Haskell, Pascal, this is not possible.
Possibly for Java, Lua, for example.
One-to-one will not be, but it will be essentially for sure.

S
semt1, 2017-09-01
@semt1

You will get something like this after "decompiling" a Go program
stripped_rex_strings.png

A
Alexander Aksentiev, 2017-08-26
@Sanasol

https://www.quora.com/Is-it-possible-to-generate-c...
you can't make working code like from any compiled language.
Just understand and parse the logic of any.

R
rustler2000, 2017-08-27
@rustler2000

https://www.google.fi/search?q=ida+pro+golang

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question