as0ler / r2flutch

Tool to decrypt iOS apps using r2frida
GNU General Public License v3.0
167 stars 23 forks source link

Error Dumping Application #1

Closed bmbernie closed 3 years ago

bmbernie commented 3 years ago

When attempting to dump an application I ran into this error. Any suggestions on how to proceed?

r2flutch XXXXX
[+] Open Application Process XXXXX
resumed spawned process.
[+] Mount Application Bundle
Mounted io on /r2f at 0x0
[+] Set block size to 0x80000

Invalid address (XXXXXw)
|ERROR| Invalid command 'mdj /r2f/AppBundle/assets/node_modules/@XXXX' (0x6d)
as0ler commented 3 years ago

Can you please give more detail information about the environment?

Is it happening always with the same App? I think I found the issue, however I just wanna reproduce it locally.

bmbernie commented 3 years ago

Hey Murphy,

It does happen every time attempt to dump this application.

I am on iOS 13.1.3. The device is an iPhone X.

On Oct 9, 2021, at 8:00 AM, Murphy @.***> wrote:

 Can you please give more detail information about the environment?

Device and iOS Version Is it happening always with the same App? I think I found the issue, however I just wanna reproduce it locally.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

as0ler commented 3 years ago

Hey!

Update radare2 from Git and reinstall it. Then update r2flutch to the last version (1.0.1 actually) and It should be already fixed.

Please let me know if it works!

thanks!

bmbernie commented 3 years ago

This issue is no longer present. You can close this issue.

Thanks.