Skip to content

mach-kernel/cadius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cadius

BrutalDeluxe's Cadius disk imaging utility, with some maintenance and *nix support.

Getting Started

It is recommended that you begin by reading the official documentation. Prebuilt binaries coming soon, but for now you must build from source.

View the contents of an image by using the CATALOG command:

cadius CATALOG ~/path/to/image.po | less

Building

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

Ensure your system has gcc or clang and associated build tools, then clone the repository, and build it:

git clone https://github.com/mach-kernel/cadius.git
cd cadius
# GCC is default, but override with CC=clang for clang or your preferred compiler
make
./bin/release/cadius

Contributions

Any and all contributions are welcome. Included is also a cadius.pro file you can use with Qt Creator if you want an IDE with a nice GDB frontend. Be mindful of the following:

  • Preserve the existing code style, especially with pointer declarations.
  • As you explore the codebase, consider writing a Doxygen docstring for functions you come across / find important.
  • Try to test on OS X and Linux if including new headers.
  • In your PR, please add a changelog entry.

Changelog

1.4.5

  • Fix os_GetFolderFiles calloc too small.
  • AppleSingle check for OOB accesses (thanks @peterferrie). #34

1.4.4

1.4.3

  • os_GetFolderFiles segfault fixed. Thanks @beevik: #26!
  • -C | --no-case-bits option added to ADDFILE, ADDFOLDER, REPLACEFILE, CREATEVOLUME, and CREATEFOLDER actions: #27.
  • Fix warnings.

1.4.2

  • CREATEVOLUME did not previously allow for the creation of 143kb images. Thanks @inexorabletash!

1.4.1

  • REPLACEFILE
    • Buffer overflow resolved #17. Thanks @sicklittlemonkey!
    • Error on replacing a file that does not exist silenced #16.
  • Typo fixed. Thanks @a2sheppy
  • --quiet command line argument added!

1.4.0

  • Adds AppleSingle file format support, with initial support for data and ProDOS file info IDs 1 & 11 (#7).
  • Fix path bugs on Windows (#9).
  • Fix buffer overflow from #12.
  • Fix segfault when using EXTRACTVOLUME.

A big thank you to @oliverschmidt for helping test this release!

1.3.2

  • Maintenance release / macro cleanup.

1.3.1

  • Resolves timestamp bugs in #10. Thanks, @a2-4am!

1.3.0

  • Adds ability to specify a file's type and auxtype via the filename, resolving #4. A big thank you to @JohnMBrooks for testing this PR!
  • REPLACEFILE command, DELETEFILE support for type/auxtype suffix.

1.2-b3

  • Fix Windows build issues, make some shared OS methods static / remove from os.c (@mach-kernel).

1.2-b2

  • Clean up OS macros, explicit win32 and posix modules (@mach-kernel).

1.2-b1

  • UTF-8 encode all source files.
  • Initial POSIX support (@mach-kernel).

1.1

  • Initial fork from BrutalDeluxe.

License

CADIUS was developed by BrutalDeluxe. All contributions licensed under the GNU/GPL and attributed to contributors. All prior / existing code attributed under the original license. GenericMakefile is licensed under the MIT License.

About

A maintained fork of BrutalDeluxe's Cadius ProDOS disk imaging utility (used for making Apple II disk images).

Resources

License

Stars

Watchers

Forks

Packages

No packages published