summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2012-09-06 19:11:58 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2012-09-06 19:11:58 -0700
commit1a982df59e2831119a352833d91e45aee31727ea (patch)
tree31ff6e0f5acb50edaf8c346064277d00430797cc
parenta5b37447b03462ef06a63c644932c16ba864da0f (diff)
downloadldid-1a982df59e2831119a352833d91e45aee31727ea.tar.gz
ldid-1a982df59e2831119a352833d91e45aee31727ea.tar.zst
ldid-1a982df59e2831119a352833d91e45aee31727ea.zip
Add the cryptid= value to decryption report.
-rw-r--r--ldid.cpp1
1 files changed, 1 insertions, 0 deletions
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));
}
}
}