Finally I have achieved too this result! Given that I saw no tweets that showed it on iOS 15. Here is one.
Thanks @TranKha50277352 for your libTS2JailbreakEnv.dylib and your tweets/answers that I used as guide.
en.wikipedia.org/wiki/Short-…
// clang -std=c99 -Wall -Wextra -Wfloat-equal -pedantic main.c
int main(void) {
short a = 1, b = 0;
do {
if (a == 10) b = 1 << a;
} while (a < 10 || 1024 / b != 1);
return 0;
}
If someone is interested I have just updated my guide on how to compile @fridadotre (≥ 16.2.2) for iOS/iPadOS jailbroken (rootful/rootless):
gist.github.com/miticollo/12…
If someone is interested I have just updated my guide on how to compile @fridadotre (≥ 16.2.2) for iOS/iPadOS jailbroken (rootful/rootless):
gist.github.com/miticollo/12…
I’ve just updated my frida-ios-dump fork: github.com/miticollo/frida-i…. This is a WIP and the code requires a refactoring but I successfully implemented a backpressure with Frida. This was necessary because send() doesn’t chunk files or Buffer.
I used a Dopamine device to decrypt.
Last update for this (ugly but fast) script. Using irecovery I implemented a busy waiting (I know the waste) to wait Recovery Mode. If you don’t have irecovery the script will work anyway but this step (mineek calls it “Step 5”) is more manual.
Thank u for your support!
If someone has some trouble with iOS downgrade (16.7.5 to 16.6.1) can use this script: gist.github.com/miticollo/80….
I wrote it for macOS. I tested it only on macOS. Anyway it builds gaster and futurerestore for you. Furthermore it follows the @mineekdev's guide.
If someone has some trouble with iOS downgrade (16.7.5 to 16.6.1) can use this script: gist.github.com/miticollo/80….
I wrote it for macOS. I tested it only on macOS. Anyway it builds gaster and futurerestore for you. Furthermore it follows the @mineekdev's guide.
Finally I have achieved too this result! Given that I saw no tweets that showed it on iOS 15. Here is one.
Thanks @TranKha50277352 for your libTS2JailbreakEnv.dylib and your tweets/answers that I used as guide.
Just released an update for my frida-ios-dump fork: github.com/miticollo/frida-i….
Notable changes:
- Eliminated need for scp by utilizing Frida's send() for file transfer
- Revamped approach, no longer relies on syscalls (open, read, seek, write); now directly patches files in memory
Exciting news! Just tested frida-ios-dump on #iPadOS 17, and it WORKS! @fridadotre (rootless on my repo) runs well on iPadOS 17, but spawning a process fails. Same on Dopamine #JB (iOS 15). 😢
Hey everyone! I created a repo with a code to remove the permission that some apps on #iOS or #iPadOS require to connect to devices on your local network.
Obviously a #jailbreak is required.
github.com/miticollo/ne
I just added a new #frida agent for #iOS to my collection. Check it out here: gist.github.com/miticollo/aa…. This script is amazing because it combines the power of CModule, TypeScript, and ObjC all in one place.
But it’s simply #lsof.
Currently, #frida works almost perfectly on iDevices jailbroken with Fugu15 Max. However, there are a couple of important features that don’t work yet 😢, including app spawning and listing installed apps.