Skip to content

Releases: mandiant/GoReSym

v1.6

25 Oct 18:52
Compare
Choose a tag to compare
  • Fixes section size checks failing on themida unpacked binaries

This is done by attempting to parse every candidate rather than just the first and removing those checks. Previously the checks helped us find the correct candidate, now this is done via the moduledata location.

v1.5

06 Oct 15:47
Compare
Choose a tag to compare
  • Fixes ARM64 PE support

v1.4

19 Aug 15:26
Compare
Choose a tag to compare
  • Fixes an issue with PE files when the PointerToSymbolTable is invalid which may cause the parser to read arbitrary data. This arbitrary data can result in a large size, which will cause an OOM when reading symbols. Symbol table size is now guarded.

v1.3

17 Aug 16:28
0c08ac1
Compare
Choose a tag to compare
  • Allows version override flag -v to affect pclntab parsing for binaries with bogus pclntab magics
  • Adds support for go1.19 and go1.20

v1.2

25 May 15:56
Compare
Choose a tag to compare

Fixes upstream bug in buildinfo extraction golang/go#53071

v1.1

24 May 20:19
Compare
Choose a tag to compare

Fixes incorrect section VAs on go1.18 binaries

v1

16 Feb 19:38
Compare
Choose a tag to compare
v1

Initial Release