mohitmishra786 / low-level-dev-skills / strace-ltrace Debug a crashing binary without touching code Traces every system call and library function a binary makes, pinpointing exactly where it fails — file-not-found, permission denied, network hang — without a debugger or recompile.
Best for: Engineers hunting down silent failures: wrong file paths, missing permissions, stuck connections.
Engineering / debugging-investigation atomic for-engineers no-setup from-text
Source Creator's repository · mohitmishra786/low-level-dev-skills
Security Security checks in progress
Results will appear here once audits complete
Checked by 3 independent security firms
Does it try to trick the AI? Not yet checked Pending · Gen Agent Trust Hub
Does it sneak in hidden code? Not yet checked Pending · Socket
Does it have known bugs? Not yet checked Pending · Snyk
Traces every system call and library function a binary makes, pinpointing exactly where it fails — file-not-found, permission denied, network hang — without a debugger or recompile.
↓ Download .skillDrag into Cowork or Claude Desktop — no terminal needed.
Open in Claude Code →
Copy install command→
9 installs
More from mohitmishra786 all →