├── .gitignore ├── INP.py ├── README.md └── README_EN.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /INP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4nda0s/IDA-NO-MCP/HEAD/INP.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4nda0s/IDA-NO-MCP/HEAD/README.md -------------------------------------------------------------------------------- /README_EN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P4nda0s/IDA-NO-MCP/HEAD/README_EN.md --------------------------------------------------------------------------------