Binary Data
From Just Solve the File Format Problem
(Difference between revisions)
(→Elements of binary formats) |
|||
Line 20: | Line 20: | ||
* [[Two's complement]] | * [[Two's complement]] | ||
* [[Unix time]] (timestamp number) | * [[Unix time]] (timestamp number) | ||
+ | * [[UUID]] | ||
== Links == | == Links == | ||
* [https://gitorious.org/re-lab/tools/source/4abfe2217b7bc0049f627c027a7987ac60181805: Python-based visualizer for binary formats] | * [https://gitorious.org/re-lab/tools/source/4abfe2217b7bc0049f627c027a7987ac60181805: Python-based visualizer for binary formats] |
Revision as of 01:39, 15 August 2014
This section is for any binary data formats that didn't fit into any other category.
Elements of binary formats
- Binary-coded decimal
- Bit order
- Endianness (little-endian, big-endian)
- Floating point numbers
- Ones' complement
- Two's complement
- Unix time (timestamp number)
- UUID