Skip to content

Instantly share code, notes, and snippets.

View a1exdandy's full-sized avatar

Alexey Kovrizhnykh a1exdandy

View GitHub Profile
@a1exdandy
a1exdandy / checkm8_a8_a9.patch usage.md
Last active March 21, 2023 10:31
checkm8_a8_a9.patch usage
@a1exdandy
a1exdandy / checkm8_a8_a9.patch
Last active March 21, 2023 10:32
ipwndfu patch for s8000/s8003/t7000
diff --git a/Makefile b/Makefile
index 96e99b7..4884309 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,10 @@ arm64:
gobjcopy -O binary -j .text bin/checkm8_arm64.o bin/checkm8_arm64.bin
rm bin/checkm8_arm64.o
+ xcrun -sdk iphoneos clang src/checkm8_nopaddingcorruption_arm64.S -target arm64-apple-darwin -Wall -o bin/checkm8_nopaddingcorruption_arm64.o
+ gobjcopy -O binary -j .text bin/checkm8_nopaddingcorruption_arm64.o bin/checkm8_nopaddingcorruption_arm64.bin