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:

reverse-compiling (decompiling) harder. here few links help:


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -