Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Can "mov eax, 0x1" always be used instead of "mov rax, 0x1"?

How do I use a buffer in an assembly procedure?

Have anyone tried to break a bit even smaller? [closed]

main() sometimes keeps frame pointer with -fomit-frame-pointer on x86

c gcc assembly x86 x86-64

Fastest computation of sum x^5 + x^4 + x^3...+x^0 (Bitwise possible ?) with x=16

c math optimization assembly hpc