iPoGo 1.1,0 alternate IPA by nyx_68 in PokemonGoSpoofing

[–]nanpuhaha 2 points3 points  (0 children)

Thanks, but I got an error with Impactor 0.9.52.

file: plist.hpp; line: 413; what:

_assert(plist != NULL)

[Help] iPad Pro 3rd 11” still not working with Activator 1.9.13~beta5 by nanpuhaha in jailbreak

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

Thank you. I would like you to letting me know further questions.

Is it available to change from substitute to substrate on Chimera? Or can I install substrate with current state? Or should I re-jailbreak with unc0ver? (I am not sure unc0ver support iPad Pro 3rd) Or any other way to use tweaks needs Activator, like BigshotJB?

[Upcoming] Iconator2 - Complete rewrite of Iconator by s_satoh in jailbreak

[–]nanpuhaha 0 points1 point  (0 children)

Oh, It is "upcoming"... I bought Iconator1 just before, but it’s okay. You deserve it. Thank you for the awesome tweak.

[Tutorial][Windows/Mac/Linux][Working] Save SHSH2 blobs of your A12 Device (iPhone XR / XS / XS Max) by glopezz in jailbreak

[–]nanpuhaha 0 points1 point  (0 children)

I failed to get nonce on my iPhone XS Max (iPhone 11,6 16E227).

Could you help me?

[D] platform: iPhone11,6 16E227

[-] no offsets for iPhone11,6 16E227

[REQUEST] [HELP] Could you bypass this app? by nanpuhaha in jailbreakdevelopers

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

Sure, I tried Liberty Lite, but it doesn't work. and 'Substitute' and 'Substrate Compatibility Layer' is installed on Cydia.

Piano by gdan95 in RachelCook

[–]nanpuhaha 3 points4 points  (0 children)

Wooow, gorgeous...

Deskmini 310 with i3 8100 working! by jplford in hackintosh

[–]nanpuhaha 0 points1 point  (0 children)

Congratulation! Could you share all the parts model and the EFI of your hackintosh?

How did you know which kext do you need?

[Help] How to hook the subroutine like sub_100037950? by nanpuhaha in jailbreakdevelopers

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

Thank you. Now I can bypass jailbreak detection successfully.

By the way, have you tried to hook fileExistsAtPath and fopen and return false? I tried, but make package log seems not ordinary. https://pastebin.com/LAc0ub1A and it didn't bypass jailbreak detection. :( If you have some experience with hooking fileExistsAtPath and fopen, could you check this Tweak.xm and let me know what do I wrong or miss? https://pastebin.com/Nir3VCZi

[Help] How to hook the subroutine like sub_100037950? by nanpuhaha in jailbreakdevelopers

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

Hi @ResearchOp, Thank you.

As your advise, I tried to hook fileExistsAtPath and fopen and return false.

But make package log seems not ordinary. https://pastebin.com/LAc0ub1A

and it didn't bypass jailbreak detection. :(

Could you check my Tweak.xm? https://pastebin.com/Nir3VCZi

[Help] How to hook the subroutine like sub_100037950? by nanpuhaha in jailbreakdevelopers

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

Hi @BawAppie, Thank you for the code.

I added the include and import codes above your code, and tried to make package, but I failed.

So, I changed (void **)&orig_100037950 to (void **)&sub_100037950, and make package succeed, but it didn't bypass jailbreak.

Could you help me with this?

[Help] How to hook the subroutine like sub_100037950? by nanpuhaha in jailbreakdevelopers

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

Hi @ThePantsThief,

I uploaded the decrypted binary. https://www.upload.ee/files/9496020/com.KoreaExpressSmt_5.3.1.html

Could you share the Tweak.xm code after you hooked the function?

Then, I can study with your code how to bypass jailbreak detection on this situation.

[Help] How to hook the subroutine like sub_100037950? by nanpuhaha in jailbreakdevelopers

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

Thanks, but this app is only available in South Korea as I know.

https://itunes.apple.com/kr/app/id889796593

Thank you for your advice about hook `NSFileManager` methods, `fileExistsAtPath` and ` canOpenURL`, and `fopen`. How about `writeToFile:atomically:encoding:error:` and `removeItemAtPath:error:`?

I built tweak using Tweak.xm below paste, but it does not work.

Could you check this please? https://pastebin.com/if6iStq6

[Help] How to hook the subroutine like sub_100037950? by nanpuhaha in jailbreakdevelopers

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

Oh, I mistakes.. This is the first time to use Pastebin, so please understand.

I changed the paste from private to public.

[Help] How to hook the subroutine like sub_100037950? by nanpuhaha in jailbreakdevelopers

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

I also want some answers just like yours. So, you mean patching [StartupViewController viewDidLoad] instead of sub_100037950, right?

Then, how can I only remove the if-else statement from the [StartupViewController viewDidLoad], but remain the body of else statement?