The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Talk:GIDecrypt"
(New page: == It's old article, i know, but i wanna give it a try ;) == When i try to compile it (on Mac with openssl, and Linux with openssl, libssl-dev, libssl) i'm getting these errors: <nowiki>...) |
m |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
When i try to compile it (on Mac with openssl, and Linux with openssl, libssl-dev, libssl) i'm getting these errors: |
When i try to compile it (on Mac with openssl, and Linux with openssl, libssl-dev, libssl) i'm getting these errors: |
||
− | < |
+ | <code>Undefined symbols: |
"_AES_set_decrypt_key", referenced from: |
"_AES_set_decrypt_key", referenced from: |
||
_main in ccebEdc1.o |
_main in ccebEdc1.o |
||
"_AES_cbc_encrypt", referenced from: |
"_AES_cbc_encrypt", referenced from: |
||
_main in ccebEdc1.o |
_main in ccebEdc1.o |
||
− | ld: symbol(s) not found |
+ | ld: symbol(s) not found</code> |
What i'm doing wrong? --[[User:Cichacz|Cichacz]] 20:16, 12 April 2010 (UTC) |
What i'm doing wrong? --[[User:Cichacz|Cichacz]] 20:16, 12 April 2010 (UTC) |
||
+ | |||
+ | it requires openssl to compile, you need to pass "-lcrypto" to gcc --[[User:Posixninja|posixninja]] 02:22, 13 April 2010 (UTC) |
||
+ | |||
+ | ok... now it compiled :) |
||
+ | But this isn't working with 3.1.3... :( |
||
+ | Can sb send me (m.cichacz@gmail.com) new scripts (for 3.1.3 or 4.0)? |
||
+ | I swear, i won't share them, i just want to be able to learn from sth that works with newest firmwares.--[[User:Cichacz|Cichacz]] 18:35, 13 April 2010 (UTC) |
||
+ | |||
+ | == Firmware 6.x == |
||
+ | |||
+ | Does this support iOS 6.x? If not what is a software that does this? --[[User:IAdam1n|iAdam1n]] ([[User talk:IAdam1n|talk]]) 18:10, 29 January 2013 (UTC) |
Latest revision as of 10:35, 21 August 2013
It's old article, i know, but i wanna give it a try ;)
When i try to compile it (on Mac with openssl, and Linux with openssl, libssl-dev, libssl) i'm getting these errors:
Undefined symbols:
"_AES_set_decrypt_key", referenced from:
_main in ccebEdc1.o
"_AES_cbc_encrypt", referenced from:
_main in ccebEdc1.o
ld: symbol(s) not found
What i'm doing wrong? --Cichacz 20:16, 12 April 2010 (UTC)
it requires openssl to compile, you need to pass "-lcrypto" to gcc --posixninja 02:22, 13 April 2010 (UTC)
ok... now it compiled :) But this isn't working with 3.1.3... :( Can sb send me (m.cichacz@gmail.com) new scripts (for 3.1.3 or 4.0)? I swear, i won't share them, i just want to be able to learn from sth that works with newest firmwares.--Cichacz 18:35, 13 April 2010 (UTC)
Firmware 6.x
Does this support iOS 6.x? If not what is a software that does this? --iAdam1n (talk) 18:10, 29 January 2013 (UTC)