File: control

package info (click to toggle)
shed 1.15-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 432 kB
  • ctags: 100
  • sloc: ansic: 1,096; sh: 1,010; makefile: 8
file content (28 lines) | stat: -rw-r--r-- 1,088 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
27
28
Source: shed
Section: admin
Priority: optional
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Uploaders: Juan Angulo Moreno <juan@apuntale.com>
Build-Depends: debhelper (>= 9), dh-autoreconf, libncurses5-dev
Standards-Version: 3.9.6
Homepage: http://shed.sf.net
Vcs-Browser: http://anonscm.debian.org/cgit/forensics/shed.git
Vcs-Git: git://anonscm.debian.org/forensics/shed.git

Package: shed
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple hex editor with a pico-style interface
 shed (Simple Hex Editor) is an easy application for viewing and editing
 files in text mode, using ncurses. The main features are:
 .
   - Displays each byte as ascii, hex, decimal, octal and binary;
   - Allows changes to be input in all of the above displayed modes,
     with bit toggling in the binary column;
   - Simple Pico-style interface;
   - Search resource;
   - Can dump information to file;
   - Small memory requirements because file is not loaded into memory;
   - Large file support.
 .
 shed is useful in forensics investigations.