Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

Assembly (x86) loop segmentation fault [closed]

assembly x86

Why calling printf result in a different function prologue for main?

c linux gcc assembly x86

Assembly error A2075: jump destination too far : by 25 byte(s) on LOOP instruction [duplicate]

loops assembly x86

Why do clang and gcc duplicate code and branch vs unconditional jump inside loop?

c++ c optimization x86

How to sum integers with sign into a wider sum on IA32. 64-bit sum of 32-bit signed ints?