Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Is there a default operand size in the x86-64 (AMD64) architecture?

How can I insert int3 with ptrace in Ubuntu x64?

c linux debugging x86-64 ptrace

How to change errno value in asm x64

Out-of-order Hardware: How "smart" is it?

how is a struct returned by value, in terms of assembly language, if that struct is too large to fit in a register? [duplicate]

SYSRET vs SYSRETQ distinction and compatibility mode

bug changing strings to incorrect values while trying to reverse a string in x86-64

linux assembly x86-64

Which assembly instructions or scenarios explicitly require the use of the RCX, ECX, CX, or CL counter registers?

What Does the "Arguments" Field in the Functions Tab of IDA Represent?

Why is 1's complement still used for encoding vector instructions?

Calling an assembly function from C

c assembly x86-64

How to "remove" bytes at the end of a SSE register?

assembly x86-64 sse att

Fast stack switching under x86-64

c linux windows assembly x86-64

Infinite loop when using cmpq and je

assembly x86-64 decrement cmp

Getting the address of the end of a buffer instead of its beginning

c assembly buffer x86-64

Is it possible to interrupt a process and checkpoint it to resume it later on?

c linux x86-64 checkpoint

Does clwb take care of the write in store buffer?