Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in disassembly

How do I get started reverse engineering z80 machine code? [closed]

Understanding disassembly of Dalvik code?

Finding number of operands in an instruction from opcodes

Assembly: do MOV or DEC influence zero flag?

assembly x86 disassembly

How to see the assembly code of a Python file? [closed]

python disassembly

Searching for a nice way to define rules for decompiler, need advice

Could someone explain about large fs:0?

Radare2 Disassembler How Do You Organize Visual Panels (V!)?

How to reverse engineer C library?

Is there a way to make dis.dis() print code objects recursively?

Is there a way to get a nice output for the flags register using lldb?

assembly lldb disassembly

What happens if an invalid address is prefetched?

Visual Studio 2008: How to view disassembled code for a DLL that is not executing at the moment

visual-studio disassembly

Which section does objdump disassemble by default

Translating assembly to pseudocode

Why does the compiler generate a right-shift by 31 bits when dividing by 2?

Why would g++ compiled code write beyond stack pointer?

c++ gcc disassembly

Need an explanation of a particular security optimisation

What can be the signature of this method?

How to view the assembly code generated from my JavaScript (in Chrome)?