AGB image header checksum patcher.
- C 89.9%
- Makefile 10.1%
| include/agbsum | ||
| src | ||
| .gitignore | ||
| CHANGELOG.txt | ||
| COPYING.txt | ||
| LOGO.svg | ||
| Makefile | ||
| README.txt | ||
AGBSUM
AGB image header checksum patcher.
ABOUT
Computes and (potentially) patches the checksum of an AGB cartridge image header.
USAGE
agbsum {<options>} <image>
Options:
-p Patch the specified image.
-v Enable verbose mode.
--help Print a help screen to standard output.
--version Print the version number to standard output.
If `-p` is specified but the existing checksum is valid, then the file wile remain untouched.
COPYRIGHT & LICENSE
Copyright 2022-2023, 2025 Gabriel Bjoernager Jense
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, version 3.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see <https://www.gnu.org/licenses/>.