Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Binary Bomb phase 3 stuck

What is the point of MESI on Intel 64 and IA-32

How do I write an expression that deference a pointer in GDB?

c++ assembly x86 gdb gnu

MSVC C++ compiler giving inconsistent performance on different builds of the same code when using [[unlikely/likely]] attributes [duplicate]

What is the CPUID standard function 01H?

Must all 16 bytes of an x86 MASKMOVDQU instruction be valid memory?

assembly x86 alignment sse

To Pass The Content Of The Pointer In An Inline Assembly Function On Visual Studio

X86 switch to 32 bit protected mode

assembly x86

How do I print SVGA Info on the screen in tasm?

assembly graphics x86 tasm vga

Is there a way to determine that SMM interrupt has occured?

x86 hardware intel

Can memcpy of array of 16-bit objects be interrupted in between

c gcc x86 thread-safety atomic

Force GCC to push arguments on the stack before calling function (using PUSH instruction)

Assemble far calls or far jumps (j* instructions)

Question about unsigned int in c [duplicate]

c x86 assembly unsigned

Generate raw binary from C code in Linux

c linux gcc x86 kernel

C allocated space size on stack for an array

c assembly x86 gdb