Publication result detail

Generic Source Code Migration Using Decompilation

ĎURFINA, L.; KŘOUSTEK, J.; ZEMEK, P.

Original Title

Generic Source Code Migration Using Decompilation

English Title

Generic Source Code Migration Using Decompilation

Type

Paper in proceedings outside WoS and Scopus

Original Abstract

Many core parts of software applications have been written several decades ago, and they are still essential in several existing projects. However, maintaining these parts is difficult and expensive. The source language itself may be either ancient and ineffective, or its toolchain does not support new platforms and features. Source code migration to a newer language is often the only solution. In the past, several single-purpose converters have been created. However, such solutions are more or less limited to a particular language and computational platform. In this paper, we present a generic solution of this problem. The proposed solution is independent of any particular source or target language, or on the target platform. We utilize an existing retargetable decompiler and the LLVM Compiler System for the conversion process. At present, the Python language is used as the target language, while other languages are under development. As can be seen from the experimental results, we are able to migrate source code from many particular languages (e.g. C/C++, D, Fortran) into a functional equivalent and highly readable code in Python.

English abstract

Many core parts of software applications have been written several decades ago, and they are still essential in several existing projects. However, maintaining these parts is difficult and expensive. The source language itself may be either ancient and ineffective, or its toolchain does not support new platforms and features. Source code migration to a newer language is often the only solution. In the past, several single-purpose converters have been created. However, such solutions are more or less limited to a particular language and computational platform. In this paper, we present a generic solution of this problem. The proposed solution is independent of any particular source or target language, or on the target platform. We utilize an existing retargetable decompiler and the LLVM Compiler System for the conversion process. At present, the Python language is used as the target language, while other languages are under development. As can be seen from the experimental results, we are able to migrate source code from many particular languages (e.g. C/C++, D, Fortran) into a functional equivalent and highly readable code in Python.

Keywords

source code migration, analysis, transformation, retargetability, reverse engineering, decompilation, Lissom, LLVM, LLVM IR

Key words in English

source code migration, analysis, transformation, retargetability, reverse engineering, decompilation, Lissom, LLVM, LLVM IR

Authors

ĎURFINA, L.; KŘOUSTEK, J.; ZEMEK, P.

RIV year

2013

Released

04.06.2012

Publisher

EUROSIS

Location

Brno

ISBN

978-90-77381-71-7

Book

10th Annual Industrial Simulation Conference (ISC'2012)

Pages from

38

Pages to

42

Pages count

5

BibTex

@inproceedings{BUT96941,
  author="Lukáš {Ďurfina} and Jakub {Křoustek} and Petr {Zemek}",
  title="Generic Source Code Migration Using Decompilation",
  booktitle="10th Annual Industrial Simulation Conference (ISC'2012)",
  year="2012",
  pages="38--42",
  publisher="EUROSIS",
  address="Brno",
  isbn="978-90-77381-71-7"
}