Search code examples
why stack overflow attacks (modifying the returning address of a function call) caused segmentation ...


assemblygccx86-64function-callstack-smash

Read More
Getting null bytes out of Windows shellcode...


assemblyx86shellcode

Read More
why x86 assembly function call first argument is rbp - 4 rather then rbp + 4...


cassemblyx86x86-64

Read More
Portable efficient alternative to PDEP without using BMI2?...


algorithmassemblyx86bit-manipulationbmi

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


assemblyx86machine-codecode-sizeinstruction-encoding

Read More
how can I find systemcall on windows?...


cassemblysystem-callswindows-11

Read More
Smallest 32-bit Bit Reversal in C using inline __asm()...


cassemblygccx86-64

Read More
Are there any internal descriptions of the RFLAGS 32-63 bits?...


assemblyx86-64flagseflags

Read More
MIPS lbu doesn't work unless program is run twice...


assemblymipsqtspimspim

Read More
How does a NOP sled work?...


cassemblystackbuffer-overflowno-op

Read More
thumb_func directive is not accounted for...


assemblylinkerarmstm32

Read More
What happens to the CPU pipeline when the memory with the instructions is changed by another core?...


assemblyx86pipelinecpu-architecturehotpatching

Read More
What value will RAX have after an 8-bit DIV instruction, with instructions that set up AL/AH and CL?...


assemblyx86x86-64cpu-registers

Read More
How the number of function arguments affects performance...


functionassemblyx86-64calling-convention

Read More
How to interpret memory reference on right side of assembly equation?...


exceptionassemblymemoryarm64addressing-mode

Read More
Newlines and null-terminated string in assembly...


stringassemblylow-levelnull-terminated

Read More
Understanding this part arm assembly code...


assemblyarmgnu-assemblercortex-m

Read More
Difference between rdtscp, rdtsc : memory and cpuid / rdtsc?...


c++cperformanceassemblyrdtsc

Read More
Relink after editing intermediate assembly files...


assemblyrustreverse-engineeringrust-cargoroundtrip

Read More
Creating a Linux shared object .so without using -fPIC...


clinuxassemblygccfpic

Read More
I can't read the LY register of the gameboy...


assemblyz80gameboy

Read More
How to use a String in C++ Inline Assembly code?...


c++assembly

Read More
is it possible to define a full assembly function in a c++ file...


c++assemblygccinline-assembly

Read More
interpreting the fs register in a 32-bit binary running on a windows 64-bit system...


assemblycpu-registersportable-executablemalware

Read More
Waiting for some time on Z80 CP/M...


assemblydelayz80cpm

Read More
Why using AVX ymm(m256) instructions is ~4 times slower than xmm(m128)...


assemblyx86sseavxamd-processor

Read More
What prevents the compiler from optimizing a hand written memcmp()?...


cassemblyoptimizationx86-64memcmp

Read More
The meaning of brackets around register in PTX assembly loads/stores...


assemblycudanvidiaptxtriton

Read More
Fastest way to count number of 1s in a register, ARM assembly...


assemblyarmhammingweight

Read More
When using istruc in NASM: "warning: attempt to initialize memory in BSS section `.bss': ig...


assemblystructcompiler-errorswarningsnasm

Read More
BackNext