Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Minimal opcode size x86-64 strlen implementation

assembly nasm x86-64 yasm

Why does a syscall clobber rcx and r11? [duplicate]

Cannot modify data segment register. When tried General Protection Error is thrown

gcc assembly x86 osdev isr

In terms of using the stack, why do we need a base pointer and a stack pointer [duplicate]

c assembly x86 stack abi

Offset address for JAL and JALR instrctions in RISC-V

assembly riscv

Aarch64 what is late-forwarding?

Why is memory area $1020 unwriteable on M68HC12 with staa?

Translate inline assembly to support x64

Determine 32/64 bit architecture in assembly

reading the file name from user input in MIPS assembly

Assembly Programming on Mac

macos assembly

DOS debug like program for 32-bit x86 assembly

debugging assembly

C/C++ translation to assembly, low level memory behavior: how is it done? [closed]

NASM programming - `int0x80` versus `int 0x80`

assembly syntax interrupt nasm

Where do you check the prototypes of syscalls on x86-64 machines?

ARM assembly: auto-increment register on store

Injecting 64 Bit DLL using code cave

Working FAT16 Bootloader Generates Read Error on Actual Hardware?

Alphanumeric Shellcode Ensuring Jumps

assembly x86 shellcode

Dillema with buffer overflow

c assembly buffer-overflow