Releases: VisionR1/TargetedFix
Targeted Fix v3
- Added prop format support (Thanks again @osm0sis)
- Improvement to handle the value "" in .json as deleted, and in .prop after the =, if empty.
Full Changes
-
Add prop format support
-
Add 5ec1cff/local_cxa_atexit_finalize_impl submodule
(Switch to improved workaround for Dobby detection) -
Improvement EntryPoint.java to handle the value "" as "deleted".
(With this the "" instead to return original value, now complete "delete".
In fact the SDK_INT become 0, can't null complete, but the RELEASE, complete disappear.
Still some apps crashed, but is normal, many apps must see the RELEASE or SDK_INT). -
Update fixes for detection.
(Details for detection and fix: JingMatrix/NeoZygisk@76d5422
Ensure no memory leaks related to local references.
With the __cxa_atexit fix, Dobby should not be detected by user apps anymore). -
Update main.cpp (for prop, EntryPoint & fixes for detection).
-
Update Gradle
-
Update AGP
Targeted Fix v2
- Update to latest source from PIFork v14
- Added config folder inside in the module folder for better organization.
- Added scripts to keep the config files when update/reinstall
- Removed the spoofVendingSdk option as no longer needed.
Targeted Fix v1
- Initial Release
This release (also my firts module) have all the feature from PIFork (v12 main.cpp), plus now you can added apps in a target list and put any FP you want, in what app you want, read more:
https://github.com/VisionR1/TargetedFix?tab=readme-ov-file#about-module
A Big Thanks to @osm0sis