Fixing QuickLook (2023)
Summary
This article analyzes how the author investigated a QuickLook rendering change in macOS Ventura, identified the NSRemoteView and border-related views responsible for rounded corners, and demonstrates a memory-patching approach using LLDB and Xcode to disable the border and stop corner clipping. It also discusses how to persist the fix and outlines ethical considerations for security research.