A podcast about systems & compilers by @jfbastien and @cdleary. The only podcast you listen to at 0.5×.
…
continue reading
In this episode, Chris and JF dive into the world of code coverage and fuzzing. They explore why coverage matters, the types of coverage metrics, and how fuzzing helps uncover unexpected software behavior. From the practical trade-offs of MC/DC testing to the randomness of AFL’s mutators, the hosts discuss techniques, tools, and the balance between…
…
continue reading
…
continue reading
Monitor. Compile. Bail. Repeat!
…
continue reading
* What is it we know statically? * What's effectively discoverable only at runtime? * How do we tell "the machine" (compiler and/or hardware): * Things we *know* to be true... * Things we *expect* to be true... * Things we *expect* to be true but *want to do something about* when it's not... * Things we have no idea about! * How do we collect that …
…
continue reading
What happens when you type https://tlbh.it in your browser's address bar, and press enter?By JF Bastien & Chris Leary
…
continue reading
The adventure of storing NUL to NULL!By JF Bastien & Chris Leary
…
continue reading
The stack, and how it relates to TLB Hits.By JF Bastien & Chris Leary
…
continue reading