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 cdecl
Finding out how many bytes separate esp and the stored return address on the program's stack
Nov 19, 2025
assembly
x86
att
cdecl
What do __cdecl and (void) mean?
Oct 18, 2025
c++
void
cdecl
Trying to exploit the stack content with a format string, but I can't understand where it takes the output from
Oct 16, 2025
c
stack
printf
exploit
cdecl
Why isn't PInvoke crashing in case of violated calling convention (in .NET 3.5)?
Dec 09, 2022
.net
pinvoke
calling-convention
stdcall
cdecl
What does the following code do? [duplicate]
Nov 29, 2022
c
cdecl
Calling a function that can be either cdecl or stdcall
Sep 25, 2022
intel
assembly
x86
calling-convention
stdcall
cdecl
64-bit C++ passing functions with "different" calling conventions as parameters gives ambiguous error
Jan 22, 2022
c++
x86-64
calling-convention
stdcall
cdecl
C++ and FULLY dynamic functions
Sep 13, 2022
c++
assembly
this
detours
cdecl
In the CDECL calling convention, can I reuse the arguments I pushed onto the stack?
Sep 26, 2022
gcc
assembly
cdecl
__cdecl forcing prefix with underscore
Aug 30, 2022
c++
dll
export
borland-c++
cdecl
C calling convention: who cleans the stack in variadic functions vs normal functions?
Sep 06, 2022
c
x86
variadic-functions
calling-convention
cdecl
Why does go's compiler "gc" use a different calling convention than C?
Sep 10, 2022
go
cdecl
how are structs passed as parameters in assembly
Jun 13, 2017
assembly
x86
stdcall
cdecl
In C++, do variadic functions (those with ... at the end of the parameter list) necessarily follow the __cdecl calling convention?
Nov 09, 2022
c++
variadic-functions
stdcall
cdecl
C# get the list of unmanaged C dll exports
Jul 28, 2018
c#
c
dll
interop
cdecl
Changing Calling Convention
Feb 25, 2022
c++
function-pointers
calling-convention
stdcall
cdecl
Why should I not use __fastcall instead the standard __cdecl?
Nov 16, 2022
c++
c
function-calls
cdecl
fastcall
Older Entries »