Skip to content

Releases: mandiant/GoReSym

v3.3

06 Mar 20:19
78c02cc

Choose a tag to compare

  • Add 1.26 support
  • Add 1.25 support
  • Enhance CI thanks @kami922

v3.2

17 Feb 15:20
d7f23b7

Choose a tag to compare

  • Added -strings flag to extract Go strings #77. Thanks @kami922
  • Refactored internal file reading and parsing utilities to minimize I/O operations and simplify future maintenance. #78. Thanks @kami922
  • Update ida python script to support 9.1+ #76 . Thanks @rand-tech

v3.1.2

08 Aug 13:51

Choose a tag to compare

  • Add version to -about output

v3.1.1

07 Aug 14:55
abe6845

Choose a tag to compare

  • Fix github actions (for 3.1 release)

v3.1

07 Aug 14:36

Choose a tag to compare

  • Fixes arg flag parsing order
  • Fixes missing 1.17 and 1.19 moduledata cases
  • Adds support for 1.21, 1.22, 1.23, and 1.24 by @krishnay

v3.0.2

12 Feb 15:10

Choose a tag to compare

  • Fix Unit tests

v3.0.1

19 Oct 19:01
45d5c9d

Choose a tag to compare

  • Optimized regex scans to prevent extra matches. Behaves more like yara. #66

v3.0

19 Oct 18:50

Choose a tag to compare

  • Improves memory usage significantly by streaming pclntab candidates over a go channel. This prevents all the candidates from being held in memory. Using this generator pattern partially addresses the long time issue of OOM reported in #61
    • This comes at the expense of processing time as some operations are now repeated

v2.7.4

07 May 14:52
cc91ae7

Choose a tag to compare

  • Separates OS releases into different zip archives for easier automations

v2.7.3

15 Apr 14:02
7c37bd7

Choose a tag to compare

  • Print license information with new -about flag