Explore >> Select a destination


You are here

timjones.io
| | www.timdbg.com
7.5 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.
| | intezer.com
7.7 parsecs away

Travel
| | Reverse engineering is an integral part of malware analysis and research - get started learning this advanced skill to investigate malware.
| | blog.pimaker.at
3.6 parsecs away

Travel
| | Linux in a Pixel Shader - A RISC-V Emulator for VRChat
| | surma.dev
25.5 parsecs away

Travel
| What follows is a brain dump of everything I know about compiling Rust to WebAssembly. Enjoy.