{"id":13399568,"url":"https://github.com/kaitai-io/kaitai_struct_gui","last_synced_at":"2025-09-06T08:31:18.693Z","repository":{"id":41902475,"uuid":"71593871","full_name":"kaitai-io/kaitai_struct_gui","owner":"kaitai-io","description":"Kaitai Struct: visualizer and hex viewer tool GUI in Java","archived":false,"fork":false,"pushed_at":"2023-08-01T07:09:50.000Z","size":113,"stargazers_count":23,"open_issues_count":8,"forks_count":6,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-07-31T19:21:41.665Z","etag":null,"topics":["hex-viewer","java","kaitai-struct","visualizer"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaitai-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-21T20:22:40.000Z","updated_at":"2024-03-21T21:43:08.000Z","dependencies_parsed_at":"2024-10-25T19:47:32.946Z","dependency_job_id":"a282e741-506e-45ca-8d24-e71b779f9b3a","html_url":"https://github.com/kaitai-io/kaitai_struct_gui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaitai-io%2Fkaitai_struct_gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaitai-io%2Fkaitai_struct_gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaitai-io%2Fkaitai_struct_gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaitai-io%2Fkaitai_struct_gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaitai-io","download_url":"https://codeload.github.com/kaitai-io/kaitai_struct_gui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232104679,"owners_count":18473187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hex-viewer","java","kaitai-struct","visualizer"],"created_at":"2024-07-30T19:00:39.634Z","updated_at":"2025-01-01T17:18:10.663Z","avatar_url":"https://github.com/kaitai-io.png","language":"Java","funding_links":[],"categories":["Visualizers, IDEs, hex editors"],"sub_categories":["Arbitrary file formats"],"readme":"# Kaitai Struct: visualization GUI tool in Java\n\nThis is a Java-based GUI for data structure visualizations in binary\nformats, based on [Kaitai Struct](http://kaitai.io) project. This vis\ntool uses [Java's Swing](https://en.wikipedia.org/wiki/Swing_%28Java%29)\nfor its GUI elements.\n\nIts functionality is akin to similar projects:\n\n* [kaitai_struct_visualizer](https://github.com/kaitai-io/kaitai_struct_visualizer) in Ruby\n* [WebIDE](https://ide.kaitai.io/) in TypeScript for web brosers\n* [kaitai-struct-vscode](https://marketplace.visualstudio.com/items?itemName=fudgepops.kaitai-struct-vscode) in TypeScript for [VS Code](https://code.visualstudio.com/)\n\n... but this Java version is significantly simpler and is no longer under\nactive development.\n\nKaitai Struct is a declarative language used to describe various\nbinary data structures, laid out in files or in memory: i.e. binary\nfile formats, network stream packet formats, etc.\n\nThe main idea is that a particular format is described in Kaitai\nStruct language (`.ksy` files) only once and then can be compiled with\nthis compiler into source files in one of the supported programming\nlanguages. These modules will include the generated code for a parser\nthat can read described data structure from a file / stream and give\naccess to it in a nice, easy-to-comprehend API.\n\n## Build\nInstall java, maven and, if on windows, git-bash\n\nRun in console:\n\n```bash\nmvn install\n```\n\n## Licensing\n\nThis GUI vis tool project itself is copyright (C) 2016-2019 Kaitai\nProject.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or (at\nyour option) any later version.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\nGeneral Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n### Libraries used\n\nVis tool depends on the following libraries:\n\n* [kaitai_struct_compiler](https://github.com/kaitai_struct_compiler) — GPLv3+ license\n  * [fastparse](http://www.lihaoyi.com/fastparse/) — MIT license\n  * [snakeyaml](https://bitbucket.org/asomov/snakeyaml) — Apache 2.0 license\n* [JHexView](https://github.com/Mingun/JHexView) — LGPL-2.1 license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaitai-io%2Fkaitai_struct_gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaitai-io%2Fkaitai_struct_gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaitai-io%2Fkaitai_struct_gui/lists"}