~gpanders/gpanders.com

69393a7fb858a7a3f64df1c8e967ed0a7f280ea2 — Gregory Anders 1 year, 4 months ago e8e6dfe
Fix sourcehut link
1 files changed, 2 insertions(+), 1 deletions(-)

M content/blog/exploring-mach-o-part-2.md
M content/blog/exploring-mach-o-part-2.md => content/blog/exploring-mach-o-part-2.md +2 -1
@@ 22,7 22,8 @@ this up and running. It's also particularly well suited to tasks like this[^1].
have a stable 1.0 release. While at this point the language itself is fairly
stable, the standard library often has breaking changes. I'll do my best to
keep the code in this article up-to-date, but be warned that it may not work by
the time you read it. You can find the full source code on [sourcehut](https://git.sr.ht/~gpanders/macho.zig).
the time you read it. You can find the full source code on
[sourcehut](https://git.sr.ht/~gpanders/macho).

First things first, let's bootstrap an executable: