Search code examples
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
Why is the stack filled with 0xCCCCCCCC?...


assemblydisassembly

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


c++linuxassemblyexecutabledisassembly

Read More
How to disassemble one single function using objdump?...


elfdebug-symbolsdisassemblyobjdumpdwarf

Read More
Is there a way to make dis.dis() print code objects recursively, pre-Python 3.7?...


pythonrecursionbytecodedisassembly

Read More
Understand strange code found in ReadOnlyMemory<T>...


c#.netperformancedisassembly

Read More
How to parse a method invocation in IL bytes?...


disassemblysystem.reflectioncil

Read More
How to fully disassemble Python source...


pythonpython-2.7disassembly

Read More
BackNext