| View previous topic :: View next topic |
| Author |
Message |
phobox
Joined: 24 Mar 2008 Posts: 140
|
Posted: Thu Jul 24, 2008 3:03 am Post subject: about the version of PBPs in the header... |
|
|
the second 4 bytes part of the header (offsets 5-8) contains the version of the eboot.
it is always 00 00 01 00 that means 0x00010000 that in decimal is 65536.
why is it that strange value?
should it be read as an array of 4 chars instead of and int? _________________ Ciao! from Italy |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Thu Jul 24, 2008 5:33 am Post subject: |
|
|
Sure, interpret it that way if it makes more sense to you..
It's similar to the return from sceKernelDevkitVersion. |
|
| Back to top |
|
 |
|