• fix: Fix handling of variable operations in URL paths
    Some checks failed
    Build Ghidra Plugin / build (push) Has been cancelled

    Ghost released this 2025-05-22 06:14:57 +00:00 | 60 commits to main since this release

    This commit fixes an issue where variable operations with paths like
    /functions/by-name/FunctionName/variables/varName were not being properly
    processed. The handleFunctionResource method now checks for paths that
    start with 'variables/' and extracts the variable name for processing.

    Added implementation to handle renaming of decompiler-generated variables.

    Downloads