Exploit a binary with sigreturn oriented programming (SROP)
2 fanf2 2 6/14/2025, 5:42:03 PM rog3rsm1th.github.io ↗
Comments (2)
sherdil2022 · 20h ago
Isn‘t this just another name for hooks? At least on Windows it is called so. https://learn.microsoft.com/en-us/windows/win32/winmsg/about...
LegionMammal978 · 20h ago
As far as I can tell, Windows hooks are just an ordinary userspace callback mechanism. In contrast, sigreturn() on Linux changes the entire execution context (registers, instruction pointer, etc.), like a more powerful longjmp().