From c93c9bdb2bb05c89f1dc99149ccb8c2df6e370f3 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Tue, 30 Oct 2018 13:17:04 +0700 Subject: [PATCH] Add: Analysis: Inspecting Mach Messages in macOS Kernel-Mode Part I: Sniffing the sent Mach messages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e056dda..be3c02d 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ My curated list of awesome links, resources and tools #### Exploitation: Platform: MacOS/iOS - [A Methodical Approach to Browser Exploitation](https://blog.ret2.io/2018/06/05/pwn2own-2018-exploit-development/) +- [Analysis: Inspecting Mach Messages in macOS Kernel-Mode Part I: Sniffing the sent Mach messages](https://www.fortinet.com/blog/threat-research/inspecting-mach-messages-in-macos-kernel-mode--part-i--sniffing-.html) - [Cracking the Walls of the Safari Sandbox - Fuzzing the macOS WindowServer for Exploitable Vulnerabilities](http://blog.ret2.io/2018/07/25/pwn2own-2018-safari-sandbox/) - [Heapple Pie - The macOS/iOS default heap](https://www.synacktiv.com/ressources/Sthack_2018_Heapple_Pie.pdf) - [The HIDeous parts of IOKit](https://s.siguza.net/dl/pdf/2018-Zer0Con.pdf)