Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Avoiding the JMP in the JMP CALL POP technique for shellcode NASM?

Atomic 16-Byte operations on x86_64

c x86-64 inline-assembly

Difference in object alignment between MIPS and x86_64

c++ mips x86-64 abi

Why does x86-64 use IA-64 C++ ABI?

Print newline with as little code as possible with NASM

Benchmarking memory copy in a single shot

Why this unnecessary MOVAPD copy in gcc 9.1, in a tiny function

On x64 Linux, what is the difference between syscall, int 0x80 and ret to exit a program?

Unauthorized Access Exception in Windows 7

c# windows-7 x86-64

x86 opcode alignment references and guidelines

Can I get a thread's stack address from pthread_self()

c linux gcc pthreads x86-64

How MTRR registers implemented? [closed]

how to export a function in GAS assembler?

OS/X 64-bit assembly code generates bus error

Can two instructions execute in the same cycle if the same register is used as input and output respectively?

Mixing syscall write with printf on linux

c linux assembly printf x86-64

Instruction reordering in x86 / x64 asm - performance optimisation with latest CPUs

Unknown meaning of colon ( : ) in assembly instruction

How to use XACQUIRE, XRELEASE Hardware Lock Elision (HLE) prefix hints?

When is sizeof(myPOD) too big for pass by value on x64?

c++ c x86 64-bit x86-64