Explore >> Select a destination


You are here

embedded.fm
| | techtinkering.com
3.1 parsecs away

Travel
| | The Commodore VIC-20 is a great machine to learn an assembly language on. It was released in 1981 and was the first computer to sell one million units, which co
| | www.timdbg.com
3.1 parsecs away

Travel
| | [AI summary] This article provides an introduction to reading x86 assembly language, emphasizing its importance for understanding how programs operate at a fundamental level. It covers the basics of assembly syntax, common instructions, and practical tools for reading and analyzing assembly code. The author explains that while assembly is often viewed as complex, it's actually more approachable than many believe, especially for debugging and reverse engineering tasks. The article also highlights the differences between Intel and AT&T syntax, the structure of assembly instructions, and the role of registers and memory addressing in x86 architecture.
| | feertech.com
3.3 parsecs away

Travel
| | In which we write our first simple machine code
| | yepoleb.github.io
16.6 parsecs away

Travel
| [AI summary] This article details the reverse engineering process of the Austrian ID-card verification app to understand its API and encryption methods, aiming for an open-source implementation.