Application-specific Decompilers

There are a number of applications that generate an intermediate (low level) code, which is interpreted by a virtual machine. With some applications this low level code is put inside an executable (e.g. Java bytecodes). Writing decompilers for these intermediate low level code is often much easier; intermediate code is the assembly language of the virtual machine. Examples are:
Back to decompilation page


Copyright © 1998 The University of Queensland, All Rights Reserved.