Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How can I transpose an image in Assembly?

Using LLDT and configuring the GDT for it

assembly x86 nasm osdev

Reference for x86 instructions by functionality

Buffer Overflow - Program terminates after spawning a shell

Emacs gdb - display arrow when debugging assembly

debugging assembly emacs gdb

Pushing to floating-point registers instead of stack

assembly cpu-registers

How to call cpuid instruction in a Mac framework?

xcode macos assembly x86 cpuid

how to debug an NASM assembly program requiring user input?

Calling JNI_CreateJavaVM crashes the program

Is there any good assembly generation module for Python?

python assembly emit

shellcode: pass arguments to execve in x86_64 assembly

c assembly shellcode

Intel MPX, BNDSTX, BNDLDX

pointers assembly intel

Is it possible to use memory barriers only on the storing side

Native android development without any java?

android c++ c assembly native

Seg fault...on hello world

How do I convert a signed 8-bit byte to a signed 16-bit integer in assembly?

assembly arduino int byte avr

Is placing code and read-only data it uses right next to each other a good idea?

How can the timer interrupt be 0x08 if the first 32 interrupts are reserved for exceptions?

Why does using jmp prevent the Clang assembler from figuring out an absolute expression for .fill?

Any advantage of XOR AL,AL + MOVZX EAX, AL over XOR EAX,EAX?

c++ assembly x86