Editing SILKPADD
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 210: | Line 210: | ||
| 0x00 || 0x04 || 00 00 03 A9 || '''text_string_length''' || Size of the HTML file + 1 null byte at the end (<abbr title="In Big Endian">b.e.</abbr>) | | 0x00 || 0x04 || 00 00 03 A9 || '''text_string_length''' || Size of the HTML file + 1 null byte at the end (<abbr title="In Big Endian">b.e.</abbr>) | ||
|- | |- | ||
| 0x04 || ''varies'' || | | 0x04 || ''varies'' || this is the HTML file... long || '''text_string''' || HTML file | ||
|- | |- | ||
| ''varies'' || 0x01 || 00 || '''null''' || This is the null termination at the end of the HTML file (needed to be removed to extract the data as a HTML file) | | ''varies'' || 0x01 || 00 || '''null''' || This is the null termination at the end of the HTML file (needed to be removed to extract the data as a HTML file) |