Highlights
Block or Report
Block or report danielkrupinski
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
x86RetSpoof Public
Invoke functions with a spoofed return address. For 32-bit Windows binaries. Supports __fastcall, __thiscall, __stdcall and __cdecl calling conventions. Written in C++17.
-
StringPool Public
A performant and memory efficient storage for immutable strings with C++17. Supports all standard char types: char, wchar_t, char16_t, char32_t and C++20's char8_t.
-
microsoft/DirectXMath Public
DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
-
Easy to integrate memory allocation library for Direct3D 12
2,445 contributions in the last year
Contribution activity
September 2022
Created 45 commits in 1 repository
Reviewed 1 pull request in 1 repository
danielkrupinski/Osiris
1 pull request
Created an issue in microsoft/STL that received 1 comment
<random>: std::piecewise_constant_distribution<float>::densities() gives warning C4244
#include <iostream> #include <random> int main() { std::piecewise_constant_distribution<float> dist; for (auto density : dist.densities()) std::cou…



