{"id":21360619,"url":"https://github.com/merces/hdump","last_synced_at":"2025-07-13T02:31:35.429Z","repository":{"id":2483582,"uuid":"3457073","full_name":"merces/hdump","owner":"merces","description":"Fast, simple and portable hexadecimal/ASCII dumper","archived":false,"fork":false,"pushed_at":"2022-11-18T16:57:03.000Z","size":23,"stargazers_count":63,"open_issues_count":6,"forks_count":46,"subscribers_count":21,"default_branch":"master","last_synced_at":"2023-03-22T16:37:01.694Z","etag":null,"topics":["cli","hexdumper"],"latest_commit_sha":null,"homepage":"https://sourceforge.net/projects/hdump/","language":"C","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/merces.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-16T04:51:15.000Z","updated_at":"2022-11-28T00:08:44.000Z","dependencies_parsed_at":"2023-01-11T16:10:25.825Z","dependency_job_id":null,"html_url":"https://github.com/merces/hdump","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merces%2Fhdump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merces%2Fhdump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merces%2Fhdump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merces%2Fhdump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/merces","download_url":"https://codeload.github.com/merces/hdump/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225850200,"owners_count":17534062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cli","hexdumper"],"created_at":"2024-11-22T05:35:31.575Z","updated_at":"2024-11-22T05:35:32.205Z","avatar_url":"https://github.com/merces.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hdump\n____________________________________________________\n\n#### Fast, simple and portable hexadecimal/ASCII dumper written in ANSI C.\n\n### 1. Build\n    $ make\n\n### 3. Install\n    # make install\n\n### 3. Usage\n    $ hdump [-c columns] [-s skip] [-n length] file\n\n    OPTIONS\n     -c   : number of columns to use before breaking the line (default: 16)\n     -s   : number of bytes to skip / starting byte\n     -n   : number of bytes to read / maximum number of bytes to print\n     -v   : show version and author banner\n     -h   : show usage\n\nPrefixing numbers with '0x' makes hdump use them as hexadecimal.\n\n### 4. Examples\n\nPrints the first 16 bytes of /bin/ls file:\n\n    $ hdump -n 16 /bin/ls\n    $ hdump -n 0x10 /bin/ls\n\nStart at byte 0xff and prints a maximum of 32 bytes:\n\n    $ hdump -s 0xff -n 32 /bin/ls\n\n### 5. Uninstall\n    # make uninstall\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerces%2Fhdump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerces%2Fhdump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerces%2Fhdump/lists"}