Releases: mandiant/GoReSym
Releases · mandiant/GoReSym
v1.7.1
- Improves performance by short circuiting to pick first candidate with valid moduledata
v1.7
- Fix bug causing DataAfterSection to collide when multiple sections have the same name, such as in themida.
v1.6
- 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
- Fixes ARM64 PE support
v1.4
- 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
- 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
Fixes upstream bug in buildinfo extraction golang/go#53071
v1.1
Fixes incorrect section VAs on go1.18 binaries
v1
Initial Release