@ -205,11 +205,14 @@ Maximum size of normalized HTML file to scan. You may pass the value in kilobyte
\fB\-\-max\-scriptnormalize=#n\fR
Maximum size of script file to normalize. You may pass the value in kilobytes in format xK or xk, or megabytes in format xM or xm, where x is a number (default: 5 MB, max: <4 GB).
.TP
\fB\-\-max-ziptypercg=#n\fR
\fB\-\-max\-ziptypercg=#n\fR
Maximum size zip to type reanalyze. You may pass the value in kilobytes in format xK or xk, or megabytes in format xM or xm, where x is a number (default: 1 MB, max: <4 GB).
.TP
\fB\-\-max-partitions=#n\fR
\fB\-\-max\-partitions=#n\fR
This option sets the maximum number of partitions of a raw disk image to be scanned. This must be a positive integer (default: 50).
.TP
\fB\-\-max\-iconspe=#n\fR
This option sets the maximum number of icons within a PE to be scanned. This must be a positive integer (default: 100).
{"MaxZipTypeRcg","max-ziptypercg",0,TYPE_SIZE,MATCH_SIZE,CLI_DEFAULT_MAXZIPTYPERCG,NULL,0,OPT_CLAMD|OPT_CLAMSCAN,"This option sets the maximum size of a ZIP file to reanalyze type recognition.\nZIP files larger than this value will skip the step to potentially reanalyze as PE.\nNegative values are not allowed.\nWARNING: setting this limit too high may result in severe damage or impact performance.","1M"},
{"MaxPartitions","max-partitions",0,TYPE_NUMBER,MATCH_NUMBER,50,NULL,0,OPT_CLAMD|OPT_CLAMSCAN,"This option sets the maximum number of partitions of a raw disk image to be scanned.\nRaw disk images with more partitions than this value will have up to the value number partitions scanned.\nNegative values are not allowed.\nWARNING: setting this limit too high may result in severe damage or impact performance.","128"},
{"MaxPartitions","max-partitions",0,TYPE_NUMBER,MATCH_NUMBER,CLI_DEFAULT_MAXPARTITIONS,NULL,0,OPT_CLAMD|OPT_CLAMSCAN,"This option sets the maximum number of partitions of a raw disk image to be scanned.\nRaw disk images with more partitions than this value will have up to the value number partitions scanned.\nNegative values are not allowed.\nWARNING: setting this limit too high may result in severe damage or impact performance.","128"},
{"MaxIconsPE","max-iconspe",0,TYPE_NUMBER,MATCH_NUMBER,CLI_DEFAULT_MAXICONSPE,NULL,0,OPT_CLAMD|OPT_CLAMSCAN,"This option sets the maximum number of icons within a PE to be scanned.\nPE files with more icons than this value will have up to the value number icons scanned.\nNegative values are not allowed.\nWARNING: setting this limit too high may result in severe damage or impact performance.","100"},