Hacker News new | ask | show | jobs
by dagwaging 3615 days ago
it could also be done pretty trivially using an xposed module, such as: http://repo.xposed.info/module/mobi.acpm.sslunpinning

i haven't personally tried this route yet though

2 comments

Xposed module patching only works when SSLPinning is performed in the Java code of the application, as Xposed provides a mechanism for intercepting Java method calls only. Unlike in this case, the code is in C/C++ layer, hence can't be used.
It needs rooted android phone. OP has done it without even needing a rooted device.