{"id":16310675,"url":"https://github.com/nkh/p5-data-hexdump-range","last_synced_at":"2026-06-18T20:32:06.338Z","repository":{"id":140780756,"uuid":"1821727","full_name":"nkh/P5-Data-HexDump-Range","owner":"nkh","description":"Hexadecimal range dumper with colorization, bitfieds and skip ranges","archived":false,"fork":false,"pushed_at":"2023-08-21T10:24:11.000Z","size":344,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-03T23:25:07.620Z","etag":null,"topics":["bitfieds","color","hexdump","range"],"latest_commit_sha":null,"homepage":"http://search.cpan.org/~nkh/","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nkh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-05-30T14:13:00.000Z","updated_at":"2023-09-08T05:27:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"526a396d-7a11-4bb6-afa7-3e573a4dc221","html_url":"https://github.com/nkh/P5-Data-HexDump-Range","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nkh/P5-Data-HexDump-Range","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkh%2FP5-Data-HexDump-Range","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkh%2FP5-Data-HexDump-Range/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkh%2FP5-Data-HexDump-Range/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkh%2FP5-Data-HexDump-Range/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nkh","download_url":"https://codeload.github.com/nkh/P5-Data-HexDump-Range/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkh%2FP5-Data-HexDump-Range/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34507155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitfieds","color","hexdump","range"],"created_at":"2024-10-10T21:42:44.038Z","updated_at":"2026-06-18T20:32:06.302Z","avatar_url":"https://github.com/nkh.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\n    hdr - Hexadecial Range Dumper, with bitfields, skip ranges, colors and scripting\n\n![screenshot](https://github.com/nkh/P5-Data-HexDump-Range/blob/master/docs/hdr.png)\n\n# USAGE\n\n     $\u003e hdr -r range_definitions file_to_dump\n \n     $\u003e hdr file_to_dump -r 'cookie,10,yellow :padding,8 :size,4:data,100' -o ver\n\n    The integer part can of a range definition and offset values can be hexadecimal value starting with *0x*\n\n# RANGE DEFINITION\n\n                      format                          range example\n\n      normal range =\u003e integer                         header, 4, bright_blue\n      comment      =\u003e #                               data section start, # \n      extra header =\u003e @                               header, @, red \n      bitfield     =\u003e [XInteger][xInteger]bInteger    bitfield, X2x4b4 (offset: X byte, x bit)\n      skip range   =\u003e XInteger                        boring, X256,, your comment\n\n# OPTIONS\n\n    Options can be given before or after the name of the file to dump.\n\n     range_description|r              file name containing a description\n                                      or a string description formated as:\n                                          'name,size,color:name,size:name,size:...'\n\n     -                                read data from stdin\n \n     dump_original_range_description  dump the un-processed range descriptions\n     dump_range_description           dump the processed range descriptions\n\n     offset                           position in the data where to start dumping\n     offset_start                     value added to the offset before display\n \n     maximum_size                     amount of data to dump\n \n     orientation|o                    'horizontal' or 'vertical'\n     display_column_names|col         display columns names\n     display_ruler|rul                display horizontal ruler\n     format|f                         'ANSI' or 'ASCII' or 'HTML' \n     display_command_line             make the command line part of the output\n \n     color                            'cycle', 'no_cycle', or 'bw'\n     colors                           file containing custom colors\n     start_color                      name of the first random color to use\n     start_tag/end_tag                text that is output before and after the dump\n                                           see L\u003chdr_examples.pod\u003e\n \n     data_width|w                     number of bytes per dump line\n \n     offset_format                    'hex' or 'dec' \n     display_offset                   0 == no the offset display\n     display_cumulative_offset        0 == no cumulative offset display\n     display_zero_size_range          0 == no display of range with size 0\n     display_zero_size_range_warning  0 == no warnings about ranges with size 0\n     display_comment_range            0 == no comment range display \n \n     display_range_name               1 == display of the range name\n     maximum_range_name_size          truncate range name if longer\n     display_range_size               1 == prepend the range size to the name\n \n     display_hex_dump                 1 == display hexadecimal dump column\n     display_hexascii_dump            1 == display vombined HEX and ASCII dump column\n     display_dec_dump                 1 == display decimal dump column\n     display_ascii_dump               1 == display ASCII dump column\n     display_user_information         1 == display user information columns\n     maximum_user_information_size    truncate user information if longer\n \n     display_bitfields                1 == display bitfields\n     display_source                   1 == display source for bitfields \n     maximum_bitfield_source_size     truncate bitfield source name if longer\n \n     bit_zero_on_left                 1 == bit index zero is on the left\n\n     h|help                           display this scripts help page\n     generate_completion_script|bash  generates a completion script on STDOUT\n\nEXAMPLES\n\n     see *scripts/hdr_examples\n\nEXIT STATUS\n\nNon zero if an error occured.\n\n# INSTALLATION\n\nTo install this module type the following:\n\n   perl Build.PL\n   ./Build\n   ./Build test\n   ./Build install\n\nAUTHOR\n\n     Nadim ibn hamouda el Khemir\n     CPAN ID: NKH\n     mailto: nkh@cpan.org\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnkh%2Fp5-data-hexdump-range","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnkh%2Fp5-data-hexdump-range","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnkh%2Fp5-data-hexdump-range/lists"}