Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

"relocation R_X86_64_32S against `.bss' can not be used when making a shared object”

How to call a function through a function pointer passed as an argument?

With ASLR turned on, are all sections of an image get loaded at the same offsets relative to the image base address every time?

c++ c linux x86-64 aslr

What is the purpose of the 40h REX opcode in ASM x64?

MSYS2 GCC zeros out doubles on floating point operations with SSE disabled

complier generating a mov back and forth on eax

What is the fastest way to swap the bytes of an unaligned 64 bit value in memory?

XNOR two 64 bits registers in 8 bit blocks

Does prefetching a write ever affect single core performance?

Tracing call stack in disassembled code

c++ c assembly gdb x86-64

Reserve bytes in stack: x86 Assembly (64 bit)

Is it valid to link non PIC objects into an executable with PIC objects

intel linux gcc x86-64 fpic

Does rcx always point to the PEB at the process entrypoint?

assembly subroutines get called twice without even being called from main

ranlib and static library

intel c linux gcc makefile x86-64

Why does the ia32/x64 opcode map document 0x66 and 0xF2 as a double mandatory prefix for opcode 0x0F38F1 (CRC32)?

PIE disabled. Absolute addressing when asm programming with gcc on mac OS X

macos gcc assembly x86-64

How come INC instruction of x86 is not atomic? [duplicate]

intel c assembly x86-64 atomic

Modulo operator slower than manual implementation?

Access x86 COM from x64 .NET