From e1627a7d312dbb63fd289ee8de323a945cde99b7 Mon Sep 17 00:00:00 2001 From: Stephen Eckels Date: Mon, 27 Nov 2023 12:33:57 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45be08d..669b360 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The upstream Go runtime code is extended to handle: # Usage Refer to https://www.mandiant.com/resources/blog/golang-internals-symbol-recovery for reverse engineering details and example usage. -You can download pre-built `linux` and `windows` GoReSym binaries from the [Releases tab](https://github.com/mandiant/GoReSym/releases/). +You can download pre-built `linux`, `macos,and `windows` GoReSym binaries from the [Releases tab](https://github.com/mandiant/GoReSym/releases/). To build from source with a recent Go compiler, invoke the Go compiler: