Skip to content

luuooss/module-patcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎧 Discord Stereo Patcher

🧩 Description

Discord Stereo Patcher is a Windows console tool written in C++17. It automatically detects installed versions of Discord, Discord PTB, and Discord Canary, then patches their discord_voice module by copying replacement files.


Preview


βš™οΈ Features

  • πŸ” Auto-detects Discord installations.
  • πŸ›‘ (Optional) Closes Discord processes before patching.

πŸ“ Project Structure

DiscordStereoPatcher/
β”œβ”€β”€ installer.cpp               # Main source code
β”œβ”€β”€ startup_sound.h        # Embedded MP3 array (launch_mp3, launch_mp3_len)
β”œβ”€β”€ discord_voice/         # Replacement files to inject
└── build/                 # Optional build output

Libraries

  • <windows.h>
  • <filesystem>
  • <mmsystem.h> (for MCI audio playback)

⚠️ Disclaimer

This tool modifies Discord’s internal files. Its use may violate Discord’s Terms of Service. Use only for educational or local testing purposes on isolated installations. The author is not responsible for bans or damages.


πŸ‘€ Author

Created as an educational demonstration of Windows file operations, console UI, and embedded resource handling.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages