mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-04-05 04:59:05 +08:00
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.
Lean TweakLoader
Purpose
- Provide the
/var/jb/usr/lib/TweakLoader.dylibcomponent expected by the vphone JB basebin runtime (systemhook.dylib). - Load user tweak dylibs from
/var/jb/Library/MobileSubstrate/DynamicLibrariesinto matching processes.
Current behavior
- Enumerates substrate-style
.plistfiles in the tweak directory. - Supports:
Filter.BundlesFilter.Executables
dlopens the corresponding.dylibwhen the current process matches.
Logging
- Writes to
/var/jb/var/mobile/Library/TweakLoader/tweakloader.log.