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

I don’t think gcc has a flag for it, since it’s primarily a compiler, but another of the GNU development tools does. objdump takes a -d/–disassemble flag: $ objdump -d /path/to/binary The disassembly looks like this: 080483b4 <main>: 80483b4: 8d 4c 24 04 lea 0x4(%esp),%ecx 80483b8: 83 e4 f0 and $0xfffffff0,%esp 80483bb: ff 71 fc … Read more

How to decompile an APK or DEX file on Android platform? [closed]

You need Three Tools to decompile an APK file. Dex2jar – Tools to work with android .dex and java .class files ApkTool – A tool for reverse engineering Android apk files JD-GUI – Java Decompiler is a tools to decompile and analyze Java 5 “byte code” and the later versions. for more how-to-use-dextojar. Hope this … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)