BinEd is a somewhat modular but currently pretty basic hex editor written in Java available as library, Swing standalone app, Android material app as well as a plugins for various java based IDEs.
It's small open source (Apache license) project - feel free to suggest a contribution or choose from the list of topics/tasks or from features or concepts on the project website.
#BinEd Hex Editor
5 messages · Page 1 of 1 (latest)
List of some tasks from todo list that could be worked on:
Desktop app: https://github.com/exbin/bined/issues/4
Android app: https://github.com/exbin/bined-android/issues/3
GitHub
If you wish to contribute to this project you can suggest scope / task and discuss it / request issue creation on the project's discord or via email [email protected] Example tasks from TO...
GitHub
If you wish to contribute to this project you can suggest scope / task and discuss it / request issue creation on the project's discord or via email [email protected] Example tasks from TO...
Hello @split ruin , I would like to work on this and have commented on the issue in your repository.
I'll be solving "Improve search: results list, progress bar, patterns matching, regular expressions" issue.
Before: BinEd had only simple text/hex search + highlight of current match.
After you assign me:
✅ Multiple results at once (list panel)
✅ Background search with progress bar
✅ Cancel button
✅ Regex support
✅ Hex pattern search with wildcards
✅ Click-to-jump navigation
Hi and thanks for your interest in the project. I have created issues - to assign them to you, please write a comment into each of then, so that github will allow me change assignment. Let me know if you need any assistance.
I have submitted my work. Pls let me know if any changes required in any of the provided files.