File: control

package info (click to toggle)
hexedit 1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 224 kB
  • sloc: ansic: 1,619; sh: 174; makefile: 36
file content (26 lines) | stat: -rw-r--r-- 1,170 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
22
23
24
25
26
Source: hexedit
Section: editors
Priority: optional
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Build-Depends: debhelper-compat(= 13), libncurses-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/pixel/hexedit
Vcs-Browser: https://salsa.debian.org/debian/hexedit
Vcs-Git: https://salsa.debian.org/debian/hexedit.git

Package: hexedit
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: viewer and editor in hexadecimal or ASCII for files or devices
 hexedit shows a target both in hexadecimal and in ASCII. This target can be
 a device or a file. You can edit the target and search through it. There are
 also copy&paste and save to file functions. Is allowed truncating or appending
 to the target. All modifications are shown in bold.
 .
 hexedit is ideal to edit or inspect very large files or devices, as hard disks
 or its partitions, flash drives, etc. These elements will not be wholly read
 because hexedit loads a piece at a time.
 .
 hexedit can be used by programmers in several activities. It also is useful
 for debugging, forensics investigations and recovering from digital disasters.