Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in disassembly

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)?

How to disassemble movb instruction

Is it safe to replace "strings" inside .class file? Or it is better to recompile?

java regex sed disassembly

Can a "secret" string in a compiled Obj-C app be discovered?

Disassembler for Linux capable of disassembling old DOS .COM/.EXE files

Assembly jmp memory expression

assembly gdb disassembly

Disassemble default iOS apps with otool

Differences between call, push+ret and push+jump in assembly

sub eax,0 - does it do anything?

Difference between printf@plt and puts@plt

c disassembly

When analyzing a binary compiled from Swift, is it possible to figure out the Swift method name for a function that has no symbol?