Teal Bauer f377a34442
Some checks failed
Build Ghidra Plugin / build (push) Has been cancelled
fix: Fix handling of variable operations in URL paths
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.
2025-05-22 08:14:57 +02:00
..