We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98118d3 commit 9dd61e9Copy full SHA for 9dd61e9
README.md
@@ -153,3 +153,4 @@ Apache License
153
- [pixd](https://github.com/moreati/python-pixd)
154
- [hexdump](https://github.com/sinofp/hexdoor)
155
- [idaref](https://github.com/nologic/idaref)
156
+- [ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp)
lldb_mcp.py
@@ -1,4 +1,8 @@
1
#!/usr/bin/env python3
2
+
3
+# Adapted from ida-pro-mcp (https://github.com/mrexodia/ida-pro-mcp)
4
+# Copyright (c) 2025 Duncan Ogilvie => MIT License
5
6
import os
7
import sys
8
import ast
0 commit comments