goretk / redress

Redress - A tool for analyzing stripped Go binaries
GNU Affero General Public License v3.0
907 stars 58 forks source link

Go 1.18 package classification fix #22

Closed TcM1911 closed 2 years ago

TcM1911 commented 2 years ago

This pulls in the latest version of gore to fix edge-cases in the package classification logic for Go 1.18 binaries. In addition to the update, an additional logic was added to the mod command. If the main module path is empty, it uses the path found in the build info structure.