-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathexample.xml
39 lines (32 loc) · 880 Bytes
/
example.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>binary.analysis.output.parser</name>
<value>io.covert.binary.analysis.SimpleOutputParser</value>
</property>
<property>
<name>binary.analysis.file.extention</name>
<value>.dat</value>
</property>
<property>
<name>binary.analysis.execution.timeoutMS</name>
<value>9223372036854775807</value>
</property>
<property>
<name>binary.analysis.program</name>
<value>./wrapper.sh</value>
</property>
<property>
<name>binary.analysis.program.args</name>
<value>${file}</value>
</property>
<property>
<name>binary.analysis.program.args.delim</name>
<value>,</value>
</property>
<property>
<name>binary.analysis.program.exit.codes</name>
<value>0,1</value>
</property>
</configuration>