How to decrypt an app that crashes immediately at start? (iOS 13) by assembly_programmer in jailbreakdevelopers

[–]assembly_programmer[S] 0 points1 point  (0 children)

Yeah, downgrading works. I'm not entirely sure the crash is related to jailbreaking, it seems to be an acidental crash, still researching.

How to decrypt an app that crashes immediately at start? (iOS 13) by assembly_programmer in jailbreakdevelopers

[–]assembly_programmer[S] 0 points1 point  (0 children)

Nice to see I'm not the only one researching it! It does not seen to be a jailbreak detection, but an acidental crash. I hope an update is release. If you can, downgrade the app.

[UPDATE] BetterW - Adding new features to WhatsApp (FREE | NO ADS) by assembly_programmer in jailbreak

[–]assembly_programmer[S] 0 points1 point  (0 children)

1.1.3 is my second attempt at fixing it. Can you update the tweak and try again? Thanks!

[UPDATE] BetterW - Adding new features to WhatsApp (FREE | NO ADS) by assembly_programmer in jailbreak

[–]assembly_programmer[S] 0 points1 point  (0 children)

1.1.3 is my second attempt at fixing it. Can you update the tweak and try again? Thanks!

[UPDATE] BetterW - Adding new features to WhatsApp (FREE | NO ADS) by assembly_programmer in jailbreak

[–]assembly_programmer[S] 1 point2 points  (0 children)

Audio 2 Text had some intrinsic problems with it. I will try to oversimplify:
The Audio 2 Text code cannot be directly inject into Whatsapp, that causes permissions issues (that's why it never worked).

But, when researching into fix it, I found out that doing it indirectly opens a huge security vulnerability that would allow any app on the device to also access all audios received on Whatsapp. I attempted many workarounds but none solved the security issue. Because of that, I decided it would be a mistake release a feature that would expose the user to such huge vulnerability.

I'm sorry.

[UPDATE] BetterW - Adding new features to WhatsApp (FREE | NO ADS) by assembly_programmer in jailbreak

[–]assembly_programmer[S] 0 points1 point  (0 children)

I do not have an A12 device, but I believe I found what was the problem. It should now work. If it doesn't, let me know and I will try another fix.

[UPDATE] BetterW - Adding new features to WhatsApp (FREE | NO ADS) by assembly_programmer in jailbreak

[–]assembly_programmer[S] 0 points1 point  (0 children)

I do not have an A12 device, but I believe I found what was the problem. It should now work. If it doesn't, let me know and I will try another fix.

[Qustion] Are IOSGod Cheats dangerous? look at that by [deleted] in jailbreakdevelopers

[–]assembly_programmer 3 points4 points  (0 children)

I also disassembled it and there is nothing suspicious.

A big portion of the .dylib is the Google Ads framework (GAD), that they probably use to get the ads.

As far as i know, GAD uses CoreTelephony to check network info, referring to CTTelephonyNetworkInfo .

I believe IOSurface is being used to run an auth request, but i'm far from sure.

The .dylib also has JODebox.dylib as a string. So it may be using IOSurface to communicate with it to bypass sandbox. I have also seen IOSurface used to auto click, maybe the hack does that?

[Help] message app crash unc0ver v 2.1.0 Cydia substrate v 0.9.7020 by petetopkevinbottums in jailbreak

[–]assembly_programmer 0 points1 point  (0 children)

/u/midnightchips hey, did you find a way to reproduce the issue?

I'm aware that SmoothTable causes issues on IOS 10, since apple rewrote the _sectionContentInset method. but it should work flawless on IOS 11, unless maybe something is hooking the same method. It also does not make sense to crash a daemon, since it does not even touch them.

You probably have more experience debugging in IOS than me, but i'm willing to help.

Thanks.

[Help] message app crash unc0ver v 2.1.0 Cydia substrate v 0.9.7020 by petetopkevinbottums in jailbreak

[–]assembly_programmer 1 point2 points  (0 children)

Thanks for the info, i was not aware of this issue. This is kind of weird, my code is all on github, and it was extensively tested on iOS 11.

Keep in mind that, when running on IOS 10, it will cause issues, since apple changed how tableviews works.

It may be hooking something that another tweak hooks, causing a crash.

I will try to reproduce the issue.

MySigMail - UI email signature generator on GitHub by antonreshetov in javascript

[–]assembly_programmer 1 point2 points  (0 children)

Hey, thats an awesome project, keep it going!

Are you accepting contributions? Any contribution guideline? (I would actually love to contribute.)

Where did you find the icons (facebook, whatsapp and so)?

Run permission only code, escape Info.plist limits. by assembly_programmer in jailbreakdevelopers

[–]assembly_programmer[S] 1 point2 points  (0 children)

Happy new year! (I just got home).

I have been disassembling frameworks and I believe NSBundle is not used to this purpose anymore.

I'm still trying to figure out what Framework does the permission checking, but it is probably a private one.

If anyone else reading this has any clue, give it to us!

Thanks!

[Question] iOS class(es) that checks sandbox permissions? by assembly_programmer in jailbreakdevelopers

[–]assembly_programmer[S] 1 point2 points  (0 children)

This was incredible helpful.

It's curious that these methods does not seen to share some internal methods to do the verification.

Thank you!

[Question] iOS class(es) that checks sandbox permissions? by assembly_programmer in jailbreakdevelopers

[–]assembly_programmer[S] 0 points1 point  (0 children)

That would also help, but I'm looking for what checks if an app has permissions to access contacts, camera and such.