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

https://github.com/jweyrich/pe-parse-kaitai

Just a POC using Kaitai to parse a PE file
https://github.com/jweyrich/pe-parse-kaitai

kaitai-struct parser portable-executable

Last synced: about 1 month ago
JSON representation

Just a POC using Kaitai to parse a PE file

Awesome Lists containing this project

README

          

# pe-parse-kaitai

## How to use

git clone --recursive https://github.com/jweyrich/pe-parse-kaitai.git
cd pe-parse-kaitai
./fix-kaitai.sh
cmake .
make
./demo

# Dependencies

- iconv
- zlib