| View previous topic :: View next topic |
| Author |
Message |
Sleepy566
Joined: 28 Dec 2006 Posts: 23
|
Posted: Sat Feb 10, 2007 6:02 am Post subject: Get flash1 from Eboot |
|
|
| I am trying to do a complete dump of a few firmwares, however PSAR Dumper only dumps the flash0. I have looked through code of other programs and also the PSPSDK samples, but I haven't found a way to dump the flash1. Can anybody help me figure this out? |
|
| Back to top |
|
 |
Art
Joined: 09 Nov 2005 Posts: 647
|
Posted: Sat Feb 10, 2007 7:46 am Post subject: |
|
|
The fileio example dumps an entire filesystem,
in fact you can compile it, and dump flash 1 straight away.
| Code: |
printf("Press square to dump flash1\n");
|
|
|
| Back to top |
|
 |
Sleepy566
Joined: 28 Dec 2006 Posts: 23
|
Posted: Sat Feb 10, 2007 7:58 am Post subject: |
|
|
| I know that, I'm wondering how to dump the flash1 from an Eboot (more specifically a data.psar) |
|
| Back to top |
|
 |
Anissian
Joined: 26 Jan 2007 Posts: 16
|
Posted: Sat Feb 10, 2007 8:26 am Post subject: |
|
|
| edit: misread |
|
| Back to top |
|
 |
gbj1
Joined: 08 Feb 2007 Posts: 45
|
Posted: Sat Feb 10, 2007 10:58 am Post subject: |
|
|
data.psar does not contain any flash1 data. It is more likely to be generated by things in flash0 I think. _________________ guo.bojun@gmail.com |
|
| Back to top |
|
 |
Sleepy566
Joined: 28 Dec 2006 Posts: 23
|
Posted: Mon Feb 12, 2007 5:23 am Post subject: |
|
|
| OK, so how would I extract it from the data in the flash0? |
|
| Back to top |
|
 |
jas0nuk
Joined: 27 Apr 2006 Posts: 137
|
Posted: Mon Feb 12, 2007 9:24 am Post subject: |
|
|
| You can't, it is created by the firmware itself. |
|
| Back to top |
|
 |
Sleepy566
Joined: 28 Dec 2006 Posts: 23
|
Posted: Tue Feb 13, 2007 8:47 am Post subject: |
|
|
| Really? Because if I remember correctly, a few of the old versions of PSAR Dumper used to generate the flash1. How was that possible? |
|
| Back to top |
|
 |
gbj1
Joined: 08 Feb 2007 Posts: 45
|
Posted: Tue Feb 13, 2007 10:18 am Post subject: |
|
|
eh.. Did they? If so, probably the dumper just generated itself. I'm sure it's not from the pbp. _________________ guo.bojun@gmail.com |
|
| Back to top |
|
 |
jas0nuk
Joined: 27 Apr 2006 Posts: 137
|
Posted: Tue Feb 13, 2007 11:28 pm Post subject: |
|
|
| Sleepy566 wrote: | | Really? Because if I remember correctly, a few of the old versions of PSAR Dumper used to generate the flash1. How was that possible? |
Yes, it was copied from the PSPs flash1. |
|
| Back to top |
|
 |
|