Search code examples
Very strange segfault calling WinUsb_GetOverlappedResult...


c++windowsgccsegmentation-faultstdcall

Read More
Calling LONGLONG RtlLargeIntegerDivide(LONGLONG, LONGLONG, LONGLONG*) in NASM (stdcall)...


winapiassemblynasmcalling-conventionstdcall

Read More
Why does first parameter in x86 assembly starts from offset 8?...


assemblyx86stdcall

Read More
COM Server: ESP not saved across a function call when calling interface method...


windowscomcalling-conventionstdcallout-of-process

Read More
TypeDef with Function Pointer: Function does not Exist...


c++functiontypedefstdcall

Read More
DLL calling conventions & access violation...


c++dllstdcall

Read More
Changing Calling Convention...


c++function-pointerscalling-conventionstdcallcdecl

Read More
Can I avoid g++ surround _stdcall with __attribute__ string...


attributesg++stdcall

Read More
how are structs passed as parameters in assembly...


assemblyx86stdcallcdecl

Read More
Why Doesn't MSDN or VS2015 Declare IUnknown Methods with __stdcall convention?...


visual-studiocomstdcall

Read More
Problems manipulating strings through a stdcall to a dll...


c++stringdllstdcall

Read More
How to automate generating an import library from undecorated stdcall DLL?...


c++dllname-manglingstdcall

Read More
C - properly importing stdcall functions from unmanaged DLL...


cwinapidlldllexportstdcall

Read More
How to debug "syntax error: _stdcall"?...


c++syntax-errorstdcall

Read More
Is it possible to have an exported function in __stdcall and the name unmangled?...


c++dlldllexportstdcallcdecl

Read More
c++-builder: convert into stdcall type...


c++c++builderstdcallc++builder-xe2owlnext

Read More
DllExport not creating an entry point...


c#dlldllexportstdcall

Read More
Learning reversing via C++, but what does this line do?...


c++typedefhwndstdcalllpcstr

Read More
Fastest (CPU-wise) way to do functions in intel x64 assembly?...


cassemblyx86stdcall

Read More
How to make a callback global so I can use it to other functions?...


c++dllstdcall

Read More
Calling Convention with a shared library for android...


androidc++armcalling-conventionstdcall

Read More
stdcall calling convention and using pinvoke in C#...


c#c++pinvokecalling-conventionstdcall

Read More
GCC exports decorated function name only from dll...


c++gccdllstdcallname-decoration

Read More
Why are Cdecl calls often mismatched in the "standard" P/Invoke Convention?...


c#c++pinvokestdcallcdecl

Read More
Adding an stdcall on a callback function gives an argument mismatch [GNU]...


gnustdcall

Read More
The procedure entry point axiom_attribute_create could not be located in the dynamic link library...


clinkerentry-pointstdcallaxis2c

Read More
in winapi __stdcall on x86, what register is 2nd paramter in?...


assemblyx86stdcall

Read More
Error converting void(__cdecl MyClass::*)() to void *...


c++qtstdcall

Read More
Why isn't PInvoke crashing in case of violated calling convention (in .NET 3.5)?...


.netpinvokecalling-conventionstdcallcdecl

Read More
Passing a VB6 boolean variable to an stdcall function in C++ DLL...


c++comvb6stdcall

Read More
BackNext