Add Kaitai Struct to Binary Analysis

This commit is contained in:
pe3zx 2021-01-02 16:33:46 +07:00
parent 67f9aeb708
commit f6a1ab1170

View File

@ -459,6 +459,10 @@ This repository is created as an online bookmark for useful links, resources and
<td><a href="https://github.com/hasherezade/hook_finder">hasherezade/hook_finder</a></td>
<td>a small tool for investigating inline hooks (and other in-memory code patches)</td>
</tr>
<tr>
<td><a href="https://kaitai.io">Kaitai Struct</a></td>
<td>Kaitai Struct is a declarative language used to describe various binary data structures, laid out in files or in memory: i.e. binary file formats, network stream packet formats, etc.</td>
</tr>
<tr>
<td><a href="https://lief.quarkslab.com/">LIEF</a></td>
<td>Library to Instrument Executable Formats</td>