Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Getting assember output from GCC/Clang in LTO mode

gcc assembly clang lto

Why there is a number 22 in GCC's implementation of a VLA(variable-length array)?

How To Build a Hello World For Nintendo 64?

assembly mips nintendo

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