Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Unravelling Assembly Language Spaghetti Code

reverse engineering c programs

x86 where stack pointer points?

How is a 2 pass-assembler different from a one pass assembler in resolving the future symbols?

assembly

Need help understanding E8 asm call instruction x86

assembly x86 disassembly

Boot loader doesn't jump to kernel code

Optimizing an arithmetic coder

How can caches be defeated?

caching assembly cpu-cache

C++ Tail recursion using 64-bit variables

dword ptr usage confusion

pointers assembly x86 masm dword

C vs assembler vs NEON performance

How does MOVSX assembly instruction work?

assembly x86 mov intel

Why does the BIOS entry point start with a WBINVD instruction?

assembly x86 boot bios intel

Shellcode for a simple stack overflow: Exploited program with shell terminates directly after execve("/bin/sh")

Local and static variables in C

c assembly static

Why do some SSE "mov" instructions specify that they move floating-point values?

assembly x86 sse

Why do we need to define .data and .text section in assembly?

assembly

Is it possible to call a non-exported function that resides in an exe?

Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures?

performance assembly x86 intel

Difference between lea and offset

assembly x86 masm tasm