tsarpaul / FBUnpinner

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

cp: bad '/data/data/com.facebook.katana/lib-superpack-xz/libcoldstart.so': No such file or directory #29

Open bachdgvn opened 3 years ago

bachdgvn commented 3 years ago

I followed your guide but:

cp: bad '/data/data/com.facebook.katana/lib-superpack-xz/libcoldstart.so': No such file or directory

Reproduce:

tsarpaul commented 3 years ago

Might be /data/data/com.facebook.katana/lib-xzs/libcoldstart.so for your version. I'm not sure if it works on x86 (didn't test for a year+)

caiquan-github commented 3 years ago

You can try to find the path by searching libcoldstart.so with the find command

kkm commented 3 years ago

/data/data/com.facebook.katana/lib-compressed/libcoldstart.so but I am not sure is that same version? I did try.

depocoder commented 2 years ago

/data/data/com.facebook.katana/lib-compressed/libcoldstart.so but I am not sure is that same version? I did try.

@kkm Did you get good result?

I can't patch the .so file

kkm commented 2 years ago

@depocoder I invested almost 2 months and I found my own solution and I can even patch it myself.

image

My work wasn't free if someone needs help, I can help.

depocoder commented 2 years ago

@depocoder I invested almost 2 months and I found my own solution and I can even patch it myself.

image

My work wasn't free if someone needs help, I can help.

Can you give some tutorial, what you did?

depocoder commented 2 years ago

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