Lorenzo Ferron Profile
Lorenzo Ferron

@miticollo

Followers
88
Following
411
Media
45
Statuses
155

Italia
Joined June 2013
Don't wanna be here? Send us removal request.
@miticollo
Lorenzo Ferron
6 months
It's a bit late, I hope that it isn't too much. But I have just discovered that @TranKha50277352 thanked me:
Tweet card summary image
gist.github.com
ProcursusTSHelper.c. GitHub Gist: instantly share code, notes, and snippets.
0
0
1
@miticollo
Lorenzo Ferron
9 months
https://t.co/QaWb0HZPiY // 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; }
en.wikipedia.org
0
0
1
@miticollo
Lorenzo Ferron
1 year
I’ve just updated the guide to cross-compile @fridadotre to support @roothideDev: https://t.co/ZkPcUoWUGF Thanks @hrdwnhd to catch this miss!
@miticollo
Lorenzo Ferron
1 year
If someone is interested I have just updated my guide on how to compile @fridadotre (≥ 16.2.2) for iOS/iPadOS jailbroken (rootful/rootless): https://t.co/ZkPcUoWUGF
2
2
16
@miticollo
Lorenzo Ferron
1 year
If someone is interested I have just updated my guide on how to compile @fridadotre (≥ 16.2.2) for iOS/iPadOS jailbroken (rootful/rootless): https://t.co/ZkPcUoWUGF
Tweet card summary image
gist.github.com
How to build frida-server (≥ 16.2.2) for iOS jailbroken devices - build_frida.sh
0
4
13
@miticollo
Lorenzo Ferron
2 years
0
0
0
@miticollo
Lorenzo Ferron
2 years
I’ve just updated my frida-ios-dump fork: https://t.co/AR1CsxKqC0. 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
@miticollo
Lorenzo Ferron
2 years
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!
@miticollo
Lorenzo Ferron
2 years
If someone has some trouble with iOS downgrade (16.7.5 to 16.6.1) can use this script: https://t.co/w007WHcWiX. 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.
0
0
0
@miticollo
Lorenzo Ferron
2 years
If someone has some trouble with iOS downgrade (16.7.5 to 16.6.1) can use this script: https://t.co/w007WHcWiX. 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.
Tweet card summary image
gist.github.com
In a new macOS terminal run `bash ./futurerestore.sh -c` and follow instructions - futurerestore.sh
2
18
58
@miticollo
Lorenzo Ferron
2 years
Thanks @RootHideDev! iPhone 11 (A13) with iOS 15.6 RC2
Tweet media one
Tweet media two
0
0
0
@miticollo
Lorenzo Ferron
2 years
Thanks @tesaguriguma for your work on NewTerm: https://t.co/G7SKm2zAZZ
@miticollo
Lorenzo Ferron
2 years
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.
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
9
@miticollo
Lorenzo Ferron
2 years
This is a fun project just for put into practice my knowledges and maybe learn new things.
0
0
0
@miticollo
Lorenzo Ferron
2 years
Here the original source code: https://t.co/tDzeNzOVkY Here my fork with a Makefile file: https://t.co/CVbGFAATL0 . I changed handleFaultyTextPage to compile the dylib for ARM64e. Now it doesn’t use anymore __pc.
Tweet card summary image
gist.github.com
ProcursusTSHelper.c. GitHub Gist: instantly share code, notes, and snippets.
2
0
1
@miticollo
Lorenzo Ferron
2 years
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.
Tweet media one
Tweet media two
Tweet media three
Tweet media four
1
0
6
@miticollo
Lorenzo Ferron
2 years
You can find the previous version in the legacy branch:
0
0
0
@miticollo
Lorenzo Ferron
2 years
Just released an update for my frida-ios-dump fork: https://t.co/MpBLMbnWSn. 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
Tweet card summary image
github.com
pull decrypted ipa from jailbreak device. Contribute to miticollo/frida-ios-dump development by creating an account on GitHub.
1
1
3
@miticollo
Lorenzo Ferron
2 years
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). 😢
@miticollo
Lorenzo Ferron
2 years
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: https://t.co/MpBLMbnWSn #frida #ios #Fugu15Max
0
0
0
@miticollo
Lorenzo Ferron
2 years
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. https://t.co/kEbVvBtYfM
Tweet card summary image
github.com
A sample code for iOS cleanup. Contribute to miticollo/ne development by creating an account on GitHub.
0
0
0
@miticollo
Lorenzo Ferron
2 years
I just added a new #frida agent for #iOS to my collection. Check it out here: https://t.co/sFnyflteQL. This script is amazing because it combines the power of CModule, TypeScript, and ObjC all in one place. But it’s simply #lsof.
Tweet card summary image
gist.github.com
An incomplete `lsof` for iOS implemented in frida. GitHub Gist: instantly share code, notes, and snippets.
0
1
0
@miticollo
Lorenzo Ferron
2 years
Tweet media one
0
0
0
@miticollo
Lorenzo Ferron
2 years
Hey everyone! If you want #frida rootless for #Dopamine, #Fugu15Max or #palera1n you can add my repo (include my GPG key): https://t.co/hlJRPdS0YC (open link with your favorite bowser). Anyway for now there are some limitations (at least on Dopamine): https://t.co/yRQn2XYD4y
@miticollo
Lorenzo Ferron
2 years
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.
0
0
0