File: control

package info (click to toggle)
ree 1.4.1-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 112 kB
  • sloc: ansic: 162; sh: 39; makefile: 11
file content (21 lines) | stat: -rw-r--r-- 830 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: ree
Section: admin
Priority: optional
Maintainer: Gürkan Myczko <gurkan@phys.ethz.ch>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.2.1
Homepage: https://github.com/alexmyczko/ree

Package: ree
Architecture: i386 amd64 ia64 kfreebsd-i386 hurd-i386 kfreebsd-amd64
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: file, nasm, bc
Description: extract ROM extensions
 ROM extension extractor (ree) is a tool which extracts ROM extensions
 from the firmware of a PC computer. This package also comes with fontdump,
 a program to extract the fonts from your video BIOS.
 .
 ree will scan the system memory, address c0000 - f0000 in 512 byte steps for
 identification of ROM extensions (55,aa). If found, it will calculate its
 size (byte after id, multiplied by 512byte steps) and save the output to
 a .rom file.