[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Crear un archivo hex A1



El 27 de enero de 2014, 18:32, Fabián Bonetti <mama21mama@riseup.net> escribió:
>
> On Mon, 27 Jan 2014 16:32:45 +0100
> fernando sainz <fernandojose.sainz@gmail.com> wrote:
>
>
> Si lees bien el hilo Fernando dice que tipo de archivo es.
>
>
> No es binario.
>

Cuando digo binario, quiero decir que no es ascii ni utf8, etc...
Yo diría que si es un formato binario, lleva por ejemplo en la cabecera

Header (64 bytes):

Name Type Info
id 4 byte string Should be "PACK" (not null-terminated).
offset Integer (4 bytes) Index to the beginning of the file table.
size Integer (4 bytes) Size of the file table.

Para leer o generar esos ficheros tienes que escribir caracteres que
no son "texto" por lo que yo lo llamo binario ( o data o como quieras)
Para eso o lo haces con un programa que genere esas estructuras y las
escriba o usas un editor hexadecimal como te comentaba.

S2.


Reply to: