Shtreeba
VAC-proof 32bit DLL injector written in C++, using memory mapping and thread hijacking techniques
Install / Use
/learn @mdilai/ShtreebaREADME
Shtreeba

VAC-proof 32bit DLL injector written in C++, using memory mapping and thread hijacking techniques
Features:
- Library - full-featured VAC-proof and VirusTotal-proof library for injecting third-party DLL's into 32-bit applications.
- UI - Simple interface for accessing Library as injector.
Getting started
Prerequisites
Written using Microsoft Visual Studio 2019, work with older versions not guaranteed.
Prebuilt release
Download latest release and unpack to any desired location.
Compiling from source
Open Shtreeba.sln in Microsoft Visual Studio 2019.
Make sure build configuration is set to Release | x86 and build the solution.
If everything went right you will find Shtreeba.exe and Shtreeba.dll files in Release folder.
Copy both files to some location and run Shtreeba.exe to generate default config
Usage.
- Put your DLL to inject together with
Shtreeba.exeandShtreeba.dll - Edit
Shtreeba.inito set path and process name - Run
Shtreeba.exeas Administrator
Configuration
Configuration file Shtreeba.ini will be automatically created after first run. Here is default sample config:
[Library]
DLL=Jweega.bin
ProcessName=csgo.exe
[UI]
Silent=0
CloseDelay=3000
- DLL - Absolute or relative path to DLL for injection. By default is
Jweega.binat current work directory - ProcessName - Name of process for injection into. By default is
csgo.exe - Silent - Disable non-critical notifications. By default is
0. - CloseDelay - Interval in milliseconds for automatical closing of UI Messagebox after injecting (when
Silent=0)
License
Copyright (c) 2019-2021 Maksym Dilai
This project is licensed under the LGPL-3.0 License - see the COPYING.LESSER file for details.
See also
- JweegaCSGO - free and open source cheat for CS:GO based on Osiris
Related Skills
node-connect
340.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.2kCommit, push, and open a PR
