Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in calling-convention
return-to-libc exploit : where to provide arguments for system() call?
May 18, 2026
security
unix
calling-convention
shellcode
Why make some registers caller-saved and others callee-saved? Why not make the caller save everything it wants saved?
May 15, 2026
assembly
cpu-registers
calling-convention
riscv
What kind of C11 data type is an array according to the AMD64 ABI
May 12, 2026
c
assembly
types
x86-64
calling-convention
Why "long long" arguments need to "aligned even-odd register pair" in RISC-V
May 09, 2026
assembly
calling-convention
riscv
Why does the Windows x64 calling convention require XMM (FP) args copied to integer registers, for variadic functions like printf?
May 04, 2026
windows
assembly
floating-point
x86-64
calling-convention
Is there a list of registers used by different x86_64 operations and C std lib functions somewhere?
May 03, 2026
assembly
x86-64
nasm
calling-convention
Unable to understand example of cdecl calling convention where caller doesnt need to clean the stack
May 03, 2026
assembly
x86
calling-convention
cdecl
Why is the AL field (FP register usage count) necessary in the SysV ABI?
May 03, 2026
assembly
x86-64
variadic-functions
calling-convention
abi
MIPS registers preservation
May 02, 2026
assembly
mips
calling-convention
preserve
Stack arguments are disappearing in assembly using C calling convention
Apr 29, 2026
assembly
x86
libc
calling-convention
gnu-assembler
How to get the `< ... >` syntax on an object?
Apr 30, 2026
object
raku
calling-convention
Is it safe to call a function after casting it to a void return type?
Apr 29, 2026
c
casting
standards
calling-convention
Calling C function which takes no parameters with parameters
Apr 21, 2026
c
32bit-64bit
stack-trace
undefined-behavior
calling-convention
Compiler ignore __stdcall
Apr 20, 2026
c++
visual-c++
calling-convention
What does "aligning the stack" mean in assembly?
Apr 18, 2026
assembly
x86-64
memory-alignment
calling-convention
stack-pointer
Could a callee directly access a stack variable in the caller without pointers in theory?
Mar 11, 2026
assembly
local-variables
calling-convention
stack-memory
nested-function
Which calling convention is used for functions exported via .def file?
Mar 10, 2026
c
visual-c++
calling-convention
Why does using the %ebx register cause a segmentation fault in my assembly code
Mar 02, 2026
c
assembly
x86
cpu-registers
calling-convention
Consequence of violating macOS's ARM64 calling convention
Feb 24, 2026
macos
assembly
arm64
calling-convention
abi
Older Entries »