Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Array bounds checks on 64-bit hardware using hardware memory-protection

Is there an `x86` instruction to tell which core the instruction is being run on?

assembly x86 x86-64

Can a C compiler generate an executable 64-bits where pointers are 32-bits?

How encode a relative short jmp in x86

assembly x86 x86-64 intel

Implementing a sandbox with custom stack on Windows 64-bit

where is amd64 psABI? [duplicate]

Why Linux/gnu linker chose address 0x400000?

linux x86 x86-64 ld elf intel

Understanding %rip register in intel assembly

Is reserving stack space necessary for functions less than four arguments?

What is _GLOBAL_OFFSET_TABLE?

c linux gcc x86-64

Set all bits in CPU register to 1 efficiently

assembly arm mips x86-64

Advice for learning Linux x86-64 assembly & documentation [closed]

Is a sign or zero extension required when adding a 32bit offset to a pointer for the x86-64 ABI?

Fast dot product of a bit vector and a floating point vector

Error: invalid instruction suffix for `push' [duplicate]

assembly x86-64

gfortran for dummies: What does mcmodel=medium do exactly?

Why does int 3 generate a SIGSEGV in 64-bit instead of stopping the debugger?

Negative clock cycle measurements with back-to-back rdtsc?

When to do or not do INVLPG, MOV to CR3 to minimize TLB flushing

What is the 'shadow space' in x64 assembly?