mirror of
https://github.com/mandiant/GoReSym
synced 2026-06-08 15:40:15 +00:00
cb029c6522
* Add Go 1.24 support with ABIType parsing - Add ABIType64/ABIType32 structs for Go 1.20+ type descriptors - Extend moduledata version switch to support Go 1.21-1.24 - Update readRTypeName to handle Go 1.23-1.24 varint encoding - Modify ParseType_impl to use ABIType for Go 1.20-1.24 - Add Go 1.21-1.24 support to interface methods and struct fields parsing - Update pclntab parser version overrides for Go 1.21-1.24 - Document Go 1.24 support in README Maintains backward compatibility while adding full support for Go 1.24 binaries and newer runtime type descriptor formats. * Remove specific Go 1.24 mention from version support section