#BinEd Hex Editor

5 messages · Page 1 of 1 (latest)

split ruin
#

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.

https://github.com/exbin/bined

GitHub

BinEd Binary/Hex Editor. Contribute to exbin/bined development by creating an account on GitHub.

split ruin
#

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...

stable rune
#

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

split ruin
stable rune