Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

DOS debug like program for 32-bit x86 assembly

debugging assembly

C/C++ translation to assembly, low level memory behavior: how is it done? [closed]

NASM programming - `int0x80` versus `int 0x80`

assembly syntax interrupt nasm

Where do you check the prototypes of syscalls on x86-64 machines?

ARM assembly: auto-increment register on store

Injecting 64 Bit DLL using code cave

Working FAT16 Bootloader Generates Read Error on Actual Hardware?

Alphanumeric Shellcode Ensuring Jumps

assembly x86 shellcode

Dillema with buffer overflow

c assembly buffer-overflow

Can "mov eax, 0x1" always be used instead of "mov rax, 0x1"?

How do I use a buffer in an assembly procedure?

Have anyone tried to break a bit even smaller? [closed]

main() sometimes keeps frame pointer with -fomit-frame-pointer on x86

c gcc assembly x86 x86-64

Fastest computation of sum x^5 + x^4 + x^3...+x^0 (Bitwise possible ?) with x=16

c math optimization assembly hpc

What happens to lost interrupts after cli on x86?

Assigning literal value to local variable in LLVM IR

How does setting the PE flag in CR0 enable protected mode?

Understanding number of loads and stores retired in a x86 micro-benchmark

c gcc assembly x86 perf

What is the compatible subset of Intel's and AMD's x86-64 implementations?

assembly x86 x86-64

The Definitive Assembly Book Guide and List [closed]

assembly