Skip to main content

MM tools script

Project description

MMTS

MM tools scripts

blogs

Desfuscation

Insatall

$ pip install mmts

Usage

1. Command

# 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

# parse lnk
$ mmts-parselnk $cmd_file

2. Quick Start

decmd

from mmts import de_dosfuscation_work

def main():
    clear_str = de_dosfuscation_work("mix_str")
    print(clear)

if __name__ == "__main__":
    main()

Example

decmd

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mmts-0.0.2.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

mmts-0.0.2-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page