help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: reading/writing binary data in structured form


From: Werner LEMBERG
Subject: Re: reading/writing binary data in structured form
Date: Sat, 26 Apr 2008 17:18:20 +0200 (CEST)

> > does there exist a major mode which allows definition of templates
> > so that editing of binary data can be done in a structured way?
>
> hexl-mode
>
> (A better list for this kind of question might be
> help-gnu-emacs@gnu.org.)

You are joking, aren't you?  I want *structured* editing, this is, for
example, defining a template

  struct foo {
    int16 bar;
    int32 baz;
  }

which can be used later on as

  foo[32];

and which gets applied to a certain address, and where, for example, I
can modify a value with

  foo[12].bar=1;

or something similar.

A commercial product which looks quite promising is

  http://www.sweetscape.com/010editor/

but this is for MS Windows only.


     Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]