Hijacker: Efficient Static Software Instrumentation with Applications in High Performance Computing (poster paper)

Alessandro Pellegrini


Published in: Proceedings of the 2013 International Conference on High Performance Computing & Simulation
pdf Download PDF

Abstract:
Static Binary Instrumentation is a technique that allows compile-time program manipulation. In particular, by relying on ad-hoc tools, the end user is able to alter the program’s execution flow without affecting its overall semantic. This technique has been effectively used, e.g., to support code profiling, performance analysis, error detection, attack detection, or behavior monitoring. Nevertheless, efficiently relying on static instrumentation for producing executables which can be deployed without affecting the overall performance of the application still presents technical and methodological issues. In this paper, we present Hijacker, an open-source customizable static binary instrumentation tool which is able to alter a program’s execution flow according to some user-specified rules, limiting the execution overhead due to the code snippets inserted in the original program, thus enabling for the exploitation in high performance computing. The tool is highly modular and works on an internal representation of the program which allows to perform complex instrumentation tasks efficiently, and can be additionally extended to support different instruction sets and executable formats without any need to modify the instrumentation engine. We additionally present an experimental assessment of the overhead induced by the injected code in real HPC applications.

BibTeX Entry:

@inproceedings{Pell13b,
author = {Pellegrini, Alessandro},
booktitle = {Proceedings of the 2013 International Conference on High Performance Computing \& Simulation},
title = {Hijacker: Efficient Static Software Instrumentation with Applications in High Performance Computing (poster paper)},
year = {2013},
month = jul,
note = {Shortlisted for the Outstanding Poster Paper Award},
pages = {650--655},
publisher = {IEEE Computer Society},
series = {HPCS},
comment = {Poster paper},
doi = {10.1109/HPCSim.2013.6641486},
location = {Helsinki, Finland}
}