Skip to content

Instantly share code, notes, and snippets.

@vanhvungve
vanhvungve / AppleIntelligence_Bypass.md
Created November 29, 2024 15:11 — forked from TheAppleUser1/AppleIntelligence_Bypass.md
How to get Apple Intelligence on any iOS 18 enabled iPhone (macOS GUIDE, iPhones prioritized, but can be done on iPad)

This guide is for How to get Apple Intelligence on any iOS 18 enabled iPhone. Do all of the steps to make sure you get the result I got.

System requirments to get all good features: iOS 18.2 Beta 2 OR iPadOS 18.2 Beta 2

Creds: Sneaky f1shy for the original guide (but that is outdated by now)

Thanks for godfafa_ on Discord for giving us the ultimate method

Thanks for my server https://discord.gg/TWt3BBR8Jq

Thanks LeminLimez for making and mantaining Nugget

And ultimate thanks to Me, and my team inside my Discord Server

Step one is to acquire your MobileGestalt file. The link for the shortcut is here: https://www.icloud.com/shortcuts/21fb790bbc2040b9bb5bd9034f0cb035 Once you haved saved the file transfer it to your computer (The best to do it on a Mac) so Find and Copy Paste this info

@vanhvungve
vanhvungve / MobileGestalt.swift
Created November 22, 2024 07:59 — forked from macshome/MobileGestalt.swift
Get crazy and hook MobileGestalt in a Swift Playground!
// Get crazy and hook MobileGestalt in a Swift Playground!
//
// If you are a LONG time Mac developer you know that the Gestalt system
// used to be a way to get info about your Mac. These days it's a private
// thing that Apple locks away and you shouldn't really touch. Most of the info
// that you need can probaby be found in IOKit, but some values, like
// the provisioningUDID are not avaliable any other way.
//
// That said, it's a fun exersize to see how to do some various things in Swift.
// Things like loading a dylib or calling private C functions.
@vanhvungve
vanhvungve / best_SAE_trick.md
Created November 22, 2024 03:03 — forked from f1shy-dev/best_SAE_trick.md
sneakyf1shy's apple intelligence tutorial

the sneakyf1shy apple intelligence tutorial v2.0

Warning

This is patched as of iOS/iPadOS 18.1 DevBeta 5. If you want to follow this, stay on Beta 4.

This actually downloads the models, and is NOT just new SiriUI. Hence, this process is complex and probably not worth it.

⚠️ Prepare to be disappointed and annoyed, and have your time wasted! ⚠️

  • What does not work: Writing Tools, Memories, Reduce Interruptions, Image Eraser and other tools that are within official Apple Intelligence on supported devices.
@vanhvungve
vanhvungve / How-to-build-frida-server-for-ios.md
Created November 17, 2024 04:20 — forked from miticollo/How-to-build-frida-server-for-ios.md
How to build frida server for iOS jailbroken devices

Here, I'll show you how to compile Frida for both rootfull and rootless jailbreaks.

TL;DR

On Dopamine/Fugu15 Max or palera1n you can add my repo (open the link in your favorite browser on your jailbroken iDevice).

The DEBs you will install are build using the following instructions.

Update 2024-02-29

@vanhvungve
vanhvungve / gist:00ae30cc01daf6869fcb95c556c7392a
Created December 29, 2023 18:57 — forked from copumpkin/gist:149443
Lots of iPhone protocols. Consider this BSD-licensed. I'd also appreciate if you made changes through the gist interface so I can see what you've done, but no pressure :)
# Very alpha still, but getting there...
# Yeah, I like it this way
require 'pp'
require 'set'
require 'zlib'
require 'base64'
require 'socket'
require 'openssl'
require 'stringio'