File: part3-5.txt

package info (click to toggle)
intelhex 2.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: python: 3,200; makefile: 86; sh: 15
file content (19 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Script ``hexdiff.py``
*********************
This is a script to diff context of two hex files. 

To create human-readable diff this utility converts
both hex files to hex dumps first, 
and then utility compares those hex dumps and
produces unified diff output for changes.

::

    hexdiff: diff dumps of 2 hex files.
    
    Usage:
        python hexdiff.py [options] FILE1 FILE2
    
    Options:
        -h, --help              this help message.
        -v, --version           version info.