Search code examples
Is there a way to make GDB disassemble all memory in a specific range, without regard for instructio...


assemblyx86gdbexploitmachine-code

Read More
How can I call a Windows .DLL (API) function from machine code?...


windowsassemblydllx86-64machine-code

Read More
Array access is not constant...


arraystime-complexitymachine-code

Read More
How to tell the length of an x86 instruction?...


assemblyx86machine-codecode-sizeinstruction-encoding

Read More
What do NDS, NDD, and DDS stand for in encoding VEX instructions?...


assemblyx86x86-64intelmachine-code

Read More
How exactly DO lines of code relate to each other in assembly code when jump is involved?...


assemblyx86machine-code

Read More
"Assembly" vs. "Assembler"...


assemblyterminologymachine-code

Read More
machine code FF 25 should have 64-bit operand but actually only 32-bit is available...


assemblyx86-64machine-codeopcode

Read More
How to add machine code at the end of an executable file on Windows(PE) or Linux(ELF)?...


binaryelfportable-executablemachine-code

Read More
How was the first computer program created?...


assemblycpucpu-architecturemachine-code

Read More
Should the assembler not honor my request for ret imm16?...


assemblyx86masmmachine-code

Read More
Opcode differences between MOV r/m32, imm32 and MOV r32, imm32...


assemblyx86-64machine-codeopcodeinstruction-encoding

Read More
What happens if `objdump -d --start-address` starts printing from the middle of an x86 instruction?...


linuxx86disassemblymachine-codeobjdump

Read More
Shorter x86 call instruction...


assemblyx86callmicro-optimizationmachine-code

Read More
Is microcode and machine code the same thing?...


assemblycontrolleravrmachine-code

Read More
Jump to specific address in loaded shared object file (loaded by the LD_PRELOAD)...


armelfinstrumentationmachine-codeld-preload

Read More
How does the CPU know how many bytes it should read for the next instruction, considering instructio...


assemblyx86cpu-architecturedisassemblymachine-code

Read More
What is the difference in byte code like Java bytecode and files and machine code executables like E...


executablebytecodeelfmachine-code.class-file

Read More
Why is Binary (machine code) based off Boolean Algebra? What would happen if numbers went from 0-9 i...


binarycomputer-sciencemachine-code

Read More
Is machine code and assembly code part of the architecture?...


assemblycpu-architecturemachine-codeinstruction-setmicro-architecture

Read More
LISP 1.5 How lisp is like a machine language?...


lisprackets-expressionmachine-codecomputer-science-theory

Read More
What does the FC field represent in the MIPS machine code for floating point compare instructions? R...


assemblymipsmachine-codemips32mars-simulator

Read More
Are goto statements efficient when compared to calling functions?...


c++cassemblygotomachine-code

Read More
NASM produces unexpected extra operand size prefix...


assemblyx86nasmmachine-codeinstruction-encoding

Read More
What are 8086 ESC instruction opcodes...


assemblyx86x86-16machine-codeinstruction-encoding

Read More
Understanding jump address calculation for different bit ISA...


assemblymipscpu-architecturemachine-codeinstruction-set

Read More
CMP instruction behaving weirdly if operand is over 127?...


assemblyx86-16bootloadergnu-assemblermachine-code

Read More
How to determine if ModR/M is needed through Opcodes?...


assemblyx86machine-codeopcodeinstruction-encoding

Read More
x64 instruction encoding (r/m, reg vs reg, r/m)...


assemblyx86-64machine-codeinstruction-encoding

Read More
mips type R, I and J, RS, RT and RD fields length...


assemblymipscpu-architecturemachine-codeinstruction-encoding

Read More
BackNext