login

Jakstab: A Static Analysis Platform for Binaries

Lecture notes in computer sciencePublished 12 August 2008Open access
Johannes Kinder, Helmut Veith
Citations135
View PDF

TL;DR

This work presents their fully configurable binary analysis platform Jakstab, which resolves indirect branches by multiple rounds of disassembly interleaved with dataflow analysis, and demonstrates that this iterative disassembling strategy achieves better results than the state-of-the-art tool IDA Pro.

Abstract

For processing compiled code, model checkers require accurate model extraction from binaries. We present our fully configurable binary analysis platform Jakstab, which resolves indirect branches by multiple rounds of disassembly interleaved with dataflow analysis. We demonstrate that this iterative disassembling strategy achieves better results than the state-of-the-art tool IDA Pro.

Keywords

Computer Science