Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

PyCrypt-Deobfuscator

Simple script to deobfuscate Python code that has been obfuscated using the XOR encryption method provided by PyCrypt.

Features

  • Deobfuscates XOR encrypted Python code
  • Easy to use command-line interface
  • Compatible with Python 3

Usage

To deobfuscate an obfuscated Python file, run the following command: python deobfuscate.py <input_file> <output_file

Replace <input_file> with the path to the obfuscated file (e.g., stub.py) and <output_file> with the path where you want the deobfuscated code to be written (e.g., deobfuscated.py).

License

This project is licensed under a Licenses

Contributing

  1. Fork the repository on GitHub.
  2. Clone your fork to your local machine.
  3. Commit your changes and push them to your fork.
  4. Create a new pull request on GitHub.

We welcome contributions and improvements. Feel free to open issues or submit pull requests.

About

Simple script to deobfuscate Python code that has been obfuscated using the XOR encryption method provided by PyCrypt.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages