From 8f10bf0b33f2c14418c9344de1ba05af9335555e Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Thu, 24 Nov 2022 03:59:44 -0500 Subject: [PATCH] hex docs --- applications/plugins/hex_viewer/LICENSE | 21 ++++++++++++++++++++ applications/plugins/hex_viewer/README.md | 7 +++++++ applications/plugins/hex_viewer/hex_viewer.c | 1 + 3 files changed, 29 insertions(+) create mode 100644 applications/plugins/hex_viewer/LICENSE create mode 100644 applications/plugins/hex_viewer/README.md diff --git a/applications/plugins/hex_viewer/LICENSE b/applications/plugins/hex_viewer/LICENSE new file mode 100644 index 000000000..69004dc62 --- /dev/null +++ b/applications/plugins/hex_viewer/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Roman Shchekin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/applications/plugins/hex_viewer/README.md b/applications/plugins/hex_viewer/README.md new file mode 100644 index 000000000..35f15a5d5 --- /dev/null +++ b/applications/plugins/hex_viewer/README.md @@ -0,0 +1,7 @@ +# flipper-zero-hex-viewer + +Hex Viewer application for Flipper Zero! + +![Hex Viewer app!](https://habrastorage.org/r/w1560/getpro/habr/upload_files/46e/28a/d97/46e28ad973d144b123a4ce513c895d18.png) + +[Link to FAP](https://nightly.link/QtRoS/flipper-zero-hex-viewer/actions/artifacts/448677581.zip) diff --git a/applications/plugins/hex_viewer/hex_viewer.c b/applications/plugins/hex_viewer/hex_viewer.c index 2369bf990..5289c8654 100644 --- a/applications/plugins/hex_viewer/hex_viewer.c +++ b/applications/plugins/hex_viewer/hex_viewer.c @@ -5,6 +5,7 @@ #include #include #include + #include #include #include