Giter VIP home page Giter VIP logo

shtreeba's Introduction

Shtreeba C++ Windows x86 License Windows

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.exe and Shtreeba.dll
  • Edit Shtreeba.ini to set path and process name
  • Run Shtreeba.exe as 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.bin at 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

shtreeba's People

Contributors

mdilai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shtreeba's Issues

Windows 7 x64 compatibility?

Hello.
Thank you for sharing great project.
I am having issue with executing on Windows 7 x64 while it works fine on Windows 10 x64
Is it supposed not to work? or is it just me?

Thank you

TLS无法正确处理

VS2015 及以上版本编译的 DLL ,使用你的工具注入,可能会发生崩溃。
虽然你处理了 TLS ,但仍然是无用的。
经调试发现,正常 LoadLibrary 注入的 DLL ,TlsIndex 值不为 0 。 而工具注入的 TlsIndex 值为 0 ,这其实是错误的。这导致所有的 static 变量无法被初始化。
注意: TlsIndex 只有在主模块中才可以为 0 ,其他所有 DLL 有各自不同的,非零值的 TlsIndex 。
这个问题目前看来,只能在 DLL 编译时,加入 /Zc:threadSafeInit- 解决。但这样,static 变量将非线程安全。

not working

idk i followed the instructions after i release in 86x , after checking the release folder it doesnt have the EXE. and INI. only the DLL exist

.DLL

For what purpose is Shreba.DLL? Shreba.exe not enough? Also on inject it crashes. Build in x86 release, W7.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.