Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Segfault: and the disassembly is different between objdump and gdb

c++ assembly gdb objdump

Why BCD instructions were removed in AMD64? [duplicate]

assembly x86-64

Combining LinkedList with String Reversal as Goal is to understand LinkedList

propagate carry bit between two ASM GCC inline block

Why can the Rust compiler not optimize away the Err arm of Box::downcast?

what is the difference between a label and a function in assembly

assembly gnu-assembler att

Why does Java compile to assembly twice? [duplicate]

java assembly

objdump and ARM vs Thumb

odd compiled code

How to defeat hardware prefetcher in core i3/i7 in linux

c linux optimization assembly

Why don't I get performance improvement by using get_unchecked()?

Editing assembly on Mac OS X

assembly macos mach-o

Need to exploit buffer overflow. Can't figure out how to uncorrupt the stack after executing exploit code?

Delphi assembler constant 'eof'

delphi assembly delphi-7

x86_64: Is it possible to "in-line substitute" PLT/GOT references?

gcc assembly x86-64 ld elf

C++ inline assembly (Intel compiler): LEA and MOV behaving differently in Windows and Linux

c++ c linux assembly intel

Keep target address of load in register until instruction is retired

What does %P stand for in gcc inline assembly

assembly

Performance of "conditional call" on amd64

Mips: Computing the sum of two inputs

assembly mips