IDAGolangHelper icon indicating copy to clipboard operation
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

Open onlyU22 opened this issue 2 years ago • 5 comments

onlyU22 avatar Apr 08 '23 10:04 onlyU22

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).

renshareck avatar Apr 10 '23 04:04 renshareck

thank u,i tried search "go 1", and got nothing,i had tried every go verion in golangHelper,still the same mistake.

onlyU22 avatar Apr 11 '23 01:04 onlyU22

I've made a mistake with that the search_string is "go1"(there is no space) instead of "go 1".

renshareck avatar Apr 11 '23 02:04 renshareck

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)

renshareck avatar Apr 11 '23 02:04 renshareck

i tried "go1", and i got "helper.go190734863281",so this mean "go 1.9"?

onlyU22 avatar Apr 20 '23 07:04 onlyU22