Search code examples
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
MSVC compiler disassembly code from if/else statement...

c++visual-c++disassembly

Read More
IDAPYTHON got wrong data from memory...

reverse-engineeringdisassemblyida

Read More
In C python, accessing the bytecode evaluation stack...

pythonreverse-engineeringbytecodecpythondisassembly

Read More
Assembly x86 to C...

cassemblyx86disassembly

Read More
Disassembly view of C# 64-bit Release code is 75% longer than 32-bit Debug code?...

c#assemblyvisual-studio-2012disassembly

Read More
Why doesn't my objdump -D of program look different from .S...

c++disassemblyobjdump

Read More
Recovery of local names in .Net...

c#.netreflectionreverse-engineeringdisassembly

Read More
Disassemble Java JIT compiled native bytecode...

javajvmjitdisassembly

Read More
Why does it seem as though the compiler is repurposing Argc and Argv in my function?...

c++assemblyx86-64disassemblyghidra

Read More
Reverse engineer LCD Protocol used in MPC2000XL...

embeddedreverse-engineeringx86-16disassemblylcd

Read More
How to determine default operand size for instruction decoding x86-64...

assemblyx86-64cpu-architecturedisassemblyinstructions

Read More
How can I view the disassembly of optimised jitted .NET code?...

.netclrjitdisassembly

Read More
Extracting opcodes from arm64 (ARMv8.5-A) instructions...

x86arm64disassemblymachine-codeopcode

Read More
BackNext