Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

How are the C++11 memory barriers implemented for x86-like systems?

Meaning of CS and SS registers on x86-64 Linux in userland?

Meaning of 0x8($rsp)

Change GDT and update CS while in long mode

assembly 64-bit x86-64 osdev gdt

What is the space between argv and argc on my stack?

c debugging x86 stack x86-64

X64 instructions that behave differently on different CPUs

Why does C not push a pointer on the stack when calling a assembly function?

c pointers assembly x86 x86-64

Avoiding the JMP in the JMP CALL POP technique for shellcode NASM?

Atomic 16-Byte operations on x86_64

c x86-64 inline-assembly

Difference in object alignment between MIPS and x86_64

c++ mips x86-64 abi

Why does x86-64 use IA-64 C++ ABI?

Print newline with as little code as possible with NASM

Benchmarking memory copy in a single shot

Why this unnecessary MOVAPD copy in gcc 9.1, in a tiny function

On x64 Linux, what is the difference between syscall, int 0x80 and ret to exit a program?

Unauthorized Access Exception in Windows 7

c# windows-7 x86-64

x86 opcode alignment references and guidelines

Why is my double buffer implementation 8x slower on Linux than Windows?

c++ multithreading x86-64

Does mmap with MAP_NORESERVE reserve physical memory?

c linux gcc x86-64 mmap

When is sizeof(myPOD) too big for pass by value on x64?

c++ c x86 64-bit x86-64