about the version of PBPs in the header...

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
phobox
Posts: 127
Joined: Mon Mar 24, 2008 6:22 pm

about the version of PBPs in the header...

Post by phobox »

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
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Sure, interpret it that way if it makes more sense to you..
It's similar to the return from sceKernelDevkitVersion.
Post Reply