summaryrefslogtreecommitdiff
blob: adbb7ab5305fc46634402ac80aefda3547e29247 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>dev-tools</herd>
	<maintainer>
		<email>anthoine.bourgeois@gmail.com</email>
		<name>Anthoine Bourgeois</name>
		<description>aluco's overlay maintainer</description>
	</maintainer>
	<longdescription>
		r2 is a rewrite from scratch of radare in order to provide a set of
		libraries and tools to work with binary files.  Radare project started
		as a forensics tool, an scriptable commandline hexadecimal editor able
		to open disk files, but later support for analyzing binaries,
		disassembling code, debugging programs, attaching to remote gdb
		servers, ...
	</longdescription>
	<use>
		<flag name='ewf'>
			Build the EWF (SMART and EnCase) image format dependency
		</flag>
	</use>
	<use>
		<flag name='debugger'>
			Build native debugger features
		</flag>
	</use>
	<use>
		<flag name='cparse'>
			Build with cparse support
		</flag>
	</use>
</pkgmetadata>