An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by danielkrupinski

A curated list of projects in awesome lists by danielkrupinski .

https://github.com/danielkrupinski/vac

Source code of Valve Anti-Cheat obtained from disassembly of compiled modules

anti-cheat csgo css disassembly dota2 reverse-engineering steam tf2 vac valve-anti-cheat

Last synced: 20 Apr 2026

https://github.com/danielkrupinski/VAC

Source code of Valve Anti-Cheat obtained from disassembly of compiled modules

anti-cheat csgo css disassembly dota2 reverse-engineering steam tf2 vac valve-anti-cheat

Last synced: 12 Apr 2025

https://github.com/danielkrupinski/memject

Simple Dll injector loading from memory. Supports PE header and entry point erasure. Written in C99.

c c99 dll-injection hacking injection manual-map-dll memject reverse-engineering

Last synced: 06 Apr 2025

https://github.com/danielkrupinski/goesp

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

counter-strike counter-strike-global-offensive cpp17 cpp20 csgo csgo-cheat directx directx9 dll dll-injection esp game-hack game-hacking imgui internal json linux nlohmann-json reverse-engineering windows

Last synced: 25 Jan 2026

https://github.com/danielkrupinski/anubis

Free open-source training software / cheat for Counter-Strike: Global Offensive, written in C.

anubis c c99 cheat cheating counter-strike counter-strike-global-offensive csgo csgo-cheat dll dll-injection game-hacking internal reverse-engineering windows

Last synced: 27 Feb 2026

https://github.com/danielkrupinski/vac-hooks

Hook WinAPI functions used by Valve Anti-Cheat. Log calls and intercept arguments & return values. DLL written in C.

anticheat c csgo dll dll-injection hook-winapi-functions hooking injection reverse-engineering reversing steam steam-service vac vac-hooks valve valve-anti-cheat winapi

Last synced: 10 Oct 2025

https://github.com/danielkrupinski/x86retspoof

Invoke functions with a spoofed return address. For 32-bit Windows binaries. Supports __fastcall, __thiscall, __stdcall and __cdecl calling conventions. Written in C++17.

anticheat-bypass assembly-language assembly-x86 cpp17 game-hacking reverse-engineering single-header x86

Last synced: 21 Aug 2025

https://github.com/danielkrupinski/cs2-anticheat

Anticheat code found in Counter-Strike 2 binaries.

Last synced: 27 Mar 2026

https://github.com/danielkrupinski/onebytewallhack

CS:GO wallhack achieved by patching one byte of game memory. Written in Python 3.

counter-strike csgo csgo-cheat game-hacking hack patching python python3 reverse-engineering wallhack windows

Last synced: 09 Jul 2025

https://github.com/danielkrupinski/onebyteldr

Bypass for CS:GO's LoadLibrary injection prevention mechanism, achieved by patching one byte of game memory.

csgo dll-injection loadlibrary ntdll ntopenfile python3 reverse-enginnering

Last synced: 09 Jul 2025

https://github.com/danielkrupinski/onebyteradar

CS:GO radar hack achieved by patching one byte of game memory. Written in Python 3.

counter-strike csgo csgo-cheat game game-hacking hack patching python python3 radar-hack reverse-engineering windows

Last synced: 17 May 2026

https://github.com/danielkrupinski/inflame

User-mode Windows DLL injector written in Assembly language (FASM syntax) with WinAPI.

assembly assembly-language dll dll-injection dll-injector fasm flat-assembler injector winapi windows x86 x86-64

Last synced: 28 Jun 2025

https://github.com/danielkrupinski/osirisinventory

Inventory Changer for CS:GO

Last synced: 09 Jul 2025

https://github.com/danielkrupinski/stringpool

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.

char char16 char32 char8 cpp cpp17 cpp20 memory-optimization memory-pool single-header string string-optimization string-pool string-view strings utf-16 utf-32 utf-8 wchar

Last synced: 09 Jul 2025

https://github.com/danielkrupinski/caesar

Open source cheat for Steam version of Counter-Strike 1.6.

cheat counter-strike cs dll

Last synced: 04 Jul 2025

https://github.com/danielkrupinski/onebytemoney

CS:GO hack displaying enemies' money, achieved by patching one byte of game memory. Written in Python 3.

counter-strike counter-strike-global-offensive csgo python python3 reverse-engineering

Last synced: 14 Mar 2025

https://github.com/danielkrupinski/pe2hex

PE executable to array of bytes converter

Last synced: 09 Jul 2025

https://github.com/danielkrupinski/mars

An open source Counter-Strike: Global Offensive cheat for Linux.

csgo fuzion game hack injection linux mars

Last synced: 22 May 2026

https://github.com/danielkrupinski/csgo-champion

Champion - external CS:GO cheat for Linux

cheat csgo linux

Last synced: 22 May 2026

https://github.com/danielkrupinski/kernelpid

Example Windows Kernel-mode Driver which finds process ID by executable file name.

c driver driver-programming eprocess kernel-mode kernel-mode-driver native windows

Last synced: 09 Jul 2025

https://github.com/danielkrupinski/rusty-csgo

Attempts at internal game hacking (CS;GO) with Rust

Last synced: 09 Jul 2025

https://github.com/danielkrupinski/onebytequickduck

CS:GO quick duck achieved by patching one byte of game memory. Written in Python 3.

Last synced: 09 Jul 2025

https://github.com/danielkrupinski/windows-account-creator

Batch script to create user accounts in Windows.

Last synced: 02 Jan 2026

https://github.com/danielkrupinski/curiumcheat-cuphead

Curium is an open source cheat for Cuphead game.

cheat cuphead cuphead-game windows

Last synced: 17 May 2026

https://github.com/danielkrupinski/cmake-demo

A collection of CMake scripts for C and C++ projects.

c cmake cpp

Last synced: 18 May 2026

https://github.com/danielkrupinski/winapi-calculator-cpp

WinAPI Calculator written in C++

calculator winapi windows

Last synced: 17 May 2026

https://github.com/danielkrupinski/lennox-engine

Lennox Game Engine

3d-engine game-engine

Last synced: 21 Jul 2025

https://github.com/danielkrupinski/feb

Last synced: 14 Mar 2025

https://github.com/danielkrupinski/helloworld-dll

Hello world! - DLL

dll hello-world

Last synced: 14 Mar 2025

https://github.com/danielkrupinski/fet

Last synced: 21 Jan 2026

https://github.com/danielkrupinski/opengl-base

Base OpenGL 4.6 application written in C.

opengl

Last synced: 16 May 2026

https://github.com/danielkrupinski/helloworld-fasm

Hello world! - FASM

fasm hello-world

Last synced: 14 Mar 2025

https://github.com/danielkrupinski/zxvnme.github.io

zxvnme's site

Last synced: 14 Mar 2025

https://github.com/danielkrupinski/binary-cpp

Binary - decimal calculator

cpp

Last synced: 23 Jul 2025

https://github.com/danielkrupinski/feg

Last synced: 14 Mar 2025

https://github.com/danielkrupinski/coinflip-cpp

Coin flip simulation program.

cpp

Last synced: 14 Mar 2025

https://github.com/danielkrupinski/cout-vs-printf

Cout vs printf benchmark

c cpp performance

Last synced: 19 May 2026

https://github.com/danielkrupinski/helloworld-php

Hello world! in PHP

hello-world php

Last synced: 18 Jun 2025

https://github.com/danielkrupinski/helloworld-cpp

Hello world! - C++

cpp hello-world

Last synced: 15 Jul 2025

https://github.com/danielkrupinski/curiumcheat-maxpayne

Curium is an open source cheat for Max Payne game.

cheat max-payne windows

Last synced: 21 May 2026

https://github.com/danielkrupinski/gor

Last synced: 02 Jan 2026

https://github.com/danielkrupinski/guess-cpp

Program which guesses user's number.

cpp

Last synced: 14 Mar 2025

https://github.com/danielkrupinski/tic-tac-toe-cpp

Linux version of tic-tac-toe game. Programmed in C++.

cpp

Last synced: 14 Mar 2025

https://github.com/danielkrupinski/helloworld-java

Hello world! - Java

hello-world java

Last synced: 14 Mar 2025

https://github.com/danielkrupinski/fer

Last synced: 30 Jan 2026

https://github.com/danielkrupinski/morse-cpp

Morse code translator.

cpp

Last synced: 14 Mar 2025

https://github.com/danielkrupinski/calc-cpp

Console calculator

cpp

Last synced: 05 Jul 2025

https://github.com/danielkrupinski/helloworld-js

Hello world! in Javascript

hello-world javascript

Last synced: 28 Jun 2026

https://github.com/danielkrupinski/helloworld-c

Hello world! - C

c hello-world

Last synced: 29 Jun 2026