This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Development > tweak (3.02)

tweak (ncurses-based hex editor)

Tweak is a hex editor. It allows you to edit a file at very low level,
letting you see the full and exact binary contents of the file. It can
be useful for modifying binary files such as executables, editing disk
or CD images, debugging programs that generate binary file formats
incorrectly, and many other things.

Tweak uses a complex data structure based on B-trees, designed to
make almost all editing operations extremely fast, even when they are
working on huge amounts of data.

Tweak supports insert mode (not particularly useful if you're editing
an executable file or a filesystem image, but can be extremely handy in
other file formats such as PNG).

Cutting, copying and pasting within the file you are editing is
extremely efficient. No matter how big the chunk of data you are moving
around - even if it's a 200Mb section of a CD image - Tweak will always
perform the operation effectively instantly.

Tweak supports lazy loading of the input file: rather than sucking it
all into memory straight away, it simply remembers which parts of the
editing buffer are copies of which parts of the input file and refers
to the file on disk when it needs to.

Maintained by: B. Watson
Keywords: hex editor,hexeditor
ChangeLog: tweak

Homepage:
https://www.chiark.greenend.org.uk/~sgtatham/tweak/

Source Downloads:
tweak-3.02.tar.gz (d50e20d9ed05d7cc5eb04ff3f0bf1d9b)

Download SlackBuild:
tweak.tar.gz
tweak.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
tweak.SlackBuild
tweak.info

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds