Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Can x86_64 CPU execute two same operations on the same stage of pipeline?

Intel architecture and IEEE 754 compliance (minNum and maxNum)?

how to call code written in C from assembly?

c x86-64 yasm

"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?

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

macos gcc assembly x86-64

NUnit "missing" GPSVC.DLL on Windows 7/64

Modulo operator slower than manual implementation?

Access x86 COM from x64 .NET