From c4ca3d399414dce0eae0611068cd1d0a4a6b7dc9 Mon Sep 17 00:00:00 2001
From: Sami Samhuri 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.
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