<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.wexosmk.xyz/index.php?action=history&amp;feed=atom&amp;title=U8_%28File_Format%29</id>
	<title>U8 (File Format) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.wexosmk.xyz/index.php?action=history&amp;feed=atom&amp;title=U8_%28File_Format%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.wexosmk.xyz/index.php?title=U8_(File_Format)&amp;action=history"/>
	<updated>2026-04-07T18:46:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.wexosmk.xyz/index.php?title=U8_(File_Format)&amp;diff=330&amp;oldid=prev</id>
		<title>Wexos: Imported from avsys wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.wexosmk.xyz/index.php?title=U8_(File_Format)&amp;diff=330&amp;oldid=prev"/>
		<updated>2024-05-01T18:06:39Z</updated>

		<summary type="html">&lt;p&gt;Imported from avsys wiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;U8&amp;#039;&amp;#039;&amp;#039; is an archive format containing a hierarchical file system.&lt;br /&gt;
&lt;br /&gt;
= File Format =&lt;br /&gt;
== Header ==&lt;br /&gt;
The file starts with the following header:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Offset !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0x00 || UInt32 || &amp;#039;&amp;#039;&amp;#039;File magic&amp;#039;&amp;#039;&amp;#039;. Always &amp;#039;&amp;#039;U.8-&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
| 0x04 || UInt32 || &amp;#039;&amp;#039;&amp;#039;[[#File Entry|Root file entry]] offset&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
| 0x08 || UInt32 || Size of &amp;#039;&amp;#039;&amp;#039;node table and string table&amp;#039;&amp;#039;&amp;#039; in bytes.&lt;br /&gt;
|-&lt;br /&gt;
| 0x0C || UInt32 || &amp;#039;&amp;#039;&amp;#039;File data start offset&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
| 0x10 || UInt32[4] || &amp;#039;&amp;#039;&amp;#039;Reserved&amp;#039;&amp;#039;&amp;#039;. Filled with 0xCC.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== File Entry ==&lt;br /&gt;
Each file entry has the following structure:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Offset !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0x00 || Byte || &amp;#039;&amp;#039;&amp;#039;Entry type&amp;#039;&amp;#039;&amp;#039;. File = 0, Directory = 1.&lt;br /&gt;
|-&lt;br /&gt;
| 0x01 || UInt24 || &amp;#039;&amp;#039;&amp;#039;File entry name offset&amp;#039;&amp;#039;&amp;#039;, relative to the start of the string table.&lt;br /&gt;
|-&lt;br /&gt;
| 0x04 || UInt32 || &amp;#039;&amp;#039;&amp;#039;File:&amp;#039;&amp;#039;&amp;#039; File data offset.&amp;lt;br/&amp;gt;&amp;#039;&amp;#039;&amp;#039;Directory:&amp;#039;&amp;#039;&amp;#039; Parent [[#File Entry|file entry]] index.&lt;br /&gt;
|-&lt;br /&gt;
| 0x08 || UInt32 || &amp;#039;&amp;#039;&amp;#039;File:&amp;#039;&amp;#039;&amp;#039; File data size in bytes.&amp;lt;br/&amp;gt;&amp;#039;&amp;#039;&amp;#039;Directory:&amp;#039;&amp;#039;&amp;#039; Index of the first [[#File Entry|file entry]] that is not part of this directory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== String Table ==&lt;br /&gt;
After all nodes comes all strings. It consists of null-terminated strings which are folder and file names.&lt;br /&gt;
&lt;br /&gt;
= Tools =&lt;br /&gt;
The following tools can handle U8 files:&lt;br /&gt;
* [[CTools Pack]], by [[MrBean35000vr]] and [[Chadderz]]&lt;br /&gt;
* [https://static.wiidatabase.de/Every-File-Explorer.zip Every File Explorer], by [[Gericom]]&lt;br /&gt;
* [[SZS Modifier]], by [[MrBean35000vr]] and [[Chadderz]]&lt;br /&gt;
* [[Wexos&amp;#039;s Toolbox]], by [[Wexos]]&lt;br /&gt;
* [[Wiimms SZS Tools]], by [[Wiimm]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Wii File Formats]]&lt;/div&gt;</summary>
		<author><name>Wexos</name></author>
	</entry>
</feed>