Willy-JL 4af5f3d5a7 Add hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer пре 1 година
..
.github_disabled_actions 4af5f3d5a7 Add hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer пре 1 година
helpers 4af5f3d5a7 Add hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer пре 1 година
icons 4af5f3d5a7 Add hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer пре 1 година
img 4af5f3d5a7 Add hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer пре 1 година
scenes 4af5f3d5a7 Add hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer пре 1 година
views 4af5f3d5a7 Add hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer пре 1 година
.gitignore 4af5f3d5a7 Add hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer пре 1 година
.gitsubtree 4af5f3d5a7 Add hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer пре 1 година
LICENSE 4af5f3d5a7 Add hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer пре 1 година
README.md 4af5f3d5a7 Add hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer пре 1 година
application.fam 4af5f3d5a7 Add hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer пре 1 година
hex_viewer.c 4af5f3d5a7 Add hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer пре 1 година
hex_viewer.h 4af5f3d5a7 Add hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer пре 1 година

README.md

#️⃣ Hex Viewer

Hex Viewer application for Flipper Zero!
The app allows you to view various files as HEX

Some facts:

  • Written with pure C in a very simple and effective manner
  • Tested on files up to 16Mb
  • Very effective: calls canvas_draw_str 8 times during repaint and that's almost it
  • Can also view text representation of bytes (makes it kinda poor man's text viewer)
  • Has "Scroll to ..." feature which allows you to jump to any percent of file

Feel free to send PRs!

Useful links: