heimdall-rs icon indicating copy to clipboard operation
heimdall-rs copied to clipboard

feat(decode): support decoding of raw logs

Open Jon-Becker opened this issue 1 year ago • 4 comments

This is a problem because you don't know the order of parameters, or if a parameter is indexed or not.

If you want to tackle this and i haven't, send me a more drop a comment!

Jon-Becker avatar Dec 31 '23 21:12 Jon-Becker

@phyyou let's tackle on this

jensenity avatar Jan 02 '24 08:01 jensenity

👀

phyyou avatar Jan 02 '24 12:01 phyyou

I'm guessing this issue is pointing to a detailed code location, right?

@Jon-Becker @jensenity

phyyou avatar Jan 02 '24 13:01 phyyou

yep! this should be implemented as a TryFrom ideally, and should maybe return a Vec of possibilities since decoding raw logs is very ambiguous.

Jon-Becker avatar Jan 02 '24 16:01 Jon-Becker