Explore >> Select a destination


You are here

blog.pkh.me
| | www.nayuki.io
3.9 parsecs away

Travel
| | [AI summary] The user has provided a comprehensive overview of the x86 architecture, covering topics such as basic arithmetic operations, control flow with jumps and conditionals, memory addressing modes, the stack and calling conventions, advanced instructions like SSE, virtual memory, and differences between x86-32 and x86-64. The user is likely looking for a summary or clarification of the x86 architecture, possibly for learning purposes or to reinforce their understanding.
| | www.lukas-barth.net
3.8 parsecs away

Travel
| | This article explores how to exploit side effects during dynamic initialization. It gives an overview over how dynamic initialization works in a typical C++ executable on Linux.
| | 0x434b.dev
5.7 parsecs away

Travel
| | This is a write-up for solving the devils-swapper RE challenge.?? It was mostly intended for my personal archive, but since it may be interesting to all of you. This especially applies if you're still rather new to the whole RE world, as the write-up turned out to be quite verbose.
| | erikarow.land
26.5 parsecs away

Travel
| [AI summary] A software engineer documents her technical debugging journey to fix dynamic linking issues in a Rust tool built for release on NixOS by switching to static musl linking.