diff --git a/ida-plugin.json b/ida-plugin.json new file mode 100644 index 0000000..ade72be --- /dev/null +++ b/ida-plugin.json @@ -0,0 +1,33 @@ +{ + "IDAMetadataDescriptorVersion": 1, + "plugin": { + "name": "xray", + "entryPoint": "xray.py", + "version": "2025.9.24", + "idaVersions": ">=7.2", + "description": "Filter and colorize Hex-Rays decompiler output using configurable regular expressions", + "license": "Beer-Ware License", + "categories": [ + "decompilation", + "ui-ux-and-visualization", + "malware-analysis", + "vulnerability-research-and-exploit-development" + ], + "urls": { + "repository": "https://github.com/patois/xray" + }, + "authors": [{ + "name": "Dennis Elser", + "email": "dennis@backtrace.de" + }], + "keywords": [ + "decompiler-filtering", + "regex-highlighting", + "code-pattern-matching", + "malware-analysis", + "vulnerability-identification", + "hexrays-decompiler", + "color-coding" + ] + } +}