Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

blacktop/docker-kaitai

Repository files navigation

docker-kaitai

CircleCI License Docker Stars Docker Pulls Docker Image

Kaitai Struct Docker Image


Dependencies

Image Tags

REPOSITORY               TAG                 SIZE
blacktop/kaitai          latest              357MB
blacktop/kaitai          0.8                 357MB

Getting Started

docker run --rm -v `pwd`:/output blacktop/kaitai:0.8 -t python executable/mach_o.ksy --outdir /output

Now you can use the output in python

CPU: ARM64, subtype: 2

Start WebIDE

docker run -d -p 8000:8000 -w /kaitai/webide --entrypoint python blacktop/kaitai:0.8 -mSimpleHTTPServer

Navigate to http://127.0.0.1:8000

webide

Issues

Find a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to file an issue

CHANGELOG

See CHANGELOG.md

Contributing

See all contributors on GitHub.

Please update the CHANGELOG.md and submit a Pull Request on GitHub.

License

MIT Copyright (c) 2018 blacktop