Skip to content

Releases: 0xjiayu/go_parser

v1.2.1 Fix some bugs

12 Jan 07:13
Compare
Choose a tag to compare
  • 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

Support Go1.20+

14 Jun 06:48
Compare
Choose a tag to compare

Support Go1.20+

Support Go1.16 and Go1.18+

07 Nov 11:34
Compare
Choose a tag to compare

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 for Python3 and IDA7.4+ v1.0.0

06 Nov 09:19
Compare
Choose a tag to compare

Written in IDAPython with Python3 for IDA version >= 7.4

go_parser v1.0.0

09 Oct 09:00
Compare
Choose a tag to compare

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