Open Thireus opened 8 years ago
Same error here. I wonder if it is corrupted load commands. If they are ignored and stripped out, the app will still fail to start.
Seems like TFSTwitterCore
and TFNUI
have dependencies, so they cannot be loaded standalone. This might be a bug on Twitter's part as frameworks are not supposed to require dependencies, but since this is Twitter's frameworks altogether, I am not surprised.
Clutch really should fail and delete the zip. It is acting like it was a successful dump.
I made some slight fixes that should halt the cracking process if the framework dump encountered some errors. To properly solve this issue, I think we'll dlopen all frameworks in the child dumper before dumping each framework
Very curious to see this issue solved as well.
Have you considered integrating this project with Bountysource? I would be happy to post a bounty to see this resolved, and am also curious as to whether anyone has been able to successfully dump a recent version of Twitter for iOS.
Would be willing to pay $100 in Bitcoin for a successful decrypted .ipa dump of the latest version of iOS Twitter if you can do it by September 13th, 2016, plus an extra $10 if it's done by fixing this issue with a PR, and an extra $10 if done by the 10th.
After September 13th, happy to just leave a $20 bounty for closing this issue.
Bountysource is dead. Please stop referring to paying money to solve this bug.
Bountysource is dead.
How so? Seems to be quite alive from what I see.
Hi,
I'm trying to decrypt Twitter, but some Framework binaries fail to decrypt because some symbols are not found. As a result, the decrypted IPA can't be launched (fails with "TFNUI: mremap_encrypted() => -1, errno=1"). I was wondering if there's a way to specify these missing symbols somehow so that clutch can decrypt the binaries.
Here's the log dump:
The two issues are:
and
Thanks.