All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

strace-macos: A System Call Tracer for macOS Using LLDB Debugger API

By

signa11

6mo ago· 4 min readenCode

Summary

strace-macos is a beta-stage system call tracer for macOS that replicates the functionality of the Linux strace command using the LLDB debugger API. The tool allows developers to trace system calls, attach to running processes, and filter syscalls by name or category. It supports installation via Nix Flakes or manual setup requiring macOS system Python with LLDB bindings. The project is open source and hosted on GitHub, with core functionality working but some features still in development.

Key quotes

· 5 pulled
A system call tracer for macOS using the LLDB debugger API.
Status: Beta - Core functionality works, but some features are still in development.
strace-macos requires macOS system Python (has LLDB bindings).
strace-macos supports filtering syscalls by name or category using the -e trace= option.
A clone of the strace command for macOS.
Snippet from the RSS feed
A clone of the strace command for macOS. Contribute to Mic92/strace-macos development by creating an account on GitHub.

You might also wanna read