IDAGolangHelper
IDAGolangHelper copied to clipboard
ida7.7 and python3.8:i got unsupported operand type(s) for +: 'NoneType' and 'int' in Gopclntab.py, line 64, anyone knows why,Please
Maybe other Go version is used there. U can find the actual version by "go 1" in string view on ida(maybe Go 1.20).
thank u,i tried search "go 1", and got nothing,i had tried every go verion in golangHelper,still the same mistake.
I've made a mistake with that the search_string is "go1"(there is no space) instead of "go 1".
I've update my plugin in github (https://github.com/renshareck/IDAGolangHelper_SupportGo1.20), rename_functions module works well in go 1.20 (but no go 1.18)
i tried "go1", and i got "helper.go190734863281",so this mean "go 1.9"?