Skip to content

Commit

Permalink
Update ldid with support for M1. Update offsets to support building l…
Browse files Browse the repository at this point in the history
…atest basebinaries.
  • Loading branch information
coolstar committed Jul 30, 2022
1 parent 03d5297 commit 43f49cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Odyssey/post-exploit/utils/offsets.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
Binary file modified amfidebilitate/ldid
Binary file not shown.

0 comments on commit 43f49cf

Please sign in to comment.