Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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)

Compile windows executables with NASM

windows assembly x86 nasm

How to efficiently add two vectors in C++

c++ x86 sse simd sse2

Why a power function is often computed as a logarithm?

If we marked memory as WC(Write Combined), then do we have any consistency automatically?

Check if my program is running in 32 bit mode on a 64bit machine, if running in 64bit - how do I force it to be 32bit