From: Jay Freeman (saurik) Date: Fri, 7 Sep 2012 02:11:58 +0000 (-0700) Subject: Add the cryptid= value to decryption report. X-Git-Tag: v1.1.0~8 X-Git-Url: https://git.saurik.com/ldid.git/commitdiff_plain/1a982df59e2831119a352833d91e45aee31727ea Add the cryptid= value to decryption report. --- diff --git a/ldid.cpp b/ldid.cpp index 38cc489..6250a7d 100644 --- a/ldid.cpp +++ b/ldid.cpp @@ -1064,6 +1064,7 @@ int main(int argc, const char *argv[]) { if (flag_d) { printf("cryptoff=0x%x\n", mach_header.Swap(encryption_info_command->cryptoff)); printf("cryptsize=0x%x\n", mach_header.Swap(encryption_info_command->cryptsize)); + printf("cryptid=0x%x\n", mach_header.Swap(encryption_info_command->cryptid)); } } }