Feature description
Add --rip-lib parameter command to the morphe cli
Motivation
Make the patched app result smaller by removing unneeded libs.
Imagine we have arm64-v8a device but the app contains all libs. Some unneeded libs just a garbage and make patched app bigger. I am sure system only execute same lib as per device architecture.
Acknowledgements
Feature description
Add
--rip-libparameter command to the morphe cliMotivation
Make the patched app result smaller by removing unneeded libs.
Imagine we have
arm64-v8adevice but the app contains all libs. Some unneeded libs just a garbage and make patched app bigger. I am sure system only execute same lib as per device architecture.Acknowledgements