Initial push
This commit is contained in:
parent
1effac6bf8
commit
a01d3e7cc2
1993 changed files with 106354 additions and 0 deletions
111
Final_Zip/AIK/TWRP-R/bin/androidbootimg.magic
Executable file
111
Final_Zip/AIK/TWRP-R/bin/androidbootimg.magic
Executable file
|
|
@ -0,0 +1,111 @@
|
|||
#------------------------------------------------------------------------------
|
||||
# Various Android OEM non-standard boot image related magic entries
|
||||
# osm0sis @ xda-developers
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# ASUS Blob Signature
|
||||
0 string -SIGNED-BY-SIGNBLOB- BLOB signing
|
||||
|
||||
# Barnes & Noble Nook Signature
|
||||
64 string Red\x20Loader NOOK signing (red loader)
|
||||
64 string Green\x20Loader NOOK signing (green loader)
|
||||
64 string Green\x20Recovery NOOK signing (green recovery)
|
||||
64 string eMMC\x20boot.img+secondloader NOOK signing (emmc boot)
|
||||
64 string eMMC\x20recovery.img+secondloader NOOK signing (emmc recovery)
|
||||
48 string BauwksBoot NOOKTAB signing (bauwks)
|
||||
|
||||
# Google ChromeOS Signature
|
||||
0 string CHROMEOS CHROMEOS signing
|
||||
|
||||
# Samsung/Spreadtrum DHTB Signature
|
||||
0 string DHTB\x01\x00\x00 DHTB signing
|
||||
|
||||
# Sony SIN Packaging/Signature
|
||||
0 string \x01\x00\x00\x00 SINv1 signing
|
||||
0 string \x02\x00\x00\x00 SINv2 signing
|
||||
0 string \x03SIN SINv3 signing
|
||||
|
||||
# Google Pixel/Nexus/AOSP Standard
|
||||
# [test "x" as workaround to odd file/magic behavior not allowing search here]
|
||||
0 string x
|
||||
>0 search ANDROID! AOSP bootimg
|
||||
>>36 string \x00\x00\x00\x02 \b, PXA variant (020)
|
||||
>>36 string \x00\x00\x80\x02 \b, PXA variant (028)
|
||||
>>36 string \x00\x00\x00\x03 \b, PXA variant (030)
|
||||
>>96 search microloader
|
||||
>>>1024 string ANDROID! \b, AMONET header
|
||||
>>1024 string LOKI \b, LOKI header
|
||||
>>>1028 string \x00 \b (boot)
|
||||
>>>1028 string \x01 \b (recovery)
|
||||
>>2048 search \x88\x16\x88\x58 \b, MTK headers
|
||||
!:strength * 3
|
||||
|
||||
# Google Pixel/AOSP Vendor Standard
|
||||
# [test "x" as workaround to odd file/magic behavior not allowing search here]
|
||||
0 string x
|
||||
>0 search VNDRBOOT AOSP_VNDR bootimg
|
||||
!:strength * 3
|
||||
|
||||
# DENX U-Boot
|
||||
0 string \x27\x05\x19\x56 U-Boot bootimg
|
||||
|
||||
# Intel OSIP
|
||||
1000 search \xFC\xFA\xBC\x00 OSIP bootimg (headerless)
|
||||
!:strength / 15
|
||||
0 string $OS$\x00\x00\x01 OSIP bootimg
|
||||
>52 string \x00\x00\x00\x00 \b, boot (signed)
|
||||
>52 string \x01\x00\x00\x00 \b, boot (unsigned)
|
||||
>52 string \x0C\x00\x00\x00 \b, recovery (signed)
|
||||
>52 string \x0D\x00\x00\x00 \b, recovery (unsigned)
|
||||
|
||||
# Rockchip KRNL
|
||||
0 string KRNL KRNL bootimg
|
||||
|
||||
# Sony ELF
|
||||
0 string \x7FELF ELF
|
||||
>5 string \x01\x01\x61 bootimg
|
||||
>18 string \x28 (ARM
|
||||
>18 string \x03 (x86_
|
||||
>18 string \x08 (MIPS
|
||||
>4 string \x01 \b)
|
||||
>4 string \x02 \b64)
|
||||
>0 search \x88\x16\x88\x58 \b, MTK headers
|
||||
|
||||
# MediaTek MTK
|
||||
# [for detection after boot image has already been split]
|
||||
0 search \x88\x16\x88\x58 MTK header
|
||||
>0 search KERNEL \b, kernel type
|
||||
>0 search ROOTFS \b, rootfs type
|
||||
>0 search RECOVERY \b, recovery type
|
||||
!:strength / 20
|
||||
|
||||
# Qualcomm Device Tree
|
||||
# [for detection after boot image has already been split]
|
||||
0 string QCDT QCDT header
|
||||
!:strength / 20
|
||||
|
||||
# Google Android Verified Boot 1.0 Signature
|
||||
# [for detection with the tail of the boot image]
|
||||
0 search \x02\x01\x01\x30\x82 AVBv1 signing footer
|
||||
>0 search /boot \b, boot type
|
||||
>0 search /recovery \b, recovery type
|
||||
!:strength / 20
|
||||
|
||||
# Google Android Verified Boot 2.0 Signature
|
||||
# [for detection with the tail of the boot image]
|
||||
# [test "x" as workaround to odd file/magic behavior not allowing search here]
|
||||
0 string x
|
||||
>0 search AVBf AVBv2 signing footer
|
||||
!:strength / 20
|
||||
|
||||
# LG Bump
|
||||
# [for detection with the tail of the boot image]
|
||||
0 search \x41\xA9\xE4\x67\x74\x4D\x1D\x1B\xA4\x29\xF2\xEC\xEA\x65\x52\x79 Bump footer
|
||||
!:strength / 20
|
||||
|
||||
# Samsung SEAndroid
|
||||
# [for detection with the tail of the boot image]
|
||||
# [test "x" as workaround to odd file/magic behavior not allowing search here]
|
||||
0 string x
|
||||
>0 search SEANDROIDENFORCE SEAndroid footer
|
||||
!:strength / 20
|
||||
BIN
Final_Zip/AIK/TWRP-R/bin/avb/verity.pk8
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/avb/verity.pk8
Executable file
Binary file not shown.
24
Final_Zip/AIK/TWRP-R/bin/avb/verity.x509.pem
Executable file
24
Final_Zip/AIK/TWRP-R/bin/avb/verity.x509.pem
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
-----BEGIN CERTIFICATE-----
|
||||
MIID/TCCAuWgAwIBAgIJAJcPmDkJqolJMA0GCSqGSIb3DQEBBQUAMIGUMQswCQYD
|
||||
VQQGEwJVUzETMBEGA1UECAwKQ2FsaWZvcm5pYTEWMBQGA1UEBwwNTW91bnRhaW4g
|
||||
VmlldzEQMA4GA1UECgwHQW5kcm9pZDEQMA4GA1UECwwHQW5kcm9pZDEQMA4GA1UE
|
||||
AwwHQW5kcm9pZDEiMCAGCSqGSIb3DQEJARYTYW5kcm9pZEBhbmRyb2lkLmNvbTAe
|
||||
Fw0xNDExMDYxOTA3NDBaFw00MjAzMjQxOTA3NDBaMIGUMQswCQYDVQQGEwJVUzET
|
||||
MBEGA1UECAwKQ2FsaWZvcm5pYTEWMBQGA1UEBwwNTW91bnRhaW4gVmlldzEQMA4G
|
||||
A1UECgwHQW5kcm9pZDEQMA4GA1UECwwHQW5kcm9pZDEQMA4GA1UEAwwHQW5kcm9p
|
||||
ZDEiMCAGCSqGSIb3DQEJARYTYW5kcm9pZEBhbmRyb2lkLmNvbTCCASIwDQYJKoZI
|
||||
hvcNAQEBBQADggEPADCCAQoCggEBAOjreE0vTVSRenuzO9vnaWfk0eQzYab0gqpi
|
||||
6xAzi6dmD+ugoEKJmbPiuE5Dwf21isZ9uhUUu0dQM46dK4ocKxMRrcnmGxydFn6o
|
||||
fs3ODJMXOkv2gKXL/FdbEPdDbxzdu8z3yk+W67udM/fW7WbaQ3DO0knu+izKak/3
|
||||
T41c5uoXmQ81UNtAzRGzGchNVXMmWuTGOkg6U+0I2Td7K8yvUMWhAWPPpKLtVH9r
|
||||
AL5TzjYNR92izdKcz3AjRsI3CTjtpiVABGeX0TcjRSuZB7K9EK56HV+OFNS6I1NP
|
||||
jdD7FIShyGlqqZdUOkAUZYanbpgeT5N7QL6uuqcGpoTOkalu6kkCAwEAAaNQME4w
|
||||
HQYDVR0OBBYEFH5DM/m7oArf4O3peeKO0ZIEkrQPMB8GA1UdIwQYMBaAFH5DM/m7
|
||||
oArf4O3peeKO0ZIEkrQPMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB
|
||||
AHO3NSvDE5jFvMehGGtS8BnFYdFKRIglDMc4niWSzhzOVYRH4WajxdtBWc5fx0ix
|
||||
NF/+hVKVhP6AIOQa+++sk+HIi7RvioPPbhjcsVlZe7cUEGrLSSveGouQyc+j0+m6
|
||||
JF84kszIl5GGNMTnx0XRPO+g8t6h5LWfnVydgZfpGRRg+WHewk1U2HlvTjIceb0N
|
||||
dcoJ8WKJAFWdcuE7VIm4w+vF/DYX/A2Oyzr2+QRhmYSv1cusgAeC1tvH4ap+J1Lg
|
||||
UnOu5Kh/FqPLLSwNVQp4Bu7b9QFfqK8Moj84bj88NqRGZgDyqzuTrFxn6FW7dmyA
|
||||
yttuAJAEAymk1mipd9+zp38=
|
||||
-----END CERTIFICATE-----
|
||||
BIN
Final_Zip/AIK/TWRP-R/bin/boot_signer.jar
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/boot_signer.jar
Executable file
Binary file not shown.
1
Final_Zip/AIK/TWRP-R/bin/chromeos/empty
Executable file
1
Final_Zip/AIK/TWRP-R/bin/chromeos/empty
Executable file
|
|
@ -0,0 +1 @@
|
|||
|
||||
BIN
Final_Zip/AIK/TWRP-R/bin/chromeos/kernel.keyblock
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/chromeos/kernel.keyblock
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/chromeos/kernel_data_key.vbprivk
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/chromeos/kernel_data_key.vbprivk
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/blobpack
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/blobpack
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/blobunpack
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/blobunpack
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/dhtbsign
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/dhtbsign
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/dumpimage
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/dumpimage
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/elftool
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/elftool
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/futility
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/futility
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/loki_tool
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/loki_tool
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/lz4
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/lz4
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/mboot
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/mboot
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/mkbootimg
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/mkbootimg
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/mkimage
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/mkimage
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/mkmtkhdr
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/mkmtkhdr
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/pxa-mkbootimg
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/pxa-mkbootimg
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/pxa-unpackbootimg
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/pxa-unpackbootimg
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/rkcrc
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/rkcrc
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/sony_dump
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/sony_dump
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/unpackbootimg
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/unpackbootimg
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/unpackelf
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/i686/unpackelf
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/blobpack
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/blobpack
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/blobunpack
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/blobunpack
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/dhtbsign
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/dhtbsign
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/dumpimage
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/dumpimage
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/elftool
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/elftool
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/futility
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/futility
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/loki_tool
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/loki_tool
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/lz4
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/lz4
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/mboot
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/mboot
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/mkbootimg
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/mkbootimg
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/mkimage
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/mkimage
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/mkmtkhdr
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/mkmtkhdr
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/pxa-mkbootimg
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/pxa-mkbootimg
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/pxa-unpackbootimg
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/pxa-unpackbootimg
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/rkcrc
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/rkcrc
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/sony_dump
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/sony_dump
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/unpackbootimg
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/unpackbootimg
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/unpackelf
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/linux/x86_64/unpackelf
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/blobpack
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/blobpack
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/blobunpack
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/blobunpack
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/cpio
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/cpio
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/dd
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/dd
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/dhtbsign
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/dhtbsign
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/dumpimage
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/dumpimage
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/elftool
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/elftool
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/file
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/file
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/futility
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/futility
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/libiconv.2.dylib
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/libiconv.2.dylib
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/libintl.8.dylib
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/libintl.8.dylib
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/liblzma.5.dylib
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/liblzma.5.dylib
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/liblzo2.2.dylib
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/liblzo2.2.dylib
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/libmagic.1.dylib
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/libmagic.1.dylib
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/loki_tool
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/loki_tool
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/lz4
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/lz4
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/lzop
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/lzop
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/mboot
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/mboot
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/mkbootimg
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/mkbootimg
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/mkimage
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/mkimage
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/mkmtkhdr
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/mkmtkhdr
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/pxa-mkbootimg
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/pxa-mkbootimg
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/pxa-unpackbootimg
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/pxa-unpackbootimg
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/rkcrc
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/rkcrc
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/sony_dump
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/sony_dump
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/tail
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/tail
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/truncate
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/truncate
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/unpackbootimg
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/unpackbootimg
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/unpackelf
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/unpackelf
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/xz
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/i386/xz
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/blobpack
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/blobpack
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/blobunpack
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/blobunpack
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/cpio
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/cpio
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/dd
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/dd
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/dhtbsign
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/dhtbsign
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/dumpimage
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/dumpimage
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/elftool
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/elftool
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/file
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/file
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/futility
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/futility
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/libiconv.2.dylib
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/libiconv.2.dylib
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/libintl.8.dylib
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/libintl.8.dylib
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/liblzma.5.dylib
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/liblzma.5.dylib
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/liblzo2.2.dylib
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/liblzo2.2.dylib
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/libmagic.1.dylib
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/libmagic.1.dylib
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/loki_tool
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/loki_tool
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/lz4
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/lz4
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/lzop
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/lzop
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/mboot
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/mboot
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/mkbootimg
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/mkbootimg
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/mkimage
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/mkimage
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/mkmtkhdr
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/mkmtkhdr
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/pxa-mkbootimg
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/pxa-mkbootimg
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/pxa-unpackbootimg
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/pxa-unpackbootimg
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/rkcrc
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/rkcrc
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/sony_dump
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/sony_dump
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/tail
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/tail
Executable file
Binary file not shown.
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/truncate
Executable file
BIN
Final_Zip/AIK/TWRP-R/bin/macos/x86_64/truncate
Executable file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue