Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why AddRef returns zero

c++ assembly com iwebbrowser2

Understanding metasploits meterpreter payload

Printf arguments not pushed on the stack

c assembly gdb stack push

Why GCC generates a mov of the array's beginning on every loop iteration to access array using []? (-O3, x86)

c assembly gcc x86

Converting decimal to binary using loop and displaying it - Assembly Language EMU 8086

Linkage problems when adding S file to Linux kernel

assembly linux-kernel

execve() argv in GAS AT&T assembler

Why jumping into an instruction even if containing a JUMPDEST does not work?

Assumptions about dwPageSize on different systems

Intel Assembly ljmp syntax from AT&T syntax

Why trampoline from PLT to GOT instead of directly jumping to GOT? [duplicate]

Arm Assembly proper way to PUSH POP link register and pc in a subroutine and calling a subroutine within a subroutine

assembly stack arm subroutine

What's the purpose of PUSH CS / POP DS before a REP MOVSW?

assembly x86-16 real-mode

CMPXCHG – safe to ignore the ZF flag?

Nicer way to pattern match window of assembly instructions for peephole w/ Rust?

Is it possible to execute assembly language instructions in the immediate window

How to compare a char in a string with another char in NASM x86_64 Linux Assembly

What is the difference between recursion and iteration in MIPS assembly

assembly recursion mips

Motorola 68000 assembler syntax for Program Counter Indirect with Index

How can I compile x86_64 asm code on M1 Mac (ARM)