Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Calling conventions with composite date types

c++ c gcc x86 calling-convention

Linux x86-64 Hello World and register usage for parameters

linux assembly x86 x86-64 nasm

How do modern Intel x86 CPUs implement the total order over stores

How to detect whether my x86 code is running in 16-bit mode or 32-bit mode without modifying FLAGS or regs?

assembly x86 machine-code

Tracing a stack in x86 assembly code

x86 stack trace assembly

Difference between memory fetch with and without offset on Intel

assembly x86 intel

How to force GCC to use jmp instruction instead of ret?

Why is "info register ebp" in gdb not displaying a decimal number?

debugging assembly x86 gdb

linux x86 assembly language sys_read call should have first argument as 0 (stdin)

Shellcode doesn't work when pulled out of binary

Dynamic Heap Allocation Confusion

Why a Word is 2 bytes and not 4 bytes in x86 Assembly?

assembly x86 nasm

What are assembly instructions like PEXT actually used for?

How do I compile assembly code?

assembly x86

Relative jump out of range by

assembly x86 tasm

How does this code works in assembly

assembly x86