fix: fix broken link

This commit is contained in:
klezVirus
2026-05-25 13:34:06 +02:00
committed by GitHub
parent 1316e691a9
commit 8cd8ec02cd
+2 -2
View File
@@ -6,7 +6,7 @@ Simple POC to chain multiple callbacks via tail calls to artificially build a ca
ThreadPoolExecChain is a simple proof of concept demonstrating how multiple callbacks can be chained via tail calls to artificially construct a call stack, and how specific return-valuesaving frames can be leveraged to recover the results of the last target call.
**Read more in the Blog Post:** [Callback hell: abusing callbacks, tail-calls, and proxy frames to obfuscate the stack](https://klezvirus.github.io/posts/Callback-hell/).
**Read more in the Blog Post:** [Callback hell: abusing callbacks, tail-calls, and proxy frames to obfuscate the stack](https://klezvirus.github.io/posts/Callback-Hell/).
## Overview
@@ -25,4 +25,4 @@ the gadget chosen to save the return value cannot be used to execute functions w
* [namazso](https://x.com/namazso): stack unwinding inner mechanics, retaddr/frame spoofing, and more
* [Chetan Nayak](https://x.com/NinjaParanoid): previous public work on implementing ThreadPool Worker Callback as a tailcall
* [trickster](https://x.com/trickster012): for giving me a reason and a motivation to rework on this
* [trickster](https://x.com/trickster012): for giving me a reason and a motivation to rework on this