We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be cool if redress had a built-in command like strings that could be run on a compiled golang binary.
redress
strings
I did some quick googling and came across this tool written in python that wraps radare2:
radare2
gostringsr2 gostringsr2 extracts strings from a Go binary using radare2
gostringsr2
The text was updated successfully, but these errors were encountered:
additional research and implementation here: https://github.com/mandiant/flare-floss/blob/master/floss/language/go/extract.py Originally posted by @williballenthin in mandiant/GoReSym#45 (comment)
additional research and implementation here: https://github.com/mandiant/flare-floss/blob/master/floss/language/go/extract.py
Originally posted by @williballenthin in mandiant/GoReSym#45 (comment)
Sorry, something went wrong.
No branches or pull requests
It would be cool if
redress
had a built-in command likestrings
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
:The text was updated successfully, but these errors were encountered: