ASM45 mov ax, bx drama story – for fun and fasm
A tiny funny FASM program for Windows where BX generously shares its value with AX using mov ax, bx, turning a simple…
oxfemale·
May 23·
1 min
·45
ASM45 A tiny funny FASM program for Windows where BX generously shares its value with AX using mov ax, bx, turning a simple…
ASM11 Reverse engineering a vintage hardware copy-protection dongle used by 1980s enterprise software. By analyzing the DOS program and emulator environment, the author…
ASM32 Article details exploiting a stack buffer overflow on an STM32H5. It demonstrates basic shellcode injection, then bypassing a non-executable stack (XN/MPU) using…
ASM39 No need for overusing WriteProcessMemory, VirtualAlloc, injecting a DLL, etc. This way, everything you need to manipulate the remote process is self-contained…