⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vbindiff.pod.tt

📁 vbindiff-3.0_beta4.tar.gz是一个linux下二进制比较工具
💻 TT
字号:
[% # $Id: vbindiff.pod.tt 4759 2008-07-26 03:19:24Z cjm $ %][% IF Win32 %]   | perl maketxt.pl ../VBinDiff.txt[% ELSE %]   | pod2man --center="Christopher J. Madsen" --release="VBinDiff [% version %]" --name=VBINDIFF - ../vbindiff.1[% END %]----------------------------------------------------------------------=head1 NAME[% IF Win32 AND !HTML %] ===============================================================================[% PERL %]# Generate title line:# VBinDiff                  Visual Binary Diff 0.xx                 DD-Mmm-YYYYuse Date::Format 'time2str';my $line   = 'VBinDiff';my $center = sprintf '%s %s', $stash->get('name'), $stash->get('version');my $date   = time2str('%e-%b-%Y', time);$line .= (' ' x (int((79 - length $center) / 2) - length $line)) . $center;$line .= (' ' x (79 - length($line) - length($date))) . $date . "\n";print $line[% END %] ===============================================================================                                      Copyright 1995-2008 Christopher J. Madsen[% ELSE %]vbindiff - hexadecimal file display and comparison[% END %]=head1 SYNOPSISB<vbindiff> I<file1> [ I<file2> ]=head1 DESCRIPTIONVisual Binary Diff (VBinDiff) displays files in hexadecimal and ASCII(or EBCDIC).  It can also display two files at once, and highlightthe differences between them.  Unlike B<diff>, it works well withlarge files (up to 4 GB).=head2 Viewing files Movement Keys ------------- Up      Move one line (16 bytes) towards the beginning of the file Down    Move one line (16 bytes) towards the end of the file Left    Move one byte towards the beginning of the file Right   Move one byte towards the end of the file PageUp  Move one page towards the beginning of the file PageDn  Move one page towards the end of the file Home    Move to the beginning of the file End     Move to the end of the (shorter) file F       Search for a string or byte sequence G       Move to a specified file positionWhen displaying two files, both files move together.  If bytes havebeen added or removed in one of the files, you can adjust thecomparison by moving just one of the files.[% IF Win32 %]Holding down Alt while using the movement keys will scroll only thebottom file.  Holding down Ctrl will scroll only the top file.[% ELSE %]To move only the top file, press C<T>.  To move only the bottom file,press C<B>.  To return to moving both files, press the same key again.(The window at the bottom of the screen will indicate when you aremoving only one file.)[% END %] Other Keys ---------- Enter  Move to the next difference between the files Space  (same as Enter) C      Toggle between ASCII and EBCDIC display E      Edit currently displayed section of file Esc    Exit VBinDiff Q      Exit VBinDiffThe C<Enter> key will advance to the next difference between the files(after those already displayed on the screen).  If there are no moredifferences, it moves to the end.=head2 Line editorThe line editor is used to enter search strings and file positions.It uses the basic Emacs-style editing keys. Keys ----------------- Ctrl-B, Left       Move the cursor one character left Ctrl-F, Right      Move the cursor one character right Ctrl-A, Home       Move to the beginning of the line Ctrl-E, End        Move to the end of the line Ctrl-P, Up         Move up in input history Ctrl-N, Down       Move down in input history Ctrl-H, Backspace  Delete the character to the left Ctrl-D, Delete     Delete the character under the cursor Ctrl-K             Delete from cursor to end of line Insert             Toggle between insert & overstrike mode Enter              Finished entering text Esc                Abort the operation=head2 Editing filesYou can press C<E> to edit the current file.  When displaying twofiles, this edits the one in the top window[% IF Win32 %].  Press C<Alt+E> to edit the file in the bottom window.[% ELSE %], unless you are in "move bottom" mode.[% END %]When editing, you can move the cursor around with the arrow keys.  UseTAB to switch between entering hexadecimal or ASCII (or EBCDIC)characters.  Press the Esc key when you are done.  You will be giventhe choice to save or discard your changes then.If you are displaying two files, you can use the Enter key to copy abyte from the other file into the one you are editing.You cannot scroll through the file while editing, although you cansave your changes and then move to a different part of the file.Also, you cannot insert or delete bytes, only change them.=head1 OPTIONS -L, --license   Display license information for vbindiff -V, --version   Display the version number     --help      Display help information=head1 BUGSDoes not work properly with files over 4 gigabytes.  It should beable to view the first 4 gigabytes ok, but the display only has roomfor 8 hex digits of file position, and the Goto box is also limited to8 digits.=head1 LICENSEVBinDiff is free software; you can redistribute it and/or modify itunder the terms of the GNU General Public License as published by theFree Software Foundation; either version 2 of the License, or (at youroption) any later version.VBinDiff is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNUGeneral Public License for more details.You should have received a copy of the GNU General Public Licensealong with VBinDiff (see the file COPYING[% '.txt' IF Win32 %]); ifnot, see L<http://www.gnu.org/licenses/>.=head1 AUTHORChristopher J. Madsen <vbindiff .at. cjmweb.net>L<http://www.cjmweb.net/vbindiff/>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -