Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in disassembly

Can I give objdump an address and have it disassemble the containing function?

Why is the stack filled with 0xCCCCCCCC

assembly disassembly

reverse engineering c programs

Need help understanding E8 asm call instruction x86

assembly x86 disassembly

Is there a disassembler + debugger for java (ala OllyDbg / SoftICE for assembler)?

Using objdump for ARM architecture: Disassembling to ARM

linux arm disassembly objdump

What does "short" jump mean in assembly language?

assembly x86 disassembly intel

How to make gdb show the original non-mangling function name on disassembly model?

What is the meaning of "static synthetic"?

SAR command in X86 assembly with one parameter

assembly x86 disassembly

How does objdump manage to display source code with the -S option?

c linux gcc disassembly objdump

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

.NET functions disassembled

c# .net disassembly il

Translation of machinecode into LLVM IR (disassembly / reassembly of X86_64. X86. ARM into LLVM bitcode)

How to read and execute GDB commands from a file?

gdb gnu disassembly

Generate PDB from .NET DLL file?

How to disassemble the main function of a stripped application?

c linux gdb strip disassembly

Find out what functions a static C library has

Long multi-byte NOPs: commonly understood macros or other notation

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