This really depends on what data you are trying to parse and how it is encoded.
It would be helpful if we knew more, a file specification would be nice ;) about what the data is and why you need the changes.
If you have no specification as to how the data is stored you will run into trouble interpreting significant and non significant changes.
ie. databases often store numbers to indicate the length of a string in bytes. If you don't know that then interpreting the following data is very difficult.
If your data is compressed in any way then it is only worthwhile doing the comparision after decompression otherwise the results are meaningless. If you don't know the compession method you are at a distinct disadvantage, i.e. cracking an unknown compression algorithom is similar to doing cryptographic analysis and is not simple.
Hope it helps
UnderMine
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.