Search code examples
Correct LDR Rd,=constant_expression usage in GCC / GAS?...


assemblygccarmgnu-assembler

Read More
What exactly is the difference between leaf functions and non leaf functions?...


functionassemblymips

Read More
How can I see which i686 instructions are faster...


assemblyx86cpu-architectureosdevmicro-optimization

Read More
How can I use g++ to get assembly code for a C++ header (.hpp) file?...


c++assemblyheader

Read More
How to put an inline assembly jump to another function inside an IF condition?...


cassemblyarmvariadic-functionsinline-assembly

Read More
Can't create x64 .exe file with GCC after NASM compilation on Windows 10 x64...


windowsassemblygccnasm32bit-64bit

Read More
How can I print 0 to 100 in assembly language in emu 8086?...


assemblyemu8086

Read More
How do you get the assembly code for a program in the Arduino IDE (macOS)?...


assemblygcccommand-linearduinoobjdump

Read More
Creating relative address references - Rust...


cassemblyrustx86inline-assembly

Read More
NULL-free shellcode...


assemblyx86nullinstruction-setshellcode

Read More
I get an error trying to compile assembly code/C++ with G++...


c++assemblywinapix86mingw32

Read More
Define procs whose name is from a macro parameter using MASM 64...


assemblymacrosx86-64masmmasm64

Read More
Binary Bomb - Phase 4...


assemblyx86gdbreverse-engineeringbinary-bomb

Read More
Deciphering x86 assembly function...


cassemblyx86attbinary-bomb

Read More
understanding assembly code for binary bomb phase 2...


cassemblybinarygdbbinary-bomb

Read More
how to defuse this binary bomb phase 4...


clinuxassemblyx86binary-bomb

Read More
Binary Bomb Stage 2 Arithmetic...


cassemblybinary-bomb

Read More
Difficulty understanding logic in disassembled binary bomb phase 3...


cassemblyx86reverse-engineeringbinary-bomb

Read More
Binary Bomb phase 4 memory location...


cassemblybinary-bomb

Read More
Data always being stored in the same address in elf64 NASM?...


pointersassemblyx86-64nasmreverse-engineering

Read More
::"r" vs :"=r" assembly clarification...


cassemblygccinline-assemblyarm64

Read More
Memory barriers for critical sections in Cortex-M4F MCU startup...


cassemblyarminline-assemblymemory-barriers

Read More
Fibonacci sequence assembly code making nonsense operations...


assemblyx86-6464-bit

Read More
Uninitialised address in MIPS assembly (Basic)...


assemblymips

Read More
How do I use the address of a changing name of variable...


assemblyreflectionsymbolsx86-16

Read More
How to declare assembly function with dynamic arguments in C++ like in C...


c++cwindowsassemblywinapi

Read More
asm compile issue...


assemblyx86-64inline-assemblyaddressing-mode

Read More
What PowerPC instructions treat r0 as 0?...


assemblycpu-registerspowerpc

Read More
Doesn't the frame pointer make the stack pointer redundant?...


assemblystackstack-framestack-pointer

Read More
Why isn't the instruction pointer a normal register usable with MOV or ADD?...


assemblyx86cpu-architecturecpu-registersprogram-counter

Read More
BackNext