goretk / redress

Redress - A tool for analyzing stripped Go binaries
GNU Affero General Public License v3.0
907 stars 58 forks source link

add a 'strings' command #33

Open 0xdevalias opened 9 months ago

0xdevalias commented 9 months ago

It would be cool if redress had a built-in command like strings that could be run on a compiled golang binary.

See Also

I did some quick googling and came across this tool written in python that wraps radare2:

0xdevalias commented 9 months ago

additional research and implementation here: https://github.com/mandiant/flare-floss/blob/master/floss/language/go/extract.py

Originally posted by @williballenthin in https://github.com/mandiant/GoReSym/issues/45#issuecomment-1827385385