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

[Release] Koens Loader Source Code

Unleash the full power of your PSP with a Custom Firmware.
Download and installation tutorial at http://wololo.net/wagic/cfw4dummies
jaja2u
Posts: 262
Joined: Mon Sep 27, 2010 7:52 pm

[Release] Koens Loader Source Code

Post by jaja2u » Mon Oct 04, 2010 8:23 pm

As the title states, I am releasing all of my sources for Koens Loader under the GNU General Public License v3. There is no use me keeping them to myself, when perhaps a better coder can continue my work and may come closer to success.

I bid farewell to the psp scene.

Koens Loader Full Source: http://www.mediafire.com/download.php?psll3a4lhf7b20n

Respect the license!!
Advertising
Thank you Total_Noob :mrgreen:

frillybob
Posts: 411
Joined: Tue Sep 28, 2010 7:16 pm

Re: [Release] Koens Loader Source Code

Post by frillybob » Mon Oct 04, 2010 9:19 pm

Finally there IS NEVER going to be success in loader ISO's at full speed fully funtioning in a user mode exploit.
Advertising
Please pray for frillybob. Get updates from here > viewtopic.php?f=8&t=2974
His brother mainly posts for him now! :)
Image

jaja2u
Posts: 262
Joined: Mon Sep 27, 2010 7:52 pm

Re: [Release] Koens Loader Source Code

Post by jaja2u » Mon Oct 04, 2010 9:33 pm

frillybob wrote:Finally there IS NEVER going to be success in loader ISO's at full speed fully funtioning in a user mode exploit.
?

Were not emulating the functions, if we do get it to load, it will be a full speed because we are using the disc0. We load it with sceUtilityLoadModule function in usermode
Thank you Total_Noob :mrgreen:

User avatar
Sean994
Posts: 252
Joined: Mon Sep 27, 2010 5:58 pm

Re: [Release] Koens Loader Source Code

Post by Sean994 » Tue Oct 05, 2010 12:19 am

Good to see you finally released the source jaja, I guess this means KoensLoader is truly over now. You tried at least man and your efforts won't be forgotten even if it never loaded anything. ;)

Punker69
Posts: 920
Joined: Sat Oct 02, 2010 2:25 am
Location: http://punker69.blogspot.com/
Contact:

Re: [Release] Koens Loader Source Code

Post by Punker69 » Tue Oct 05, 2010 5:49 am

atleast he Try his Best! Only one Remaining Iso Loader For Hbl and that is ZeroLoader i hope it release in Christmas :P
Mobile App Developer =)
Image

grewolf
Posts: 246
Joined: Tue Sep 28, 2010 7:22 am

Re: [Release] Koens Loader Source Code

Post by grewolf » Tue Oct 05, 2010 7:08 am

Punker69 wrote:atleast he Try his Best! Only one Remaining Iso Loader For Hbl and that is ZeroLoader i hope it release in Christmas :P
I think you should read this thread at the time 6:45 pm http://wololo.net/wagic/2010/09/25/adva ... /#comments
Proud to be Pinoy

Punker69
Posts: 920
Joined: Sat Oct 02, 2010 2:25 am
Location: http://punker69.blogspot.com/
Contact:

Re: [Release] Koens Loader Source Code

Post by Punker69 » Tue Oct 05, 2010 7:21 am

grewolf wrote:
Punker69 wrote:atleast he Try his Best! Only one Remaining Iso Loader For Hbl and that is ZeroLoader i hope it release in Christmas :P
I think you should read this thread at the time 6:45 pm http://wololo.net/wagic/2010/09/25/adva ... /#comments
The Main KeyWord Is HBL ofcourse it will not Load Iso :lol: :lol:
Mobile App Developer =)
Image

User avatar
NightStar3
VIP
Posts: 364
Joined: Mon Sep 27, 2010 8:22 pm

Re: [Release] Koens Loader Source Code

Post by NightStar3 » Tue Oct 05, 2010 10:28 am

Punker69 wrote:
grewolf wrote:
Punker69 wrote:atleast he Try his Best! Only one Remaining Iso Loader For Hbl and that is ZeroLoader i hope it release in Christmas :P
I think you should read this thread at the time 6:45 pm http://wololo.net/wagic/2010/09/25/adva ... /#comments
The Main KeyWord Is HBL ofcourse it will not Load Iso :lol: :lol:
HBL cant load iso's because it can only load homebrew.

User avatar
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: [Release] Koens Loader Source Code

Post by m0skit0 » Tue Oct 05, 2010 10:28 am

An ISO loader is not that hard to do.

I don't think this source code has any usefulness at all. It's a bunch of code without any structure or hint on how to actually load an ISO. It's just a big useless mess. Such a project should not be started by people who have no idea about programming. You cannot learn when doing such an advanced (for a beginner) yet small piece of software.

And definitely an ISO loader is not that much hard to make since HBL already does most (and the hardest stuff) of what is required to do to load an ISO (actually you would only need an ISO 9660 filesystem driver, which is the only thing not included on HBL). But people won't listen. Also people that tried to make an ISO loader started with little to no knowledge about PSP programming or executables, so obviously they will acheive nothing.

I myself started making an eLoader with not very much idea about PSP internals (although I did a couple of reversals, specially the ChickHEN), but I had a very strong computer engineering knowledge, and I just had to learn PSP architecture details. Yet it took me 2-3 months to successfully load a "hello world" homebrew (not to confuse with a binary "hello world" for exploits).
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"

TOcean
HBL Tester
Posts: 1020
Joined: Mon Sep 27, 2010 3:08 pm
Location: Flash0:/kd/vshmain.prx
Contact:

Re: [Release] Koens Loader Source Code

Post by TOcean » Tue Oct 05, 2010 2:41 pm

m0skit0 wrote:An ISO loader is not that hard to do.

I don't think this source code has any usefulness at all. It's a bunch of code without any structure or hint on how to actually load an ISO. It's just a big useless mess. Such a project should not be started by people who have no idea about programming. You cannot learn when doing such an advanced (for a beginner) yet small piece of software.

And definitely an ISO loader is not that much hard to make since HBL already does most (and the hardest stuff) of what is required to do to load an ISO (actually you would only need an ISO 9660 filesystem driver, which is the only thing not included on HBL). But people won't listen. Also people that tried to make an ISO loader started with little to no knowledge about PSP programming or executables, so obviously they will acheive nothing.

I myself started making an eLoader with not very much idea about PSP internals (although I did a couple of reversals, specially the ChickHEN), but I had a very strong computer engineering knowledge, and I just had to learn PSP architecture details. Yet it took me 2-3 months to successfully load a "hello world" homebrew (not to confuse with a binary "hello world" for exploits).
You can then create one.

Post Reply

Return to “Custom Firmwares (HEN/CFW/LCFW)”