in the mean time, here is a console program
Code:
USAGE:
gsc [-t <integer>] [-p <integer>] [-m <integer>] [-l <integer>] [-c
<string>] [-b <directory>] [-e <string>] -d <directory> ... [--]
[--version] [-h]
Where:
-t <integer>, --inflation-threshold <integer>
minimum percent of inflation
-p <integer>, --scan-percent <integer>
percentage of the file to process(<100)
-m <integer>, --max-scan-size <integer>
maximum file portion to process(mb)
-l <integer>, --min-scan-size <integer>
minimum file portion to process(mb)
-c <string>, --disable <string>
precompressors to disable,separated by ','
-b <directory>, --base-dir <directory>
base directory,all paths printed will be relative to this path
-e <string>, --exclude <string>
files to ignore(accepts masks),separated by ','
-d <directory>, --directory <directory> (accepted multiple times)
(required) directory to process
--, --ignore_rest
Ignores the rest of the labeled arguments following this flag.
--version
Displays version information and exits.
-h, --help
Displays usage information and exits.
Gupta's Game Scanner
This will scan given directories and create file-list in lists\
directory
e80 : files with entropy above 80
e50a : files with entropy above 50 and below 80
e50b : files with entropy below 50
{precompressor}.list: files which inflates using the {compressor}
Code:
This will scan given directories and create file-list in lists\
directory
e80 : files with entropy above 80
e50a : files with entropy above 50 and below 80
e50b : files with entropy below 50
{precompressor}.list: files which inflates using the {compressor}