Sen descrición

Roman Shchekin fe702fdf06 fix: "percent" -> "percentage" %!s(int64=2) %!d(string=hai) anos
.github 74738228cf feat: Initial commit to the new structure %!s(int64=3) %!d(string=hai) anos
helpers c4a9ff4e33 fixes for ufbt %!s(int64=2) %!d(string=hai) anos
icons e31c716f5e feat: png -> bmp %!s(int64=2) %!d(string=hai) anos
img bf8aac7f4b feat: added two screenshots %!s(int64=2) %!d(string=hai) anos
scenes fe702fdf06 fix: "percent" -> "percentage" %!s(int64=2) %!d(string=hai) anos
views 6b43606526 refactor: Massive rename and cleanup %!s(int64=2) %!d(string=hai) anos
.gitignore c4a9ff4e33 fixes for ufbt %!s(int64=2) %!d(string=hai) anos
LICENSE 2fd91311cf Initial commit %!s(int64=3) %!d(string=hai) anos
README.md b18169384d Create README.md %!s(int64=2) %!d(string=hai) anos
application.fam 868d254516 feat: added few fields to manifest %!s(int64=2) %!d(string=hai) anos
hex_viewer.c 6b43606526 refactor: Massive rename and cleanup %!s(int64=2) %!d(string=hai) anos
hex_viewer.h b982fa50a3 feat: Removed unused icons %!s(int64=2) %!d(string=hai) anos

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!

App URL: https://lab.flipper.net/apps/hex_viewer