mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 23:05:12 +00:00
Secure Transacted File System (STFS) Support (#78)
* Initial STFS support * Fix build errors * Fix more build errors * Final fix * Cleanup printer * Fix indent
This commit is contained in:
@@ -5,7 +5,7 @@ namespace SabreTools.Data.Models.XenonExecutable
|
||||
/// It is based on PE format and is PPC architecutre (therefore Big-Endian)
|
||||
/// During alpha stage, Xenon was a slightly modified Apple Power Mac G5
|
||||
/// Early (Before March 2005) builds used pure PE-formatted executables, June 2005 XDK began requiring XEX-format
|
||||
/// Early (August 2005 and earlier) XEX-format images (XEX0, XEX?, XEX-, XEX1) are not supported.
|
||||
/// Early (August 2005 and earlier) XEX-format images (XEX0, XEX?, XEX-, XEX%, XEX1) are not supported.
|
||||
/// </summary>
|
||||
/// <see href="http://oskarsapps.mine.nu/xexdump"/>
|
||||
/// <see href="https://free60.org/System-Software/Formats/XEX/"/>
|
||||
|
||||
Reference in New Issue
Block a user