Posts
-
Debugging lldb Scripts in PyCharm

Debugging in
lldbcan be great. But sometimes, running commands manually becomes tedious. Fortunately,lldbprovides a way to automate any action: Python scripts!However, writing
Pythonscripts without IDE support and a debugger is beneath any developerβs dignity. In this tutorial, I will show you how to set upPyCharmto take yourlldbscripting experience to the next level. There will be:PythonandPyCharmsetup forlldbscriptingPyCharmfix for process attachment on anarm64macOSPythonmodules injection for IDE and runtime support- Debugging breakpoints and commands in
PyCharm
-
Building Swift Code Faster

How do you speed up the build of your Swift project? Do you use
-warn-long-function-bodiesor maybe even-stats-output-dir? These can find some compilation performance issues, but how do you truly take your build times to the next level?In this article, I want to show you how tweaking some build settings can drastically speed up your clean build times.
-
Hacking the Finder with lldb and Hopper

Do you want to never press
Show Package Contentsagain? Or maybe you just want to learn a couple of practical lldb techniques? Either way, I invite you on the journey to discover a hidden feature within the Finder!