We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868d254 commit b181693Copy full SHA for b181693
README.md
@@ -0,0 +1,15 @@
1
+# #️⃣ Hex Viewer
2
+
3
+Hex Viewer application for Flipper Zero!
4
+The app allows you to view various files as HEX
5
6
+**Some facts**:
7
+- Written with pure C in a very simple and effective manner
8
+- Tested on files up to 16Mb
9
+- Very effective: calls `canvas_draw_str` 8 times during repaint and that's almost it
10
+- Can also view text representation of bytes (makes it kinda poor man's text viewer)
11
+- Has "Scroll to ..." feature which allows you to jump to any percent of file
12
13
+Feel free to send PRs!
14
15
+App URL: https://lab.flipper.net/apps/hex_viewer
0 commit comments