Search code examples
What are segr6 and segr7 under x86 ISA...


assemblyx86disassemblymachine-codememory-segmentation

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


winapireverse-engineeringportable-executabledisassemblycoff

Read More
How can I see the assembly code for a C++ program?...


c++assemblydisassembly

Read More
What is the difference between leave and ret...


gdbreturnelfdisassemblyepilogue

Read More
Disassembly view in Xcode: how can I symbolicate a function's address?...


iosdebuggingreverse-engineeringlldbdisassembly

Read More
How does MSVC's optimized asm implement a simple C program that uses strcpy on argv[1]? Understa...


cwindowsvisual-c++x86-64disassembly

Read More
What to do with "DWARF error: section .debug_info is larger than its filesize!"?...


elfdisassemblydebug-symbolsobjdumpdwarf

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


c++linuxassemblyexecutabledisassembly

Read More
Why do I get the same address every time I build + disassemble a function inside GDB?...


cgccassemblygdbdisassembly

Read More
why is there a "RETF 4" at the end of the disassembled function?...


dosdisassemblyida16-bit

Read More
Is it possible in IDA Pro to make a struct field offset to vtable which is defined in .data segment?...


comreverse-engineeringvtabledisassemblyida

Read More
Disassemble instruction set for 8051 microcontroller...


assemblyreverse-engineeringmicrocontrollerdisassembly8051

Read More
Export the Disassembly file(s) from Keil uVision 5...


cassemblycode-coveragedisassemblykeil

Read More
Compiler information in Program...


c++disassembly

Read More
Is There A Way To Force NASM To Emit Opcode 0x82 In 8086 Mode...


assemblyx86nasmx86-16disassembly

Read More
Where does the asm code during the debugging process in GDB come from?...


debuggingassemblygdbdisassembly

Read More
How to disassemble fasm-generated binary?...


assemblydisassemblyfasm

Read More
What happens if an invalid address is prefetched?...


ccachingassemblydisassemblyprefetch

Read More
How do I interpret the columns of the CPU window's disassembly pane?...


delphiassemblycpu-registersdisassembly

Read More
How is code working after Optimising?...


clinuxdisassembly

Read More
How to map runtime address from /proc/pid/maps to binary executable?...


linuxprocesselfdisassembly

Read More
8086 memory to accumulator encoding: why do mov al, [absolute] and mov ah, [absolute] have different...


assemblyx86-16disassemblymachine-codeinstruction-encoding

Read More
Bomb lab phase 4 func4 - doubly-recursive function that calls itself with n-1 and n-2...


assemblyx86-64reverse-engineeringdisassemblybinary-bomb

Read More
_asm swap and compiler additions...


c++assemblyvisual-c++x86disassembly

Read More
assert() function not showing up in disassembly...


c++assertdisassembly

Read More
Given an instruction address, can the starting address of the function enclosing it be determined?...


x86reverse-engineeringdisassemblydecompiling

Read More
Understanding disassembler: See how many bytes are used for add...


assemblyx86-64disassemblyattmachine-code

Read More
C++ class function in assembly...


c++assemblydisassemblyfunction-callname-mangling

Read More
Is there any C compiler to show you linked program in asm?...


cassemblydisassembly

Read More
Why does the disassembly of this function show a two-operand idiv?...


windowsvisual-c++x86visual-studio-debuggingdisassembly

Read More
BackNext