The most requested feature ever for the HBL, is an iso loader: many “developers” promised the release of an iso loader for HBL, but nobody managed to code one so far. To understand what an iso loader is and why it won’t work on HBL, first, we have to know what a .iso file is.
What are isos?
The ISO 9660 is a filesystem standard for optical discs (CDs, DVDs, and even UMDs use it). It’s pretty simple to implement if you’re a developer, and it’s widely documented.
An .iso file is just a raw disc image, that you can burn on a disc, or mount with some software, that does nothing but implement the ISO 9660 filesystem.
If you have a CFW, and your CFW can run isos and has a vsh menu, you’ll notice an option in your vsh menu called “ISO Driver”: usually, a custom firmware has more than just one implementation of the filesystem (driver), each one can have its advantages and works differently (some implement caching, other implement .cso support, and so on).
The OFW itself has an ISO driver, as UMDs use that filesystem aswell: some CFW drivers just patch that driver to make it work with your .iso files.
Now you may be asking yourself “Can’t HBL do the same?”
Well, it can’t patch the OFW driver as it is a kernel module, it’s in kernel memory, and HBL runs in usermode: it can’t just write to kernel memory! It can’t implement a kernel mode driver (like the ones CFWs have) because that requires access to some kernel-only functions (such as sceIoAddDrv).
Yet, an .iso dumped from an UMD contains some resource files and…an EBOOT.BIN, what’s that?
Couldn’t HBL implement the iso specifications?
The EBOOT.bin inside your iso is just a usermode executable (ELF or PRX), so HBL could technically implement the 9660 filesystem, get that EBOOT.BIN and load it?
Not so fast! First of all, the executable is encrypted, and decryption requires kernel access. But this could be easily bypassed by decrypting the executable on a hacked PSP.
The main problem is that some games come with some kernel modules bundled with them (not sure why, backwards compatibility probably).
When the PSP system executes a game from an UMD, it looks for those modules, and allows the game to load them in order to override some OFW modules.
Doesn’t that make the system somewhat vulnerable? Probably, but since only certified software houses should be able to burn images onto UMDs, it’s not very risky.
The HBL just can’t load those modules, as loading kernel modules requires kernel permissions; mounting the ISO as a “legit” UMD would make the OFW do that for us, but that requires a kernel mode driver.
So, when HBL executes a game which requires some of those “extra” modules, the game will just not work, as it will most likely check if those modules were loaded or not.
Conclusion
I hope now you understand why we developers, find so annoying such requests. Also, let’s face it, most people who ask for an iso loader are pirates: I’m not saying people who really backup their own games to protect them don’t exist, but they’re just a small part of the “group”.
Again, I tried to keep this as simple as possible, if you didn’t understand something, let me know in the comments
– Freddy
-
not to mention that VHBL only has access to 24 MB RAM, which makes the implementation of this close to impossible
-
What about signed eboots of psp games?
-
lets just keep the psvita like it is now loading hombrews
-
+ Emulators. Can’t leave out the classics. I still have a PSP 1000 from 2006 just for that.
-
-
shoot me down if this is a stupid question, but could it be possible to store a “virtual kernel” of some sort and get HBL to load that so we dont have to get access to the real one?
-
StepS on June 12, 2012 at 2:39 pm
not to mention that VHBL only has access to 24 MB RAM, which makes the implementation of this close to impossibleSo no free RAM-sorry
-
-
Wouldn’t it be possible to use the signed eboots(both for games and homebrews) on a Vita if a “custom” memory stick/memory stick reader is produced and does anyone knows what hardware securities are applied to them so that they are not yet available
-
Do you guys have a twitter I want to be updated on everything you guys release. I work 7 days a week and don’t wanna miss the next exploit when and if it comes out
-
I remember a very good and smart hack on psp when hackers took a demoversion (which was signed eboot) and replaced all game content from this eboot with another info
The left “package” so the psp could recognize and run it
it was like a trojan Eboot
-
So we need a kernel exploit to have full kernel/filesystem read/write and ram read/write access right? Sigh… hope wololo can find one! that would be great!
Good luck
-
I’m pretty sure a partial compatibility ISO Loader can be developed.
The EBOOT.BIN encryption is not a real problem, and some of the games with custom kernel modules might work just fine with the OFW modules.

Apparently we're on twitter too
27 comments
Comments feed for this article
Trackback link: http://wololo.net/2012/06/12/iso-loaders-why-they-dont-work-on-hbl/trackback/