View Single Post
  #8  
Old 08-03-2018, 06:00
Gupta Gupta is offline
Banned
 
Join Date: Aug 2016
Location: https://t.me/pump_upp
Posts: 399
Thanks: 139
Thanked 715 Times in 231 Posts
Gupta is on a distinguished road
Send a message via ICQ to Gupta Send a message via AIM to Gupta Send a message via Yahoo to Gupta
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}
Attached Files
File Type: rar GSC.rar (369.1 KB, 46 views)

Last edited by Gupta; 08-03-2018 at 06:27.
Reply With Quote
The Following 4 Users Say Thank You to Gupta For This Useful Post:
78372 (08-03-2018), Andu21 (08-03-2018), RamiroCruzo (08-03-2018), shazzla (09-03-2018)