Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Setting breakpoints in GDB on a program build with YASM -g dwarf2 changes program behaviour and segfaults or SIGILL

assembly gdb x86-64 yasm

How does `gdb` compute the bounds of a stack frame?

c++ linux gdb x86-64 stack-frame

Lockless deque with non atomic sized items

c++ x86-64 lockless

linux g++ x64 access memory via FS segment register

assembly g++ 64-bit x86-64

Why is default operand size 32 bits in 64 mode?

Does the CS and DS registers still affect instructions in x64 intel

How to use malloc in asm

macos assembly x86-64 nasm

Non-canonical linear addresses and general protection exception

ctime returning null

c macos time x86-64 ctime

Jet database 32 and 64 bits and alternatives

database x86-64 ms-jet-ace

Disable xsave in glibc's ld.so

assembly linker gdb x86-64 glibc

Intel x86 using XSAVE and XRSTOR

assembly x86-64 intel

Moving 64bit constants to memory

assembly x86-64 asmjit

What does "aligning the stack" mean in assembly?

x86_64 memory reorder

Function pointer performance; slower on a single call than multiple calls?

Why doesn't the Windows C compiler reuse incoming shadow space in noreturn functions?

Why does linkage affect whether relocations are needed for relative jumps in the same section?

c assembly linker x86-64 elf