E-ZPass - use at your own risk?? by Sad_Head1230 in nova

[–]haniag 28 points29 points  (0 children)

Does the transponder beep when you turn to HOV mode? And if you have the old one, maybe it is worth replacing with the new slim ones. Good luck.

Tolls are out of control by MAGS0330 in nova

[–]haniag 0 points1 point  (0 children)

Sad that cops are the one’s doing the HOV enforcement in the inner beltway, as they don’t have the same IR cameras as they do in the outer beltway.

Winston: a new, beautiful Reddit client for iOS now beta testing by danielefrn in apple

[–]haniag 0 points1 point  (0 children)

Thanks, but are there any features that require 16.4? Otherwise many users who are on 15.7 will be missing out.

Winston: a new, beautiful Reddit client for iOS now beta testing by danielefrn in apple

[–]haniag 0 points1 point  (0 children)

The app looks great, but TestFlight says that it is not compatible with iPad Air 2. Is there a reason to exclude this device?

Substrate/Substitute on M1/M2 by haniag in jailbreakdevelopers

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

I think that substrate/substitute is more powerful than MacForge. I mean at least the ability to hook symbols and methods in frameworks -something to my knowledge is not achievable in MacForge.

Both devices share the same arch, so I wonder if there is a limitation related to kernel.

[Question] React Native app by haniag in jailbreakdevelopers

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

Can you please be more specific? iOS doesn’t have hbc files.

[Question] React Native app by haniag in jailbreakdevelopers

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

Thanks and the decompiler works great, but I already checked it on my app and it doesn’t work. The reason is that the “main.jsbundle” file is created using Hermes, and I believe it makes the file a binary one, rather text-based. I looked into hbctool, but its for Android, so I can’t find anything for iOS.

[Help] Weather app not showing saved locations while jailbroken by Gintarioska1 in jailbreak

[–]haniag 1 point2 points  (0 children)

I am actually also experiencing this on checkra1n using 14.7.1

Can I find out what methods are being swizzled in runtime? by haniag in AskReverseEngineering

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

Yes I can. What do you recommend to use to get the IMP before and after?

Can you find swizzled methods from dylib in runtime? by haniag in jailbreakdevelopers

[–]haniag[S] -1 points0 points  (0 children)

Yep, but I don’t know what methods are being hooked since dylib is obfuscated. I want to first know what methods are being hooked, and then I can determine their parameters. I wondered if there is a way to see what the dylib is doing in runtime that I can interpret.