sibears / IDAGolangHelper

Set of IDA Pro scripts for parsing GoLang types information stored in compiled binary
1.01k stars 150 forks source link

Added import to go_entry. Wasn't working without #18

Open silascutler opened 4 years ago

silascutler commented 4 years ago

go_entry.py requires import idaapi in order to execute properly

It was failing on IDA v7.4

doomedraven commented 3 years ago

yep the same on 7.6sp1, with taht import works