Snake&Apple III — Checksec

Karol Mazurek
15 min readJan 6, 2024

Detecting exploit mitigation in Mach-O binaries using Python.

INTRO

Welcome to another article in the series on macOS security internals!

This time, I will discuss the various binary protections on macOS. You will learn here how to detect these protections and assess whether they are configured securely or not. You can see a summary of the article below:

--

--