Publication Details

Code Analysis and Transformation

KŘOUSTEK, J. Code Analysis and Transformation. Proceedings of the 13th Conference STUDENT EEICT 2007. Brno: Vysoké učení technické v Brně, 2007. s. 152-154. ISBN: 978-80-214-3407-3.
English title
Code Analysis and Transformation
Type
conference paper
Language
Czech
Authors
Křoustek Jakub, Ing., Ph.D.
Keywords

Reverse engineering, recompilation, compilator, decompilator, disassembler,
debugger, assembler.

Abstract

This paper describes methods and procedures used for code analysis and
transformation. It contains basic information of a science discipline called
reverse engineering and its use in information technologies. The primary
objective is a construction of tool that can disas-semble from binary form to
symbolic machine code. This operation is highly dependent on the concrete
instruction set, and it has to be used for a beforehand known processor
archi-tecture. This problem is solved with patterns, plug-ins, and modularity of
disassembler. These features provide users the ability to add new instruction
sets into this disassembler. The output is the text representation of
instructions and is functionally equivalent to the in-put. The thesis
demonstrates usual methods of disassembly as well as the methods made by the
author.

Published
2007
Pages
152–154
Proceedings
Proceedings of the 13th Conference STUDENT EEICT 2007
Conference
Student EEICT 2007, Brno, CZ
ISBN
978-80-214-3407-3
Publisher
Vysoké učení technické v Brně
Place
Brno
BibTeX
@inproceedings{BUT34284,
  author="Jakub {Křoustek}",
  title="Code Analysis and Transformation",
  booktitle="Proceedings of the 13th Conference STUDENT EEICT 2007",
  year="2007",
  pages="152--154",
  publisher="Vysoké učení technické v Brně",
  address="Brno",
  isbn="978-80-214-3407-3"
}
Back to top