Is there a tool that allows to disassemble a program (e.g ELF x64) to a .s that GCC would accept?

Viewed 27

The title says it all, I'm trying to find something (or create it) to get a .s from a binary. This way I hope to be able to play around with custom executions with C code. So far I've found "Retrowrite" but it seems to fail at re-assembly with a simple gcc code.

0 Answers
Related