FileStructure BIN CrypticS: Difference between revisions
From OuroDev
Dragonsire (talk | contribs) |
Dragonsire (talk | contribs) |
||
| Line 70: | Line 70: | ||
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | VAR | | style="text-align: center; font-size:15px; background-color:#dae8fc;" | VAR | ||
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | String | | style="text-align: center; font-size:15px; background-color:#dae8fc;" | String | ||
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | | | style="text-align: center; font-size:15px; background-color:#dae8fc;" | FilePath | ||
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | **Cryptic String Format, Using Alignment Scheme </BR> Aligns to 4 bytes... | |||
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | * | |||
|- | |- | ||
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Integer/UInteger | | style="text-align: center; font-size:15px; background-color:#dae8fc;" | Integer/UInteger | ||
| Line 88: | Line 83: | ||
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | | | style="text-align: center; font-size:15px; background-color:#dae8fc;" | | ||
|} | |} | ||
== Specific CrypticS File Examples (Work in Progress) == | == Specific CrypticS File Examples (Work in Progress) == | ||
{| class="wikitable" style="width:50%" | {| class="wikitable" style="width:50%" | ||
Revision as of 18:49, 13 May 2019
BIN FILE STRUCTURE - CrypticS
(WORK IN PROGRESS) DragonSire
BIN FILE STRUCTURE - CrypticS
| DataType | Size | Description | Notes |
|---|---|---|---|
| String | 8 Bytes | Identifier | Should be CrypticS |
| Integer/UInteger | 4 | Adler32 CheckSum | |
| Short/UShort | 2 Bytes | String Length | |
| String | * | Parse Type Used | Expected Parse6 (Current) |
| Short/UShort | 2 Bytes | FileNumber | File1 |
| * | * | File Table |
| DataType | Size | Description | Notes |
|---|---|---|---|
| Integer/UInteger | 4 | NumberBytes | |
| Integer/UInteger | 4 | Number String Entries | |
| * | LOOP | String Entries | |
| Short/UShort | 2 | Length of String | |
| VAR | String | FilePath | **Cryptic String Format, Using Alignment Scheme Aligns to 4 bytes... |
| Integer/UInteger | 4 | FileTime TimeT | |
| * | END LOOP |
Specific CrypticS File Examples (Work in Progress)
| DataType | Size | Description | Notes |
|---|---|---|---|
| * | LOOP | ||
| Integer/UInteger | 4 | Unsure.... | |
| String | VAR | FileName | Cryptic String Format, Using Alignment Scheme |
| String | VAR | Name | Cryptic String Format, Using Alignment Scheme |
| String | VAR | PSTRING | Cryptic String Format, Using Alignment Scheme |
| Integer | 4 | Unknown Expected Zero | |
| Integer | 4 | Unknown Expected Zero | Seems to Indicate a List Follows??? |
| Integer | 4 | Number of Strings that Follow | # PowerSets |
| * | LOOP | ||
| String | VAR | PowerSet Name | Cryptic String Format, Using Alignment Scheme |
| * | END LOOP | ||
| Integer | 4 | Unknown Expected Zero | |
| * | END LOOP |