2025-10-11 01:35:43 +01:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en-US" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=11" / >
< meta name = "generator" content = "Doxygen 1.14.0" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2025-10-18 17:55:08 +01:00
< title > libaaruformat: libaaruformat< / title >
2025-10-11 01:35:43 +01:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< script type = "text/javascript" src = "clipboard.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< script type = "text/javascript" src = "cookie.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr id = "projectrow" >
< td id = "projectalign" >
< div id = "projectname" > libaaruformat< span id = "projectnumber" >   1.0< / span >
< / div >
< div id = "projectbrief" > Aaru Data Preservation Suite - Format Library< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.14.0 -->
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search/",'.html');
< / script >
< script type = "text/javascript" >
$(function() { codefold.init(); });
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
$(function() {
initMenu('',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
< / script >
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
$(function(){initNavTree('index.html','',''); });
< / script >
< div id = "container" >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< div id = "MSearchResults" >
< div class = "SRPage" >
< div id = "SRIndex" >
< div id = "SRResults" > < / div >
< div class = "SRStatus" id = "Loading" > Loading...< / div >
< div class = "SRStatus" id = "Searching" > Searching...< / div >
< div class = "SRStatus" id = "NoMatches" > No Matches< / div >
< / div >
< / div >
< / div >
< / div >
2025-10-18 17:55:08 +01:00
< div > < div class = "header" >
< div class = "headertitle" > < div class = "title" > libaaruformat < / div > < / div >
2025-10-11 01:35:43 +01:00
< / div > <!-- header -->
< div class = "contents" >
2025-10-18 17:55:08 +01:00
< div class = "textblock" > < p > < a class = "anchor" id = "md_README" > < / a > < / p >
< p > C implementation of < a href = "https://www.github.com/aaru-dps/Aaru" > Aaru< / a > file format.< / p >
< p > The target is to be able to compile it with a normal C (C89 compliant) compiler.< / p >
< p > There are no external dependencies.< / p >
< p > cmake is not a hard dependency, it's merely for the ease of using IDEs (specifically CLion).< / p >
< p > Currently supported features:< / p > < ul >
< li > AaruFormat V1 images reading (writing will never be implemented)< / li >
< li > AaruFormat V2 images reading and writing< / li >
< li > LZMA compression< / li >
< li > Claunia Subchannel Transform< / li >
< li > Optical disc tracks< / li >
< li > XML metadata retrieval (writing will never be implemented)< / li >
< li > JSON metadata retrieval and writing< / li >
< li > Hashing while writing (MD5, SHA1, SHA256, SpamSum and BLAKE3)< / li >
< li > Deduplication< / li >
< li > Tape file and partitions< / li >
< li > Dump hardware lists< / li >
< li > Currently on sync (as of October 2025) with Aaru's media type list< / li >
< li > CHS geometry retrieval and setting< / li >
< li > Metadata< / li >
< li > Unit testing< / li >
< li > Automatic generation of API documentation< / li >
< li > It is to all effects feature parity with C#< / li >
< / ul >
< p > Things still to be implemented that are already in the C# version:< / p >
< ul >
< li > Automatic media type generation from C# enumeration< / li >
< li > Nuget package for linking with Aaru< / li >
< / ul >
< p > Things to be implemented not in the C# version (maybe):< / p >
< ul >
< li > Compile for Dreamcast (KallistiOS preferibly)< / li >
< li > Compile for PlayStation Portable< / li >
< li > Compile for Wii< / li >
< li > Compile for Wii U< / li >
< li > Compile for PlayStation 2< / li >
< li > Compile for PlayStation 3< / li >
< li > Snapshots< / li >
< li > Parent images< / li >
< li > Data positioning measurements < / li >
< / ul >
< / div > < / div > <!-- PageDoc -->
2025-10-11 01:35:43 +01:00
< a href = "doxygen_crawl.html" > < / a >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< / div > <!-- container -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "footer" > Generated by < a href = "https://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.14.0 < / li >
< / ul >
< / div >
< / body >
< / html >