/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.nayuki.io
| | book.hacktricks.xyz
1.9 parsecs away

Travel
| |
| | 0x44.cc
1.8 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.cs.virginia.edu
1.4 parsecs away

Travel
| | [AI summary] This comprehensive guide explains the fundamentals of 32-bit x86 assembly language programming, including registers, memory addressing, instructions, and calling conventions.
| | unsafeperform.io
26.2 parsecs away

Travel
| [AI summary] The author details their progress in building a CHIP-8 CPU using Haskell, focusing on the internal state modeling, handling of 12-bit registers, and the implementation of intensional behaviors for graphics operations.