Skip to content

Instantly share code, notes, and snippets.

@generalmimon
Last active March 20, 2023 23:20
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save generalmimon/9b6cfb56c53f75fc23e20690464699dc to your computer and use it in GitHub Desktop.
Save generalmimon/9b6cfb56c53f75fc23e20690464699dc to your computer and use it in GitHub Desktop.
List of GitHub repositories containing .ksy files (excluding kaitai-io org)
  • Last updated: 2023-03-20

  • Collected .ksy files on GitHub by this shell script and then filtered unique repos by the following command:

    jq --raw-output \
      'select((.html_url | contains("/mitmproxy/") | not) or .repo == "https://github.com/mitmproxy/mitmproxy") | '\
    'select((.html_url | contains("/selfdrive/locationd/") or contains("/system/ubloxd/") | not) or .repo == "https://github.com/commaai/openpilot") | '\
    'select((.html_url | contains("/unidbg-ios/assets/") | not) or .repo == "https://github.com/zhkl0228/unidbg") | '\
    'select((.html_url | contains("/tools/formats/") | not) or .repo == "https://github.com/AlexAltea/orbital") | '\
    'select((.html_url | contains("/pcbnew/plugins/altium/") | not) or .repo == "https://github.com/KiCad/kicad-source-mirror") | '\
    'select((.html_url | contains("/eeschema/sch_plugins/altium/") | not) or .repo == "https://github.com/KiCad/kicad-source-mirror") | '\
    'select((.html_url | contains("/kaitai_definitions_disabled/") or contains("/kaitai_definitions/") | not) or .repo == "https://github.com/kismetwireless/kismet") | '\
    'select((.html_url | contains("/Chapter13/ksy/") | not) or .repo == "https://github.com/PacktPublishing/Deep-Reinforcement-Learning-Hands-On") | '\
    'select((.html_url | contains("/Chapter16/ksy/") | not) or .repo == "https://github.com/PacktPublishing/Deep-Reinforcement-Learning-Hands-On-Second-Edition") | '\
    '.repo' \
      github-collected-ksy-paths.ndjson \
    | LC_ALL=C sort -u --ignore-case -o github-repos-with-ksy-files.log -

    Then use sed -i 's/^/1. /g' github-repos-with-ksy-files.log to get the ordered list for Markdown.

    • Excludes the kaitai-io organization and copies of some popular open source projects (see the command above).
    • Sorts repos from A to Z in alphabetical ascending order in a case-insensitive way (the --ignore-case option of the sort command)
  • I noticed that there are some public GitHub repos that never appear in the search results (even though they clearly contain .ksy files) but I'm not sure how to collect them in a systematic and reliable way.

    • A possible way would be to combine the primary search extension:ksy with a secondary search query "Please edit source .ksy file" - that fetches quite good results because people tend to commit generated code. After taking a glance, this would complement at least some repos missing after the primary search.

  1. https://github.com/0xddom/libmakise
  2. https://github.com/1j01/anypalette.js
  3. https://github.com/360NENZ/paimooon-YSRes
  4. https://github.com/4m1g0/tinygs-decoders
  5. https://github.com/667bdrm/owspctl
  6. https://github.com/667bdrm/sofiactl
  7. https://github.com/8an3/infoSec
  8. https://github.com/abitrolly/ksykaitai
  9. https://github.com/ad044/lainTSX
  10. https://github.com/adrianherrera/kaitai-s2e
  11. https://github.com/ageller/Firefly
  12. https://github.com/AI-for-Space/outlier-spiking-neural-network
  13. https://github.com/aimrebirth/tools
  14. https://github.com/akatatsu27/FalcomToolsCollection
  15. https://github.com/aleasims/kaitai-struct-python-inspector
  16. https://github.com/aleasims/parsefw
  17. https://github.com/Alessandro-Barbieri/FEH-files-descriptions
  18. https://github.com/AlexAltea/orbital
  19. https://github.com/AlexandruScutaru/EscapeTheSewer
  20. https://github.com/AlexKimov/seadogs-file-formats
  21. https://github.com/alinsavix/kaitai-wow
  22. https://github.com/AltoRetrato/samba-de-amigo-2k_modding
  23. https://github.com/Alys-Elica/OpenFVR
  24. https://github.com/ambientsound/rex
  25. https://github.com/angleyanalbedo/ysres
  26. https://github.com/antoinbo/pharaoh-snippets
  27. https://github.com/Antonin-Deniau/cave_miner
  28. https://github.com/apparatus-preservation-project/Kaitai
  29. https://github.com/aquach/test-ksy-typescript
  30. https://github.com/arlac77/kaitai-pdf
  31. https://github.com/armijnhemel/binaryanalysis-ng
  32. https://github.com/armijnhemel/compliance-scripts
  33. https://github.com/Artur51/kaitai-psd-read-font-settings
  34. https://github.com/aspadm/EIrepack
  35. https://github.com/aston-developer/crate-digger
  36. https://github.com/AT0myks/reolink-fw
  37. https://github.com/AtomCrafty/yukatool
  38. https://github.com/atty303/exapunks-viewer
  39. https://github.com/AuriumCoin/AuriumProtocol
  40. https://github.com/auronen/bin-safe-zen-parser
  41. https://github.com/auronen/DecDat
  42. https://github.com/averrin/vvm
  43. https://github.com/awesomedotnetcore/Tarzan
  44. https://github.com/AzazelN28/div-tools
  45. https://github.com/Bakkes/rocketleaguereplay-kaitai
  46. https://github.com/balabit-deps/balabit-os-9-shared-mime-info
  47. https://github.com/ballerina-platform/ballerina-lang
  48. https://github.com/banyaszvonat/psyq_kaitai
  49. https://github.com/BelmY/satnogs-decoders
  50. https://github.com/berkus/carma
  51. https://github.com/bipinbipin/crate-digger
  52. https://github.com/blacktop/docker-kaitai
  53. https://github.com/bluebears-dev/fat32-mapper
  54. https://github.com/bluecmd/fejkon
  55. https://github.com/bolandi/firmware-analyzer
  56. https://github.com/bombsquad02420/bombsquad-filespec
  57. https://github.com/boxmein/small-programs
  58. https://github.com/Brachi/albam
  59. https://github.com/brainerazer/TLSMessageKaitais
  60. https://github.com/burakcan/edf-parser
  61. https://github.com/burnsba/getools
  62. https://github.com/Byebyesky/MapleStory3DS-Savegame-Documentation
  63. https://github.com/CapableRobot/CapableRobot_USBHub_Driver
  64. https://github.com/Cat-Ion/rigol-ds4000-wfm
  65. https://github.com/ccreeten/joe
  66. https://github.com/Ced2911/fenrir_loader_experiment
  67. https://github.com/chaoticgd/wrench
  68. https://github.com/chavacava/lab-kaitai
  69. https://github.com/CN-ARC/KaitaiStruct
  70. https://github.com/colemole9595/gsoc22_bitstream
  71. https://github.com/colonel-blimp/m8s-kaitai-struct
  72. https://github.com/commaai/openpilot
  73. https://github.com/ComSys-OVGU/iot-coffee-machine
  74. https://github.com/congatudo/Congatudo
  75. https://github.com/construct/construct
  76. https://github.com/ControlThings-io/ctui
  77. https://github.com/cphyc/astrophysics_toolset
  78. https://github.com/crash8229/led-cube-data
  79. https://github.com/crest14059/l2r
  80. https://github.com/cromulencellc/qemu-shoggoth
  81. https://github.com/cso-idn-player/nav2ent
  82. https://github.com/CTR-tools/CTR-tools
  83. https://github.com/cugu/afro
  84. https://github.com/cugu/apfs.ksy
  85. https://github.com/cugu/kaitaigo
  86. https://github.com/cyco/WebFun
  87. https://github.com/cyrozap/agilent-pcie-analyzer-re
  88. https://github.com/cyrozap/asmedia-xhc-re
  89. https://github.com/cyrozap/ath6kl-tools
  90. https://github.com/cyrozap/broadcom-crystal-hd-re
  91. https://github.com/cyrozap/mct-usb-display-adapter-re
  92. https://github.com/cyrozap/mediatek-lte-baseband-re
  93. https://github.com/cyrozap/mediatek-wifi-re
  94. https://github.com/cyrozap/optical-disc-drive-re
  95. https://github.com/cyrozap/rockchip-dptx-re
  96. https://github.com/cyrozap/trendnet-teg-30284-re
  97. https://github.com/cyrozap/usb-hub-re
  98. https://github.com/cyrozap/usb-to-pcie-re
  99. https://github.com/d0vine/ctf
  100. https://github.com/DaanWillems/HardenedModbusParser
  101. https://github.com/dalvarezperez/umse
  102. https://github.com/damastess/Fat32
  103. https://github.com/damir78/iextops
  104. https://github.com/danksz/tsukuyomi
  105. https://github.com/danotorrey/declarative-packet-parsing
  106. https://github.com/DarkMatterCore/dom_xml_dataset_generators
  107. https://github.com/DarkShadow44/UIRibbon-Reversing
  108. https://github.com/Dartmouth-Trustlab/commoncrawl-images
  109. https://github.com/data-exp-lab/astro-data-formats
  110. https://github.com/datastax/sstable-to-arrow
  111. https://github.com/Davermouse/gpm-tool
  112. https://github.com/david4599/BrickBlaster-ExtractTools
  113. https://github.com/dbdexter-dev/sondedump
  114. https://github.com/DC801/BM-Badge
  115. https://github.com/DCxDemo/KAT2WAV
  116. https://github.com/DearJingSoftware/iotpack
  117. https://github.com/Debian/dcs
  118. https://github.com/deefha/klan2016-re
  119. https://github.com/Deep-Symmetry/crate-digger
  120. https://github.com/deepin-community/shared-mime-info
  121. https://github.com/derrod/legendary
  122. https://github.com/det-lab/dataReaderWriter
  123. https://github.com/det-lab/xia
  124. https://github.com/DeutscheKI/dreame-w10-valetudo-fork
  125. https://github.com/dfrc-korea/carpe
  126. https://github.com/Digilent/dlog-utils
  127. https://github.com/digitalisx/kaleidoscope
  128. https://github.com/djey47/tduf-next
  129. https://github.com/djohn833/code-snippets
  130. https://github.com/dkw72n/notes
  131. https://github.com/dmarov/dbd_packet_parser
  132. https://github.com/doesthisusername/ig-tools
  133. https://github.com/dpwhittaker/coh-parse7
  134. https://github.com/driftregion/EmbeddedBLFLogger
  135. https://github.com/dungwinux/myr_archive
  136. https://github.com/dungwinux/pac_patcher
  137. https://github.com/dylanaraps/languages
  138. https://github.com/dylangerdaly/UFiber-Nano-G-Playpen
  139. https://github.com/e-rk/speedtools
  140. https://github.com/ea5gvk/Hytera_Homebrew_Bridge
  141. https://github.com/ea5gvk/OK-DMR-DMR-HAM-Protocols
  142. https://github.com/Earthnuker/ScrapHacks
  143. https://github.com/EBI-Metagenomics/nmm
  144. https://github.com/efonte/patapon-re
  145. https://github.com/ElectricVersion/FATEFileTypes
  146. https://github.com/ElectricVersion/NSBMDFileFormatDescription
  147. https://github.com/elsamuko/hello
  148. https://github.com/emarron/ffxiv-tex-converter
  149. https://github.com/enoly/extFileRecovery
  150. https://github.com/entriphy/klonoa2-tools
  151. https://github.com/entriphy/structs
  152. https://github.com/ephemeral-laboratories/modelling_formats
  153. https://github.com/Equidamoid/dltpy
  154. https://github.com/ernw/quarantine-formats
  155. https://github.com/esanya/fes-battery-control
  156. https://github.com/eset/malware-ioc
  157. https://github.com/eset/malware-research
  158. https://github.com/estcube/Telemetry-Forwarding-Client
  159. https://github.com/evanpurkhiser/prolink-connect
  160. https://github.com/Evidlo/dotrm
  161. https://github.com/Evidlo/remarkable_webinterface
  162. https://github.com/exaos/cau4np
  163. https://github.com/eybisi/misc
  164. https://github.com/FAForever/faf-scfa-replay-parser
  165. https://github.com/FallBackITA27/mkw-auto-mii-render
  166. https://github.com/fausecteam/faustctf-2021-thelostbottle
  167. https://github.com/Fe-Lit/Freeder
  168. https://github.com/fechan/civ5map-tools
  169. https://github.com/fedorg/docx_cdx
  170. https://github.com/fileTestSuite/fileTestSuite
  171. https://github.com/finnhughes/kaitai-pymp4
  172. https://github.com/flanfly/kaitai-rs
  173. https://github.com/flibX0r/010_CP77_TweakDB
  174. https://github.com/foerstj/gaspy
  175. https://github.com/fookatchu/pyphotonfile
  176. https://github.com/forensicanalysis/regffs
  177. https://github.com/Forlos/vn_re
  178. https://github.com/foxglove/mcap
  179. https://github.com/fpv-wtf/ar-firmware-tools
  180. https://github.com/Fracture17/ProjectMCodes
  181. https://github.com/Frazew/rrdmerge
  182. https://github.com/freedesktop/xdg-shared-mime-info
  183. https://github.com/frostasm/xcursor-reader
  184. https://github.com/fudgepop01/kaitai_ide_vscode
  185. https://github.com/FunctionDJ/rekordbox-database-documentation
  186. https://github.com/FusionBreak/wdc3.net
  187. https://github.com/fygonzalo/packet_analyzer
  188. https://github.com/G4te-Keep3r/HowdyHackers
  189. https://github.com/Game3DEE/adoom
  190. https://github.com/Game3DEE/cmm
  191. https://github.com/Game3DEE/darkstone
  192. https://github.com/Game3DEE/webcarnivores
  193. https://github.com/gamestabled/oot3d
  194. https://github.com/gazetchik/lora-kaitai
  195. https://github.com/GDATAAdvancedAnalytics/winreg-tasks
  196. https://github.com/generalmimon/bmptool
  197. https://github.com/generalmimon/ks-java-runtime-test
  198. https://github.com/generalmimon/ks-table-py-benchmark
  199. https://github.com/GiGGioSo/mkwii-ita-auto-TT-boards
  200. https://github.com/github/linguist
  201. https://github.com/giuliof/siglent-bin2sr
  202. https://github.com/Glebka/png2photon
  203. https://github.com/gpspro/gprs
  204. https://github.com/GPUOpen-Drivers/libamdrdf
  205. https://github.com/GPUOpen-Drivers/pal
  206. https://github.com/gskip17/l2r-python-sniffer
  207. https://github.com/gucio321/d2dc6
  208. https://github.com/gzahl/nexusfdx
  209. https://github.com/Haitham-libri/PS1-Classics
  210. https://github.com/hakanai/mp4.ksy
  211. https://github.com/hakanai/nrbf.ksy
  212. https://github.com/hallipr/CastleOfTheWinds
  213. https://github.com/halotroop2288/BringMiiToLife
  214. https://github.com/hanaslamova/Kaitai-DNS-parser
  215. https://github.com/hangingman/wxMMDViewer
  216. https://github.com/hbk-world/open-api-tutorials
  217. https://github.com/hbk-world/Open-Interface-for-Sound-Level-Meter
  218. https://github.com/heinrich5991/libtw2
  219. https://github.com/hexylena/remapper
  220. https://github.com/huangyoje/mysql-ksy
  221. https://github.com/Hypfer/Valetudo
  222. https://github.com/iconmaster5326/TerrariaResearchChecklist
  223. https://github.com/infval/AMLUnpacker_TrueRemembrance
  224. https://github.com/Inori/FuckGalEngine
  225. https://github.com/interwinner/Legendary_Game
  226. https://github.com/IsaMorphic/NuXtractor
  227. https://github.com/J-T-de/Villagepp
  228. https://github.com/jackyef/all-lang
  229. https://github.com/Jakeler/bms-parser
  230. https://github.com/jankais3r/Clearwell-backup-extractor
  231. https://github.com/jaroslaw-wieczorek/PYTHON3_SCAPY_MODBUS_TCP
  232. https://github.com/JaycieErysdren/Formats
  233. https://github.com/JaycieErysdren/Liberator
  234. https://github.com/JaycieErysdren/QCVM
  235. https://github.com/JaycieErysdren/SaturnQuakePC
  236. https://github.com/jiangzhhhh/assetbundle.ksy
  237. https://github.com/JillCrungus/VanToolstic
  238. https://github.com/Jinmo/idapkg
  239. https://github.com/jlai/brush-viewer
  240. https://github.com/jonidollar69/MIXXX
  241. https://github.com/jorge1993/OeSNN-UAD
  242. https://github.com/joushx/kaitai-to-wireshark
  243. https://github.com/joushx/Online-Ticket-Code
  244. https://github.com/jpivarski/awkward-kaitai
  245. https://github.com/jumpjack/mars-pathfinder-meshes
  246. https://github.com/jumpjack/VST-converter
  247. https://github.com/justgook/grayworld
  248. https://github.com/jvisser/golden-axe-32x-edition
  249. https://github.com/kaitaiStructCompile/synalysis2kaitai
  250. https://github.com/kakutai/nodelj
  251. https://github.com/kbazow/vn_movement_engine-master
  252. https://github.com/keymanapp/keyman
  253. https://github.com/Kh4n/jt-loader
  254. https://github.com/KiCad/kicad-source-mirror
  255. https://github.com/KirkSuD/osu_db_kaitai_struct
  256. https://github.com/kismetwireless/kismet
  257. https://github.com/kk49/deca
  258. https://github.com/knelse/SphereEmu
  259. https://github.com/koenvervloesem/BTHome-Kaitai-Struct
  260. https://github.com/KOLANICH-physics/SMSD.py
  261. https://github.com/KOLANICH-research/research_compiler_optimizations_comparison
  262. https://github.com/KOLANICH-tools/MAPITagsScraper.py
  263. https://github.com/kortel-systems/hyteratak
  264. https://github.com/kotiq/blk
  265. https://github.com/Kritzmensch/mechanoids-tools
  266. https://github.com/krokettenkoal/khkh_xldM
  267. https://github.com/kruton/ssh-proto
  268. https://github.com/L1nkZ/raglib
  269. https://github.com/larsks/tm-v71-tools
  270. https://github.com/laszloC/pico_ctf
  271. https://github.com/lcdr/lu_formats
  272. https://github.com/leoschur/kaitai_lithtech_dat_struct
  273. https://github.com/li-hao-/TS32.297_CDR_File_Parser
  274. https://github.com/LiberatorUSA/GUCEF
  275. https://github.com/LibreDWG/kaitai-cad
  276. https://github.com/limix/pandas-plink
  277. https://github.com/lin1man/KaitaiStructSample
  278. https://github.com/LogicAndTrick/sledge-formats
  279. https://github.com/lokkju/pyhogg
  280. https://github.com/longlongh4/multi_viewpoint_player
  281. https://github.com/LongSoft/UEFITool
  282. https://github.com/lpechacek/ocd-dump
  283. https://github.com/mac-chaffee/generated-spoe
  284. https://github.com/macton/arctic
  285. https://github.com/madwareru/orom-file-formats
  286. https://github.com/Mahlet-Inc/hobbits
  287. https://github.com/maierfelix/bnsh-decoder
  288. https://github.com/maksym-pasichnyk/Pipyaki
  289. https://github.com/Maple-Lazuli/satnogs-notebooks
  290. https://github.com/marcelrv/XiaomiRobotVacuumProtocol
  291. https://github.com/marco231188/Valetudo
  292. https://github.com/marehr/bam_bai_study
  293. https://github.com/marijnvdwerf/brickworld
  294. https://github.com/master801/Out-of-Translation
  295. https://github.com/master801/PSP-Eureka-Seven-Scripts
  296. https://github.com/master801/Rune-Factory-Frontier-Tools
  297. https://github.com/MasterQ32/TinyVG
  298. https://github.com/matomatical/reMarkable-kaitai
  299. https://github.com/mattdavis90/hantek-wave-viewer
  300. https://github.com/matthew-5pl/libmiigen
  301. https://github.com/matthewturk/data-formats
  302. https://github.com/matthewturk/dispersing
  303. https://github.com/mauricek/kaitai_format_gp5
  304. https://github.com/mchubby/pb740-inkpad-notes
  305. https://github.com/megboyzz/ByteView
  306. https://github.com/MeinerI/Nosferatu-The-Wrath-of-Malachi
  307. https://github.com/MelbourneSpaceProgram/Acrux1Tools
  308. https://github.com/Metin2-Dev/wiki-dev
  309. https://github.com/michal-josef-spacek/CAD-Format-DWG-AC1001
  310. https://github.com/michal-josef-spacek/CAD-Format-DWG-AC1002
  311. https://github.com/michal-josef-spacek/CAD-Format-DWG-AC1003
  312. https://github.com/michal-josef-spacek/CAD-Format-DWG-AC1004
  313. https://github.com/michal-josef-spacek/CAD-Format-DWG-AC1006
  314. https://github.com/michal-josef-spacek/CAD-Format-DWG-AC1009
  315. https://github.com/michal-josef-spacek/CAD-Format-DWG-AC1_2
  316. https://github.com/michal-josef-spacek/CAD-Format-DWG-AC1_40
  317. https://github.com/michal-josef-spacek/CAD-Format-DWG-AC1_50
  318. https://github.com/michal-josef-spacek/CAD-Format-DWG-AC2_10
  319. https://github.com/michal-josef-spacek/CAD-Format-DWG-MC0_0
  320. https://github.com/mickdekkers/tesv-ksy
  321. https://github.com/mitmproxy/mitmproxy
  322. https://github.com/mixxxdj/mixxx
  323. https://github.com/mnakamura1337/engine_ai5v
  324. https://github.com/mnakamura1337/engine_bgi
  325. https://github.com/mnakamura1337/engine_ikura
  326. https://github.com/mnakamura1337/engine_nekosdk
  327. https://github.com/mnemoli/creaturesstructs
  328. https://github.com/MobMonRob/JNativeLibLoader
  329. https://github.com/MonoS/SupMover
  330. https://github.com/mostobriv/luajit_decomp
  331. https://github.com/MPEGGroup/isobmff-kaitai-experiment
  332. https://github.com/mrwonko/flatout-open-level-editor
  333. https://github.com/MuffinHop/UnityCTR
  334. https://github.com/MundraPavani/KaitaiDecoderCode
  335. https://github.com/murachue/os9tools
  336. https://github.com/mwzzhang/python-YU-RIS-package-file-unpacker
  337. https://github.com/mwzzhang/python-yuka-container-extractor
  338. https://github.com/myevan/rtk
  339. https://github.com/n-rook/thscoreboard
  340. https://github.com/n-wach/x595g-tools
  341. https://github.com/N129BZ/Stratux-UDP-AHRS
  342. https://github.com/naclomi/libgarib
  343. https://github.com/Nano-LightNet/lightNet-protocol
  344. https://github.com/nanocurrency/nanodb-specification
  345. https://github.com/nanocurrency/protocol
  346. https://github.com/ncguy2/VulkanModelViewer
  347. https://github.com/nebulous/infinitesp
  348. https://github.com/NeoZX/fb_formats
  349. https://github.com/NeoZX/ncore-formats
  350. https://github.com/nesfit/NTPAC
  351. https://github.com/netdata/netdata
  352. https://github.com/NetherlandsForensicInstitute/qnxmount
  353. https://github.com/NetherlandsForensicInstitute/teslalogs
  354. https://github.com/Nickardson/dungeons-and-diagrams
  355. https://github.com/nickgal/rtk-cli
  356. https://github.com/nickhobbs94/TIC
  357. https://github.com/nightlark/qu-editor
  358. https://github.com/NimbusVacuum/Nimbus
  359. https://github.com/nnguyen259/SenSchema
  360. https://github.com/noahcoolboy/ks-serializer-js
  361. https://github.com/noqcks/generated
  362. https://github.com/NoSecretImprove/DiskAllocationStuct
  363. https://github.com/nturley/ghw-notes
  364. https://github.com/NUKIB/maldump
  365. https://github.com/nullableVoidPtr/ares
  366. https://github.com/NurbsOtter/kaitai-cannibal
  367. https://github.com/Nuthouse01/PMX-VMD-Scripting-Tools
  368. https://github.com/nviennot/turbo-resin
  369. https://github.com/NWADIOGWA/nwadiogwa.github.io
  370. https://github.com/NWADIOGWA/studious-enigma
  371. https://github.com/OK-DMR/dmr-kaitai
  372. https://github.com/OK-DMR/Hytera_Homebrew_Bridge
  373. https://github.com/olegische/test-integration
  374. https://github.com/olesya-wo/idol-fx-engine
  375. https://github.com/Olgidos/SOMPviewer
  376. https://github.com/Open-CK/esp-kaitai
  377. https://github.com/open-telemetry/opentelemetry-cpp-contrib
  378. https://github.com/OpenDiablo2/AbyssEngine
  379. https://github.com/OpenDiablo2/dc6
  380. https://github.com/OpenDiablo2/OpenDiablo2
  381. https://github.com/OpenLSR/lsr_kaitai
  382. https://github.com/OpenSiege/OpenSiege
  383. https://github.com/oresat/oresat-decoders
  384. https://github.com/OriDevTeam/lyketo
  385. https://github.com/orsanakbaba/sbe-netty-tcp-example
  386. https://github.com/p3r7/mpc-tools
  387. https://github.com/PacktPublishing/Deep-Reinforcement-Learning-Hands-On
  388. https://github.com/PacktPublishing/Deep-Reinforcement-Learning-Hands-On-Second-Edition
  389. https://github.com/PAGalaxyLab/vxhunter
  390. https://github.com/paimooon/DataParser-paimooon
  391. https://github.com/paimooon/YSAssetIdx
  392. https://github.com/pangbox/packetdoc
  393. https://github.com/partypooperarchive/AssetRumpus
  394. https://github.com/partypooperarchive/KaitaiDumper
  395. https://github.com/PatrikH0lop/kaitai-ssh
  396. https://github.com/paulguy/parse-edid2
  397. https://github.com/pedrogao/plib
  398. https://github.com/perseon/ttr_tools
  399. https://github.com/PetukhovAlexey/Structures
  400. https://github.com/Picoseconds/GlacierFormats
  401. https://github.com/PierreBelmondo/vscode-wipeout
  402. https://github.com/pine64/bl602-re
  403. https://github.com/pmkyl/priceLoader
  404. https://github.com/polserver/polserver
  405. https://github.com/polyverse/EnVisen
  406. https://github.com/PotatoOfDoom/OriginStubDecrypter
  407. https://github.com/Pr0metheus42/TC-save-reader
  408. https://github.com/prebuilder/QtInstallerFrameworkExtractor
  409. https://github.com/prefixaut/rconv
  410. https://github.com/princeminz/mididroid
  411. https://github.com/princeminz/rtpmididroid
  412. https://github.com/principia-preservation-project/kaitai
  413. https://github.com/Project-PokeBots/kaitai_struct_formats
  414. https://github.com/ptrewhella/parser
  415. https://github.com/qguv/undercooked
  416. https://github.com/quarkslab/legu_unpacker_2019
  417. https://github.com/rabbitControl/RCP
  418. https://github.com/radiatoryang/scopa
  419. https://github.com/rafalh/rf-reversed
  420. https://github.com/rainx/tdx_struct
  421. https://github.com/RancidBacon/audiogif
  422. https://github.com/randovania/retro-data-structures
  423. https://github.com/raphidoc/sear
  424. https://github.com/ravi740136/telerikprojects
  425. https://github.com/raviddog/threp-ks
  426. https://github.com/raymond-h/pokesav-ds-gen4
  427. https://github.com/raymond-h/pokesav-ds-gen5
  428. https://github.com/rbs-forks/binaryanalysis-ng
  429. https://github.com/realmoriss/grumpy-free-jaguars
  430. https://github.com/reRNR/RNRFileFormats
  431. https://github.com/ret5et/Watchguard_Sysa-dl_Format
  432. https://github.com/retr0-13/hashCollisions
  433. https://github.com/RetroReversing/libRetroReversing
  434. https://github.com/rh-hideout/rhh-docs
  435. https://github.com/rianadon/WPILib-cp
  436. https://github.com/RiiConnect24/Kaitai-Files
  437. https://github.com/RiiConnect24/MiiTube
  438. https://github.com/robfuscated/firmware-analysis-tools
  439. https://github.com/roblabla/NX-010Editor
  440. https://github.com/rollerozxa/minetest-kaitai
  441. https://github.com/RonnyReverse/cc-tools
  442. https://github.com/russtone/systembag.kb
  443. https://github.com/ruvi-d/kaitai-test
  444. https://github.com/rwfpl/rewolf-golden-axe-explorer
  445. https://github.com/rysavy-ondrej/Ironstone
  446. https://github.com/rysavy-ondrej/Netdx
  447. https://github.com/rysavy-ondrej/Netfox.NDX
  448. https://github.com/rysavy-ondrej/traffix.net
  449. https://github.com/s-pilugin/job_task
  450. https://github.com/SabheeR/ProcessMemory
  451. https://github.com/sailfishos-mirror/shared-mime-info
  452. https://github.com/sandialabs/generic-data-display
  453. https://github.com/sarveshcodes/rtpmidi
  454. https://github.com/ScottGriffin213/BundleBouncer
  455. https://github.com/scottprahl/RigolWFM
  456. https://github.com/Scrivener07/Kingdom-Come
  457. https://github.com/scw007/cpj
  458. https://github.com/seanlynch/godot_pmx_importer
  459. https://github.com/sem-geologist/HussariX
  460. https://github.com/sem-geologist/peaksight-binary-parser
  461. https://github.com/SevenHearts/portship.js
  462. https://github.com/sevensense-robotics/alphasense_acp_bridge
  463. https://github.com/SEWsam/nes-emu
  464. https://github.com/shamansir/node-elm-repl
  465. https://github.com/sharel0ck/objectboxlite
  466. https://github.com/sheerluck/Kaitai-Buenos-Aires-Cpp
  467. https://github.com/sheerluck/Toy-Cpp-Project-with-Kaitai
  468. https://github.com/Shiqan/FortniteReplayDecompressor
  469. https://github.com/sibeshkar/jiminy
  470. https://github.com/sigi73/mobile-grid-ross
  471. https://github.com/Sigmmma/HaloKSY
  472. https://github.com/silentsignal/xcoff-ks
  473. https://github.com/sirdarckcat/ctfairlines
  474. https://github.com/skelerang/sr2-ksy
  475. https://github.com/Sledmine/invader2kaitai
  476. https://github.com/smash64-dev/krec-struct-format
  477. https://github.com/Smoosani/Windows-Prefetch-Parser
  478. https://github.com/sonusz/PhasorToolBox
  479. https://github.com/sophoslabs/WebAssembly
  480. https://github.com/sourcehold/sourcehold-data-library
  481. https://github.com/sourcehold/sourcehold-maps
  482. https://github.com/speters/onwatuf
  483. https://github.com/SpikE4343/pico-flight
  484. https://github.com/spillerrec/skytrails-replacer
  485. https://github.com/spotlightishere/kaitais
  486. https://github.com/ssloxford/gsextract
  487. https://github.com/SSTF-Office/SamsungCTF
  488. https://github.com/StefanoSperetta/GSkit-Connector
  489. https://github.com/Stepland/jubeatools
  490. https://github.com/sticks-stuff/mii-to-instructions
  491. https://github.com/sunveil/dataformats
  492. https://github.com/Swatinem/hexite
  493. https://github.com/Synacktiv-contrib/stuffz
  494. https://github.com/synacktiv/yealink_tools
  495. https://github.com/t3ta/jvdata-go
  496. https://github.com/TagnumElite/File-Format-Templates
  497. https://github.com/tajmone/arun-playground
  498. https://github.com/taotao54321/fcdstools
  499. https://github.com/taotao54321/tas
  500. https://github.com/tarm/kaitai_struct_tests
  501. https://github.com/TeamT5/MalCfgParser
  502. https://github.com/tecracer-theinen/bootable-volumes
  503. https://github.com/TerryB2308/Mixxx
  504. https://github.com/ThatAsherGuy/WoWbjectImporter
  505. https://github.com/thatskriptkid/Kaitai-Struct-Android-Manifest-binary-XML
  506. https://github.com/The-Knights-of-the-Eastern-Calculus/lainextract
  507. https://github.com/the-wondersmith/ferroflex
  508. https://github.com/Thealexbarney/VGAudio
  509. https://github.com/Theaninova/mmtorg
  510. https://github.com/thebabush/bline
  511. https://github.com/TheGreatRambler/MariOver
  512. https://github.com/TheGreatRambler/Mii_to_UMii
  513. https://github.com/TheGreatRambler/toost
  514. https://github.com/Therzok/dsp_modding
  515. https://github.com/thetemplar/lwsc_esp8266
  516. https://github.com/thomasjungblut/go-sstables
  517. https://github.com/thomasrdean/BinaryPaperComparison
  518. https://github.com/tickelton/misc.re
  519. https://github.com/timbocgn/rb_copycolor
  520. https://github.com/tisoft/jsquashfs
  521. https://github.com/trailofbits/polyfile
  522. https://github.com/trichimtrich/pysockssl
  523. https://github.com/truedread/bif.ksy
  524. https://github.com/Tschrock/esbuild-plugin-kaitai
  525. https://github.com/Tschrock/kaitai-dts
  526. https://github.com/Tschrock/ksy-formats
  527. https://github.com/tsoutsman/kaitai-rs
  528. https://github.com/tyalie/AAP-Protocol-Defintion
  529. https://github.com/ucd-eirsat-1/beacon
  530. https://github.com/umjammer/vavi-nio-file-apfs
  531. https://github.com/unegare/crypto
  532. https://github.com/uniclogs/cossi
  533. https://github.com/unlamgidsa/unlam_gs_backend
  534. https://github.com/unStatiK/NS
  535. https://github.com/unStatiK/TlvProcessors
  536. https://github.com/UserUnknownFactor/userunknownfactor.github.io
  537. https://github.com/V-Sekai/godot-pmx
  538. https://github.com/Vadru93/LevelMod
  539. https://github.com/val-verde/shared-mime-info
  540. https://github.com/valery1707/kaitai-gradle-plugin
  541. https://github.com/valery1707/kaitai-maven-plugin
  542. https://github.com/venam/pa-resto-edit
  543. https://github.com/vfig/misdeed
  544. https://github.com/vii1/DIV
  545. https://github.com/VladimirMakeev/D2SGFormat
  546. https://github.com/vrthra/KaitaiFuzz
  547. https://github.com/vrthra/KHackFuzz
  548. https://github.com/vtil-project/VTIL-Kaitai
  549. https://github.com/w3f/polkadot-spec
  550. https://github.com/Wargus/stargus
  551. https://github.com/wavetilt/node-aseprite
  552. https://github.com/weeb-poly/mdp2ora
  553. https://github.com/WeedwackerPS/DataParser
  554. https://github.com/wetbadger/hobbits-edit
  555. https://github.com/whitearine/wolf-rpg-kaitai
  556. https://github.com/Whitehat-Society/whitehacks-challenges-2020-public
  557. https://github.com/WiiLink24/set-personal-data
  558. https://github.com/willdurand/fx-attribution-data-reader
  559. https://github.com/Wld-Doc/wld-doc.github.io
  560. https://github.com/Wld-Doc/WldKaitai
  561. https://github.com/wolfmanfp/kaitai-formats
  562. https://github.com/WolvenKit/wwise-audio-tools
  563. https://github.com/Worty/outgaugelistener
  564. https://github.com/wrongbaud/sf-cabinet
  565. https://github.com/Xalcon/wow-kaitai
  566. https://github.com/Xiphoseer/sdo-kaitai
  567. https://github.com/Xpl0itU/KaitaiMiiReading
  568. https://github.com/xxxcoder-ui/mixx
  569. https://github.com/YamamotoKaderate/ksy
  570. https://github.com/yapic/bigtiff
  571. https://github.com/ydkhatri/mac_apt
  572. https://github.com/Yeahyay/Shooter-Game
  573. https://github.com/Yeahyay/Tic-Tac-Toe-2
  574. https://github.com/Zamiell/isaac-save-viewer
  575. https://github.com/zcaliptium/Serious-Engine-Formats
  576. https://github.com/zchfvy/warthunder_replay_format
  577. https://github.com/zerosign/rtmp-specs
  578. https://github.com/ZetaTwo/AoE2ScenarioParser
  579. https://github.com/ZetaTwo/csgo_demo_parser
  580. https://github.com/ZetaTwo/gameboy-project
  581. https://github.com/zhafen/interface-observations
  582. https://github.com/zhkl0228/unidbg
  583. https://github.com/zinohome/MACDA
  584. https://github.com/zoff99/toxsavefile_hex
  585. https://github.com/zurgeg/wc24emu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment