Mattias Wadman
Mattias Wadman
@Doctor-love ideas?
Yes very hard to find something catchy and understable. I was thinking format as in "file format" but maybe hard to get that context. Will do some thinking.
Hi, yes i'm very interesting in support this somehow and i've done some thinking about it. Currently the only way to provide own decoders written in go is to use...
> Hey, awesome project. Thanks! > First thing I've looked for in the features was, since it's the use case I'd have had, the ability to define my own format...
Haven an early test prototype how this could work, mostly just to see how it would look/feel to a user: ```sh $ fq -o source=@path/to/test.ksy -d kaitai d test │00...
Nice start! will be interesting to get started with ISA decoding in fq, have some ideas but nothing clear yet so we will probably have to try things out :)
Just comment here, IM or send me an email if you have any questions or want to discuss something
Tried the x86_16 decoder, seems to work ok. But i'm not that pleased with the current output, it would be nice to split out more operands and such.. hmm ```sh...
🥳 let me know if you have questions or want to discuss something
Cleaned up some of the Try* things https://github.com/wader/fq/pull/302 if you switch to `d.*U*()` instead of `d.Bits` it should be fine.