Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

I don't understand what's going on with SBC

assembly 6502

How does lea instruction get the operand's address? [duplicate]

assembly x86

What is an undefined vector element represented as in memory?

x86 memory and I/O map

memory assembly x86

CPUID in x86 Architecture

c++ assembly x86 cpuid

How can "strange" ROP gadgets be found in a normal DLL? Compilers would never do this. (Return-oriented programming)

Size of Variables in x86

assembly disassembly

Compile windows executables with NASM

windows assembly x86 nasm

Why a power function is often computed as a logarithm?

C to Assembly, per-instruction translator [duplicate]

c debugging assembly

How do applications determine if instruction set is available and use it in case it is?

How does "mov (%ebx,%eax,4),%eax" work? [duplicate]

Write a jump command to a x86-64 binary file

macos assembly x86-64 patch

Does C++ compiler recognizes powers of 2?

c++ assembly hash

the physical address of global descriptor table?

c linux assembly linux-kernel

Assembly (x86) loop segmentation fault [closed]

assembly x86

Why calling printf result in a different function prologue for main?

c linux gcc assembly x86

Compiling Assembly code

assembly batch-file nasm djgpp

Assembly error A2075: jump destination too far : by 25 byte(s) on LOOP instruction [duplicate]

loops assembly x86

How to sum integers with sign into a wider sum on IA32. 64-bit sum of 32-bit signed ints?