index
:
idevicerestore
fixtrailingwhitespaces
master
operation-refactoring
Restore/upgrade firmware of iOS devices
ms,jh
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
idevicerestore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-05
Add basic code to detect and process iPhone 4S devices
Martin Szulecki
1
-0
/
+4
2012-02-05
Fix a typo which prevented local shsh files from being loaded
Martin Szulecki
1
-1
/
+1
2012-02-05
Do not skip NOR flashing if cydia servers are used for shsh requests
Martin Szulecki
1
-0
/
+1
2012-02-02
add --pwn option to put a limera1n device into pwned dfu mode
Nikias Bassen
1
-2
/
+33
2012-02-02
main: added --shsh option to fetch shsh blobs for given firmware
Nikias Bassen
1
-1
/
+45
2012-02-02
main: add check for local .shsh files in get_shsh_blobs()
Nikias Bassen
1
-0
/
+38
2012-02-02
add limera1n exploit and use pwned dfu mode for custom firmwares
Nikias Bassen
1
-0
/
+17
2012-02-02
main: add some code for handling custom firmwares
Nikias Bassen
1
-5
/
+153
2012-02-02
idevicerestore: add get_component_name helper function
Nikias Bassen
1
-0
/
+33
2012-02-02
main: fix mode handling code
Nikias Bassen
1
-2
/
+90
2012-02-02
main: call fixup_tss here too to make sure TSS data is sane
Nikias Bassen
1
-0
/
+5
2012-02-02
ipsw_get_component_by_path: add 'component' parameter
Nikias Bassen
1
-5
/
+13
2012-02-02
main: add fixup_tss function to put TSS plist data in a usable state
Nikias Bassen
1
-0
/
+30
2012-02-02
added nonce and nonce_size parameters to get_shsh_blobs function
Nikias Bassen
1
-3
/
+3
2012-02-02
main: suppress compiler warning with cast
Nikias Bassen
1
-1
/
+1
2012-02-02
main: check if device is supported by given ipsw build manifest
Nikias Bassen
1
-0
/
+29
2012-02-02
main: store product version & build in client struct for later checks
Nikias Bassen
1
-13
/
+9
2012-02-02
tss: make TSS request work again
Nikias Bassen
1
-1
/
+1
2011-04-30
Working with iOS versions up to 4.3.2; plus all currently released devices
boxingsquirrel
1
-3
/
+67
2010-07-14
Further improve some output to better guide the user
Martin Szulecki
1
-3
/
+6
2010-07-14
Move ecid retrieval code right before shsh blob retrieval
Martin Szulecki
1
-12
/
+9
2010-07-14
Refactor tss request requirements to work with iPhone 3G and iOS 4
Martin Szulecki
1
-15
/
+19
2010-07-14
Add and improve some comments for restore process
Martin Szulecki
1
-1
/
+1
2010-07-14
Allow getting the ecid for any device model
Martin Szulecki
1
-5
/
+0
2010-07-09
Rename some variables and functions to fit thier context
Martin Szulecki
1
-10
/
+10
2010-07-09
Remove leftover of extract_manifest helper
Martin Szulecki
1
-23
/
+0
2010-07-09
Refactor filesystem extraction
Martin Szulecki
1
-2
/
+2
2010-07-09
Refactor manifest extraction
Martin Szulecki
1
-1
/
+1
2010-07-09
Add helper functions to dump information from a manifest of the IPSW
Martin Szulecki
1
-0
/
+73
2010-07-09
Correctly assign the client flags from command line
Martin Szulecki
1
-4
/
+4
2010-07-09
Implement handling of devices which do not require a tss request
Martin Szulecki
1
-42
/
+54
2010-07-09
Add function to retrieve a component path from a build identity
Martin Szulecki
1
-22
/
+43
2010-07-09
Set and use static idevicerestore_debug flag for debug output
Martin Szulecki
1
-1
/
+2
2010-07-08
Remove get_build_name() which was not working and has no real use
Martin Szulecki
1
-17
/
+0
2010-07-08
Fix segfault due to broken retrieval of board id
Martin Szulecki
1
-4
/
+4
2010-07-08
Improve error message if a device mode can not be determined
Martin Szulecki
1
-1
/
+1
2010-07-08
Remove activation code, this will be handled by the ideviceactivate tool
Martin Szulecki
1
-18
/
+0
2010-07-08
Fix segfault and handling of cli arguments
Martin Szulecki
1
-5
/
+5
2010-07-08
Do not depend on device model to extract correct buildmanifest
Martin Szulecki
1
-14
/
+13
2010-07-08
Do not report the detected device mode twice
Martin Szulecki
1
-4
/
+0
2010-06-22
Added info for iPhone4 and fixed a few runtime errors
Joshua Hill
1
-2
/
+2
2010-06-21
Fixed a few more compile errors, everything should compile fine now, but i'm ...
Joshua Hill
1
-67
/
+2
2010-06-21
Finally fixed the out of control problem
Joshua Hill
1
-12
/
+11
2010-06-21
Archived for historical reasons
Joshua Hill
1
-169
/
+137
2010-06-20
fixed a few build errors within buildmanifest parsing
Joshua Hill
1
-7
/
+8
2010-06-08
started to add support multiple build identities
Joshua Hill
1
-9
/
+52
2010-06-08
Added a new asr.c file to stick all stuff related to filesystem and abstract ...
Joshua Hill
1
-11
/
+51
2010-06-07
More small fixes and updated the TODO list
Joshua Hill
1
-1
/
+8
2010-06-07
I really need to put more descriptive messages here, but im doing stuff all o...
Joshua Hill
1
-3
/
+4
2010-06-05
Changed the device type to a structure array for cleaner code and cross state...
Joshua Hill
1
-53
/
+66
[prev]
[next]