Skip to content

Commit

Permalink
fix: arm64 slide-info v5 parsing (sorry intel, for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jun 13, 2024
1 parent d360e76 commit 8f644d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/dyld/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,6 @@ func (i CacheSlideInfo5) GetPageSize() uint32 {
func (i CacheSlideInfo5) SlidePointer(ptr uint64) uint64 {
if ptr == 0 {
return 0
} else if (ptr & 0xFFF0_0000_0000_0000) == 0 {
return ptr
}
pointer := CacheSlidePointer5(ptr)
if pointer.Authenticated() {
Expand Down

0 comments on commit 8f644d4

Please sign in to comment.