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.

2005-10-28 10:27
0.1.6

Um bug no comando-s foi corrigido. Isso causou um loop infinito em alguns casos. bbe.html agora está instalado no diretório / usr / local / share / doc / bbe.
Tags: Minor bugfixes
A bug in the s-command was fixed. This caused an
endless loop in some cases. bbe.html is now
installed to /usr/local/share/doc/bbe.

2005-10-23 15:57
0.1.5

A% B% e seqüências de formato RN foram adicionadas para o número do bloco no nome do arquivo do W-comando. A documentação foi corrigido.
The %B and %nB format strings were added for the
block number in the filename of the w-command. The
documentation was corrected.

2005-10-16 14:43
0.1.4

Um erro na definição do bloco foi fixado (sob a forma de / / string:). O desempenho foi melhorado.
Tags: Minor bugfixes
A bug in block definition was fixed (in form
/string/:). Performance was improved.

2005-10-09 17:25
0.1.3

Um erro no c BCD ASC foi corrigido. PB foi adicionado. Um erro de digitação nas instruções de uso foi fixada.
Tags: Minor feature enhancements
A bug in c BCD ASC was fixed. p b was added. A
typographical error in the usage instructions was
fixed.

2005-10-05 22:56
0.1.2

Tags: Initial freshmeat announcement

Project Resources