Process of translating an unstructured assembler program into a structured high-level language program (e.g. translation from x86 to C).
Questions tagged [decompile]
101 questions
6
votes
1 answer
LALR parsing : retrieve the grammar rules from the generated parsing tables
I have a quite old C corporate parser / compiler code that was generated from an ancient Yacc and the original grammar source is lost (as the intermediate files) the only result the ytab.c parser generated file. That legacy piece of code need…
Seki
- 171
- 6
5
votes
1 answer
How do i fine-tune Hex-Rays decompiler for 16-bit?
It is mentioned on the IDA Pro Hex-Rays site under decompiler error messages
16-bit functions are not supported
It goes on to say:
The decompiler itself CAN be fine tuned to decompile 16-bit code,
however this is not a priority for now.
Does…
user4069
- 151
- 1
- 3
1
vote
0 answers
In theory, Hex-Rays CAN Decompile 16-bit code. But how?
A while back i e-mailed Hex-Rays about decompiling (obtaining pseudocode) from 16-bit functions ( 16bit code ). They replied in theory it can be done. Others have succeded,
but Hex-Rays themselves have never tried it. Does anyone have any leads?
user4069
- 151
- 1
- 3
1
vote
0 answers
decompile, build apk without mdify code have error like app crashed and icon changed
I want to try modifying the apk and when I try to build then install there is no problem, but when I check the icon on the apk changes like the default Android icon and the app crashes. Likewise when I try when decompile, build, sign and install…
Aminudin
- 11
- 1
0
votes
1 answer
Decompiling or Feature to Help Reverse FPU Instructions?
I've been running into a lot of FPU instructions from an old program I am trying to reverse engineer. It tends to be rather difficult to reverse when there is a huge section of FPU instructions, just the way the FPU operates. It uses a stack for…
user3901459
- 111