goretk / redress

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

No goversion found #31

Open Nucl3arSn3k opened 10 months ago

Nucl3arSn3k commented 10 months ago

When I run redress on a exe with the types struct command I get the below error

redress types struct test.exe --methods 
Error when enumerating types: no goversion found.

I have a functioning go install on my system. How do I point redress at it?