• Stars
    star
    464
  • Rank 92,336 (Top 2 %)
  • Language
    C++
  • Created over 11 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Visual Binary Diff (VBinDiff) displays files in hex & ASCII and can highlight the differences between 2 files

VBinDiff - Visual Binary Diff

Visual Binary Diff (VBinDiff) displays files in hexadecimal and ASCII (or EBCDIC). It can also display two files at once, and highlight the differences between them. Unlike diff, it works well with large files (up to 4 GB).

VBinDiff was inspired by the Compare Files function of the ProSel utilities by Glen Bredon, for the Apple II. When I couldn't find a similar utility for the PC, I wrote it myself.

The single-file mode was inspired by the LIST utility of 4DOS and friends. While less provides a good line-oriented display, it has no equivalent to LIST's hex display. (True, you can pipe the file through hexdump, but that's incredibly inefficient on multi-gigabyte files.)

Working with This Repository

This repository uses a submodule to pull in my Free GetOpt package, which makes it a bit trickier to get started with than the average Git repository. Here's how to get started.

  1. Clone this repository and cd into it.
  2. Run git submodule update --init
  3. If you're working on a Unix system, run autoreconf -i

Now you're ready to use the normal ./configure && make process on Unix, or open win32/vbindiff.dsw on Windows.

To build the documentation, you'll also need Perl, Date::Format, and Template-Toolkit. For Windows, I recommend Strawberry Perl, which comes with the necessary modules. On Unix, your distro may have packages, or you can install from CPAN. Package names for some distros are:

  • Arch Linux: perl perl-template-toolkit perl-timedate
  • Gentoo Linux: dev-lang/perl dev-perl/Template-Toolkit dev-perl/TimeDate
  • Ubuntu: perl libtemplate-perl libtimedate-perl

If you're developing on Unix, I suggest you also cp -a tools/post-commit .git/hooks/. That hook will touch configure.ac after each commit that modifies it, causing configure to be regenerated and making AC_REVISION reflect the new commit.

Copyright and License

Visual Binary Diff is copyright 1995-2013 by Christopher J. Madsen

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

More Repositories

1

free-getopt

Free GetOpt is a C++ class for parsing command line arguments.
C++
9
star
2

HTML-Tree

HTML tree handling modules for Perl
Perl
7
star
3

dist-zilla-plugins-cjm

CJM's plugins for Dist::Zilla
Perl
7
star
4

cpan-once-a-week

Tracking Seinfeld chains for CPAN authors
Perl
6
star
5

dirhistory

Shared Bash directory history for Linux & Cygwin
C++
5
star
6

io-html

Perl module that opens a file and performs automatic charset detection
Perl
3
star
7

perl-libA2

Utilities and Perl modules to access files on Apple II disk images
Perl
3
star
8

webservice-google-voice-sendsms

Perl module that allows you to send SMS messages using your Google Voice account.
Perl
2
star
9

finance-qbxml

Perl module to read & write QuickBooks qbXML
Perl
2
star
10

text-wrapper

Perl module that provides simple word wrapping
Perl
2
star
11

win32-ipc

Perl modules to access Win32 synchronization objects
Perl
2
star
12

datetime-format-xmltv

Perl module that understands the datetime format used by XMLTV
Perl
2
star
13

finance-qbxml-qboe

Perl module to interface with QuickBooks Online Edition
Perl
2
star
14

msdos-attrib

Perl module to get or set MS-DOS file attributes under OS/2 or Win32
Perl
2
star
15

moosex-attributetree

Perl module to let Moose objects inherit attribute values like HTML+CSS does
Perl
2
star
16

postscript-report

Perl module to produce formatted reports in PostScript
Perl
2
star
17

psgml-html-mode

Support for editing HTML in Emacs with PSGML
Emacs Lisp
2
star
18

webservice-nfsn

Perl module providing access to NearlyFreeSpeech.NET's member API
Perl
2
star
19

postscript-graph

Perl modules for adding graphs to PostScript files
Perl
1
star
20

media-libmtp

Perl module to manipulate a media device using libmtp
Perl
1
star
21

dist-zilla-plugin-podloom

Dist::Zilla plugin to process module documentation through Pod::Loom
Perl
1
star
22

tie-cphash

Perl module providing a case preserving but case insensitive hash
Perl
1
star
23

dist-zilla-plugin-matchmanifest

Dist::Zilla plugin to verify & maintain MANIFEST
Perl
1
star
24

datetimex-seinfeld

Perl module that calculates Seinfeld chains
Perl
1
star
25

postscript-file

Perl module for creating Adobe PostScript files
Perl
1
star
26

html-embellish

Perl module to add typographical enhancements to HTML text
Perl
1
star
27

ParseXS-ExtUtils-Constant-bug

Minimal example of a bug I'm trying to figure out
C
1
star
28

dist-zilla-pluginbundle-cjm

Dist::Zilla configuration used by CJM
Perl
1
star
29

pod-loom

Perl module to weave pseudo-POD into real POD
Perl
1
star
30

getopt-mixed

Perl module that provides GNU-style option processing for Perl 5 scripts
Perl
1
star
31

postscript-schedulegrid

Perl module that creates a printable schedule of events in a grid
Perl 6
1
star
32

Palm-PDB

Perl 5 modules for reading, manipulating, and writing PalmOS .pdb and .prc database files
Perl
1
star
33

msdos-descript

Perl module that provides access to 4DOS style DESCRIPT.ION files
Perl
1
star
34

cpan-once-a-week-data

Data files for the CPAN β€œOnce a Week, Every Week” Contest
Perl
1
star
35

media-libmtp-api

Perl module that provides a low-level interface to libmtp
C
1
star
36

texinfo-menus

Perl module that updates the menus and node links in a Texinfo file
Perl
1
star
37

postscript-convert

Perl module to use Ghostscript to convert PostScript to other formats
Perl
1
star
38

pod-plugincatalog

Perl module that aids in formatting a tag-based catalog of plugins
Perl
1
star
39

pod-elemental-makeselector

Perl module for creating Pod::Elemental selectors
Perl
1
star
40

apache2-httpequiv

mod_perl 2 PerlFixupHandler for <meta http-equiv=...>
Perl
1
star
41

postscript-calendar

Generate a monthly calendar in PostScript
Perl
1
star
42

yapc2010-postscript-report

My slides for my YAPC::NA 2010 talk
Perl
1
star
43

malyon-v1.1

Malyon is a Z-code interpreter for Emacs that can play .z3, .z5 and .z8 story files
Emacs Lisp
1
star
44

win32-setupsup

Perl module to remote control other Windows programs
C++
1
star
45

postscript-schedulegrid-xmltv

Perl module that uses PostScript::ScheduleGrid & XMLTV to create printable TV listings
Perl
1
star
46

module-build-distversion

Obsolete Perl module to copy version numbers to secondary locations
Perl
1
star
47

zzz-testing-issue-system

I'm just testing the GitHub Issues system to see if I like it
1
star
48

pod-weaver-section-allowoverride

Plugin for Pod::Weaver allowing you to override a section normally provided by Pod::Weaver
Perl
1
star