Joined June 2013
56 Photos and videos
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.
1
6
2,733
Here the original source code: gist.github.com/khanhduytran… Here my fork with a Makefile file: gist.github.com/miticollo/66… . I changed handleFaultyTextPage to compile the dylib for ARM64e. Now it doesn’t use anymore __pc.
2
1
364
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; }
1
278
I’ve just updated the guide to cross-compile @fridadotre to support @roothideDev: gist.github.com/miticollo/12… Thanks @hrdwnhd to catch this miss!
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…
2
2
15
9,395
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…
4
12
10,278
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.
1
1
4
521
231
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.
414
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.
2
18
58
9,252
Thanks @RootHideDev! iPhone 11 (A13) with iOS 15.6 RC2
823
Thanks @tesaguriguma for your work on NewTerm: github.com/hbang/NewTerm/pul…
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.
9
1,530
This is a fun project just for put into practice my knowledges and maybe learn new things.
214
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
1
1
3
321
You can find the previous version in the legacy branch: github.com/miticollo/frida-i…

138
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! Just wanted to share that I updated frida-ios-dump, a tool to dump encrypted IPA, to support Fugu15 Max. Check it out on GitHub: github.com/miticollo/frida-i… #frida #ios #Fugu15Max
419
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
135
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.
1
146
Hey everyone! If you want #frida rootless for #Dopamine, #Fugu15Max or #palera1n you can add my repo (include my GPG key): miticollo.github.io/repos/ (open link with your favorite bowser). Anyway for now there are some limitations (at least on Dopamine): x.com/miticollo/status/16432…

Replying to @miticollo
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.
631