summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLudwig <ludwig@v>2020-11-02 10:12:48 +0100
committerLudwig <ludwig@v>2020-11-02 10:17:49 +0100
commit209992ad6904cb9c60c4c90010a2830e2cebd382 (patch)
treeda8b2f11d2ab5b7034ef12f141df76661c03b075
parentAIO Firmware key (diff)
downloadpsa-nac-firmware-reverse-engineering-209992ad6904cb9c60c4c90010a2830e2cebd382.tar
psa-nac-firmware-reverse-engineering-209992ad6904cb9c60c4c90010a2830e2cebd382.tar.gz
psa-nac-firmware-reverse-engineering-209992ad6904cb9c60c4c90010a2830e2cebd382.tar.bz2
psa-nac-firmware-reverse-engineering-209992ad6904cb9c60c4c90010a2830e2cebd382.tar.lz
psa-nac-firmware-reverse-engineering-209992ad6904cb9c60c4c90010a2830e2cebd382.tar.xz
psa-nac-firmware-reverse-engineering-209992ad6904cb9c60c4c90010a2830e2cebd382.tar.zst
psa-nac-firmware-reverse-engineering-209992ad6904cb9c60c4c90010a2830e2cebd382.zip
-rw-r--r--Scripts/decrypt_SWL.sh15
-rw-r--r--Scripts/decrypt_smime_file.sh15
-rw-r--r--Scripts/mount_ubifs_nac.sh15
-rw-r--r--Scripts/mount_ubifs_rcc.sh15
4 files changed, 60 insertions, 0 deletions
diff --git a/Scripts/decrypt_SWL.sh b/Scripts/decrypt_SWL.sh
index 3a7386c..6cd663c 100644
--- a/Scripts/decrypt_SWL.sh
+++ b/Scripts/decrypt_SWL.sh
@@ -1,4 +1,19 @@
#!/bin/sh
+# Copyright 2020, Ludwig V. <https://github.com/ludwig-v>
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License at <http://www.gnu.org/licenses/> for
+# more details.
+
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
DIRECTORY=$1
FIRMWARE_KEY=$2
diff --git a/Scripts/decrypt_smime_file.sh b/Scripts/decrypt_smime_file.sh
index 3045799..f0b5d4f 100644
--- a/Scripts/decrypt_smime_file.sh
+++ b/Scripts/decrypt_smime_file.sh
@@ -1,4 +1,19 @@
#!/bin/sh
+# Copyright 2020, Ludwig V. <https://github.com/ludwig-v>
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License at <http://www.gnu.org/licenses/> for
+# more details.
+
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
FILE=$1
FIRMWARE_KEY=$2
diff --git a/Scripts/mount_ubifs_nac.sh b/Scripts/mount_ubifs_nac.sh
index 9d0ea35..2c504c7 100644
--- a/Scripts/mount_ubifs_nac.sh
+++ b/Scripts/mount_ubifs_nac.sh
@@ -1,4 +1,19 @@
#!/bin/sh
+# Copyright 2020, Ludwig V. <https://github.com/ludwig-v>
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License at <http://www.gnu.org/licenses/> for
+# more details.
+
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
UBIFS_IMAGE=$1
diff --git a/Scripts/mount_ubifs_rcc.sh b/Scripts/mount_ubifs_rcc.sh
index 322d29e..57d41cc 100644
--- a/Scripts/mount_ubifs_rcc.sh
+++ b/Scripts/mount_ubifs_rcc.sh
@@ -1,4 +1,19 @@
#!/bin/sh
+# Copyright 2020, Ludwig V. <https://github.com/ludwig-v>
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License at <http://www.gnu.org/licenses/> for
+# more details.
+
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
UBIFS_IMAGE=$1