grayhatacademy / ghidra_scripts

Port of devttyS0's IDA plugins to the Ghidra plugin framework, new plugins as well.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix crash in Rename Variables

fuzzywalls opened this issue · comments

Check return of var.getSymbol(). It can be None and this will cause an exception when attempting to get the references.