Skip to content

Commit 9dd61e9

Browse files
committed
docs: add ida-pro-mcp reference and attribution
Resolves: #14
1 parent 98118d3 commit 9dd61e9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,4 @@ Apache License
153153
- [pixd](https://github.com/moreati/python-pixd)
154154
- [hexdump](https://github.com/sinofp/hexdoor)
155155
- [idaref](https://github.com/nologic/idaref)
156+
- [ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp)

lldb_mcp.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/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+
26
import os
37
import sys
48
import ast

0 commit comments

Comments
 (0)