Releases: mandiant/GoReSym
Releases · mandiant/GoReSym
v3.1.2
v3.1.1
- Fix github actions (for 3.1 release)
v3.1
v3.0.2
- Fix Unit tests
v3.0.1
v3.0
- 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
- Separates OS releases into different zip archives for easier automations
v2.7.3
- Print license information with new
-about
flag
v2.7.2
- Fixes moduledata scan logic to ignore erroneous matches in subsequent scans for additional candidates.
v2.7.1
- Add 1.22 support
- Fix 1.21 moduledata
- Merge upstream changes from buildinfo, objfile, debug packages