Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Why do I see conditional jumps to relative offset zero (a.k.a. jumps to the next instruction) in disassembly output?

assembly x86-64 objdump

How to use GNU Assembler (GAS) to create a hand-written ELF File from the corresponding .s file

Using the operand-size override prefix 0x66 for instruction alignment

How C structures get passed to function in assembly?

How to reverse R_X86_64_JUMP_SLOT relocations?

x86_64 Assembly Command Line Arguments

how to make shared library an executable

Bitwise NOT/complement in AVX2 [duplicate]

Assembly function address table and data under the function or in data section

Why is it that assembling/linking in one step loses debug info for my assembly source?

Fastest way to set a single memory cell to zero or a constant in x86 assembly?

What does `__meminit` mean in Linux Kernel?

What is the difference between assembly language of x86 and x64 architecture?

assembly x86 x86-64

Why does calling the C abort() function from an x86_64 assembly function lead to segmentation fault (SIGSEGV) instead of an abort signal?

How are instruction sets standardized?

How can I exploit Buffer Overflow on x86-64 Linux?

Why exactly is "Segmentation Fault " still a thing in C

Linux x64 Calling Convention - Why are the first 6 args at negative offsets from RBP?

How to store 4 32 bit floats into one 128 bit xmm register?

assembly x86 x86-64 sse simd