From bd38a481e9c631e88a148d3f9af8e6a2871d4a38 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Thu, 21 Oct 2021 11:21:28 +0700 Subject: [PATCH] Add: goretk/redress to Binary Analysis section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1802043..89e1423 100644 --- a/README.md +++ b/README.md @@ -660,6 +660,10 @@ This repository is created as an online bookmark for useful links, resources and Go Reverse Engineering Toolkit A Reverse Engineering Tool Kit for Go, Written in Go. + + goretk/redress + Redress - A tool for analyzing stripped Go binaries + grimm-co/GEARSHIFT GEARSHIFT is a tool that performs structure recovery for a specified function within a stripped binary. It also generates a fuzz harness that can be used to call functions in a shared object (.so) or dynamically linked library (.dll) file.