logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

metadata.xml (1130B)


  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>contact@hacktivis.me</email>
  6. <name>Haelwenn (lanodan) Monnier</name>
  7. </maintainer>
  8. <longdescription lang="en">Binwalk is a tool for searching a given binary image for embedded files.
  9. Specifically, it is designed for identifying files embedded inside of firmware
  10. images. Binwalk uses the libmagic library, so it is compatible with magic
  11. signatures created for the Unix file utility.
  12. Binwalk also includes a custom magic signature file which contains improved
  13. signatures for files that are commonly found in firmware images such as
  14. compressed/archived files, firmware headers, Linux kernels, bootloaders,
  15. filesystems, etc.
  16. </longdescription>
  17. <upstream>
  18. <remote-id type="github">devttys0/binwalk</remote-id>
  19. </upstream>
  20. <use>
  21. <flag name="graph">Enable support for generating entropy graphs</flag>
  22. <flag name="jffs2">Enable support for JFFS2 filesystem</flag>
  23. <flag name="squashfs">Enable support for squashfs filesystem</flag>
  24. </use>
  25. </pkgmetadata>