gotools icon indicating copy to clipboard operation
gotools copied to clipboard

Support for other popular platforms

Open mikemadden42 opened this issue 3 years ago • 2 comments

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?

mikemadden42 avatar Mar 02 '21 02:03 mikemadden42

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 avatar Mar 02 '21 17:03 felberj

@felberj That sounds great. Please let me know how I can help.

mikemadden42 avatar Mar 05 '21 00:03 mikemadden42