Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Accessing command line arguments in MASM assembler (x86)

assembly x86 dos masm

How can I use bufferoverflow to both execute a program remotely and write the output to a socket?

Compiling + linking a custom OS with Cygwin gcc: Unrecognized emulation mode: elf_i386

gcc assembly x86 cygwin osdev

How to modify .data values inside the .text segment in Mips?

Explanation of assembly code

Problem in reversing a string in assembly 8086

string assembly reverse x86-16

Trying to recode memmove in asm

assembly nasm memmove

Why dependency in a loop iteration can't be executed together with the previous one

Intel x86 using XSAVE and XRSTOR

assembly x86-64 intel

Moving 64bit constants to memory

assembly x86-64 asmjit

How to make strcmp to return 0 in assembly

c assembly x86 strcmp

What does "aligning the stack" mean in assembly?

Implementing hardware that divides an 8 bit number by 3 (11) in binary

Why does my bootloader not load a byte from memory correctly?