Download List

Projeto Descrição

bbe is a sed-like editor for binary files. Instead
of reading input in lines as sed, bbe reads
arbitrary blocks from an input stream and performs
byte-related transformations on found blocks.
Blocks can be defined using start/stop strings,
stream offset and block length, or a combination.
Basic editing commands include delete, replace,
search/replace, binary operations (and, or, etc.),
append, and bcd/ASCII conversion. For examining
the input stream, it contains some grep-like
features like printing the input file name, stream
offset, and block number of found blocks. Block
contents can also be printed in different formats
like hex, octal, ASCII, and binary.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-11-08 14:38
0.2.2

O "x" comando foi adicionado.
Tags: Minor feature enhancements
The "x" command has been added.

2006-11-02 11:32
0.2.1

Problemas com zero de entrada de tamanho foram corrigidos.
Tags: Minor bugfixes
Problems with zero size input were corrected.

2006-03-16 15:34
0.1.9

A D-comando foi alterado, para contagem pode ser substituído com *, ou seja, todos os bytes em um bloco. A página man agora exibe corretamente em HP-UX.
Tags: Minor feature enhancements
The d-command was changed, so count can be
replaced with *, meaning all bytes in a block. The
man page now displays correctly in HP-UX.

2005-11-15 20:41
0.1.8

Os comandos <e> foram adicionados para inserir o conteúdo de um arquivo de um fluxo de saída. A u m e comandos foram adicionados para inicializar parte de um bloco ou um quarteirão inteiro com um valor específico de bytes.
Tags: Minor feature enhancements
The commands &lt; and &gt; have been added for inserting the contents of a file to an output stream. The commands u and f have been added for initializing part of a block or a whole block with a specific byte value.

2005-11-08 20:46
0.1.7

Mais resultados são quando intervalos de bytes de I e comandos d sobreposição.
Tags: Minor bugfixes
More sane results when byte ranges of i and d commands overlap.

Project Resources