Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Using gdb to single-step assembly code outside specified executable causes error "cannot find bounds of current function"

Difference between JE/JNE and JZ/JNZ

assembly x86

What does "int 0x80" mean in assembly code?

assembly x86

How does x86 paging work?

x86 paging virtual-memory

How to write hello world in assembler under Windows?

winapi assembly x86 nasm

Why is SSE scalar sqrt(x) slower than rsqrt(x) * x?

Why is x86 ugly? Why is it considered inferior when compared to others? [closed]

Floating point vs integer calculations on modern hardware

c++ x86 floating-point x86-64

System.BadImageFormatException: Could not load file or assembly (from installutil.exe)

How to install ia32-libs in Ubuntu 14.04 LTS (Trusty Tahr)

ubuntu x86

What is the "FS"/"GS" register intended for?

CPU Privilege Rings: Why rings 1 and 2 aren't used?

x86 cpu privileges

`testl` eax against eax?

assembly x86 instructions

What is the function of the push / pop instructions used on registers in x86 assembly?

Purpose of ESI & EDI registers?

assembly x86

Why does integer overflow on x86 with GCC cause an infinite loop?

c++ c gcc x86 undefined-behavior

What is the purpose of XORing a register with itself? [duplicate]

assembly x86

What does `dword ptr` mean?

assembly x86 dword pointers

What is the meaning of "non temporal" memory accesses in x86

x86 sse assembly

How does this milw0rm heap spraying exploit work?