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

https://github.com/adrianherrera/kaitai-s2e

Code for my blog post on combining S2E and Kaitai Struct
https://github.com/adrianherrera/kaitai-s2e

kaitai-struct s2e symbolic-execution

Last synced: about 1 year ago
JSON representation

Code for my blog post on combining S2E and Kaitai Struct

Awesome Lists containing this project

README

          

# "Targeting" File Parsers with S2E and Kaitai Struct

This code accompanies my blog post ["Targeting" File Parsers with S2E and
Kaitai Struct](https://adrianherrera.github.io/post/kaitai-s2e).

The contents of each directory should be copied into the directory of the same
name in your S2E environment, located at `$S2EDIR`.

* guest: `$S2EDIR/source/s2e/guest`
* libs2eplugins: `$S2EDIR/source/s2e/libs2eplugins`
* readelf_kaitai: `$S2EDIR/projects/readelf_kaitai`