Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Android Studio tools to show CPU registers and instructions

x86 Modrm/Sib/Displacement bytes for opcode '89'

assembly x86 disassembly

IntelliJ: show decompiled class disassembly even when source is present

Disassembling with python - no easy solution?

python swig disassembly

x86 instruction encoding how to choose opcode

ILDASM and ILASM, how use them?

c# disassembly cil ildasm ilasm

Generating CMOV instructions using Microsoft compilers

Disassembled gcc output appears to do a "call 0" instead of "call function-offset", but works correctly

assembly disassembly sparc

How to make cgdb show assembly code?

How to disassemble a shellcode into assembly instruction? [duplicate]