{"id":19558538,"url":"https://github.com/mach-kernel/cadius","last_synced_at":"2025-04-26T23:32:00.163Z","repository":{"id":28164316,"uuid":"115564755","full_name":"mach-kernel/cadius","owner":"mach-kernel","description":"A maintained fork of BrutalDeluxe's Cadius ProDOS disk imaging utility (used for making Apple II disk images).","archived":false,"fork":false,"pushed_at":"2024-07-24T13:11:28.000Z","size":266,"stargazers_count":31,"open_issues_count":12,"forks_count":10,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-04T18:22:06.990Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mach-kernel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-27T23:13:53.000Z","updated_at":"2024-10-24T11:44:05.000Z","dependencies_parsed_at":"2023-01-14T08:16:05.282Z","dependency_job_id":null,"html_url":"https://github.com/mach-kernel/cadius","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mach-kernel%2Fcadius","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mach-kernel%2Fcadius/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mach-kernel%2Fcadius/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mach-kernel%2Fcadius/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mach-kernel","download_url":"https://codeload.github.com/mach-kernel/cadius/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251068039,"owners_count":21531475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T04:47:24.732Z","updated_at":"2025-04-26T23:32:00.157Z","avatar_url":"https://github.com/mach-kernel.png","language":"C","readme":"# cadius\n\nBrutalDeluxe's Cadius disk imaging utility, with some maintenance and *nix support.\n\n## Getting Started\n\nIt is recommended that you begin by [reading the official documentation](http://brutaldeluxe.fr/products/crossdevtools/cadius/index.html). Prebuilt binaries coming soon, but for now you must build from source.\n\nView the contents of an image by using the `CATALOG` command:\n\n```bash\ncadius CATALOG ~/path/to/image.po | less\n```\n\n## Building\n\nThis tutorial covers building for most *nix flavors, or on Windows with Cygwin. Windows instructions coming soon, but you should be able to add all of the files to a new MSVC project and build it.\n\nEnsure your system has `gcc` or `clang` and associated build tools, then clone the repository, and build it:\n\n```bash\ngit clone https://github.com/mach-kernel/cadius.git\ncd cadius\n# GCC is default, but override with CC=clang for clang or your preferred compiler\nmake\n./bin/release/cadius\n```\n\n## Contributions\n\nAny and all contributions are welcome. Included is also a `cadius.pro` file you can use with [Qt Creator](http://doc.qt.io/qtcreator/) if you want an IDE with a nice GDB frontend. Be mindful of the following:\n\n- Preserve the existing code style, especially with pointer declarations.\n- As you explore the codebase, consider writing a Doxygen docstring for functions you come across / find important.\n- Try to test on OS X and Linux if including new headers.\n- In your PR, please add a changelog entry.\n\n## Changelog\n\n#### 1.4.6\n- Fix ADDFILE erroneously making the first block of a file sparse (thanks [@inexorabletash](https://github.com/inexorabletash)). [#43](https://github.com/mach-kernel/cadius/pull/43)\n\n#### 1.4.5\n- Fix `os_GetFolderFiles` calloc too small.\n- AppleSingle check for OOB accesses (thanks [@peterferrie](https://github.com/peterferrie)). [#34](https://github.com/mach-kernel/cadius/pull/34)\n\n#### 1.4.4\n- Fix 140KiB volume size assertion (thanks [@inexorabletash](https://github.com/inexorabletash)): [#30](https://github.com/mach-kernel/cadius/pull/27)\n\n#### 1.4.3\n- `os_GetFolderFiles` segfault fixed. Thanks [@beevik](https://github.com/beevik): [#26](https://github.com/mach-kernel/cadius/pull/26)!\n- `-C | --no-case-bits` option added to `ADDFILE`, `ADDFOLDER`, `REPLACEFILE`, `CREATEVOLUME`, and `CREATEFOLDER` actions: [#27](https://github.com/mach-kernel/cadius/pull/27).\n- Fix warnings.\n\n#### 1.4.2\n- `CREATEVOLUME` did not previously allow for the creation of 143kb images. Thanks [@inexorabletash](https://github.com/inexorabletash)!\n\n#### 1.4.1\n- `REPLACEFILE`\n  - Buffer overflow resolved [#17](https://github.com/mach-kernel/cadius/issues/17). Thanks [@sicklittlemonkey](https://github.com/sicklittlemonkey)!\n  - Error on replacing a file that does not exist silenced [#16](https://github.com/mach-kernel/cadius/issues/16).\n- Typo fixed. Thanks [@a2sheppy](https://github.com/a2sheppy)\n- `--quiet` command line argument added!\n\n#### 1.4.0\n- Adds AppleSingle file format support, with initial support for data and ProDOS file info IDs 1 \u0026 11 ([#7](https://github.com/mach-kernel/cadius/issues/7)).\n- Fix path bugs on Windows ([#9](https://github.com/mach-kernel/cadius/issues/9)).\n- Fix buffer overflow from [#12](https://github.com/mach-kernel/cadius/issues/12).\n- Fix segfault when using `EXTRACTVOLUME`.\n\nA big thank you to [@oliverschmidt](https://github.com/oliverschmidt) for helping test this release!\n\n#### 1.3.2\n- Maintenance release / macro cleanup.\n\n#### 1.3.1\n- Resolves timestamp bugs in [#10](https://github.com/mach-kernel/cadius/issues/10). Thanks, @a2-4am!\n\n#### 1.3.0\n- Adds ability to specify a file's `type` and `auxtype` via the filename, resolving [#4](https://github.com/mach-kernel/cadius/issues/4). A big thank you to @JohnMBrooks for testing this PR!\n- `REPLACEFILE` command, `DELETEFILE` support for type/auxtype suffix. \n\n#### 1.2-b3\n- Fix Windows build issues, make some shared OS methods static / remove from `os.c` ([@mach-kernel](https://github.com/mach-kernel)).\n\n#### 1.2-b2\n- Clean up OS macros, explicit `win32` and `posix` modules ([@mach-kernel](https://github.com/mach-kernel)).\n\n#### 1.2-b1\n- UTF-8 encode all source files.\n- Initial POSIX support ([@mach-kernel](https://github.com/mach-kernel)).\n\n#### 1.1\n- Initial fork from BrutalDeluxe.\n\n## License\n\nCADIUS was developed by [BrutalDeluxe](http://brutaldeluxe.fr). All contributions licensed under the [GNU/GPL](https://github.com/mach-kernel/cadius/blob/master/LICENSE) and attributed to contributors. All prior / existing code attributed under the original license. [GenericMakefile](https://github.com/mbcrawfo/GenericMakefile) is licensed under the [MIT License](https://github.com/mbcrawfo/GenericMakefile/blob/master/LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmach-kernel%2Fcadius","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmach-kernel%2Fcadius","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmach-kernel%2Fcadius/lists"}