tsarpaul / FBUnpinner

Bypass Facebook/Instagram Certificate Pinning for Android
224 stars 56 forks source link

Unpinned not working on latest APK #26

Open Riyaz7364 opened 3 years ago

Riyaz7364 commented 3 years ago

Not working on 312.0.0.45.117 x86 android emulator

ppiccolo commented 3 years ago

Also on a real device arm64-v8a and com.facebook.katana_332.0.0.23.111 the script don't find the correct offset to patch, I suppose that they have restructured the native libs loading process, because now all native libs are under lib-compressed and not under lib-superpack-xz as before, so I suspect that now all libs are also comressed with https://github.com/facebook/zstd (maybe)

depocoder commented 2 years ago

if anyone have problem with version app you can use this rep https://github.com/pouyadarabi/Facebook_SSL_Pinning(177.0~). That helped me so much

baptx commented 2 years ago

Related: https://github.com/tsarpaul/FBUnpinner/issues/31 @ppiccolo I also read Facebook is using something called Superpack for libraries compression: https://siliconangle.com/2021/09/13/facebooks-superpack-data-compression-technique-reduces-android-app-size-average-20/