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
- Host: GitHub
- URL: https://github.com/jweyrich/pe-parse-kaitai
- Owner: jweyrich
- License: bsd-3-clause
- Created: 2020-05-23T04:26:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T06:54:50.000Z (about 6 years ago)
- Last Synced: 2025-01-05T20:40:47.826Z (over 1 year ago)
- Topics: kaitai-struct, parser, portable-executable
- Language: C++
- Size: 32.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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