You have access to a Mac, and depending on the hardware you are trying to image, Katana Forensics offers a free imaging tool called LanternLite; http//
hi steve,
thxx i ve found this one, but couldn t install it on the mac, got an error during install / "lantern lite run preflight script"
#fail #coarsed!
hi steve,
thxx i ve found this one, but couldn t install it on the mac, got an error during install / "lantern lite run preflight script"
#fail #coarsed!
Try downloading all the components again and reinstall. I've used this tool extensively with great success, if you've got a device that it supports and you're really looking for a free tool it'd be worth the effort to get it running.
i agree with you steve, but what component you talk about? there is just a .zip file to download.
i agree with you steve, but what component you talk about? there is just a .zip file to download.
If you got the ZIP from Katana there is a PDF included that has links to firmware downloads for use with RedSnow. I'm not sure whats causing your error, and seeing as it's early morning here I haven't had my coffee idea shoot me a PM and I'd be happy to help you the best I can.
oulaaa never used redsnow, it seems i ll need some help there. thx for your help )
have a cofee, me i have to build furniture for my daughter, otherwise i ll end the day as "just divorced" and then tonite (here in france) i ll have a look to it.
if you use skype, please add no-comp in your list )
thx for your time
best regards
herve
well i just did everything that is required, i get an install error when installing lantern, i guess it s cause of my mac version 10.5.8 #fail
What version of iOS was the device running? Could the problem here be that you've got an encrypted dump?
well i doubt it has anything to do with the device, it s not even plug during the install.
it runs the latest update.
the device got iPhone2,1_5.0.1_9A405_Restore.ipsw installed.
thx for your time
best regards
herve
great, no freeware, noway i gonna pay for try…
so there is no reliable way to do a raw of an iphone without a credit card? '(
If all you are looking for is a way to dd the iphone try
http//
there is an automatic version now. i usually use dd in the cygwin package to connect and get the image.
Mount the drive
Everything
ssh user@iphone-ip dd if=/dev/rdisk0 bs=1M | dd of=iphone-dump.img
Just the system partition
ssh root@iphone-ip dd if=/dev/rdisk0s1 bs=1M | dd of=iphone-root.img
Just the user data partition
ssh root@iphone-ip dd if=/dev/rdisk0s2s1 bs=1M | dd of=iphone-user.img