Skip to content

Online editor / visualizer for Kaitai Struct .ksy files

License

Notifications You must be signed in to change notification settings

spacehamster/kaitai_struct_webide

 
 

Repository files navigation

Kaitai Struct WebIDE

Online editor / visualizer for Kaitai Struct .ksy files

Build Status Known Vulnerabilities

features

See the Features wiki page

community

Visit us on Gitter

demo

ide.kaitai.io

run locally (without compiling / modifying the source code)

  • Clone stable release: git clone https://github.com/kaitai-io/ide-kaitai-io.github.io or
    • Devel release: git clone https://github.com/kaitai-io/ide-devel-kaitai-io.github.io
  • Serve on a webserver (ex. python -mSimpleHTTPServer or python serve.py)
  • Go to http://127.0.0.1:8000/

compile and run locally

  • git clone --recursive https://github.com/kaitai-io/kaitai_struct_webide
  • npm install
  • python serve.py --compile
  • Go to http://127.0.0.1:8000/

screenshots

Example screenshot of a .zip file Example screenshot of a .png file

For more screenshots visit the Features wiki page

About

Online editor / visualizer for Kaitai Struct .ksy files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 64.6%
  • JavaScript 18.9%
  • HTML 10.1%
  • Python 3.7%
  • CSS 2.0%
  • Shell 0.7%