Popular and well-maintained. A little polish away from elite status.
๐ A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
Documentation
89
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
Licensed under GPL-2.0.
Engineering
69
No dependency lockfile found (โ70 pts).
โ Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.
CI is configured (.github/workflows/build.yml).
Test files detected (lib/libimhex/include/hex/test).
Linter or formatter configured (lib/third_party/imgui/imgui_test_engine/include/thirdparty/Str/.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (plugins/script_loader/support/dotnet/AssemblyLoader/AssemblyLoader.csproj).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository files26 root entries
- .githubGood: CI is configured (.github/workflows/build.yml).Good: Issue or PR templates present.
- cmake
- distGood: Environment pinned via dist/AppImage/Dockerfile.
- libGood: Test files detected (lib/libimhex/include/hex/test).Good: Linter or formatter configured (lib/third_party/imgui/imgui_test_engine/include/thirdparty/Str/.editorconfig).
- main
- pluginsGood: Dependency manifest found (plugins/script_loader/support/dotnet/AssemblyLoader/AssemblyLoader.csproj).
- resources
- tests
- .clang-tidy
- .dockerignore
- .gdbinit
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitmodules
- changelog.md
- CMakeLists.txt
- CMakePresets.json
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (โ8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (โ8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (โ5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- INSTALL.md
- LICENSEGood: Licensed under GPL-2.0.
- PLUGINS.md
- PRIVACY.md
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (โ15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.
- VERSION