/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

justanotherdot.com
| | gpfault.net
3.1 parsecs away

Travel
| | [AI summary] The text provides an in-depth exploration of various x86-64 instruction set architectures, focusing on arithmetic operations (ADD, SUB, MUL, SMUL, DIV, SDIV), logical operations (AND, OR, XOR, NOT), and control flow instructions. It details the implementation of these instructions in the QBX virtual machine, emphasizing how they emulate real x86-64 instructions while managing the flags register and handling different operand sizes (8-bit and 16-bit). The text also discusses the nuances of flag handling, register operations, and macro-based code generation to streamline instruction implementation.
| | satharus.me
3.3 parsecs away

Travel
| | If you've been following me on Twitter, you must've been seeing some insane dude who is putting some chips on a breadboard and is using a lot of wiring.This ...
| | 0x44.cc
3.6 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.
| | krzysckh.org
24.3 parsecs away

Travel
| [AI summary] The author shares their experience designing and implementing a custom virtual machine in Emacs Lisp for a Capture The Flag competition, detailing the assembly language, stack architecture, and a fun recursive self-modifying code experiment.