EnglishFrenchSpanish

OnWorks favicon

colorize - Online in the Cloud

Run colorize in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command colorize that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


forensics-colorize - show differences between files using color graphics

SYNOPSIS


filecompare [-b size[bkmgpe]] [-Vh] FILE1 FILE2

colorize [-h|-V] [-w <num>] [-ovd] FILES

DESCRIPTION


forensics-colorize is a set of tools to visually compare large files, as filesystem
images, creating graphics of them. It is intuitive because the produced graphics provide a
quick and perfect sense about the percentage of changes between two files.

Comparing large textual files using a simple diff can produce a very big result in lines,
causing confusion. On the other hand, diff is improper to compare binary files.

forensics-colorize uses two command line programs: filecompare and colorize. The
filecompare command is used to create a special and auxiliary input file for colorize. The
colorize command will generate an intuitive graphic that will make easier to perceive the
level of changes between the files. In other words, you can use the filecompare command to
generate a graphic to be analyzed by colorize command.

OPTIONS FOR FILECOMPARE


-b Set block size with optional suffix b, k, m, g, p, or e. Note that the program will
output at least one complete block. Make sure that you have enough disk space!

-t Use transitional colors instead of default red or green.

-V Display version number and exit.

-h Display this help message.

OPTIONS FOR COLORIZE


-d Change direction data flows. Default is down or right.

-o Change image orientation. Default is vertical.

-v Verbose mode.

-w Set output image width, defaults to 100.

-V Display version number and exit.

-h Display this help message and exit.

EXAMPLES


To generate an initial graphic between 'test1' and 'test2' files to be analyzed by
colorize:

$ filecompare test1 test2 > test.fc

To analyze the result:

$ colorize test.fc

The last command will generate the test.fc.bmp file. You can open it using a trivial image
viewer, as sxiv or similar. If using default parameters for the both commands (filecompare
and colorize), unchanged parts will be shown as green and changed parts will be colorized
with red.

To get larger or smaller final graphics, use the -b option for the 'filecompare' command.
As an example, the following command will produce a result greater than the default:

$ filecompare -b 64 test1 test2 > test.fc

NOTE


In most cases, the default block size is the same of the logical disk sector value (now a
days, 512 bytes). Try 'fdisk -l' or 'gdisk -l /dev/<disk>' to find the right value.

Use colorize online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 2
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • 3
    Xtreme Download Manager
    Xtreme Download Manager
    The project has a new home now:
    https://xtremedownloadmanager.com/ For
    developers:
    https://github.com/subhra74/xdm Xtreme
    Download Manager is a powerful tool t...
    Download Xtreme Download Manager
  • 4
    TTGO VGA32 Lite
    TTGO VGA32 Lite
    Features:4:3 and 16:9 low resolution
    VGA outputPS/2 keyboard and mouse
    inputText-based user interface (TUI)
    with dialog managerPartial Unicode
    supportSlave dis...
    Download TTGO VGA32 Lite
  • 5
    Clover EFI bootloader
    Clover EFI bootloader
    Project has moved to
    https://github.com/CloverHackyColor/CloverBootloader..
    Features:Boot macOS, Windows, and Linux
    in UEFI or legacy mode on Mac or PC with
    UE...
    Download Clover EFI bootloader
  • 6
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • More »

Linux commands

Ad