kevthehermit / RATDecoders

Python Decoders for Common Remote Access Trojans
MIT License
1.07k stars 311 forks source link

Python setup scripts to console scripts #46

Open kevthehermit opened 5 years ago

kevthehermit commented 5 years ago

transition from scripts=['malconf'] in setup.py over to console scripts. once this is done, python then builds cross-platform command line commands automagically

Examples:

https://github.com/plyara/plyara/blob/master/setup.py

you can then separate the CLI code into a single file like this: https://github.com/plyara/plyara/blob/master/plyara/command_line.py