Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbbbbr/gbtoolsid_web
A self contained, local-only web app for identifying tools used to build Game Boy ROMs
https://github.com/bbbbbr/gbtoolsid_web
game-boy game-boy-roms gameboy gameboy-roms gbdk gbdk-2020 gbstudio toolchain
Last synced: 2 months ago
JSON representation
A self contained, local-only web app for identifying tools used to build Game Boy ROMs
- Host: GitHub
- URL: https://github.com/bbbbbr/gbtoolsid_web
- Owner: bbbbbr
- Created: 2021-06-17T05:57:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T10:42:30.000Z (9 months ago)
- Last Synced: 2024-05-05T11:34:30.834Z (9 months ago)
- Topics: game-boy, game-boy-roms, gameboy, gameboy-roms, gbdk, gbdk-2020, gbstudio, toolchain
- Language: JavaScript
- Homepage: https://bbbbbr.github.io/gbtoolsid_web/
- Size: 202 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
gbtoolsid - Game Boy Toolchain ID
=================================To use it online go here:
https://bbbbbr.github.io/gbtoolsid_web/This is the web version of a console tool that does the same thing:
https://github.com/bbbbbr/gbtoolsidA self contained, local-only web app for identifying tools used to build Game Boy ROMs
It attempts to identify the toolchain and engine through binary fingerprints:
Toolchains:
- GBDK 2.x and GBDK-2020
- Turbo Rascal Syntax ErrorGame Engines:
- ZGB
- GBStudioAudio Drivers:
- Carillon Player, DevSound, Freaq, GHX, GB Sound System, GBT Player, hUGETracker, Lemon, LSDJ, MPlay, Music Box Black Box, MusyX, Trackerboy, Visual Impact's, MMLGB, GBMC, QuickThunder (Audio Arts), IMEDGBoy, CosmigoSound FX Drivers:
- FX Hammer, CBTFX, VAL-FX, VGM2GBSFXSome example output:
```
File: deadeus.gb
Tools: GBDK, Version: 2.x - 2020-3.2.0
Engine: GBStudio, Version: 1.0.0 - 1.2.1
Music: GBT PlayerFile: POWA! DEMO.gbc
Tools: GBDK, Version: 2.x - 2020-3.2.0
Engine: ZGB, Version: 2020.1 - 2021.0
Music: GBT PlayerFile: IndestructoTankGB.gb
Tools: GBDK, Version: 2020.4.0.2
Music: GBT PlayerFile: Super_JetPak_DX_DMG-SJPD-UKV.gbc
Tools: GBDK, Version: 2.x - 2020-3.2.0
Music: GHXFile: Tuff.gb
Tools:File: Last Crown Warriors (Demo) 1.1.1.gb
Tools:
Music: Carillon Player
SoundFX: FX Hammer```