Skip to content

Commit

Permalink
Do post-processing on kexts
Browse files Browse the repository at this point in the history
  • Loading branch information
KritantaDev authored and KritantaDev committed Mar 5, 2022
1 parent f3f3161 commit 7eb8290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ktool/kcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def __init__(self, image: Image, kmod_info, start_addr):

# noinspection PyProtectedMember
Dyld._parse_load_commands(self.image)
Dyld._process_image(self.image)

for segment in image.segments.values():
segment.vm_address = segment.vm_address | 0xffff000000000000
Expand Down

0 comments on commit 7eb8290

Please sign in to comment.