diff options
author | Martin Szulecki | 2020-06-08 23:49:45 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-08 23:49:45 +0200 |
commit | 0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0 (patch) | |
tree | 01b051007d0e87d3a7c43020457500acf9b17c48 /src/limera1n.c | |
parent | 60e69ac4759026ab564280b8406c7ac1c840b6b0 (diff) | |
download | idevicerestore-0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0.tar.gz idevicerestore-0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0.tar.bz2 |
Remove trailing whitespace errors from all files
Diffstat (limited to 'src/limera1n.c')
-rw-r--r-- | src/limera1n.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/limera1n.c b/src/limera1n.c index 1ec3661..da4a7d5 100644 --- a/src/limera1n.c +++ b/src/limera1n.c @@ -1,7 +1,7 @@ /* * limera1n.c * Helper code for limera1n exploit based on discovery by geohot - * + * * Copyright (c) 2012-2013 Nikias Bassen. All Rights Reserved. * Copyright (c) 2012 Martin Szulecki. All Rights Reserved. * Copyright (C) 2010 Chronic-Dev Team @@ -76,7 +76,7 @@ int limera1n_exploit(struct irecv_device *device, irecv_client_t *pclient) } else if (device->chip_id == ipod3g->chip_id) { max_size = 0x24000; stack_address = 0x84033F98; - shellcode_address = 0x84023001; + shellcode_address = 0x84023001; } else { error("Unsupported ChipID 0x%04x. Can't exploit with limera1n.\n", device->chip_id); return -1; |