Skip to content

Releases: mandiant/GoReSym

v2.7.3

Choose a tag to compare

@stevemk14ebr stevemk14ebr released this 15 Apr 14:02
7c37bd7
  • Print license information with new -about flag

v2.7.2

Choose a tag to compare

@stevemk14ebr stevemk14ebr released this 23 Feb 17:51
  • Fixes moduledata scan logic to ignore erroneous matches in subsequent scans for additional candidates.

v2.7.1

Choose a tag to compare

@stevemk14ebr stevemk14ebr released this 08 Feb 17:57
  • Add 1.22 support
  • Fix 1.21 moduledata
  • Merge upstream changes from buildinfo, objfile, debug packages

v2.6.4

Choose a tag to compare

@stevemk14ebr stevemk14ebr released this 28 Nov 19:44
  • Widens x64 assembly signature further to match in more cases

v2.6.3

Choose a tag to compare

@stevemk14ebr stevemk14ebr released this 10 Nov 16:41
  • Fixes regex scanning for x64

For patterns that used a needle at the end of the regex we did not properly adjust the match index to include the needle offset. This affected x64 signature scanning in particular.

v2.6.2

Choose a tag to compare

@stevemk14ebr stevemk14ebr released this 10 Oct 14:23
  • Fixes regex cache logic

v2.6.1

Choose a tag to compare

@stevemk14ebr stevemk14ebr released this 09 Oct 17:44
  • Add method name recovery
  • Fix section caching logic accidentally removed in v2.6 release
  • Cache regexes

v2.6

Choose a tag to compare

@stevemk14ebr stevemk14ebr released this 06 Oct 18:07
  • Add Go 1.21 support
  • Add Github actions build pipeline

v2.5.1

Choose a tag to compare

@stevemk14ebr stevemk14ebr released this 17 Aug 17:25

Fixes a series of rare panics.

  • golang/go#62097
  • An out of bounds slice read when binaries lie about their section size
  • A recently introduced bug with section data caching

v2.5

Choose a tag to compare

@stevemk14ebr stevemk14ebr released this 15 Aug 19:14
  • Significant optimization work that improves performance significantly (thanks @williballenthin !). Up to 8x faster in some cases.
  • Correctness fixes to symbol recovery with large binaries and when binaries contain valid symbols
  • Removal of yara CGO dependency to simplify build