19 Commits

Author SHA1 Message Date
c4e5b51e6a Add long sector read support to cli_compare command 2025-10-10 22:06:00 +01:00
af233d3b6f Add support for long sector read/write in convert command 2025-10-10 18:32:17 +01:00
d24bf749c4 Add media type string conversion and update info display in info.c 2025-10-09 00:53:38 +01:00
a7434322ea Add const qualifiers to function parameters and local variables for improved type safety 2025-10-01 02:34:42 +01:00
352850a698 Refactor function signatures to use const char* for string parameters 2025-09-30 13:48:31 +01:00
0f31aa1562 Add CLI comparison command for AaruFormat images 2025-09-29 14:45:55 +01:00
99b432cab6 Add convert command to AaruFormat tool for image conversion 2025-09-28 17:23:14 +01:00
c15c7fb577 Refactor verify functions to use const char* for path parameters 2025-08-13 16:17:20 +01:00
9a7eeb4a75 Add compare command to tool. 2025-08-06 02:14:49 +01:00
d518458a63 Update copyright year. 2025-08-01 21:19:45 +01:00
1f813feec9 General refactor and cleanup. 2024-04-30 15:51:32 +01:00
0694b32a9b Implement sector verification in tool. 2022-10-12 19:08:46 +01:00
bf6de56bc2 Implement image verification. 2022-10-12 17:30:12 +01:00
1477b2a650 Implement read long in tool. 2022-10-12 16:22:53 +01:00
a09a9821f8 Implement read command in tool. 2022-10-12 13:09:41 +01:00
a373388c3a Implement hex print in tool 2022-10-12 13:08:54 +01:00
a2ea8eb09c Decode checksums block on opening. 2022-10-04 19:44:34 +01:00
1451a249a1 Implement info command in aaruformattool to dump all internal information from and image, and the library's context. 2022-10-03 21:30:50 +01:00
39a5fb0b23 Add snippet tool to interact with AaruFormat images. 2022-10-02 17:39:25 +01:00