From e98914f21a825de5738e6999475e45f50ad53010 Mon Sep 17 00:00:00 2001 From: mnakamura1337 Date: Thu, 16 Feb 2017 17:06:17 +0900 Subject: [PATCH] Added Kaitai Struct --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a0c82ee..204d196 100644 --- a/README.md +++ b/README.md @@ -475,6 +475,9 @@ the [browser malware](#browser-malware) section.* disassembler and debugger, with a free evaluation version. * [Immunity Debugger](http://debugger.immunityinc.com/) - Debugger for malware analysis and more, with a Python API. +* [Kaitai Struct](http://kaitai.io/) - DSL for file formats / network protocols / + data structures reverse engineering and dissection, with code generation + for C++, C#, Java, JavaScript, Perl, PHP, Python, Ruby. * [ltrace](http://ltrace.org/) - Dynamic analysis for Linux executables. * [objdump](https://en.wikipedia.org/wiki/Objdump) - Part of GNU binutils, for static analysis of Linux binaries.