You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tool that helps to analyse and document binary data file formats. It also allows to edit values and write back changes.
3
+
A tool that helps to analyse and document binary data files/formats. It can also be used to edit values and write back changes, just like a regular hex-editor but does not allow to insert or delete bytes.
4
+
All UI controls of this application are custom-made for fast rendering and style.
@@ -35,12 +36,15 @@ The font in use is called [Pixel Operator](http://www.dafont.com/de/pixel-operat
35
36
If you are interested in a release download, here is the latest public release (might be some subversions behind): [Binmap Release](https://github.com/movAX13h/Binmap/releases/latest)
36
37
37
38
### Todo
38
-
- continue search with F3
39
39
- TextInput text range selection (mouse and keyboard), handle longer texts
40
40
- Scrollbar track click
41
41
- view for multiple bytes combined as int, float, double, ...
42
42
43
43
### Changelog
44
+
- v1.5 - 2017-05-22
45
+
- F3 to repeat search (scrolls to next result till end of file is reached)
46
+
- welcome screen shader
47
+
44
48
- v1.4 - 2017-05-16
45
49
- added goto address panel (scrolls list to address) with format switch (hex/dec)
0 commit comments