New posts in disassembly

How can I determine this string value based on the C disassembly?

Meaning of BND RET in x86

How do I interpret this disassembled code in IDA?

Disassembling A Flat Binary File Using objdump

What does "DS:[40207A]" mean in assembly?

What does jmp ds:dword mean [duplicate]

Why does this memory address %fs:0x28 ( fs[0x28] ) have a random value?

How to interpret objdump disassembly output columns?

What is your favorite disassembler tool in Mac OS X? [closed]

How can I see parse tree, intermediate code, optimization code and assembly code during COMPILATION?

How to disassemble a memory range with GDB?

How to disassemble, modify and then reassemble a Linux executable?

How to write a disassembler? [closed]

How to remove samsung syncmaster 2243SN stand?

How to disassemble one single function using objdump?

Why does this MOVSS instruction use RIP-relative addressing? [duplicate]

How to disassemble a binary executable in Linux to get the assembly code?

What does @plt mean here?

How to disassemble 16-bit x86 boot sector code in GDB with "x/i $pc"? It gets treated as 32-bit

How can I see the assembly code for a C++ program?