Metadata-Version: 2.1
Name: mmts
Version: 0.0.1
Summary: MM tools script
Home-page: https://github.com/a232319779/mmts
Author: ddvv
Author-email: dadavivi512@gmail.com
License: MIT
Description: # MMTS
        
        MM tools scripts
        
        ## blogs
        
        [Desfuscation](https://ddvvmmzz.github.io/Windows-CMD%E5%91%BD%E4%BB%A4%E5%8E%BB%E6%B7%B7%E6%B7%86)
        ## Insatall
        
        ```
        $ pip install mmts
        ```
        
        ## Usage
        
        ### 1. Command
        
        ```sh
        # decmd
        # In the `$cmd_file` file, there is one obfuscation command per line. After the execution is completed, a `$cmd_file.clear` file is generated in the current directory, and the command after deobfuscation is saved.
        $ mmts-decmd $cmd_file
        ```
        
        ### 2. Quick Start
        
        ### decmd
        
        ```python
        from mmts import de_dosfuscation_work
        
        def main():
            clear_str = de_dosfuscation_work("mix_str")
            print(clear)
        
        if __name__ == "__main__":
            main()
        ```
        
        ## Example
        
        ![decmd](./pictures/decmd.png)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3
Description-Content-Type: text/markdown
