Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

GNU assembler errors on intel syntax code that used to work in 2007

How much faster are SSE4.2 string instructions than SSE2 for memcmp?

How to set up a new stack segment for programs in x86 to separate from my kernel?

Behavior of stack addressing and esp usage

c assembly x86

How to get gcc to generate decent code that checks if a buffer is full of NUL bytes?

c gcc x86 micro-optimization

Assembly: why do we subtract esp if the push command already does the subtraction?

assembly x86 stack

Websocket data unmasking / multi byte xor

c x86 sse simd avx

x86 processor assembly language AND and OR operator precedence

What causes this program to segmentation fault?

What does the following x86 assembly code with the FLDCW instruction do?

Addl instruction explanation

assembly x86 att

Linux page table of the process

How does lea instruction get the operand's address? [duplicate]

assembly x86

x86 memory and I/O map

memory assembly x86

CPUID in x86 Architecture

c++ assembly x86 cpuid

How can "strange" ROP gadgets be found in a normal DLL? Compilers would never do this. (Return-oriented programming)