Attached is version 2 of the patch, including an update of utils.sgml
REG_BINARY can now be ether read as binary from stdin:
$ echo 0: 01 02 FE FF | xxd -r | regtool -b set KEY/BINVALUE -
$ regtool get KEY/BINVALUE | regtool -b set KEY/BINVALUE -
or specified as hex arguments:
$ regtool -b se
On Mar 1 20:13, Christian Franke wrote:
> Attached is version 2 of the patch, including an update of utils.sgml
>
> REG_BINARY can now be ether read as binary from stdin:
>
> $ echo 0: 01 02 FE FF | xxd -r | regtool -b set KEY/BINVALUE -
>
> $ regtool get KEY/BINVALUE | regtool -b set KEY/BINVA