Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Static linkage with glibc without calling main

gcc assembly nasm glibc

Why is no value returned if a function does not explicity use 'ret'

assembly x86

Apps built with /QSpectre-load and /CETCOMPAT crashes with EXCEPTION_STACK_OVERFLOW

Can't get welcome messages to load in QEMU

c assembly x86 bootloader osdev

Why is RISC-V GCC uselessly reserving stack space in a function that returns a small struct?

Hello World using NASM (and GoLink) on x64 64 bit Windows

What VST/VLD actually do?

assembly arm neon

What if there is no return statement in a CALLed block of code in assembly programs

assembly x86

`or al, al` in x86 assembly

assembly x86

How does Executable able to run on different CPUs for Windows

windows assembly executable

inline asm with sideeffects

How does branch prediction interact with the instruction pointer

Assembly, detecting overflow register

What Does # Mean in Assembly?

assembly 68000

nasm 64 bit push qword?

assembly x86-64 nasm shellcode

creating a 32-bit binary file with nonzero org with TASM+TLINK

assembly x86 tasm

Return a value from procedure via the stack

assembly stack procedure

x86 register names, addressing modes, displacement, and storage

Keep getting e8 00 00 00 00 as the machine code to call a function in assembly

How does CMPXCHG affect FLAGS register?