Live data from Hacker News

Reversing Go Binaries Like a Pro

rednaga.io

1–10 of 28 posts

Re: Reversing Go Binaries Like a Pro

#5

I'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

#6
post #4

I'm getting a Chromium security error because this website is presenting a certificate from *.github.com.

Me too.

Author here... Link was submitted using https which I had not set up yet. Just switched over to a CF nameserver so it should be working shortly...

Re: Reversing Go Binaries Like a Pro

#7

I'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.

Go? Reversing? Say no more, have an upvote!

Re: Reversing Go Binaries Like a Pro

#10
> You can quiet easily differentiate between custom code written for the binary, for example in the Linux malware “Rex” everything because with that name space!

Really? 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?

Post reply on HN