Latest Posts

Blasting Past iOS 18

In iOS 14 and 15 Apple shipped several iOS kernel mitigations that drastically changed iOS exploitation, and many researchers documented these mitigations publicly. In iOS 17 and 18, Apple introduced….

Pure vs. impure iterators in Go

# Pure vs. impure iterators in Go ## TL;DR ¶ – Go has now standardised iterators. – Iterators are powerful. – Being functions under the hood, iterators can be closures…..