diff --git a/basics-of-the-mach-o-file-format.html b/basics-of-the-mach-o-file-format.html index ca5a61e..44b0b96 100644 --- a/basics-of-the-mach-o-file-format.html +++ b/basics-of-the-mach-o-file-format.html @@ -5,7 +5,7 @@ Author: sjs
This post is part of a series on generating basic x86 Mach-O files with Ruby. The - + first post introduced CStruct, a Ruby class used to serialize simple struct-like objects.
@@ -63,7 +63,7 @@ Mach header fire up a shell and type otool -h /bin/zsh (on a Mac).Using - + CStruct we define the Mach header like so:
diff --git a/working-with-c-style-structs-in-ruby.html b/working-with-c-style-structs-in-ruby.html index 3d64976..483752e 100644 --- a/working-with-c-style-structs-in-ruby.html +++ b/working-with-c-style-structs-in-ruby.html @@ -68,5 +68,5 @@ but I decided to just go with what I have already so I can get on with the more interesting and fun tasks.Next in this series: Basics +href="basics-of-the-mach-o-file-format.html">Basics of the Mach-O file format