An open API service indexing awesome lists of open source software.

https://github.com/fpw/kianxali

Kieler Analyzer for Executables and Libraries - an interactive disassembler
https://github.com/fpw/kianxali

Last synced: 5 months ago
JSON representation

Kieler Analyzer for Executables and Libraries - an interactive disassembler

Awesome Lists containing this project

README

        

# Kianxali
Kianxali ist an interactive, scriptable (in Ruby) disassembler. It currently supports x86 and x86-64 instructions on ELF (Linux), PE (Windows .exe) and Mach-O (OS X) targets.

The instruction decoder is based on the [x86 reference project](http://ref.x86asm.net/), i.e. the supported instructions are extensible without changing the source code.

Kianxali was developed as a preparation for [my master thesis](http://www.informatik.uni-kiel.de/~mh/lehre/abschlussarbeiten/msc/will.pdf) about binary code obfuscation at the [University of Kiel](http://www.uni-kiel.de).

![teaser image](kianxali.jpg)