{"id":15570996,"url":"https://github.com/netromdk/dispar","last_synced_at":"2025-07-01T08:05:16.187Z","repository":{"id":29082485,"uuid":"68308587","full_name":"netromdk/dispar","owner":"netromdk","description":"Dispar - Cross-platform Disassemling binary Parser","archived":false,"fork":false,"pushed_at":"2021-11-21T12:08:03.000Z","size":3914,"stargazers_count":20,"open_issues_count":6,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-09T17:05:12.731Z","etag":null,"topics":["binary-analysis","cmake","cpp17","cross-platform","disassembler","mach-o","parser","qt5","reverse-engineering"],"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/netromdk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-15T15:54:13.000Z","updated_at":"2024-07-13T15:20:27.000Z","dependencies_parsed_at":"2022-08-07T14:15:08.910Z","dependency_job_id":null,"html_url":"https://github.com/netromdk/dispar","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netromdk%2Fdispar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netromdk%2Fdispar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netromdk%2Fdispar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netromdk%2Fdispar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netromdk","download_url":"https://codeload.github.com/netromdk/dispar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248074976,"owners_count":21043490,"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":["binary-analysis","cmake","cpp17","cross-platform","disassembler","mach-o","parser","qt5","reverse-engineering"],"created_at":"2024-10-02T17:52:53.231Z","updated_at":"2025-04-09T17:05:18.741Z","avatar_url":"https://github.com/netromdk.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Test](https://github.com/netromdk/dispar/actions/workflows/test.yml/badge.svg)](https://github.com/netromdk/dispar/actions/)\n[![Clang Sanitizers](https://github.com/netromdk/dispar/actions/workflows/test-sanitizers.yml/badge.svg)](https://github.com/netromdk/dispar/actions/)\n[![CodeQL](https://github.com/netromdk/dispar/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/netromdk/dispar/security/code-scanning/)\n\n# dispar\nDispar is short for \"[Dis]assemling binary [Par]ser\" written in C++17. The whole concept of the project is to load binaries, like executables, libraries, core dumps etc., and do analysis of their structure and data; most notably their strings, symbols, and functions. Currently, it supports only 32+64 bit [Mach-O](https://en.wikipedia.org/wiki/Mach-O) binaries (including [universal binaries](https://en.wikipedia.org/wiki/Universal_binary)) but there are plans for supporting [ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) and [PE/PE+](https://en.wikipedia.org/wiki/Portable_Executable) later on.\n\n# Table of Contents\n* [Screenshots](#screenshots)\n* [Dependencies](#dependencies)\n  * [External](#external)\n  * [Internal](#internal)\n* [Building The Program](#building-the-program)\n* [Testing](#testing)\n* [Contributing](#contributing)\n* [Advanced Topics](#advanced-topics)\n\n# Screenshots\n![General usage](screenshots/general.png)\n\n![Disassembly editor](screenshots/disasm-editor.png)\n\n![Hex usage](screenshots/hex-editor.png)\n\n# Dependencies\nThere are both external and internal libraries and tools required to build and run this program.\n\n## External\n* CMake 3.12+\n* Qt 5.15+\n  * QtCore\n  * QtGui\n  * QtWidgets\n  * QtPrintSupport (macOS only)\n  * QtDBus (macOS and Linux)\n  * QtXcbQpa (Linux only)\n  * Arch-specific platform plugin: libqcocoa.dylib, qwindows.dll, or libqxcb.so\n  * Arch-specific platform style: libqmacstyle.dylib, qwindowsvistastyle.dll\n* Clang, llvm-profdata, and llvm-cov 4+ (for code coverage)\n* Clang, scan-build 4+ (for static analysis)\n\n## Internal\nLocated in the [lib](lib) folder:\n* [Capstone](https://github.com/aquynh/capstone) (disassembler)\n* [libiberty](https://github.com/gcc-mirror/gcc/tree/master/libiberty) (demangling)\n\n# Building The Program\n```\n% ./init_repo.sh        # Only needed after first git clone!\n% mkdir build\n% cd build\n% cmake ..\n% make\n```\n\nThis will create the dispar executable in \"./bin/\".\n\n**NOTE: In the following all cmake invocations assume they're being run from the \"./build\" folder!**\n\n# Testing\nA suite of software tests can be run like this:\n```\n% cmake -DBUILD_TESTS=ON .\n% make\n% ctest\n```\n\n# Contributing\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n# Advanced Topics\nSee [ADVANCED.md](ADVANCED.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetromdk%2Fdispar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetromdk%2Fdispar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetromdk%2Fdispar/lists"}