L
L
lik1732021-06-11 20:10:28
C++ / C#
lik173, 2021-06-11 20:10:28

Where can I get a decompiler for C?

Where to decompile an application in C?
Not C++ and not C# and others, but plain C

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Ronald McDonald, 2021-06-11
@lik173

Find any disassembler.

C
CityCat4, 2021-06-11
@CityCat4

Can not be.
Only in those rare cases when debugging information has been preserved in the program for some reason, it is possible to form an approximate idea of ​​the code. If there was a simple gcc test.c -o test(or even gcc -O2 test.c -o test) - a mustache, only a disassembler.

M
mogen, 2021-06-12
@mogen

IDA, Radare2, Ghidra. These tools have decompilers for C. But decompilers are not always accurate.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question