Data::HexDump::Range

Hexadecial Range Dumper with color, bitfields and skip ranges
Download

Data::HexDump::Range Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Nadim Khemir
  • Publisher web site:
  • http://search.cpan.org/~nkh/

Data::HexDump::Range Tags


Data::HexDump::Range Description

Hexadecial Range Dumper with color, bitfields and skip ranges Data::HexDump::Range is a Perl module that creates a dump from binary data and user defined range descriptions. The goal of this module is to create an easy to understand dump of binary data.This achieved through: * Highlighted (colors) dump that is easier to understand than a monochrome blob of hex data * Multiple rendering modes with different output formats * Bitfield rendering * Skipping uninterresting data * The possibility to describe complex structuresSYNOPSIS my $hdr = Data::HexDump::Range->new() ; print $hdr->dump(,], $data) ; print $hdr->dump('magic cookie, 12, red :image type, 2, green', $data) ; $hdr->gather(, $data) ; $hdr->gather(, $other_data) ; print $hdr->dump_gathered() ; $hdr->reset() ; Requirements: · Perl


Data::HexDump::Range Related Software