Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Specifying multiple files with LD_PRELOAD

c linux dynamic x86

What does it mean to align the stack?

How many CPU cycles are needed for each assembly instruction?

When are x86 LFENCE, SFENCE and MFENCE instructions required?

How to disassemble, modify and then reassemble a Linux executable?

linux x86 disassembly objdump

What are the names of the new X86_64 processors registers?

Why does leave do "mov esp,ebp" in x86 assembly?

assembly x86

Efficient integer compare function

c assembly x86 inline-assembly

How Do You Make An Assembler? [closed]

x86 assembly

x86 Assembly on a Mac

xcode macos x86 assembly intel

Fast method to copy memory with translation - ARGB to BGR

What is the purpose of the "PAUSE" instruction in x86?

Do x86 instructions require their own encoding as well as all of their arguments to be present in memory at the same time?

To learn assembly - should I start with 32 bit or 64 bit?

assembly x86 x86-64 low-level

Why is Windows 32-bit called Windows x86 and not Windows x32? [closed]

What is better "int 0x80" or "syscall" in 32-bit code on Linux?

Can I use Intel syntax of x86 assembly with GCC?

What do the brackets mean in x86 asm?

assembly x86 nasm

Why is there not a register that contains the higher bytes of EAX?

assembly x86 cpu-registers

Is this "should not happen" crash an AMD Fusion CPU bug?