Implement xml export / import #3
@ -12,6 +12,7 @@
|
|||||||
[**\--poly**=*POLYNOMIAL*] [**\--reversed**] [**\--start-value**=*STARTVALUE*]
|
[**\--poly**=*POLYNOMIAL*] [**\--reversed**] [**\--start-value**=*STARTVALUE*]
|
||||||
[**--verbose**] [**\--xor-out**=*XORVAL*] [**\--end-magic**=*MAGIC*]
|
[**--verbose**] [**\--xor-out**=*XORVAL*] [**\--end-magic**=*MAGIC*]
|
||||||
[**\--crc-format**=*FORMAT*] [**\--use-vma**] [**\--list-crcs**] [**\--output-section**=*OUTPUTSECTION*]
|
[**\--crc-format**=*FORMAT*] [**\--use-vma**] [**\--list-crcs**] [**\--output-section**=*OUTPUTSECTION*]
|
||||||
|
[**\--export**=*XMLFILE*] [**\--import**=*XMLFILE*]
|
||||||
[**\--start-magic**=*MAGIC*] [**\--section**=*SECTION*] [**\--help**] [**\--usage**]
|
[**\--start-magic**=*MAGIC*] [**\--section**=*SECTION*] [**\--help**] [**\--usage**]
|
||||||
[**\--version**] *ELF*
|
[**\--version**] *ELF*
|
||||||
|
|
||||||
@ -56,6 +57,12 @@
|
|||||||
**--start-magic**=*MAGIC*, **--endmagic**=*MAGIC*
|
**--start-magic**=*MAGIC*, **--endmagic**=*MAGIC*
|
||||||
: *MAGIC* numbers (32 bit unsigned) that are expected to be found at the start and the end of the given output section. This serves as safety guard against accidental corruption of the output file. *It is highly recommended to use these options*.
|
: *MAGIC* numbers (32 bit unsigned) that are expected to be found at the start and the end of the given output section. This serves as safety guard against accidental corruption of the output file. *It is highly recommended to use these options*.
|
||||||
|
|
||||||
|
**--export**=*XMLFILE*
|
||||||
|
: Export the calculated files to an XML file *XMLFILE*.
|
||||||
|
|
||||||
|
**--import**=*XMLFILE*
|
||||||
|
: Import the CRCs from an XML file *XMLFILE* and do not caclulate anything in the given *ELF*
|
||||||
|
|
||||||
**--help**, **-h**, **-?**
|
**--help**, **-h**, **-?**
|
||||||
: Print help.
|
: Print help.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user