sibears / IDAGolangHelper

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

updated IDAPython API usage #10

Closed FirehaK closed 4 years ago

FirehaK commented 4 years ago

Starting with IDA 7.4, 6.95 compatibility is disabled by default. Use the updated APIs as listed at https://www.hex-rays.com/products/ida/support/ida74_idapython_no_bc695_porting_guide.shtml to address (at least partially) issues #5 and #9. I've tested this with IDA 7.3 and 7.4 against a ransomware binary written in Go (SHA256: e5262db186c97bbe533f0a674b08ecdafa3798ea7bc17c705df526419c168b60). Hopefully this caught every outdated API call.

grokeus commented 4 years ago

Sorry for late response Thank you!