From 442bf61b56602134d26de93421e720d5e3ae5723 Mon Sep 17 00:00:00 2001 From: HappyZ Date: Tue, 24 Jul 2018 22:05:50 -0700 Subject: [PATCH] init --- README.md | 21 +++++++++++++++++++++ fw_updater_packer_unpacker/.gitignore | 4 ++++ fw_updater_packer_unpacker/LICENSE | 21 +++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 README.md create mode 100644 fw_updater_packer_unpacker/.gitignore create mode 100644 fw_updater_packer_unpacker/LICENSE diff --git a/README.md b/README.md new file mode 100644 index 0000000..d737db0 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# 0x0 Welcome + +We likely have some fun stuff here! + +# 0x1 Special Thanks + +Great thanks to anonymous contributors all over the Internet even though you guys might not know you helped. + +# 0x2 What does DPT stand for? + +I will keep this as a secret for now. + +# 0x3 Tools + +`unpacker.sh` + +`packer.sh` + +# 0x4 References + +Not gonna reveal those details but let's say there is a place named Google, and there is another place named GitHub. diff --git a/fw_updater_packer_unpacker/.gitignore b/fw_updater_packer_unpacker/.gitignore new file mode 100644 index 0000000..425855a --- /dev/null +++ b/fw_updater_packer_unpacker/.gitignore @@ -0,0 +1,4 @@ +*.pkg +test/ +key1 +key2 \ No newline at end of file diff --git a/fw_updater_packer_unpacker/LICENSE b/fw_updater_packer_unpacker/LICENSE new file mode 100644 index 0000000..e70b1e4 --- /dev/null +++ b/fw_updater_packer_unpacker/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Jan-Gerd Tenberge + +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.