Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

GCC/x86 inline asm: How do you tell gcc that inline assembly section will modify %esp?

Exploit a buffer overflow

c x86 buffer-overflow

Difference between std::fabs(a * b) and std::fabs(a) * std::fabs(b)

Configuring Visual Studio to create 32-bit and 64-bit configurations

c++ visual-studio x86 64-bit

How can I ask Mac OS to allocate memory in a specific address range?

Triple fault on stack in C code [closed]

gcc assembly x86 stack osdev

How does the instruction decoder differentiate between EVEX prefix and BOUND opcode in 32-bit mode?

Avoiding gcc function prologue overhead?

c gcc code-generation x86

Why does icc fail to handle compile-time branch hints in a reasonable way?

c optimization x86 icc built-in

Reproducing Unexpected Behavior w/Cross-Modifying Code on x86-64 CPUs

Is garbage allowed in high bits of parameter and return value registers in x86-64 SysV ABI?

How to understand that "Happens-before consistency is not sufficient" in Java [duplicate]

GCC compiles leading zero count poorly unless Haswell specified

c performance gcc x86 intel

How does X86 CPU translate an address to an IO such as VGA text buffer?

c memory-management x86 paging

Converting a 32bit directx9 app to be large address aware

Perf overcounting simple CPU-bound loop: mysterious kernel work?

Will fixed-point arithmetic be worth my trouble?

How to force .NET application to run in 32bit mode

.net-3.5 x86 64-bit corflags

NASM is pure assembly, but MASM is high level Assembly? [closed]

GDB Print Value Relative to Register

c memory assembly x86 gdb