Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in disassembly

what does -0x4(%rbp) means in gdb disassembly?

c gcc gdb disassembly

Disassemble core file backwards with gdb

gdb disassembly coredump

Why disassembly a python class definition shows two identical LOAD_CONST with the class name?

What's the advantage of IDA than visual studio when disassemblying a dll?

How to reconstruct type and data structure in disassembled C/C++ program?

Meaning of 0x8($rsp)

How can I reassemble java bytecode generated by javap? [duplicate]

Understanding disassembly for -(BOOL) f { return true; }

objective-c disassembly

object layout structure in .NET using disassembler

c# .net clr disassembly

Assembly code from Ocaml

assembly ocaml disassembly

Confused by TBB in a section of ARM disassembly

assembly arm disassembly

Cast from float to double produces different results—same code, same compiler, same OS

Missing instruction numbers in javap output

Unknown meaning of colon ( : ) in assembly instruction

Disassemble to identify encryption algorithm

x86 ELF Disassembler that disassembles to Intel Syntax

linux x86 elf disassembly

What's the difference between the import table, import adress table, and import name table?

What does the AMD64 machine code "48 ff 25" mean? [closed]

Weird MIPS assembler behavior with jump (and link) instruction

Disassembling self-modifying code