Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-free committed Apr 22, 2024
1 parent 00b61ba commit 96757ba
Show file tree
Hide file tree
Showing 20 changed files with 478 additions and 33,161 deletions.
28 changes: 28 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## Version 1.0.4 (4/1/2024)

Changes:

* Windows version now says "Press any key to continue..." before exiting (for drag 'n drop of file to patch).

* Fixed version string displayed by executable.

* Now utilizes my new [EzRe](https://github.com/alex-free/ezre) build system.

* Vastly improved detection of valid input files.

----------------------------------------------------

* [libcrypt-patcher-v1.0.4-windows-i686-static.zip](https://github.com/alex-free/libcrypt-patcher/releases/download/v1.0.4/libcrypt-patcher-v1.0.4-windows-i686-static.zip) _Portable Release For Windows 95 OSR 2.5 and above, Pentium CPU minimum (32 bit)_

* [libcrypt-patcher-v1.0.4-windows-x86\_64-static.zip](https://github.com/alex-free/libcrypt-patcher/releases/download/v1.0.4/libcrypt-patcher-v1.0.4-windows-x86_64-static.zip) _Portable Release For x86_64 Windows (64 bit)_

* [libcrypt-patcher-v1.0.4-linux-i386-static.zip](https://github.com/alex-free/libcrypt-patcher/releases/download/v1.0.4/libcrypt-patcher-v1.0.4-linux-i386-static.zip) _Portable Release For Linux 3.2.0 and above, 386 CPU minimum (32 bit)_

* [libcrypt-patcher-v1.0.4-linux-i386-static.deb](https://github.com/alex-free/libcrypt-patcher/releases/download/v1.0.4/libcrypt-patcher-v1.0.4-linux-i386-static.deb) _Deb package file For Linux 3.2.0 and above, 386 CPU minimum (32 bit)_

* [libcrypt-patcher-v1.0.4-linux-x86\_64-static.zip](https://github.com/alex-free/libcrypt-patcher/releases/download/v1.0.4/libcrypt-patcher-v1.0.4-linux-x86_64-static.zip) _Portable Release For x86\_64 Linux 3.2.0 and above (64 bit)_

* [libcrypt-patcher-v1.0.4-linux-x86\_64-static.deb](https://github.com/alex-free/libcrypt-patcher/releases/download/v1.0.4/libcrypt-patcher-v1.0.4-linux-x86_64-static.deb) _Deb package file for x86_64 Linux 3.2.0 and above (64 bit)_

---------------------------------------

## Version 1.0.3 (2/29/2024)

Changes:
Expand Down
2 changes: 1 addition & 1 deletion control-i386
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: libcrypt-patcher
Version: 1.0.4
Version: 1.0.5
Maintainer: Alex Free
Architecture: i386
Homepage: https://alex-free.github.io/libcrypt-patcher
Expand Down
2 changes: 1 addition & 1 deletion control-x86_64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: libcrypt-patcher
Version: 1.0.4
Version: 1.0.5
Maintainer: Alex Free
Architecture: amd64
Homepage: https://alex-free.github.io/libcrypt-patcher
Expand Down
20 changes: 19 additions & 1 deletion lcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,25 @@ int main (int argc, const char * argv[])
|| ((strcmp(bootfile, "SLES_118.79") == 0)) // Disc 2
)
{
apply_ppf(SLES_X18_79_PPF, SLES_X18_79_PPF_len, bin);
// 00009368 17 16 Disc 1 v1.0 vs v1.1
// 00009368 F8 F7 Disc 2 v1.0 vs v1.1
fseek(bin, 0x9368, SEEK_SET);
ver_check_val = fgetc(bin);
fseek(bin, 0, SEEK_SET);
if(ver_check_val == 0x17) // OverBlood 2 (Europe) (Disc 1) (v1.0)
{
printf("OverBlood 2 (Europe) (Disc 1) (v1.0)\n");
apply_ppf(SLES_X18_79_PPF, SLES_X18_79_PPF_len, bin);
} else if(ver_check_val == 0x16) { // OverBlood 2 (Europe) (Disc 1) (v1.1)
printf("OverBlood 2 (Europe) (Disc 1) (v1.1) does not contain LibCrypt protection, nothing to patch!)\n");
} else if(ver_check_val == 0xF8) { // OverBlood 2 (Europe) (Disc 2) (v1.0)
printf("OverBlood 2 (Europe) (Disc 2) (v1.0)\n");
apply_ppf(SLES_X18_79_PPF, SLES_X18_79_PPF_len, bin);
} else if(ver_check_val == 0xF7) { // OverBlood 2 (Europe) (Disc 2) (v1.1)
printf("OverBlood 2 (Europe) (Disc 2) (v1.1) does not contain LibCrypt protection, nothing to patch!)\n");
} else {
printf("Unknown version\n");
}
}

// OverBlood 2 (Italy)
Expand Down
281 changes: 67 additions & 214 deletions ppf-c/SLES_020.80.PPF.h

Large diffs are not rendered by default.

206 changes: 67 additions & 139 deletions ppf-c/SLES_020.81.PPF.h
Original file line number Diff line number Diff line change
@@ -1,141 +1,69 @@
const unsigned char SLES_020_81_PPF[] = {
0x50, 0x50, 0x46, 0x32, 0x30, 0x01, 0x48, 0x49, 0x47, 0x4c, 0x41, 0x4e,
0x44, 0x45, 0x52, 0x20, 0x46, 0x46, 0x38, 0x20, 0x44, 0x49, 0x53, 0x43,
0x31, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x50, 0x8c, 0xa6, 0x2b,
0x50, 0x4c, 0x41, 0x59, 0x53, 0x54, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x47, 0xc0, 0x04, 0x00, 0x00, 0x04, 0xc0, 0x47, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01,
0x00, 0x08, 0x08, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a,
0x12, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14,
0x00, 0x00, 0x00, 0x15, 0x22, 0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x16, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x63, 0x07,
0x13, 0x0d, 0x23, 0x0c, 0x24, 0x02, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01,
0x01, 0x00, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x50, 0x4c, 0x41, 0x59, 0x53, 0x54, 0x41, 0x54, 0x49, 0x4f,
0x4e, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
0x20, 0x31, 0x39, 0x39, 0x39, 0x30, 0x37, 0x31, 0x39, 0x31, 0x33, 0x33,
0x35, 0x31, 0x32, 0x30, 0x30, 0x24, 0x31, 0x39, 0x39, 0x39, 0x30, 0x37,
0x31, 0x39, 0x31, 0x33, 0x33, 0x35, 0x31, 0x32, 0x30, 0x30, 0x24, 0x30,
0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
0x30, 0x30, 0x30, 0x00, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x00, 0x01, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43, 0x44, 0x2d, 0x58,
0x41, 0x30, 0x30, 0x31, 0xdf, 0x24, 0x00, 0x00, 0x12, 0x43, 0x6f, 0x6d,
0x69, 0x6e, 0x67, 0x20, 0x66, 0x20, 0x20, 0x20, 0x72, 0x6f, 0x6d, 0x20,
0x5a, 0x50, 0x43, 0xd8, 0x2c, 0x00, 0x00, 0x04, 0xb1, 0xfa, 0xab, 0x7e,
0xef, 0x2c, 0x00, 0x00, 0x12, 0x89, 0x4a, 0xbd, 0x4e, 0xbf, 0xb1, 0xcb,
0x44, 0xcb, 0xcb, 0xcb, 0x5c, 0x4a, 0xbd, 0xcb, 0x6c, 0x60, 0x89, 0x2e,
0x2d, 0x00, 0x00, 0x04, 0xce, 0x13, 0xe0, 0x82, 0x45, 0x2d, 0x00, 0x00,
0x12, 0xca, 0x25, 0xd0, 0x27, 0xd1, 0xd6, 0xeb, 0x22, 0xeb, 0xeb, 0xeb,
0x2e, 0x25, 0xd0, 0xeb, 0x36, 0x30, 0xca, 0x84, 0x2d, 0x00, 0x00, 0x04,
0x7f, 0xe9, 0x4b, 0xfc, 0x94, 0x2d, 0x00, 0x00, 0x01, 0xca, 0x96, 0x2d,
0x00, 0x00, 0x14, 0x6d, 0x66, 0x61, 0x98, 0x26, 0x46, 0x88, 0x66, 0xb5,
0x3d, 0x02, 0xfb, 0x71, 0x0d, 0x65, 0x81, 0xbd, 0xad, 0xfc, 0x46, 0xab,
0x2d, 0x00, 0x00, 0x01, 0x68, 0xc8, 0x2d, 0x00, 0x00, 0x01, 0x88, 0xca,
0x2d, 0x00, 0x00, 0x08, 0x40, 0xb3, 0xf8, 0x3b, 0x75, 0x58, 0xb4, 0x8a,
0xd2, 0x2d, 0x00, 0x00, 0x0c, 0xc5, 0x52, 0x79, 0x9b, 0x5d, 0xc8, 0xec,
0x35, 0xd8, 0xe6, 0x9c, 0x0b, 0xdf, 0x2d, 0x00, 0x00, 0x01, 0x47, 0x9b,
0xf5, 0x1d, 0x00, 0x01, 0xf4, 0x78, 0xf6, 0x1d, 0x00, 0x04, 0x32, 0xde,
0xdd, 0xf0, 0x9d, 0xf6, 0x1d, 0x00, 0x01, 0x0d, 0xce, 0xf6, 0x1d, 0x00,
0x04, 0x76, 0x2a, 0x03, 0x7e, 0xf3, 0xf6, 0x1d, 0x00, 0x01, 0xd4, 0x24,
0xf7, 0x1d, 0x00, 0x04, 0x1b, 0x70, 0x0a, 0x6c, 0x33, 0xf7, 0x1d, 0x00,
0x01, 0x4b, 0x36, 0xf7, 0x1d, 0x00, 0x08, 0x63, 0x80, 0xfe, 0xab, 0x9f,
0x11, 0x4b, 0x01, 0x67, 0xf7, 0x1d, 0x00, 0x01, 0x40, 0x6a, 0xf7, 0x1d,
0x00, 0x08, 0xee, 0x7a, 0xb9, 0xbd, 0xf9, 0x02, 0xad, 0x36, 0x98, 0xf9,
0x1d, 0x00, 0x01, 0xe0, 0xa8, 0xff, 0x1d, 0x00, 0x04, 0x85, 0x68, 0xc0,
0xd3, 0xfa, 0xff, 0x1d, 0x00, 0x01, 0xe5, 0xfe, 0xff, 0x1d, 0x00, 0x04,
0xbd, 0x9b, 0xeb, 0xd7, 0x50, 0x00, 0x1e, 0x00, 0x01, 0x61, 0x54, 0x00,
0x1e, 0x00, 0x04, 0xce, 0xad, 0xab, 0x7f, 0x66, 0x00, 0x1e, 0x00, 0x09,
0x94, 0x38, 0x31, 0x3a, 0xb6, 0xeb, 0x7f, 0xfa, 0xb2, 0x70, 0x00, 0x1e,
0x00, 0x01, 0x06, 0x7c, 0x00, 0x1e, 0x00, 0x01, 0x25, 0x9a, 0x00, 0x1e,
0x00, 0x09, 0x13, 0x56, 0xf7, 0x3e, 0x90, 0xb8, 0x40, 0x44, 0x98, 0xa4,
0x00, 0x1e, 0x00, 0x01, 0x6e, 0xb0, 0x00, 0x1e, 0x00, 0x01, 0x1c, 0xd2,
0x52, 0x97, 0x03, 0x01, 0x00, 0xd2, 0x56, 0xd5, 0x03, 0x01, 0xf3, 0xd2,
0x26, 0x18, 0x06, 0x01, 0x35, 0xd2, 0x6e, 0x02, 0x07, 0x01, 0x93, 0xd2,
0xe2, 0x24, 0x07, 0x01, 0x43, 0xd2, 0x3e, 0x8c, 0x07, 0x01, 0xf7, 0xd2,
0x62, 0x01, 0x08, 0x01, 0xe7, 0xfa, 0x3a, 0xc5, 0x08, 0x01, 0xbd, 0xd2,
0x0a, 0x91, 0x09, 0x01, 0xe2, 0xd2, 0x4e, 0x3d, 0x0a, 0x01, 0x06, 0xd2,
0x56, 0xb9, 0x0a, 0x01, 0x06, 0xd2, 0x7a, 0x2e, 0x0b, 0x01, 0xe1, 0xd2,
0xba, 0x9c, 0x0b, 0x01, 0x13, 0xd2, 0xde, 0x11, 0x0c, 0x01, 0x10, 0xd2,
0x16, 0x2f, 0x11, 0x01, 0x01, 0xfa, 0xca, 0x7d, 0x11, 0x01, 0x7a, 0xd2,
0xee, 0xed, 0x13, 0x01, 0xd2, 0xd2, 0x46, 0x17, 0x14, 0x01, 0xc4, 0xd2,
0x86, 0x85, 0x14, 0x01, 0x64, 0x82, 0x15, 0x28, 0x18, 0x01, 0xc7, 0x82,
0x39, 0x9d, 0x18, 0x01, 0xc2, 0x82, 0x39, 0x0f, 0x1c, 0x01, 0xa4, 0xfa,
0xb6, 0x0f, 0x1e, 0x01, 0xdf, 0xa8, 0xca, 0x28, 0x1f, 0x01, 0x7e, 0x82,
0x51, 0x3c, 0x1f, 0x01, 0x44, 0x82, 0x39, 0x81, 0x1f, 0x01, 0x91, 0x46,
0xa4, 0xf4, 0x1f, 0x01, 0x22, 0x82, 0x45, 0x3b, 0x20, 0x01, 0x31, 0x82,
0x51, 0xf5, 0x20, 0x01, 0x00, 0x82, 0x41, 0x6f, 0x23, 0x01, 0x22, 0x82,
0x35, 0xe0, 0x27, 0x01, 0x56, 0x82, 0xb1, 0x7e, 0x28, 0x01, 0x66, 0x82,
0xfd, 0x13, 0x29, 0x01, 0x00, 0x82, 0x39, 0xd7, 0x29, 0x01, 0xb5, 0xba,
0x81, 0xa4, 0x2a, 0x01, 0x00
0x50, 0x50, 0x46, 0x33, 0x30, 0x02, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x20,
0x46, 0x61, 0x6e, 0x74, 0x61, 0x73, 0x79, 0x20, 0x56, 0x49, 0x49, 0x49,
0x20, 0x28, 0x46, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x29, 0x20, 0x5b, 0x4c,
0x69, 0x62, 0x43, 0x72, 0x79, 0x70, 0x74, 0x43, 0x72, 0x61, 0x63, 0x6b,
0x5d, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0x00,
0x58, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2c, 0x0a, 0x80, 0x03,
0x3c, 0x00, 0x90, 0x63, 0x24, 0x04, 0x03, 0x60, 0xac, 0xbc, 0x05, 0x60,
0xac, 0xc4, 0x05, 0x60, 0xac, 0xcc, 0x05, 0x60, 0xac, 0xc6, 0x34, 0x02,
0x3c, 0x37, 0x68, 0x42, 0x34, 0xdc, 0x05, 0x62, 0xac, 0x7f, 0x64, 0x02,
0x08, 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00,
0x00, 0x0e, 0xec, 0x41, 0xb3, 0x28, 0x3c, 0x76, 0xba, 0x21, 0x5c, 0xa2,
0x73, 0xf8, 0x5d, 0xb7, 0x60, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
0x2c, 0xca, 0xd4, 0x55, 0xf4, 0x13, 0x9b, 0x08, 0x8e, 0xb1, 0xc6, 0x88,
0x72, 0x29, 0x6c, 0x45, 0x36, 0x7e, 0x57, 0x92, 0x6c, 0xe9, 0x2f, 0x24,
0x9c, 0xac, 0xdf, 0x53, 0xf0, 0x3e, 0x0e, 0xe7, 0xa8, 0x15, 0xb9, 0x69,
0x35, 0x84, 0xaf, 0x77, 0x44, 0x1f, 0x06, 0x3d, 0x2b, 0xb6, 0x00, 0x01,
0x00, 0x00, 0x00, 0x00, 0x00, 0x8a, 0x3b, 0x79, 0x59, 0x24, 0xf2, 0x6f,
0x86, 0x4f, 0x11, 0xeb, 0x7e, 0x3b, 0x58, 0x0b, 0x8d, 0x4e, 0xaf, 0x64,
0xc8, 0xa9, 0x39, 0x98, 0x89, 0x2f, 0x6e, 0x71, 0xc7, 0x77, 0x93, 0x38,
0x40, 0x31, 0x62, 0x14, 0xa7, 0x16, 0xcb, 0x11, 0x8e, 0x55, 0x5e, 0xc6,
0x6b, 0x38, 0x78, 0xc7, 0x66, 0x86, 0x5e, 0xc1, 0x4e, 0x36, 0xf7, 0x90,
0xbe, 0x1b, 0x0b, 0xda, 0x49, 0x34, 0x9a, 0x1b, 0xc8, 0x6c, 0xa5, 0x84,
0xf1, 0x05, 0xed, 0xed, 0x0d, 0x70, 0xb1, 0x1a, 0x0d, 0xd3, 0xdb, 0xb7,
0x54, 0xda, 0x88, 0x35, 0xcc, 0x96, 0x43, 0x13, 0x8e, 0x24, 0x47, 0x7d,
0x6b, 0xb1, 0x73, 0x2d, 0x21, 0x17, 0x97, 0x72, 0x37, 0xa1, 0xd2, 0xf5,
0x95, 0xe7, 0xf1, 0x5c, 0xee, 0x3c, 0x1e, 0x95, 0x32, 0xeb, 0xf9, 0x96,
0xe5, 0x9f, 0xbc, 0x30, 0x46, 0x4e, 0xb6, 0x4e, 0xf5, 0xc0, 0x7b, 0x43,
0xec, 0x0e, 0xca, 0xe2, 0x97, 0xee, 0xe7, 0x22, 0x72, 0x75, 0xde, 0xe2,
0xbc, 0x0c, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x0c, 0x45, 0x00,
0xa8, 0x0d, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x0c, 0x45, 0x00,
0x88, 0x12, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0xb4, 0xa2, 0xdd,
0xfa, 0xb2, 0x12, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xf6, 0x55,
0x15, 0xc8, 0x12, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x69, 0x79,
0x36, 0xde, 0x12, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x8d, 0xa0,
0x30, 0x4b, 0x08, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x07,
0x35, 0x51, 0x1e, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x03,
0xdb, 0x99, 0x34, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x3b,
0xa5, 0x15, 0x27, 0x3a, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
0x39, 0x3c, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x44, 0xf8,
0x40, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x85, 0x42, 0x13,
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x53, 0xd8, 0x4d, 0xaa, 0x17,
0x94, 0x26, 0x66, 0x30, 0x62, 0xcb, 0x81, 0x56, 0x13, 0x01, 0x00, 0x00,
0x00, 0x00, 0x00, 0x01, 0x9d, 0x58, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00,
0x00, 0x02, 0x58, 0x54, 0x5e, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
0x01, 0xb0, 0x60, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x6a,
0xf1, 0xa4, 0xbd, 0x6e, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
0x44, 0x70, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xde, 0x25,
0x74, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x3a, 0x76, 0x13,
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0xba, 0xb6, 0x26, 0x48, 0x76,
0x4c, 0x1c, 0x43, 0xad, 0xe4, 0x30, 0x8d, 0x8a, 0x13, 0x01, 0x00, 0x00,
0x00, 0x00, 0x00, 0x01, 0x21, 0x8c, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00,
0x00, 0x02, 0xaa, 0x34, 0x92, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
0x01, 0x46, 0x94, 0x13, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x12,
0x19, 0xb4, 0x2e, 0x34, 0x16, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
0x0c, 0x45, 0x00, 0xb8, 0x1b, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04,
0x4c, 0x23, 0x2f, 0x52, 0xea, 0x1b, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
0x03, 0x77, 0x76, 0x19, 0x0e, 0x1c, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
0x04, 0x38, 0x51, 0x4e, 0x2d, 0x40, 0x1c, 0x01, 0x00, 0x00, 0x00, 0x00,
0x00, 0x03, 0x01, 0x7e, 0x0e, 0x64, 0x1c, 0x01, 0x00, 0x00, 0x00, 0x00,
0x00, 0x05, 0xd4, 0xbb, 0x51, 0x87, 0x9d, 0x6a, 0x1c, 0x01, 0x00, 0x00,
0x00, 0x00, 0x00, 0x04, 0xdd, 0xb5, 0xcd, 0xd1, 0x76, 0x1c, 0x01, 0x00,
0x00, 0x00, 0x00, 0x00, 0x08, 0x0b, 0x3e, 0xbc, 0xeb, 0xf7, 0x9b, 0xf1,
0x45, 0x9c, 0x1c, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x59, 0x9e,
0x1c, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x76, 0x69, 0xd5, 0x26,
0xaa, 0x1c, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x4f, 0x30, 0xbc,
0x89, 0x75, 0x3a, 0xb1, 0xe8
};
unsigned int SLES_020_81_PPF_len = 1649;
unsigned int SLES_020_81_PPF_len = 785;
Loading

0 comments on commit 96757ba

Please sign in to comment.