Skip to content

Instantly share code, notes, and snippets.

@CAND3REL
CAND3REL / Domains.md
Created April 7, 2025 09:59 — forked from leminlimez/Domains.md
A deep dive into the iOS backup/restore system

Domains.plist

Documentation of /System/Library/Backup/Domains.plist. File taken from iOS 16.4 iPhone SE 3. The file was removed in iOS 17.0

Values

Values in the plist. Other than SystemDomains, these are not really important and are just here for preservation sake.

A domain in domains.plist contains keys that determine what gets backed up for what types of devices and where (i.e. iCloud vs iTunes). Not all domains have each key. The only 2 keys that must be in every domain are RootPath and RelativePathsToBackupAndRestore. Some domains have the value ShouldDigest. I am not sure exactly what it means but I have included it for documentation purposes.

  • Version: "24.0"
  • SystemDomains: (Dictionary), see below
@CAND3REL
CAND3REL / HalifaxRegexBlocklist.txt
Created August 22, 2024 09:07
Regex blocklist preventing various trackers on the Halifax (UK) bank's website relating to audience measurement, marketing automation, ad-motivated tracking, site analytics and third-party analytics.
# Halifax Regex Blocklist
# https://microftp.net
# This is the regex and adblock rule compatible blocklist compiled by myself to prevent tracking on the Halifax (UK) website.
# This blocklist was last modified on Tuesday 22nd August 2024
# Halifax Blocklist Starts Below
||omtrdc.net^
||tiqcdn.com^
@CAND3REL
CAND3REL / ParallelsRegexBlocklist.txt
Created June 11, 2024 21:27
This is the regex and adblock rule version of Utsanjan Maity's hosts Parallels blocklist
# Parallels Regex Blocklist
# https://microftp.net
# This is the regex and adblock rule version of Utsanjan Maity's hosts Parallels blocklist
# Adapted from:
# https://www.dopesatan.in/2023/09/parallels-desktop-crack.html
# This blocklist was last modified on Tuesday 11th June 2024
# The original hosts file that this was adapted from was last revised on Saturday 23rd September 2023
@CAND3REL
CAND3REL / EME Logger.user.js
Created April 16, 2024 05:31
Injects EME Interface & Logs Function Calls
// ==UserScript==
// @name EME Logger
// @namespace http://greasyfork.org/
// @version 1.0
// @description Inject EME interface and log its function calls.
// @author cramer
// @match *://*/*
// @run-at document-start
// @grant none
// @downloadURL https://update.greasyfork.org/scripts/373903/EME%20Logger.user.js
@CAND3REL
CAND3REL / AdobeActivationRegexBlocklist.txt
Last active May 13, 2024 19:05
Adobe Activation Regex Blocklist
# Adobe Activation Regex Blocklist
# https://microftp.net
# This is the regex and adblock rule version of Rapinsa's hosts Adobe blocklist
# Adapted from:
# https://gist.github.com/rapinsa/fa237881c04682e2284854f8dbf58441
# This blocklist was last modified on Tuesday 2nd April 2024
# The original hosts file that this was adapted from was last revised on Tuesday 11th April 2023