Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

x86 addl vs subl

Linux sbrk() as a syscall in assembly

why segments in elf file can overlap

assembly elf segment

How do I debug exceptions in unknown code?

Understanding x86 MOV Syntax

assembly x86 ida mov

Visual Studio only breaks on second line of assembly?

Embedding assembler within C++ acceptable?

c++ performance assembly

How to access C variable for inline assembly manipulation?

c gcc assembly inline-assembly

undefined reference to `printf'

c gcc assembly makefile nasm

Trying to build a PC (counter) for the nand2tetris book, but I'm having some trouble with the logic

assembly hdl nand2tetris

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

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

assembly masm x86-16

Which is generally faster to test for zero in x86 ASM: "TEST EAX, EAX" versus "TEST AL, AL"?