| --- |
| license: mit |
| --- |
| |
| # Vibe Reverse Engineering — Signature Database |
|
|
| Game-specific function signature data for [Vibe-Reverse-Engineering](https://github.com/Ekozmaster/Vibe-Reverse-Engineering). |
|
|
| ## Usage |
|
|
| ```bash |
| python -m retools.sigdb pull # download signatures.db |
| python -m retools.sigdb pull --sources # also download source CSVs |
| ``` |
|
|
| ## Contents |
|
|
| - `signatures.db` — Pre-built SQLite signature database |
| - `sources/` — Game-specific function address maps (CSV, TOML, header files) |
| - `manifest.json` — File listing for automated downloads |
|
|
| ## Games |
|
|
| | Directory | Game | Functions | |
| |-----------|------|-----------| |
| | devilution | Diablo I | 1,884 | |
| | isle | LEGO Island | 3,107 | |
| | peggle | Peggle | 852 | |
| | cmr2 | Colin McRae Rally 2 | 123 | |
|
|