hanemile on Nostr: Ever reversed a golang binary without symbols in radare2 and whished you could simply ...
Ever reversed a golang binary without symbols in radare2 and whished you could simply add them? Well, today's your lucky day!
I've published a tiny script you can load from within radare2 in order to load symbols extracted from a binary using mandiant/GoReSym [1] here: radare2-GoReSym [2].
[2]: https://github.com/HanEmile/radare2-GoReSym
[1]: https://github.com/mandiant/GoReSym
After extracting the info into a file called `goresym_out.txt`, use
[...]> . rename.py
in radare2
#golang #radare2 #reverse #re #goresym
I've published a tiny script you can load from within radare2 in order to load symbols extracted from a binary using mandiant/GoReSym [1] here: radare2-GoReSym [2].
[2]: https://github.com/HanEmile/radare2-GoReSym
[1]: https://github.com/mandiant/GoReSym
After extracting the info into a file called `goresym_out.txt`, use
[...]> . rename.py
in radare2
#golang #radare2 #reverse #re #goresym