felberj / gotools

Plugin for Ghidra to assist reversing Golang binaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for other popular platforms

mikemadden42 opened this issue · 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?

commented

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