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
- Host: GitHub
- URL: https://github.com/fpw/kianxali
- Owner: fpw
- Created: 2015-03-13T22:26:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T19:58:58.000Z (almost 7 years ago)
- Last Synced: 2023-02-26T16:56:51.042Z (about 2 years ago)
- Language: Java
- Homepage:
- Size: 807 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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).
