gcc - How to convert a .o file back to a .c file in C? -
i'm sure there's way. i'm new c , research on led me nowhere. there command can convert .o file .c?
usually can determine assembly language object file, using disassembler. here few links discussion on topic, e.g., objdump
:
- objdump - gnu binary utilities
- disassembling binary in linux
- using gcc produce readable assembly?
- linux interactive disassembler
reverse-compiling (decompiling) harder. here few links help:
Comments
Post a Comment