diff options
| -rw-r--r-- | haunt/data/bookmarks.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/haunt/data/bookmarks.scm b/haunt/data/bookmarks.scm index 865f83e..d1fbfdf 100644 --- a/haunt/data/bookmarks.scm +++ b/haunt/data/bookmarks.scm @@ -34,6 +34,9 @@ ("The Insane Innovation of TI Calculator Hobbyists" "https://www.thirtythreeforty.net/posts/2021/10/ti-calculator-innovation/" ("hardware" "programming" "retro-tech" "reversing" "z80")) + ("wInd3x, the iPod Bootrom exploit 10 years too late" + "https://q3k.org/wInd3x.html" + ("binary-exploitation" "reversing" "xnu")) ("Fixing a bug in an 18 year old Shockwave game" "https://mattbruv.github.io/ccsr-bugfix/" ("game-hacking" |