From a1d63a4d316c89c2c9c66982831838c7b85da06c Mon Sep 17 00:00:00 2001 From: "Robert D. French" Date: Thu, 25 Jul 2024 13:54:49 -0400 Subject: [PATCH] Still not sure where to put The Rock --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 76c5fa5..7129af5 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,6 @@ This is not really the intended use of IFUNC, but it shows what's possible: you can run arbitrary code before `main` in any program that uses an IFUNC that you've declared. -![](memes/rock_linker.png) ### Isn't that just function pointers?