Short: Tool for manipulating IFF files Author: Grzegorz Kraszewski Uploader: grzegorz kraszewski gmail com Type: util/misc Version: 1.1 Architecture: m68k-amigaos >= 3.0 IFFChunkTool is a command-line tool for automated or manual processing of IFF files. It has following functions: * Listing of IFF chunks in a file. * Hexdump of selected chunk contents. * Saving selected chunk contents to a file. * Removing a chunk. * Replacing chunk contents. * Inserting a new chunk as the first one. * Appending a new chunk as the last one. * Inserting a new chunk after another. * Creating an empty IFF file of given type. New chunk contents may be loaded from a file, or specified as a string. This string accepts percent encoding for unprintable bytes. IFFChunkTool is an open source project hosted on GitHub: https://github.com/grzegorz-kraszewski/iff-chunk-tool Version history =============== 1.1 (22.07.2025) * Fixed handling files with multiple chunks of the same ID. 1.0 (18.07.2025) * Initial release.