This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
av-frag-rssb/bin/conf/app_detect.conf
2018-09-29 14:57:32 +08:00

38 lines
784 B
Plaintext

[APPDTC]
RUN_LOG_LV=10
DEC_LOG_LV=10
RUN_LOG_DIR=./log
RM_DECODED_FILE=1
RM_DECODE_FAIL_APK=1
#maximum thread num: plus it with maskey's thread num, sum should < 64
THREAD_NUM=8
HTABLE_SIZE=33554432
HTABLE_TIME=0
QUEUE_SIZE=100000
STAT_FIELD_CYCLE=60
STAT_FIELD_TRIG=1
[MAAT]
#Json only for MD5
MAAT_JSON_ON=0
JSON_CGF_DIR=./conf/maat_pz/json/maat_json.json
TABLE_INFO_JSON=./conf/maat_pz/json/table_info.conf
TABLE_INFO_PATH=./conf/maat_pz/table_info.conf
FUL_CFG_DIR=./conf/maat_pz/full/index/
INC_CFG_DIR=./conf/maat_pz/inc/index/
[MAGALLEN_LOG]
LOG_IP_NUM=1
#format: 192.168.1.1-192.168.1.10;192.168.1.20;192.168.1.30-192.168.1.33;
#ATTENTION: Must end with ';', length of LOG_IP should < 1024
LOG_IP=10.0.6.212;
LOG_PORT=56785
PZ_IP_NUM=1
PZ_IP=10.0.6.212;
PZ_PORT=56785