goretk / redress

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

Add version override flag to type by offset #26

Closed TcM1911 closed 1 year ago

TcM1911 commented 1 year ago

This adds the similar version override flag that exist in the parent command. If the user provides a compiler version with this flag, the provided compiler version is used when trying to extract the types.

Closes #24