• Release v2025.12.1 - Cursor-based pagination, enumeration resources, security fixes
    Some checks failed
    Build Ghidra Plugin / build (push) Has been cancelled

    rsp2k released this 2025-12-02 16:53:37 +00:00 | 31 commits to main since this release

    Features:

    • Cursor-based pagination with session isolation (11 tools)
    • Grep/regex filtering with ReDoS protection
    • LLM-friendly response messages
    • 8 new enumeration resources for lightweight data access

    Resources:

    • /instances - List active Ghidra instances
    • /instance/{port}/summary - Program overview with statistics
    • /instance/{port}/functions - Function list (capped 1000)
    • /instance/{port}/strings - String list (capped 500)
    • /instance/{port}/data - Data items (capped 1000)
    • /instance/{port}/structs - Struct types (capped 500)
    • /instance/{port}/xrefs/to/{address} - Xrefs to address
    • /instance/{port}/xrefs/from/{address} - Xrefs from address

    Security:

    • ReDoS protection for regex patterns
    • Session spoofing prevention
    • Recursion depth limits
    Downloads