From 1abb70631f16e6a2922f035730d6186db3d889a2 Mon Sep 17 00:00:00 2001 From: Michael Holman Date: Tue, 30 Jun 2015 13:32:02 -0700 Subject: tiny update --- BinaryEncoding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 1f4f3ed..316f345 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -68,10 +68,10 @@ Yes: * A module contains (in this order): - A header, containing: + The [magic number](https://en.wikipedia.org/wiki/Magic_number_%28programming%29) - + Other data TBD (possibly entrypoint, memory bitness, source language, etc.) + + Other data TBD - A table (sorted by offset) containing, for each section: + A string literal section type name - + 32-bit offset within the module + + 64-bit offset within the module - A sequence of sections * A section contains: - A header followed by -- cgit v1.2.3