Skip to content

Commit 7514e10

Browse files
committed
Tidy tweakloader README and adjust table spacing
Convert README header to ATX style and add spacing/blank lines for improved Markdown readability in scripts/tweakloader/README.md. Also adjust spacing in a table row in research/0_binary_patch_comparison.md to correct alignment/formatting.
1 parent 490e024 commit 7514e10

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

research/0_binary_patch_comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
| 6 | LaunchDaemons | bash/dropbear/trollvnc/rpcserver_ios/vphoned plists | Y | Y | Y |
128128
| 7 | Procursus bootstrap | Bootstrap filesystem + optional Sileo deb | - | - | Y |
129129
| 8 | BaseBin hooks | `systemhook.dylib` / `launchdhook.dylib` / `libellekit.dylib` -> `/cores/` plus `/b` alias for `launchdhook.dylib` | - | - | Y |
130-
| 9 | `TweakLoader.dylib` | Lean user-tweak loader built from source and installed to `/var/jb/usr/lib/TweakLoader.dylib` | - | - | Y |
130+
| 9 | `TweakLoader.dylib` | Lean user-tweak loader built from source and installed to `/var/jb/usr/lib/TweakLoader.dylib` | - | - | Y |
131131

132132
### CFW Installer Flow Matrix (Script-Level)
133133

scripts/tweakloader/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
Lean TweakLoader
2-
================
1+
# Lean TweakLoader
32

43
Purpose
4+
55
- Provide the `/var/jb/usr/lib/TweakLoader.dylib` component expected by the
66
vphone JB basebin runtime (`systemhook.dylib`).
77
- Load user tweak dylibs from
88
`/var/jb/Library/MobileSubstrate/DynamicLibraries` into matching processes.
99

1010
Current behavior
11+
1112
- Enumerates substrate-style `.plist` files in the tweak directory.
1213
- Supports:
1314
- `Filter.Bundles`
1415
- `Filter.Executables`
1516
- `dlopen`s the corresponding `.dylib` when the current process matches.
1617

1718
Logging
19+
1820
- Writes to `/var/jb/var/mobile/Library/TweakLoader/tweakloader.log`.

0 commit comments

Comments
 (0)