Explore >> Select a destination


You are here

0x434b.dev
| | tcode2k16.github.io
3.4 parsecs away

Travel
| | a random blog about cybersecurity and programming
| | blog.bricked.tech
4.6 parsecs away

Travel
| | A nice intro to heap challenges, featuring tchache and the unsortedbin.
| | 0x44.cc
4.4 parsecs away

Travel
| | [AI summary] The article provides an in-depth explanation of reverse engineering concepts, including CPU operations, memory representation, data structures, and disassembly techniques. It guides readers through understanding machine code, endianness, signed integers, and how to analyze C code using tools like Visual Studio and disassemblers.
| | www.ardanlabs.com
42.6 parsecs away

Travel
| Introduction Google developed Go to be an alternative to C++ with the internet and scale in mind. Go's toolchain automates tasks that are easily overlooked, and amongst those tasks is generating documentation. Go has the ability to generate documentation based on comments written in your source code. As the end user, you have the choice to view this documentation in your terminal or, if your code is publicly accessible, on pkg.