Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

writing shellcode: why my shellcode won't work?

assembly x86-64 shellcode

Assembly and multicore CPUs

assembly x86 multicore x86-64

How to optimize this product of three matrices in C++ for x86?

Is the transformation of fetch_add(0, memory_order_relaxed/release) to mfence + mov legal?

Why does Clang generate different code for reference and non-null pointer arguments?

Cross compile windows 64 bit .exe from linux

How to instruct compiler to generate unaligned loads for __m128

c++ x86-64 sse simd intrinsics

Code a simple thread with C and assembly

c assembly x86-64

Two's complement of long integer

Which x86 instruction has a 10-byte immediate?

GCC codegen: What does pthread_create_key() have to do with std::shared_ptr copying?

with RIP-addressing, why x86-64 still need relocations?

Why does ICC unroll this loop in this way and use lea for arithmetic?

c++ assembly x86-64 icc

LLVM's calling convention for GHC

Absolute addressing for runtime code replacement in x86_64

Constraining r10 register in gcc inline x86_64 assembly

Why is the address of static variables relative to the Instruction Pointer?

Printing floating point numbers from x86-64 seems to require %rbp to be saved

What's So Difficult About `uint64_t`? (Conversion Assembly From `float`)

Why does GCC on x86-64 insert a NOP inside of a function?

gcc assembly x86-64 nop