- π₯οΈ Modern GUI built with
customtkinter - π¨ Customizable Accent Colors with real-time updates
- π Light/Dark Mode Toggle
- π Modify Memory Strings of running processes
- π Multi-threaded execution to prevent UI freezing
- π System Notifications on success/failure
- π§ Error handling with message popups
- Clone the repository:
pip install -r requirements.txt py main.py
- Python 3.8+
- Windows OS (pymem is Windows-specific)
- Required Python modules:
- customtkinter
- tkinter
- pymem
- requests
- plyer
- CTkMessagebox
- Enter the process name (e.g., example.exe).
- Specify the memory address (Hex format, e.g., 0x123ABC).
- Enter the string length to overwrite.
- Click "Remove String" to replace it with dots (.....).
- Check notifications & logs for results.
This tool is intended for educational and research purposes only. Modifying memory of running processes can be risky. The author is not responsible for any misuse.
This project is licensed under the MIT License.