{"id":25635033,"url":"https://github.com/markkreel/elf-disassembler","last_synced_at":"2025-02-22T23:17:53.183Z","repository":{"id":278915639,"uuid":"934708425","full_name":"Markkreel/ELF-Disassembler","owner":"Markkreel","description":"ELF parser and disassembler written in C++.","archived":false,"fork":false,"pushed_at":"2025-02-22T13:51:08.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T14:36:30.274Z","etag":null,"topics":["assembly","cpp","disassembler","elf","elf-parser"],"latest_commit_sha":null,"homepage":"","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/Markkreel.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":"2025-02-18T09:26:57.000Z","updated_at":"2025-02-22T13:51:12.000Z","dependencies_parsed_at":"2025-02-22T14:46:33.031Z","dependency_job_id":null,"html_url":"https://github.com/Markkreel/ELF-Disassembler","commit_stats":null,"previous_names":["markkreel/elf-disassembler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markkreel%2FELF-Disassembler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markkreel%2FELF-Disassembler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markkreel%2FELF-Disassembler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markkreel%2FELF-Disassembler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Markkreel","download_url":"https://codeload.github.com/Markkreel/ELF-Disassembler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240245905,"owners_count":19771033,"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":["assembly","cpp","disassembler","elf","elf-parser"],"created_at":"2025-02-22T23:17:52.248Z","updated_at":"2025-02-22T23:17:53.176Z","avatar_url":"https://github.com/Markkreel.png","language":"C++","readme":"# ELF Parser \u0026 Disassembler\n\nA simple ELF file disassembler that reads executable files and converts machine code into human-readable assembly code.\n\n## Project Status\n\nCurrently in early development. The project can:\n\n- Parse ELF files\n- Extract the .text section (which contains the program code)\n\n## Prerequisites\n\n- C++ compiler with C++17 support\n- CMake (version 3.10 or higher)\n- libelf development package\n\n### Installing Prerequisites\n\nOn Ubuntu/Debian:\n\n```bash\nsudo apt-get install build-essential cmake libelf-dev\n```\n\n## Building the Project\n\n```bash\nmkdir build\ncd build\ncmake ..\nmake\n```\n\n## Usage\n\n```bash\n./disassembler \u003celf_file\u003e\n```\n\n### Project Structure\n\n```\ndisassembler/\n├── src/                   # Source code files\n│   ├── main.cpp           # Main entry point\n│   ├── elf_parser.cpp     # ELF file parsing code\n│   ├── elf_parser.h       # Header for ELF parser\n├── include/               # External library headers\n├── lib/                   # External libraries\n├── build/                 # Compiled binaries\n├── test/                  # Test files\n│   └── test_files/        # Sample ELF files for testing\n├── CMakeLists.txt         # Build configuration\n└── README.md              # Project documentation\n```\n\n**Last updated:** 22-02-2025 ⸺ **Last checked:** 22-05-2025\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkkreel%2Felf-disassembler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkkreel%2Felf-disassembler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkkreel%2Felf-disassembler/lists"}