-
fix: Fix handling of variable operations in URL paths
Some checks failedBuild Ghidra Plugin / build (push) Has been cancelledreleased this
2025-05-22 06:14:57 +00:00 | 60 commits to main since this releaseThis 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