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`: - https://reverseengineering.stackexchange.com/questions/24999/extracting-strings-from-go-binaries - https://github.com/ivision-research/gostringsr2 - > `gostringsr2` > `gostringsr2` extracts strings from a Go binary using `radare2` - https://github.com/mandiant/GoReSym/issues/45
It would be cool if
redresshad a built-in command likestringsthat 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: