mirror of
https://github.com/samsonjs/blog.git
synced 2026-04-05 10:55:48 +00:00
use relative links
This commit is contained in:
parent
d0b191c6d6
commit
c4ca3d3994
2 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ Author: sjs
|
|||
|
||||
<p><i>This post is part of a series on generating basic x86 Mach-O files
|
||||
with Ruby. The
|
||||
<a href="http://samisamhuri.blogspot.com/2010/01/generating-mach-o-binaries-working-with.html">
|
||||
<a href="working-with-c-style-structs-in-ruby.html">
|
||||
first post</a> introduced CStruct, a Ruby class used to serialize
|
||||
simple struct-like objects.</i></p>
|
||||
|
||||
|
|
@ -63,7 +63,7 @@ Mach header fire up a shell and type <tt>otool -h /bin/zsh</tt> (on a
|
|||
Mac).</p>
|
||||
|
||||
<p>Using
|
||||
<a href="http://samisamhuri.blogspot.com/2010/01/generating-mach-o-binaries-working-with.html">
|
||||
<a href="working-with-c-style-structs-in-ruby.html">
|
||||
CStruct</a> we define the Mach header like so:</p>
|
||||
|
||||
<script src="http://gist.github.com/280635.js"></script>
|
||||
|
|
|
|||
|
|
@ -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.</p>
|
||||
|
||||
<p><i>Next in this series: <a
|
||||
href="http://samisamhuri.blogspot.com/2010/01/basics-of-mach-o-file-format.html">Basics
|
||||
href="basics-of-the-mach-o-file-format.html">Basics
|
||||
of the Mach-O file format</a></i><p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue