ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/pbcdedit/pbcdedit
(Generate patch)

Comparing pbcdedit/pbcdedit (file contents):
Revision 1.25 by root, Wed Aug 14 23:38:53 2019 UTC vs.
Revision 1.26 by root, Wed Aug 14 23:55:08 2019 UTC

76 76
77=back 77=back
78 78
79The target audience for this program is professionals and tinkerers who 79The target audience for this program is professionals and tinkerers who
80are ready to invest time into learning how it works. It is not an easy 80are ready to invest time into learning how it works. It is not an easy
81program to use and requires patience and a good understanding of BCD data 81program to use and requires patience and a good understanding of BCD
82stores. 82stores.
83 83
84 84
85=head1 SUBCOMMANDS 85=head1 SUBCOMMANDS
86 86
112 112
113=item C<edit> F<path> I<instructions...> 113=item C<edit> F<path> I<instructions...>
114 114
115Load a BCD data store, apply some instructions to it, and save it again. 115Load a BCD data store, apply some instructions to it, and save it again.
116 116
117See the section L<EDITING BCD DATA STORES>, below, for more info. 117See the section L<EDITING BCD STORES>, below, for more info.
118 118
119=item C<parse> F<path> I<instructions...> 119=item C<parse> F<path> I<instructions...>
120 120
121Same as C<edit>, above, except it doesn't save the data store again. Can 121Same as C<edit>, above, except it doesn't save the data store again. Can
122be useful to extract some data from it. 122be useful to extract some data from it.
146 146
147With C<--json> it prints similar information as a JSON object, for easier parsing. 147With C<--json> it prints similar information as a JSON object, for easier parsing.
148 148
149=item C<export-regf> F<path> 149=item C<export-regf> F<path>
150 150
151This has nothing to do with BCD data stores - it takes a registry hive 151This has nothing to do with BCD stores - it takes a registry hive
152file as argument and outputs a JSON representation of it to standard 152file as argument and outputs a JSON representation of it to standard
153output. 153output.
154 154
155Hive versions 1.2 till 1.6 are supported. 155Hive versions 1.2 till 1.6 are supported.
156 156
709seems to be always there on this kind of entry. 709seems to be always there on this kind of entry.
710 710
711If you have some good examples to add here, feel free to mail me. 711If you have some good examples to add here, feel free to mail me.
712 712
713 713
714=head1 EDITING BCD DATA STORES 714=head1 EDITING BCD STORES
715 715
716The C<edit> and C<parse> subcommands allow you to read a BCD data store 716The C<edit> and C<parse> subcommands allow you to read a BCD data store
717and modify it or extract data from it. This is done by executing a series 717and modify it or extract data from it. This is done by executing a series
718of "editing instructions" which are explained here. 718of "editing instructions" which are explained here.
719 719

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines