|
|
|
|
|
by Lukas_Skywalker
2610 days ago
|
|
As an alternative, you could use the XPosed framework. It basically lets you overwrite App and System methods and classes by installing a small module. No need to modify your target apk.
So you can just return true from the method that checks if the correct certificate is in use. |
|