Skip to content

N0tMaggi/python-string-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” String Deleter

A GUI tool for modifying memory strings in running processes using pymem and customtkinter.

Python CustomTkinter License

✨ Features

  • πŸ–₯️ 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

πŸ“¦ Installation

  1. Clone the repository:
    pip install -r requirements.txt
    py  main.py

πŸ”§ Requirements

  • Python 3.8+
  • Windows OS (pymem is Windows-specific)
  • Required Python modules:
  • customtkinter
  • tkinter
  • pymem
  • requests
  • plyer
  • CTkMessagebox

πŸš€ Usage

  1. Enter the process name (e.g., example.exe).
  2. Specify the memory address (Hex format, e.g., 0x123ABC).
  3. Enter the string length to overwrite.
  4. Click "Remove String" to replace it with dots (.....).
  5. Check notifications & logs for results.

πŸ”Ή Use with caution! Incorrect memory modifications can crash applications.

Please dont sue me if you dont know what you do :3

⚠️ Disclaimer

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.

πŸ“œ License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages