[comp.os.minix] 8086 disassembler ?

lo@erebus.ucdavis.edu (Raymond Lo) (10/23/90)

Hi, Everybody,

I am working a intelligent disassembler/decompiler project.
Intelligent means the disassembler should do more than printing out
the machine code in assembly statement.  For example, it should also
summarize the flow of control of the program, provide information on
variable allocations and usage, determine the value of indirect jumps,
and/or decompile the object code into a higher level language.  We
will prototype this for 8086.  Here are the questions:

Have anyone done similar researches and like to share the experience?
Is there any public domain 8086 disassembler that I can work on?

Please reply by email and I will summarize.