Search code examples
gcc gives weird Intel syntax...


assemblygccdisassemblyintel-syntax

Read More
Why does this code speed up when function call overhead is added to the loop?...


swiftperformanceprofilingbenchmarkingdisassembly

Read More
Disassemble opcode snippets directly in a shell?...


linuxdebuggingx86x86-64disassembly

Read More
Disassemble and use a .obj file...


assemblyvisual-studio-2008disassemblyidaobject-files

Read More
x86_64 primary opcode byte categorization...


assemblyx86-64inteldisassemblyinstruction-encoding

Read More
Mysterious ARM Opcode...


armdisassemblycortex-mopcodethumb

Read More
How movss opcode need to be interpreted?...


assemblyx86-64disassembly

Read More
How to change the disassembly syntax to intel using gdb?...


assemblyx86gdbdisassemblyintel-syntax

Read More
How to make gdb show the original non-mangling function name on disassembly model?...


gdbname-manglingdisassembly

Read More
how to Convert a .exe file to multiple assembly files at the function level?...


assemblyreverse-engineeringdisassemblyghidraradare2

Read More
How to disable AT&T/enable Intel syntax in lazarus debug window?...


assemblypascaldisassemblylazarusintel-syntax

Read More
How to get related instruction code from instruction bytes?...


gox86-64disassembly

Read More
How to disassemble, modify and then reassemble a Linux executable?...


linuxx86disassemblyobjdump

Read More
How to calculate offset line...


assemblydisassembly

Read More
Why doesn't objdump stop at the end of function?...


armdisassemblyobjdump

Read More
What is the exact difference and the relation between thread entry and thread start?...


cmultithreadingdebuggingassemblydisassembly

Read More
Generate PDB from .NET DLL file?...


c#.netdebuggingpdb-filesdisassembly

Read More
How to declare and load multiple array values into RAM with ARM assembly?...


assemblyarmcpu-registersdisassemblycortex-m

Read More
Intel XED (disassembler) -as [Address to start disassembling] option doesn't work...


x86inteldisassemblyxed

Read More
When debugging, how can I ask GDB to interpret the code directly from the binary, and not the source...


gdbreverse-engineeringelfdisassemblybin

Read More
How are rs1 & rs2 fields for floating point registers (f0-f31) encoded in RISC-V Instructions?...


floating-pointdisassemblyriscv

Read More
How to interpret the code produced by the `.ascii` directive in x86 assembly?...


assemblyx86-64disassembly

Read More
How does 'BL' arm instruction disassembly work?...


linuxarmdisassembly

Read More
How to view the assembly code generated from my JavaScript (in Chrome)?...


javascriptassemblybrowserv8disassembly

Read More
Disassemble an OpenCL kernel?...


openclgpugpgpudisassembly

Read More
How do you get assembler output from C/C++ source in GCC?...


c++cassemblygccdisassembly

Read More
How do I switch Ghidra to showing canonical register names instead of aliases?...


assemblyx86-64cpu-registersdisassemblyghidra

Read More
x86 loope/z instruction should be sign extended according to address size prefix...


assemblyx86disassembly

Read More
Disassembling C to Assembly x86_64 with GCC 32 bit vs 64 bit Instructions...


cassemblyx86-64disassembly

Read More
Why gdb shows different addresses in RIP-relative mode from absolute address?...


assemblygdbx86-64disassemblyrelative-addressing

Read More
BackNext