Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Does STLR(B) provide sequential consistency on ARM64?

Deterministic malloc in a forked process

c linux gcc x86-64

Segfault simulating #embed on GCC 14 with .incbin into .rodata and defining a global span<>

Perf shows L1-dcache-load-misses in a block with no memory access

Implementing breakpoints that resume safely in multithreaded code

Why does ptrace show a 32-bit execve system call having EAX = 59, the 64-bit call number? How do 32-bit system calls work on x86-64?

Why does this REPNE SCASB implementation of strlen work?

Using assembly JMP function on x86_64

gcc assembly x86-64

Constant value too large for OR but not for MOV on x64 [duplicate]

Linux x86-64 Hello World and register usage for parameters

linux assembly x86 x86-64 nasm

Is llvm-libunwind safe to call from signal handler?

How to get the Process Environment Block (PEB) address using assembler (x64 OS)?

c++ windows assembly x86-64 masm

What are the meanings of callq command parameters?

Segmentation fault when replacing `malloc`, `calloc`, `realloc` and `free` via `LD_PRELOAD`

c linux malloc x86-64 ld-preload

Perfectly fine division throws floating point exception