From ad4b82c5c2bfca27262b890066c6b7c464f5f18c Mon Sep 17 00:00:00 2001 From: Gregor Haas Date: Sun, 15 Dec 2019 11:24:50 -0500 Subject: [PATCH] Distribute binaries as well ... cross compiling on rpi is hard --- .gitignore | 5 +---- checkm8_payloads/bin/payload_aes.bin | Bin 0 -> 496 bytes checkm8_payloads/bin/payload_sync.bin | 1 + checkm8_payloads/bin/payload_sysreg.bin | Bin 0 -> 12 bytes checkm8_remote/bin/payloads | 1 + 5 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 checkm8_payloads/bin/payload_aes.bin create mode 100644 checkm8_payloads/bin/payload_sync.bin create mode 100644 checkm8_payloads/bin/payload_sysreg.bin create mode 120000 checkm8_remote/bin/payloads diff --git a/.gitignore b/.gitignore index 9d56564..568de19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ .idea/* -cmake-build-debug/* - -checkm8_payloads/bin -checkm8_remote/bin/payloads \ No newline at end of file +cmake-build-debug/* \ No newline at end of file diff --git a/checkm8_payloads/bin/payload_aes.bin b/checkm8_payloads/bin/payload_aes.bin new file mode 100644 index 0000000000000000000000000000000000000000..c3b9fafb862b5957f2aae63ea7a11f701feb3225 GIT binary patch literal 496 zcmeZhek1U|L`C8SD+2?ANAnSh!;ayOVUD4WA)&z@&2J<;I!#nOIzv=A96QhXcAnqI z2voM;21x7xVg`?0K64ouKw|$dK?NKHVFIlON|QWxSt!H!Pz4V*zyv&!UwH0?srTID z50wC`bNqj`^YFeG%s@Lj-$O;Nc+6LX60n-SLxLA(`UTg{4<0~;5+2tE0I>tH1AKvjF2wuMe0P$Xi0RR91 literal 0 HcmV?d00001 diff --git a/checkm8_payloads/bin/payload_sync.bin b/checkm8_payloads/bin/payload_sync.bin new file mode 100644 index 0000000..0724988 --- /dev/null +++ b/checkm8_payloads/bin/payload_sync.bin @@ -0,0 +1 @@ +¿?ÕuÕŸ?Õß?ÕÀ_Ö \ No newline at end of file diff --git a/checkm8_payloads/bin/payload_sysreg.bin b/checkm8_payloads/bin/payload_sysreg.bin new file mode 100644 index 0000000000000000000000000000000000000000..dd64699e3f2460cabc6bae51f4cccca96520ce9d GIT binary patch literal 12 TcmZQju(-;2z~brw=J;y>8g~Tr literal 0 HcmV?d00001 diff --git a/checkm8_remote/bin/payloads b/checkm8_remote/bin/payloads new file mode 120000 index 0000000..13965fc --- /dev/null +++ b/checkm8_remote/bin/payloads @@ -0,0 +1 @@ +/home/grg/Projects/School/NCSU/iphone_aes_sc/ipwndfu_rewrite_c/checkm8_payloads/bin \ No newline at end of file