Coder Social home page Coder Social logo

acidicoala / koalageddon Goto Github PK

View Code? Open in Web Editor NEW
1.0K 31.0 115.0 182 KB

Legit DLC Unlocker for Steam, Epic, Origin, EA Desktop & Uplay (R1)

Home Page: https://cs.rin.ru/forum/viewtopic.php?f=10&t=112021

License: BSD Zero Clause License

C++ 65.73% C 32.46% Batchfile 0.35% Inno Setup 1.45%

koalageddon's Introduction

๐Ÿจ Koalageddon ๐Ÿ’ฅ

Legit DLC Unlocker for Steam, Epic, Origin, EA Desktop & Uplay (R1)

Welcome to the Koalageddon repository. For user-friendly introduction or support, please check out the official forum thread. This document is meant for software developers.

๐Ÿ†• Version 2

Check out the next major version of Koalageddon, currently in development, at this repository.

The informaion below is for version 1.

๐Ÿ—œ Solution Projects

๐Ÿงฐ Common

This project is a static library that houses common functions of all other projects. For example, all projects need to access config file and logging utilites, so they are defined in this module.

๐Ÿ’‰ Injector

This project is a simple DLL injector executable. The injector can be used as a command line utility that accepts 2 arguments: ID of the process which should be injected and DLL to inject.

๐Ÿ”— Integration

This project is a dynamic library that pretends to be version.dll. Nothing much going on here except for loading of the unlocker module.

๐Ÿง™๐Ÿผโ€ Integration Wizard

This project is a trivial GUI utility that automatically installs the integration files and copies the original ones. The GUI is using Task Dialog available in Windows API.

๐Ÿ”“ Unlocker

This project is a dynamic library which performs the main function of Koalageddon - DLC unlocking. It monitors DRM DLLs using undocumented WinAPI functions and suspends new processes before injection using undocumented functions as well. Once target DLLs have been identified, appropriate functions are hooked using the great PolyHook 2 library. A total of 4 hooking techniques are used in this project.

๐Ÿ›  Dependencies

The solution uses a number of third party dependencies, which are available via vcpkg. Projects in the solution are configured to use static libraries instead of dynamic. If you wish to build the solution yourself, you would need to install the following libraries:

The solution includes the install_vcpkg_dependencies.bat script, which installs all of the above-mentioned dependencies with a single command.

You can verify installations via vcpkg list

๐Ÿ”ข Versioning

This project is following semantic versioning schema.

The version information is stored in the following files:

๐Ÿ“„ License

This software is licensed under Zero Clause BSD license, terms of which are available in LICENSE.txt

koalageddon's People

Contributors

acidicoala 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.