mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 05:34:45 +02:00
Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
25 lines
1 KiB
XML
25 lines
1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>davidroman96@gmail.com</email>
|
|
<name>David Roman</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Binwalk is a tool for searching a given binary image for embedded files.
|
|
Specifically, it is designed for identifying files embedded inside of firmware
|
|
images. Binwalk uses the libmagic library, so it is compatible with magic
|
|
signatures created for the Unix file utility.
|
|
Binwalk also includes a custom magic signature file which contains improved
|
|
signatures for files that are commonly found in firmware images such as
|
|
compressed/archived files, firmware headers, Linux kernels, bootloaders,
|
|
filesystems, etc.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">ReFirmLabs/binwalk</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|