Reversing Go Binaries Like a Pro
rednaga.io
Reversing Go Binaries Like a Pro
1–10 of 28 posts
Re: Reversing Go Binaries Like a Pro
#2Re: Reversing Go Binaries Like a Pro
#3Re: Reversing Go Binaries Like a Pro
#4I'm getting a Chromium security error because this website is presenting a certificate from *.github.com.
Re: Reversing Go Binaries Like a Pro
#5I'm getting a Chromium security error because this website is presenting a certificate from *.github.com.
But then I ended up submitting that broken link. The interesting thing is that it reached the top (#4 right now) of HN anyway.
Re: Reversing Go Binaries Like a Pro
#6Re: Reversing Go Binaries Like a Pro
#7I'm getting a Chromium security error because this website is presenting a certificate from *.github.com.
It's my fault. I use HTTPS Everywhere in full HTTP blocking mode, so when a link isn't HTTPS I just try manually, and accept the error for common Akamai and Github Pages certs, which is still much better than HTTP (for random sites). But then I ended up submitting that broken link. The interesting thing is that it reached the top (#4 right now) of HN anyway.
Re: Reversing Go Binaries Like a Pro
#8Re: Reversing Go Binaries Like a Pro
#9working link http://rednaga.io/2016/09/21/reversing_go_binaries_like_a_pr...
Re: Reversing Go Binaries Like a Pro
#10Really? It looks like only `runtime_` gets the prefix, so third-party libraries and code in go/src (e.g. `fmt`) would get mixed in here too, right?