Advertising (This ad goes away for registered users. You can Login or Register)

[Release] VHBL Reboot

VHBL (Vita Half Byte Loader) is an open source tool to load PSP homebrews on the Playstation Vita.
VHBL can be downloaded at http://wololo.net/vhbl
Post Reply
User avatar
Acid_Snake
Retired Mod
Posts: 3099
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

[Release] VHBL Reboot

Post by Acid_Snake » Wed Apr 30, 2014 12:18 am

wololo started a googlecode project some time ago that aimed at making a simpler HBL port for the Vita, removing uses PSP code and such. Since he didn't have time to actually work on this project, qwik and I took it to ourselves to make it happen.
After a while we eventually made a lot of changes to VHBL's code, lots of cleanup and various fixes, and we gave them to wololo, but he never had the time to publish it, so today I decided to release it myself.

Some of the core changes to this version of VHBL include:
- removal of PSP-specific code, notoriously syscall estimation.
- restructuring of the project layout to make it easier to navigate.
- various hooks and fixes
- added exploit_config.c (experimental), with two new functions: preHBL_Exec(), which is executed before running anything in HBL, and preLoader_Exec(), which is executed before running the initial loader. This file will be useful for games where you have to do some manual cleanup before VHBL can start.
- experimental workaround for minis on 3.00+ that don't import the net utilities. Since they can't be loaded anymore, you have to tell VHBL not to attempt loading them as it results in a crash, this is enabled by defining HOOK_UTILITY and AVOID_NET_UTILITY in your game's configuration file. This decreases the game's compatibility (specially with ad-hoc games) but at least should make them usable again.
- created script to compile VHBL for all available game exploits, both debug and distrib.
- other stuff I may not remember.
For full technical details, see the the included oilix_changes file.

Anyways, here's the source code:
vhbl-reboot.tar.gz
(273.56 KiB) Downloaded 989 times
I would love to do some more refactoring and adding some extra features, like support for multiBootMenu, but time right now is thin for me and I've been spoiled by kxploits and CFW.

This sources are distributed under the GNU General Public License v3, you must distribute any modification you do to the source code.
Advertising

wololo
Site Admin
Posts: 3619
Joined: Wed Oct 15, 2008 12:42 am
Location: Japan

Re: [Release] VHBL Reboot

Post by wololo » Wed Apr 30, 2014 2:43 am

Thanks! So sorry for never following up on this!
Advertising
If you need US PSN Codes, this technique is what I recommend.

Looking for guest bloggers and news hunters here at wololo.net, PM me!

User avatar
Acid_Snake
Retired Mod
Posts: 3099
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: [Release] VHBL Reboot

Post by Acid_Snake » Wed Apr 30, 2014 9:40 am

If I manage to get some money I'll grab a game to keep working on VHBL. I will also upload my wMenu mod when I add a delete function.

User avatar
SMOKE
Retired Mod
Posts: 3673
Joined: Tue Apr 17, 2012 10:00 pm
Location: USA
Contact:

Re: [Release] VHBL Reboot

Post by SMOKE » Wed Apr 30, 2014 5:19 pm

Acid_Snake wrote:I will also upload my wMenu mod when I add a delete function.
Yay! Easier testing!! :lol:

User avatar
hgoel0974
Retired Mod
Posts: 2154
Joined: Mon Jul 23, 2012 11:42 pm
Location: Maia, Pleiades Nebula

Re: [Release] VHBL Reboot

Post by hgoel0974 » Wed Apr 30, 2014 5:56 pm

SMOKE wrote:
Acid_Snake wrote:I will also upload my wMenu mod when I add a delete function.
Yay! Easier testing!! :lol:
We can make things a lot more easier for you by writing autotest...
"If the truth is a cruel mistress, then a lie must be a nice girl"

User avatar
SMOKE
Retired Mod
Posts: 3673
Joined: Tue Apr 17, 2012 10:00 pm
Location: USA
Contact:

Re: [Release] VHBL Reboot

Post by SMOKE » Wed Apr 30, 2014 6:07 pm

NO!!

User avatar
DS_Marine
Developer
Posts: 276
Joined: Wed Oct 10, 2012 1:32 pm
Location: Argentina
Contact:

Re: [Release] VHBL Reboot

Post by DS_Marine » Wed Apr 30, 2014 6:46 pm

Includes "Crappy Menu (tm) Wololo" :D

Also Smoke:
[spoiler]Image[/spoiler]
:lol:
ImagePSP-Controlled drone
"Hackers don't have superpowers. Just a hackable PSP and a brain (ships by default on most humans models)" - A famous guy
Image

User avatar
josh_axey
Retired Mod
Posts: 266
Joined: Sun Oct 07, 2012 10:14 pm
Location: /dev/null
Contact:

Re: [Release] VHBL Reboot

Post by josh_axey » Mon May 12, 2014 2:39 pm

Bit late of me, but nice work on the touch ups.
Catch me: on Twitter | on GitHub | Rambling
【・ヘ・?】0b00000101

kingknuts
Posts: 50
Joined: Sat Oct 20, 2012 3:33 pm
Location: Santander Cantabria

Re: [Release] VHBL Reboot

Post by kingknuts » Mon May 12, 2014 6:08 pm

Thanks here are only important people!!!

Post Reply

Return to “Vita Half Byte Loader”