/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

keyj.emphy.de
| | gpfault.net
1.2 parsecs away

Travel
| | [AI summary] The provided text is a detailed explanation of how to write a simple 64-bit Windows application in assembly language that calls the ExitProcess function from the KERNEL32.DLL library. It covers the following key topics: 1. **Memory and Register Basics**: Explains how memory and registers work in 64-bit Windows, including the use of the stack pointer (RSP), registers like RCX, RDX, R8, and R9 for passing arguments, and the importance of stack alignment for performance. 2. **Calling Conventions**: Details the 64-bit Windows calling convention, including how the first four integer or pointer arguments are passed in registers (RCX, RDX, R8, R9), how additional arguments are passed on the stack, and the requirement for the stack to be aligned to ...
| | idafchev.github.io
2.8 parsecs away

Travel
| | A second look at the arcane art of shellcode writing
| | blog.xenoscr.net
4.5 parsecs away

Travel
| |
| | www.cppstories.com
15.7 parsecs away

Travel
| While learning how to use the new C++ Standard, I encountered several intriguing cases with smart pointers. Casting? Array handling? Passing to functions? Let's review some common concerns so that we don't shoot yourself in the foot :) I created this post back in 2013, and I updated it in 2014 and recently in 2021.