diff --git a/Odyssey/post-exploit/utils/offsets.swift b/Odyssey/post-exploit/utils/offsets.swift index 6887a7e..452beaf 100644 --- a/Odyssey/post-exploit/utils/offsets.swift +++ b/Odyssey/post-exploit/utils/offsets.swift @@ -135,8 +135,10 @@ struct Offsets { public struct CSBlobOffsets { let csb_cputype = UInt64(0x8) let csb_flags = UInt64(0xc) + let csb_base_offset = UInt64(0x10) let csb_cdhash = UInt64(0x40) let csb_teamid = UInt64(0x88) + let csb_signer_type = UInt64(0xA0) let csb_reconstituted = UInt64(0xA4) let csb_platform_binary = UInt64(0xA8) } diff --git a/amfidebilitate/ldid b/amfidebilitate/ldid index 1201da9..986ef73 100755 Binary files a/amfidebilitate/ldid and b/amfidebilitate/ldid differ