I just got finished adding a bunch of updates to dumpsorter and also
fixed a critical bug. The new program is attatched. Stooo: do you think
you would need a feature that converted the data from little endian to
big endian? I will also list the usage file here:

USAGE: "python dumpsorter.py [arguments] yourdump.txt"

To output to a file, add " > youroutput.txt" to the end of your
command (without the quotes)

ARGUMENTS: (all optional)
-h,--help      Display this help file
-b,--binary    Display register data in binary instead of hex
-d,--decimal   Display register data in decimal instead of hex
-s:,--start=   Address to start at
-e:,--end=     Address to end at
-a:,--analyze= Address to analyze in detail

EXAMPLES:
Display all addresses from 0x09d7d710 to 0x09d7dc40:
    python dumpsorter.py -s 0x09d7d710 -e 0x09d7dc40 dump.txt
Analyze in detail 0x086c72b0, show data in binary:
    python dumpsorter.py -a 0x086c72b0 -b dump.txt

_______________________________________________
Linux4nano-dev mailing list
[email protected]
https://mail.gna.org/listinfo/linux4nano-dev
http://www.linux4nano.org

Reply via email to