About
- This is a place to park some well-written researches. If I decided to research into any of these topics it will have its own dedicated page.
Researches
- The (Anti-)EDR Compendium: Very well-written article about how EDR detects malware and how to circumvent them.
- Jailbreak your Enemies with a Link: Remote Execution on iOS: This sheds a lot of light on how the crazy browser exploits work. After reading this I understand the “magical” block of code that often does 1000 iterations of seemingly nothing.
- DoubleClickjacking: A New Era of UI Redressing: This completely revolutionalise how we look at clickjacking, from
iframe
with a single click to a double click flow.