Code Monkey home page Code Monkey logo

diy-drm's Introduction

DIY-DRM

DIY-DRM is a simple, customizable Digital Rights Management solution created in batch scripting by Karots77. This project allows users to implement basic DRM functionalities by associating game access with specific machine hostnames.

Features:

  • Custom DRM Implementation: Users can secure access to their software by tying it to specific machine hostnames.
  • Automated Setup: Simple batch scripts handle the setup process, saving the hostname and managing executable file extensions.
  • Basic Security Measures: Renaming executable files and checking hostnames to control access to the software.

How It Works:

The project consists of two main batch files:

  • gettingname.bat: Captures the machine's hostname, saves it to a hidden .k77 file (only in V2), and renames executable files.
  • checkingname.bat: Checks the stored hostname against the current hostname before running the executable.

Usage:

  1. Copy gettingname.bat and checkingname.bat into the game directory where the launching game executable (gta6.exe for example) is located.
  2. Modify checkingname.bat and change the executable filename accordingly. For example, replace "gta6.exe" with your actual game's executable filename.
  3. Create a shortcut of checkingname.bat, rename it to the game name, and change the icon as well.

This project serves as an educational example and is not intended for robust security measures.

Contributing:

Contributions, suggestions, and improvements to the code are welcome! Feel free to fork the project and create pull requests.

Disclaimer:

This project demonstrates a basic DRM concept. It's crucial to implement robust security measures for real-world applications.

diy-drm's People

Contributors

adhnan23 avatar

Watchers

 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.