gotools
gotools copied to clipboard
Support for other popular platforms
Would it be possible to support Go binaries for other common GOOS / GOARCH combinations?
- darwin/amd64
- darwin/arm64
- linux/386
- linux/amd64
- linux/arm
- linux/arm64
- windows/386
- windows/amd64
- windows/arm
I'd be happy to help add support for other Go binaries.
How complete is the current linux amd64 implementation for this project?
Thank you for your interest! I do not have any state about how well this currently performs.
I propose we make it work for one goos/arch first (e.g linux/amd64) and then try to adapt it to more GOOS. After that we can look into different architechtures.
I am happy to look at it at the weekend.
I just remember fighting with Ghidra about the calling conventions which made me quite frustrated.
On Tue, 2 Mar 2021 at 03:02, Michael Madden [email protected] wrote:
Would it be possible to support Go binaries for other common GOOS / GOARCH combinations?
- windows amd64
- windows 386
- linux 386
- linux arm
- linux arm64
- darwin amd64
- darwin arm64
I'd be happy to help add support for other Go binaries.
How complete is the current linux amd64 implementation for this project?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/felberj/gotools/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSVCNS3Y5KD7GJW2BRP7JTTBRBKBANCNFSM4YNYV7FA .
-- Sent from mobile
@felberj That sounds great. Please let me know how I can help.