Skip to content
Avatar
💻
Programming
💻
Programming

Organizations

@EpicGames
Block or Report

Block or report danielkrupinski

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. 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.

    C++ 64 17

  2. 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.

    C++ 25 2

  3. Osiris Public

    Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by Dear ImGui.

    C++ 2.4k 881

  4. GOESP Public

    Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui + FreeType.

    C++ 360 68

  5. DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps

    C++ 1.2k 206

  6. Easy to integrate memory allocation library for Direct3D 12

    C++ 455 56

2,445 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Mon Wed Fri

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…

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.