Explore >> Select a destination


You are here

gist.github.com
| | nagekar.com
1.0 parsecs away

Travel
| | [AI summary] The author discusses developing a TCP banner grabbing utility in C, encountering issues with port scanning and banner interpretation, and seeks feedback on the code.
| | 3.70.187.24
0.9 parsecs away

Travel
| | [AI summary] The author discusses developing a TCP banner grabbing utility in C, encountering issues with port scanning and banner parsing, and seeks feedback on the code.
| | blog.dornea.nu
1.1 parsecs away

Travel
| | [AI summary] The blog post discusses the process of creating and executing a shellcode in C to read a file named 'flag.txt' and dump its content, including assembly code, compilation steps, and execution considerations.
| | lincolnmullen.com
22.9 parsecs away

Travel
| Recently I've been writing a fair bit of code in Go for a project I am working on. There is a lot to like about the language. But the thought occurred to me that maybe I like Go because it fits my (unjustifiably) beleaguered sense of self. If I used to like Ruby because it was fun, then maybe I like Go now for these reasons: Go is a minimalist language. I would prefer that we just get down to work without any fuss. Go is a high performance language for concurrency. There is too much to do and it all has to be done at once, so I guess we better do it quickly. Go is strongly typed. Please tell me what you expect up front, then stick to it. Go makes you check for errors explicitly (if err != nil). Bad things will inevitably happen, so I guess we better plan for...