Editing Activation File
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 25: | Line 25: | ||
The file is truncated to valid activation structures, so its size will be a multiple of 512. | The file is truncated to valid activation structures, so its size will be a multiple of 512. | ||
=== Activation structure | === Activation structure on 1.76 === | ||
Fields are big-endian. | Fields are big-endian. | ||
Line 38: | Line 38: | ||
| Signature || <code>0x000</code> || 4 || <code>41 43 54 00</code> ('ACT\0') | | Signature || <code>0x000</code> || 4 || <code>41 43 54 00</code> ('ACT\0') | ||
|- | |- | ||
| Version || <code>0x004</code> || 2 || <code>00 01</code> || 1 | | Version || <code>0x004</code> || 2 || <code>00 01</code> || 1 (current) | ||
|- | |- | ||
| Type || <code>0x006</code> || 2 || <code>00 02</code> || 2 or 3 | | Type || <code>0x006</code> || 2 || <code>00 02</code> || 2 or 3 |