Design and implementation of the decompiler for virtual machine code of the C++ compiler in the ubiquitous game platform

8Citations
Citations of this article
8Readers
Mendeley users who have this article in their library.
Get full text

Abstract

The ubiquitous game platform implemented by our team is composed of a C++ compiler, a java translator, and a virtual machine. The EVM (Embedded Virtual Machine) is a stack-based solution that supports object-oriented languages such as C++ and java. It uses the SIL (Standard Intermediate Language) as an intermediate language, which consists of an operation code set for procedural and object-oriented languages. The existing C++ compilers are used to execute programs after translating them into a target machine code. The downside of this method is its low practicality, along with its platform-dependency. To resolve this matter, we developed a C++ compiler that generates virtual machine codes based on platform-independent stacks that are not target machine codes. This paper presents a decompiler system that converts a C++ compiler generated intermediate language, namely SIL, to a representation of a C++ program. This method optimizes the simulation needed for the generation of exacted SIL code, and a solution that can verify the SIL code generation through a C++ program represented in the decompiler. Furthermore, the ease of extracting the meaning of a program, as opposed to assembly-structured SIL codes, allows much more convenience in changing the software structure and correcting it to improve performance. © Springer-Verlag Berlin Heidelberg 2007.

Author supplied keywords

References Powered by Scopus

Picojava: A direct execution engine for Java bytecode

107Citations
N/AReaders
Get full text

Cited by Powered by Scopus

The semantic analysis using tree transformation on the Objective-C compiler

6Citations
N/AReaders
Get full text

Design and implementation of the smart virtual machine on iOS platform for the mobile game portability

3Citations
N/AReaders
Get full text

A study on optimization techniques for the smart virtual machine platform

3Citations
N/AReaders
Get full text

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Cite

CITATION STYLE

APA

Lee, Y. S., Kim, Y. K., & Kwon, H. J. (2007). Design and implementation of the decompiler for virtual machine code of the C++ compiler in the ubiquitous game platform. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) (Vol. 4413 LNAI, pp. 511–521). Springer Verlag. https://doi.org/10.1007/978-3-540-77368-9_50

Readers over time

‘10‘11‘14‘17‘20‘2102468

Readers' Seniority

Tooltip

PhD / Post grad / Masters / Doc 5

71%

Researcher 2

29%

Readers' Discipline

Tooltip

Computer Science 6

75%

Biochemistry, Genetics and Molecular Bi... 1

13%

Engineering 1

13%

Save time finding and organizing research with Mendeley

Sign up for free
0