Search code examples
Tracing/profiling instructions...


cassemblyprofilinginstructions

Read More
What does it mean by "MOV AH, 4CH" in assembly language?...


assemblydosx86-16instructions

Read More
(ASSEMBLY NASM x64 linux) how to move values to variables defined in data section?...


linuxassemblyx86-64nasm

Read More
How to know if ARM or Thumb mode at entry point of program...


assemblyarmdisassemblymach-othumb

Read More
How to exploit Lottery Game?...


cassemblygdbbuffer-overflow

Read More
Having trouble understanding this assembly code...


assemblyx86gdbreverse-engineering

Read More
Is there a list of unused binary opcodes for X86_64 (amd64)...


assemblyx86-64instruction-setopcodegem5

Read More
Only the last 2 digits are being printed when converting to ASCII? [x86_32]-NASM...


assemblyx86nasm32-bit

Read More
How to multiply a number by 42 in 8086 assembly without using MUL or DIV and in 5 lines?...


assemblyx86-16multiplicationbit-shiftemu8086

Read More
How to make gcc generate stack in bare-metal environment?...


cassemblygccarmbare-metal

Read More
Need to figure out the meaning of following inline assembly code...


cassemblyx86inline-assemblypintos

Read More
Using One's Complement In Place of Directly Subtracting Two Binary Numbers...


assemblycpu-architecturedigital-logic

Read More
Greatest of 4 Numbers Solidity Assembly Code...


functionassemblysolidityevm

Read More
How to use buffer overflow to "skip" to a specific line in the code?...


cassemblygdbbufferstack-overflow

Read More
Why am I getting this error in proteus: " Invalid opcode 0xFFFF at PC=0x002A"...


assemblymicrocontrolleravratmega32

Read More
How to write decimal number by one char to file 8086 YASM...


fileassemblydecimalx86-16yasm

Read More
Assembly 8086 - How to insert string buffer into another string buffer?...


assemblyx86-16emu8086

Read More
How to print a string in assembly intel x86 without changing the data...


assemblyintelcpu-architecture

Read More
Use loop and xchg instruction in assembly language to swap the element in the array...


arraysloopsassemblyx86masm

Read More
gdb 12.1 on macosx and windows hanging sometimes, lldb missing equivalent features. Anything we can ...


assemblygdbintellldbtui

Read More
how make a multiplication in assembly x8086 but without mul command...


assemblyx86x86-16

Read More
Implement strcmp function in assembly 64 on linux...


clinuxassemblynasmstrcmp

Read More
Editing ELF binary call instruction...


cassemblyreverse-engineeringelf

Read More
What’s the difference between EAX, EBX, and ECX in assembly?...


assemblyx86cpu-registers

Read More
Working with strings from file YASM (8086)...


fileassemblydosx86-16yasm

Read More
How can I load the absolute address of a symbol larger than 0x7FFFFFFF in RiscV64 assembly...


assemblyriscvrelocation

Read More
How can I load the address of a symbol by absolute addressing in RISC-V 64?...


assemblyriscv

Read More
Why conditional breakpoint doesn't work in some address in ollydbg?...


assemblyx86x86-64ollydbg

Read More
How to find all privileged instructions in AArch64 (ARM-v8) instruction set?...


assemblyarm64instruction-set

Read More
How to create a GNU GAS macro that expands to an expression like "(x+y*240)*2"?...


assemblymacrosgnu-assembler

Read More
BackNext