diff --git a/basics-of-the-mach-o-file-format.html b/basics-of-the-mach-o-file-format.html index fb9b4e0..1a1d123 100644 --- a/basics-of-the-mach-o-file-format.html +++ b/basics-of-the-mach-o-file-format.html @@ -152,7 +152,7 @@ the next post we'll be there.
(You can almost do that with what we know now. If you create a Mach file with a Mach header (ncmds=1), a single unnamed segment (nsects=1), and then a section named __text with a segment -name of __TEXT, and some x86 machine code a the section data, you +name of __TEXT, and some x86 machine code as the section data, you would almost have a useful Mach object file.)
Till next time, happy hacking!