#147 · Primary category: Cybersecurity & Decryption Tools

lisa.py

arm64 exploitable lldb lldbinit macos mcp pwn reverse-engineering silicon

LLDB MCP Integration + other helpful commands

Project last updated:03/29/25

GitHub Stars

758

Forks

114

Contributors

4

License

Apache-2.0

Why we included this project

If you live inside LLDB on Apple Silicon, this project gives you a way to let an AI assistant drive the debugger. It pairs an MCP server with an LLDB plugin that expose the usual session operations, breakpoints, stepping, backtraces, memory reads, disassembly, and expression evaluation, as structured tools. Claude or any other MCP client can then issue natural-language debugging commands and get structured results back. The appeal is that you can hand off the tedious inspection work while keeping control of the session yourself, and the plugin also carries a few extra convenience commands for everyday use. It is a narrow, single-purpose bridge rather than a general framework, so it is quick to test against your own reverse-engineering workflow before you commit to it.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category