blob: 495f5322674f7265ce024bc8c4d4699ea6e7ab9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">
Greps through binaries from various OSs and architectures, and colors them.
Current backends:
- ELF 32/64, arm, x86, openrisc - all others will parse and color, but relocations won't show properly
- Mach 32/64, arm, x86
- Unix and BSD archive printer
- PE (debug only)
</longdescription>
<upstream>
<bugs-to>https://github.com/m4b/bingrep/issues</bugs-to>
<remote-id type="cpe">cpe:/a:bingrep_project:bingrep</remote-id>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|