kaitai-io / kaitai_struct_webide

Online editor / visualizer for Kaitai Struct .ksy files

Home Page:https://ide.kaitai.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 deploy version: git clone https://github.com/kaitai-io/ide-kaitai-io.github.io
    • stable release: /, devel release: /devel/,
  • Serve on a webserver (e.g. python3 -m http.server 8000)
  • Go to http://localhost:8000/

compile and run locally

  • git clone --recursive https://github.com/kaitai-io/kaitai_struct_webide
  • npm install
  • node serve.js --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

https://ide.kaitai.io

License:GNU General Public License v3.0


Languages

Language:TypeScript 65.3%Language:JavaScript 20.9%Language:HTML 10.0%Language:CSS 1.9%Language:Python 1.3%Language:Kaitai Struct 0.4%Language:Shell 0.1%