mirror of
https://github.com/avast/retdec.git
synced 2025-02-17 12:20:11 +00:00
fileinfo: add config
This commit is contained in:
parent
34ac8f9ec3
commit
37dbfd1e07
@ -134,3 +134,8 @@ set_target_properties(fileinfo
|
||||
install(TARGETS fileinfo
|
||||
RUNTIME DESTINATION ${RETDEC_INSTALL_BIN_DIR}
|
||||
)
|
||||
|
||||
install(
|
||||
FILES "fileinfo-config.json"
|
||||
DESTINATION ${RETDEC_INSTALL_DATA_DIR}
|
||||
)
|
||||
|
22
src/fileinfo/fileinfo-config.json
Normal file
22
src/fileinfo/fileinfo-config.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
// plain|json
|
||||
"outputFormat": "plain",
|
||||
// exact|similarity|sim-list
|
||||
"yaraMatchingType": "exect",
|
||||
"useInternalSignatureDb": true,
|
||||
"useExternalSignatureDb": false,
|
||||
"externalMalwareYaraRules": [
|
||||
],
|
||||
"externalCryptoYaraRules": [
|
||||
],
|
||||
"externalOtherYaraRules": [
|
||||
],
|
||||
"loadStrings": false,
|
||||
"hashes": ???,
|
||||
"epBytes": 50,
|
||||
"verbose": false,
|
||||
"explanatory": false,
|
||||
"maxMemory":0,
|
||||
"maxMemoryHalf": true,
|
||||
"dlls": ???
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user