Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

emulating thiscall in C to achieve struct functions without self-referencing

Detouring and GCC inline assembly (Linux)

linux gcc assembly hook detours

ARM Assembler - How do I use CMP, BLT and BGT?

c assembly embedded arm

Assembly x86 brk() call use

How to use MIPS $k0 and $k1 registers

assembly mips cpu-registers

Shadow space example

What are the return values of system calls in Assembly?

Related to C++ and Assembly, what is ebp+8?

Compiler generated unexpected `IN AL, DX` (opcode `EC`) while setting up call stack

What's the expected behavior of stack protection with statically-sized arrays?

c++ linux gcc assembly

In x86-64 asm: is there a way of optimising two adjacent 32-bit stores / writes to memory if the source operands are two immediate values?

Keeping your code in L1 cache

Trouble understanding an x86-64 function preamble

Analyzing assembly code

c assembly

How does an assembler work?

How to move two 32 bit registers in to one 64 bit?

assembly x86 move x86-64

foreach vs for: please explain the assembly code difference

c# performance assembly x86

Memory mapped I/O vs Port mapped I/O [closed]

llvm optimizes with library functions

Encoding ADC EAX, ECX - 2 different ways to encode? (arch x86)

assembly x86