git.ckatri.com
/
ldid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a5b3744
)
Add the cryptid= value to decryption report.
author
Jay Freeman (saurik)
<saurik@saurik.com>
Fri, 7 Sep 2012 02:11:58 +0000
(19:11 -0700)
committer
Jay Freeman (saurik)
<saurik@saurik.com>
Fri, 7 Sep 2012 02:11:58 +0000
(19:11 -0700)
ldid.cpp
patch
|
blob
|
history
diff --git
a/ldid.cpp
b/ldid.cpp
index 38cc48922e8744b26d68564a012f4e52d8a28b05..6250a7de522f703d39e610824796b6f4e2735485 100644
(file)
--- 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));
}
}
}