Compiler-Specific or Pattern Matching Decompilers
This approach tries to find the reverse mapping of the executable to the source based on analysing the output
generated by a specific compiler.
This will usually give better results with respect to generating source code that resembles the original source code.
This approach is limited in the sense that a decompiler has to be constructed for each individual compiler.
- DoDi (Hans-Peter Diettrich, author of VBDis 3/4/5)
- disC for Turbo C 2.0/2.01.
CategoryDecompilation