summaryrefslogtreecommitdiff
path: root/doc/chrysalide.1
blob: 41fabc0e8085547c5d7935b1fc4f86129b7c5da4 (plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.TH chrysalide 1 "September 1 2018" "Version 1" "Chrysalide Manual Pages"

.SH NAME
Chrysalide - a reverse-engineering factory.

.SH SYNOPSIS
.B chrysalide
[options] [filename] [filename...]

.SH DESCRIPTION
Chrysalide is a fast tool collection for binary analysis.

It is written using the GTK+ toolkit and support several file formats and architectures.

Python bindings are also available.

.SH OPTIONS
Chrysalide accepts the following options:

.TP 8
.B  \-h, \-\-help
Show Chrysalide command\-line options.

.TP 8
.B  \-v, \-\-version
Display the program version.

.TP 8
.B \-V, \-\-verbosity=level
Set the log level (0 for all messages, 5 for none).

.TP 8
.B \-b, \-\-batch
Exit after processing files.

.TP 8
.B \-s, \-\-save
Save disassembly cache after analysis in batch mode (ignored in normal mode).

.TP 8
.B \-p, \-\-project=filename
Open an existing project or create a new one.

.SH FILES

.TP 8
.B $HOME/.config/chrysalide/cache/
Location of cache created for processed binaries.

.TP 8
.B $HOME/.config/chrysalide/cdbs/
Location of Chrysalide Databases storing the configuration of each loaded binaries.

.TP 8
.B $HOME/.config/chrysalide/id_rsa.priv
.TQ 8
.B $HOME/.config/chrysalide/id_rsa.pub
.TQ 8
.B $HOME/.config/chrysalide/clients/
.TQ 8
.B $HOME/.config/chrysalide/servers/
Credentials used to share information about processed analysis.

.SH FEATURE REQUESTS AND BUG REPORTS

Any bugs found should be reported to the online bug-tracking system
available at https://bugs.chrysalide.re/.

New features should also be requested using the same system.

Before reporting or requesting, please check the current list in order
to avoid duplications.

When reporting bugs, it is important to include a reliable way to
reproduce the bugs.

.SH AUTHORS
Cyrille BAGARD.