Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

ARM Unified Assembler Language grammar and parser?

assembly arm grammar

How does debugger know function names?

c winapi assembly ollydbg

JIT-ed Exception handler implementation

strlen in NASM Linux

linux assembly x86 nasm

How can I turn this into shellcode?

How to use variables in __asm?

How to use SSE2 & PREFETCHh instructions at the same time?

assembly x86

A strcpy gcc inline assembly code

c gcc assembly inline-assembly

Cost of polymorphism

Inline assembly vs math library

math gcc optimization assembly

Why a segfault instead of privilege instruction error?

linux performance assembly x86

Tracing call stack in disassembled code

c++ c assembly gdb x86-64

Fastest way to pack two nibbles into one byte

c++ assembly byte-shifting

Insert inline assembly expressions using Llvm pass

assembly insert llvm inline

Effective Address calculation time on 8086/8088

How come `0F 1A /r` and `0F 1B /r` have been NOP before Intel MPX?

assembly x86 intel

Reserve bytes in stack: x86 Assembly (64 bit)

How to store 4 characters in a define doubleword in assembly language?

assembly masm x86-16

AMD64 -- nopw assembly instruction?

c gcc assembly x86 machine-code

Efficient modulo-255 computation