AGB image header checksum patcher.
Find a file
2025-06-10 23:41:49 +02:00
include/agbsum Update help; Refactors sources; Update gitignore; Improve diagnostics; Refactor code; Fix image being opened in text mode; 2025-06-10 23:41:49 +02:00
src Update help; Refactors sources; Update gitignore; Improve diagnostics; Refactor code; Fix image being opened in text mode; 2025-06-10 23:41:49 +02:00
.gitignore Update help; Refactors sources; Update gitignore; Improve diagnostics; Refactor code; Fix image being opened in text mode; 2025-06-10 23:41:49 +02:00
CHANGELOG.txt Update help; Refactors sources; Update gitignore; Improve diagnostics; Refactor code; Fix image being opened in text mode; 2025-06-10 23:41:49 +02:00
COPYING.txt Add logo; Reformat changelog; Reformat and update readme; Update copyright notices; Relicence under GPL 3.0 only; Rename source directory back to 'src'; Rewrite codebase; Rework argumentation; Remove 'i' short parameter; Improve error handling; Replace 's' short argument with 'v'; Use major/minor versioning; 2025-06-07 15:26:09 +02:00
LOGO.svg Add logo; Reformat changelog; Reformat and update readme; Update copyright notices; Relicence under GPL 3.0 only; Rename source directory back to 'src'; Rewrite codebase; Rework argumentation; Remove 'i' short parameter; Improve error handling; Replace 's' short argument with 'v'; Use major/minor versioning; 2025-06-07 15:26:09 +02:00
Makefile Update help; Refactors sources; Update gitignore; Improve diagnostics; Refactor code; Fix image being opened in text mode; 2025-06-10 23:41:49 +02:00
README.txt Add logo; Reformat changelog; Reformat and update readme; Update copyright notices; Relicence under GPL 3.0 only; Rename source directory back to 'src'; Rewrite codebase; Rework argumentation; Remove 'i' short parameter; Improve error handling; Replace 's' short argument with 'v'; Use major/minor versioning; 2025-06-07 15:26:09 +02:00

        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/>.