GoFastAnalyzer icon indicating copy to clipboard operation
GoFastAnalyzer copied to clipboard

IDA 8.4 Issue

Open LloydLabs opened this issue 1 year ago • 1 comments

Thanks for making this plugin, it is exactly what we need for Golang recovery! I have one issue at the moment:

Just to let you know, this is erroing out on IDA 8.4:

    class MapCall(RtypeCall):
  File "~/.idapro/plugins/GoAnalyzer/UniqueGoCalls.py", line 209, in MapCall
    def fill_vars(self, ea: int) -> dict[str, str] | None:
TypeError: unsupported operand type(s) for |: 'types.GenericAlias' and 'NoneType'

LloydLabs avatar Jul 12 '24 18:07 LloydLabs

Hi, which python version are you using? I think the or operand for typing is not supported in older versions

harelon avatar Jul 12 '24 18:07 harelon