1RASIGN2(1) BSD General Commands Manual RASIGN2(1)
2
4 RASIGN2 — radare2 zignature utility
5
7 rasign2 [-afhjqrv] [-s space] [-o outfile] file
8
10 rasign2 collects signatures into a database file
11
12 -a Analyze binary after loading it with RCore and use -AA to run
13 aaaa instead of aaa.
14
15 -A Treat the provided input file as an ar archive of .o files,
16 and create signatures for all functions in the .o files.
17
18 -c After finding all signatures, find all signature collisions.
19
20 -f Interpret the input file as a flirt database and dump the
21 signatures.
22
23 -h Show usage help message.
24
25 -j Show output in JSON.
26
27 -o file.sdb
28 Add signatures to file, create if it does not exist.
29
30 -q Enable quiet mode.
31
32 -r Show output in radare commands.
33
34 -s space Add signatures save all signatures under this signspace.
35
36 -v Show version information.
37
39 radare2(1)
40
42 Written by pancake <pancake@nopcode.org>
43
44 Aug 6, 2020