
Lorenzo Ferron
@miticollo
Followers
88
Following
411
Media
45
Statuses
155
It's a bit late, I hope that it isn't too much. But I have just discovered that @TranKha50277352 thanked me:
gist.github.com
ProcursusTSHelper.c. GitHub Gist: instantly share code, notes, and snippets.
0
0
1
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
I’ve just updated the guide to cross-compile @fridadotre to support @roothideDev: https://t.co/ZkPcUoWUGF 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): https://t.co/ZkPcUoWUGF
2
2
16
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
gist.github.com
How to build frida-server (≥ 16.2.2) for iOS jailbroken devices - build_frida.sh
0
4
13
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
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: 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
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.
gist.github.com
In a new macOS terminal run `bash ./futurerestore.sh -c` and follow instructions - futurerestore.sh
2
18
58
Thanks @tesaguriguma for your work on NewTerm: https://t.co/G7SKm2zAZZ
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.
0
0
9
This is a fun project just for put into practice my knowledges and maybe learn new things.
0
0
0
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.
gist.github.com
ProcursusTSHelper.c. GitHub Gist: instantly share code, notes, and snippets.
2
0
1
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
0
6
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
github.com
pull decrypted ipa from jailbreak device. Contribute to miticollo/frida-ios-dump development by creating an account on GitHub.
1
1
3
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: https://t.co/MpBLMbnWSn
#frida #ios #Fugu15Max
0
0
0
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
github.com
A sample code for iOS cleanup. Contribute to miticollo/ne development by creating an account on GitHub.
0
0
0
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.
gist.github.com
An incomplete `lsof` for iOS implemented in frida. GitHub Gist: instantly share code, notes, and snippets.
0
1
0
0
0
0
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
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