Binary Data
From Just Solve the File Format Problem
(Difference between revisions)
(→Elements of binary formats) |
Dan Tobias (Talk | contribs) |
||
Line 24: | Line 24: | ||
* [[Unix time]] (timestamp number) | * [[Unix time]] (timestamp number) | ||
* [[UUID]] | * [[UUID]] | ||
+ | |||
+ | == See also == | ||
+ | * [[Data type]] | ||
== 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 17:59, 10 May 2015
This section is for any binary data formats that didn't fit into any other category.
Elements of binary formats
- Bit order
- Endianness (little-endian, big-endian)
- Floating point numbers
- GUID
- Integers
- Unix time (timestamp number)
- UUID