Giter Site home page Giter Site logo

Comments (12)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
Issue 31 has been merged into this issue.

Original comment by [email protected] on 24 Nov 2011 at 9:55

from iphone-dataprotection.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
Did you try with the latest version of redsn0w 
(https://sites.google.com/a/iphone-dev.com/files/home/redsn0w_mac_0.9.9b8.zip) ?
Otherwise maybe try on Windows instead of OS X.

Original comment by [email protected] on 24 Nov 2011 at 9:55

from iphone-dataprotection.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
Yeah, tried a bunch of times with both b5 and b8...same error.  Getting lots of 
warnings when I try to do the img3f step as well...

img3fs.c:100: warning: pointer targets in passing argument 2 of ‘strncmp’ 
differ in signedness
img3fs.c:104: warning: pointer targets in passing argument 2 of ‘strncmp’ 
differ in signedness
img3fs.c:108: warning: pointer targets in passing argument 2 of ‘strncmp’ 
differ in signedness
img3fs.c: In function ‘img3_init’:
img3fs.c:266: warning: ‘EVP_aes_128_cbc’ is deprecated (declared at 
/usr/include/openssl/evp.h:766)
img3fs.c:269: warning: ‘EVP_aes_192_cbc’ is deprecated (declared at 
/usr/include/openssl/evp.h:776)
img3fs.c:272: warning: ‘EVP_aes_256_cbc’ is deprecated (declared at 
/usr/include/openssl/evp.h:786)
img3fs.c:281: warning: ‘EVP_CIPHER_CTX_init’ is deprecated (declared at 
/usr/include/openssl/evp.h:636)
img3fs.c:282: warning: ‘EVP_DecryptInit_ex’ is deprecated (declared at 
/usr/include/openssl/evp.h:590)
img3fs.c:283: warning: ‘EVP_DecryptUpdate’ is deprecated (declared at 
/usr/include/openssl/evp.h:592)
img3fs.c:284: warning: pointer targets in passing argument 3 of 
‘EVP_DecryptUpdate’ differ in signedness
img3fs.c: In function ‘img3_destroy’:
img3fs.c:307: warning: ‘EVP_CIPHER_CTX_init’ is deprecated (declared at 
/usr/include/openssl/evp.h:636)
img3fs.c:308: warning: ‘EVP_EncryptInit_ex’ is deprecated (declared at 
/usr/include/openssl/evp.h:581)
img3fs.c:309: warning: ‘EVP_EncryptUpdate’ is deprecated (declared at 
/usr/include/openssl/evp.h:583)
img3fs.c:310: warning: pointer targets in passing argument 3 of 
‘EVP_EncryptUpdate’ differ in signedness

could this effect myramdisk img?


Original comment by [email protected] on 24 Nov 2011 at 1:42

from iphone-dataprotection.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
The warnings for img3fs are "normal". What about redsn0w on windows ?

Original comment by [email protected] on 25 Nov 2011 at 11:34

  • Changed state: Accepted

from iphone-dataprotection.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
[deleted comment]

from iphone-dataprotection.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
[deleted comment]

from iphone-dataprotection.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
I was able to get the ramdisk into the phone using windows, but I can't enter 
the python commands in the command prompt.  I must not have python installed on 
my windows partition.  Trying to ssh through cyberduck on windows but still no 
luck.  I have to change the port directions through python first in order to 
use my ssh client, right?

Original comment by [email protected] on 26 Nov 2011 at 9:10

from iphone-dataprotection.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
On windows, you need to install python and the modules listed on the README 
page (pycrypto, M2crypto, construct, progressbar). Once you've booted the 
ramdisk with redsn0w, run the usbmuxd-python-client/relay.bat script to forward 
the ports, then ssh to localhost:2222 (using PuTTy for example).

Original comment by [email protected] on 27 Nov 2011 at 5:30

from iphone-dataprotection.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
I'm connected through SSH now, but I can't seem to get to the files on my 
phone.  I have to bruteforce, but I'm getting errors:

File "C:\Desktop\iphone-dataprotection\python_scripts\demo_bruteforce.py", line 
3 in <module>
from keystore.keybag import Keybag
File "C:\Desktop\iphone-dataprotection\python_scripts\keystore\keybag.py", line 
5 in <module>
from crypto.aeswrap import AESUnwrap
ImportError: No module named crypto.aeswrap

I had trouble running the scripts for pycrypto, m2crypto, construct, and 
progress bar so I ended up manually downloading them from their websites and 
installing on my system.  Does that make a difference?

Original comment by [email protected] on 28 Nov 2011 at 2:05

from iphone-dataprotection.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
I had to setup easy_install for python.  I was able to install the dependencies 
for progress bar, pycrypto, and construct no problem, but I'm getting an error 
for m2crypto:

setup script exited with error: command 'swig.exe' failed. no such file or 
directory.  

I have manually downloaded swig, but still no luck.

Original comment by [email protected] on 30 Nov 2011 at 5:08

from iphone-dataprotection.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
Try installing this binary package for m2crypto :
http://chandlerproject.org/pub/Projects/MeTooCrypto/M2Crypto-0.21.1.win32-py2.6.
exe

Original comment by [email protected] on 11 Dec 2011 at 10:26

from iphone-dataprotection.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
closing old issues

Original comment by [email protected] on 11 Feb 2014 at 10:38

  • Changed state: Done

from iphone-dataprotection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.