any general utilities libraries converting conjuration dumps human-readable form?
i work lot sequence communications accumulation devices, i mostly have investigate conjuration dumps record files. currently, i manually looking during dumps, looking during custom spec, minute down results. however, empty error-prone, generally whem messages enclose hundreds bytes enclose mixtures big-endian little-endian data, ascii, unicode, compression, crcs, . . . .
i have combined few python scripts support some-more common cases. nonetheless there lots protocols understanding with, doesn't clarity spend minute tradition book unless i know i'll have lot dumps analyze.
what i'd arrange concentration automate activity. so, example, i have textual conjuration dump this:
7e ff 00 7b 00 13 86 04
00 41 42 43 44 56 ef 7e
and arrange outline summary format, this:
# domain distance byte method cost format
flag 1 hex
address 1 hex
control 1 hex
datatype 1 decimal
lineindex 1 decimal
polladdress 2 msb hex
datasize 2 lsb decimal
data (datasize) ascii
crc 2 lsb hex
flag 1 hex
i'd cost this:
flag 0x7e
address 0xff
control 0x00
datatype 123
lineindex 0
polladdress 0x1386
datasize 4
data "abcd"
crc 0xef56
flag 0x7e
hardware-based custom analyzers mostly have imagination comforts doing kind thing, nonetheless i need work textual record files.
does any such concentration library exist?
some good answers have adult given i set adult bounty. i speculation bounties work!
wireshark hexedit both feeling promising; i'll take feeling during those, proabably capacity payments whichever suits needs. nonetheless i'm still open ideas.
Comments
Post a Comment