Software used to revert the process of compilation. Decompiler takes a binary program file as input and output the same program expressed in a structured higher-level language.
Questions tagged [decompiler]
83 questions
7
votes
2 answers
Is there a way to recover macros from compiled code?
I've been thinking of reversing some firmware I have laying around. One characteristic of the firmware is that it is compiled using lots of pre-processor macros. Now, as I understand it, these are not included in the binary, so a decompiler cannot…

MrSynAckSter
- 1,258
- 1
- 10
- 24
4
votes
1 answer
Can EiNSTeiN "ida-decompiler" be linked into The IDA Free version?
Is it possible to change the configuration of IDA Free so that Python may be
linked into it to allow Python plugins to be used also?
And, does anyone know if the EiNSTeiN ida-decompiler works under IDA Free?
I read that ida-decompiler is for…

user4069
- 151
- 1
- 3
1
vote
0 answers
Change the behavior of any running process
Would it be possible to develop a program that decompiles the instructions of a running process, for example into a C-like language, and allows them to be modified and then injected into the process itself, changing its behavior?

Axeryon
- 11
- 1
1
vote
2 answers
Decompile lua from Unity Games
I discovered that a Unity games have lua scripts. I tried to decompile lua using some tools but they are not working with lua from Unity Games. The header doesn't look the same so they seems encrypted. Any idea how to decrypt or decompile it?
Lua…

0xabc
- 133
- 1
- 7
0
votes
1 answer
Decompiling tools for "Old" exe files?
I heard about dnSpy or ILSpy for decompiling .net files.
But how about those files that was NOT written by .net!?
Probably those files previous to XP.
Is there any tools to decompile it to, preferably, C#!?
Much appreciated!

PiggyChu001
- 111
- 2