/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

mathspp.com
| | nickjanetakis.com
2.8 parsecs away

Travel
| | We'll go over the code powering a CLI tool using only the Python 3 standard library and cover a few programming patterns along the way.
| | blog.quarkslab.com
2.7 parsecs away

Travel
| | Where building a custom obfuscated Python interpreter for a Python packer turned into an optimized Python interpreter.
| | pymotw.com
2.4 parsecs away

Travel
| | [AI summary] This technical guide explains how Python's dis module works to disassemble Python bytecode for purposes such as debugging errors and optimizing code performance through detailed stack analysis.
| | 0x44.cc
20.2 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.