go_parser

Yet Another Golang binary parser for IDAPro

MIT License

Stars
1.2K

Bot releases are hidden (Show)

go_parser - Fix some bugs Latest Release

Published by 0xjiayu 9 months ago

  • Fix bug of go_root parsing
  • Fix bug about funcID parsing
  • Fix UTF-8 decoding exception
  • Fix infinite loop bug caused by error calclating of type addrs for 64-bit binaries
go_parser - Support Go1.20+

Published by 0xjiayu over 1 year ago

Support Go1.20+

go_parser - Support Go1.16 and Go1.18+

Published by 0xjiayu almost 2 years ago

Set the Python3 version as the default master branch. The old master branch has been changed to branch py2, and temporarily not maintained.

  • Support parsing Go1.16 and Go1.18+ binaries
  • Improve string pointers parsing
go_parser - go_parser for Python3 and IDA7.4+ v1.0.0

Published by 0xjiayu almost 4 years ago

Written in IDAPython with Python3 for IDA version >= 7.4

go_parser - go_parser v1.0.0

Published by 0xjiayu about 4 years ago

This version is developed in Python2 and only tested on IDAPro v7.0/v7.2 which only supports older version IDAPython.