Fixes for Xcode 14.3

This commit is contained in:
Ali 2023-08-25 13:01:43 +04:00
parent d240d2c81c
commit 8d6593054d
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 7a2573377d1cc233a487b4ce6070f5077765bc6e
Subproject commit c9794f7925f304bc163e91f026123472f88c00eb

View File

@ -38,7 +38,7 @@ static bool cleanArch(std::vector<uint8_t> &archData, bool &isEncrypted) {
offset += sizeof(struct mach_header_64);
break;
default:
return nullptr;
return false;
}
uint32_t commandCount = swap32(header->ncmds);