{"id":28964502,"url":"https://github.com/lina-torovoltas/random-dumpgen","last_synced_at":"2025-07-02T08:33:40.157Z","repository":{"id":300425406,"uuid":"1006125363","full_name":"lina-torovoltas/Random-DumpGen","owner":"lina-torovoltas","description":"Random dump generator in hex and oct format","archived":false,"fork":false,"pushed_at":"2025-06-21T15:44:44.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-21T16:34:25.763Z","etag":null,"topics":["c","dump","generator","hex","oct"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lina-torovoltas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-06-21T14:51:31.000Z","updated_at":"2025-06-21T15:44:47.000Z","dependencies_parsed_at":"2025-06-21T16:34:27.486Z","dependency_job_id":null,"html_url":"https://github.com/lina-torovoltas/Random-DumpGen","commit_stats":null,"previous_names":["lina-torovoltas/random-dumpgen"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lina-torovoltas/Random-DumpGen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lina-torovoltas%2FRandom-DumpGen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lina-torovoltas%2FRandom-DumpGen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lina-torovoltas%2FRandom-DumpGen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lina-torovoltas%2FRandom-DumpGen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lina-torovoltas","download_url":"https://codeload.github.com/lina-torovoltas/Random-DumpGen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lina-torovoltas%2FRandom-DumpGen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261611074,"owners_count":23184020,"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":["c","dump","generator","hex","oct"],"created_at":"2025-06-24T05:06:33.428Z","updated_at":"2025-06-24T05:06:36.204Z","avatar_url":"https://github.com/lina-torovoltas.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random-DumpGen\n![Language](https://img.shields.io/badge/language%20-%20C-blue)\n![License](https://img.shields.io/github/license/lina-torovoltas/Random-DumpGen)\n![GitHub release](https://img.shields.io/github/v/release/lina-torovoltas/Random-DumpGen)\n![Downloads](https://img.shields.io/github/downloads/lina-torovoltas/Random-DumpGen/total)\u003c/br\u003e\n\nRandom dump generator in hexadecimal and octal format.\n\n\n## Usage\n\nTo generate a hexadecimal dump:\n```bash\n  $ ./rdumpgen -hex\n  Enter the number of lines: 10\n  Enter the number of rows per line: 5\n  File dump.txt has been successfully generated in hexadecimal format.\n\n  $ cat dump.txt\n  00000000 3A 1F A7 09 4C\n  00000001 00 FF 23 88 7E\n  ...\n```\n\nEach line begins with an 8-digit hexadecimal address.\u003c/br\u003e\nFollowed by N random bytes (`00`–`FF`) in uppercase hex.\u003c/br\u003e\nMaximum allowed lines: **4,294,967,296 (2³²)**\u003c/br\u003e\n\nTo generate a octal dump:\n\n```bash\n  $ ./rdumpgen -oct\n  Enter the number of lines: 10\n  Enter the number of rows per line: 5\n  File dump.txt has been successfully generated in octal format.\n\n  $ cat dump.txt\n  0000 12 33 07 55 60\n  0001 03 11 02 71 17\n  ...\n```\n\nEach line starts with a 4-digit octal address.\u003c/br\u003e\nFollowed by N random values in octal (`00`–`77`).\u003c/br\u003e\nMaximum allowed lines: **4096**\u003c/br\u003e\n\n\n## Dependencies\n\n- `make` utility for building\n- `gcc` utility for compiling C\n\n\n## Building\n\n1. Clone the repository.\n2. Navigate to the project folder.\n3. Build using `make`:\n    ```bash\n    $ make\n    ```\n4. Run:\n    ```bash\n    $ ./build/dumpgen -hex\n    ```\n\n\n## Contributing\n\nContributions are welcome!\u003c/br\u003e\nFeel free to open pull requests to improve the project.\n\n\n## Author\n\nDeveloped by \u003ca href=\"https://github.com/lina-torovoltas\" style=\"color:#ff4f00\"\u003eLina Torovoltas\u003c/a\u003e — © 2025 All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flina-torovoltas%2Frandom-dumpgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flina-torovoltas%2Frandom-dumpgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flina-torovoltas%2Frandom-dumpgen/lists"}