This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import re | |
| print("=== Auto Patch Fortnite ARM64 ===") | |
| print("Method by @khanhduytran0, script patch by @34306") | |
| input_path = input("Please paste the path to Fortnite binary (FortniteClient-IOS-Shipping): ").strip() | |
| output_default = os.path.expanduser('~/Desktop/FortniteClient-IOS-Shipping') | |
| output_path = input(f"Please paste the path for the patched Fortnite binary [default {output_default}]: ").strip() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //17.0b1 12 mini | |
| { | |
| .kern_version = "Darwin Kernel Version 23.0.0: Tue May 23 00:20:32 PDT 2023; root:xnu-10002.0.40.502.3~1/RELEASE_ARM64_T8101", | |
| .kread_kqueue_workloop_ctl_supported = false, | |
| .perf_supported = true, | |
| .proc__p_list__le_prev = 0x0008, | |
| .proc__p_pid = 0x0060, | |
| .proc__p_fd__fd_ofiles = 0x00f8, | |
| .proc__object_size = 0x0730, | |
| .task__map = 0x0028, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| .kern_version = "Darwin Kernel Version 22.5.0: Mon Apr 24 21:10:12 PDT 2023; root:xnu-8796.122.4~1/RELEASE_ARM64_T8015", | |
| .build_version = "20F66", | |
| .device_id = "iPhone10,6", | |
| .fileglob__fg_ops = 0x0028, | |
| .fileglob__fg_data = 0x0038, | |
| .fileops__fo_kqfilter = 0x0030, | |
| // .fileproc__fp_iocount = 0x0000, | |
| // .fileproc__fp_vflags = 0x0004, | |
| // .fileproc__fp_flags = 0x0008, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //iPhone 12 Mini, iOS 16.6 beta 1 offsets | |
| //Founded by Little 34306, thanks to @tihmstar code and also @aboutzeph | |
| { | |
| .kernel_base = 0xfffffff007004000, | |
| .vn_kqfilter = 0xfffffff007f63be0, | |
| .ptov_table = 0xfffffff0078f79c8, | |
| .gVirtBase = 0xfffffff007942460, | |
| .gPhysBase = 0xfffffff0079442a8, | |
| .gPhysSize = 0xfffffff0079442b0, //0xfffffff0079442a8 + 0x8 | |
| .perfmon_devices = 0xfffffff00a585550, |