Search found 328 matches

by KickinAezz
Fri Mar 14, 2008 6:44 am
Forum: PSP Development
Topic: Win32 native Toolchain for PSPSDK
Replies: 261
Views: 136366

I wasted 30 mins diggin out a mistake. But it wasn't mine :X . -ID:/PSPSdk/psp/sdk/include -O2 -G0 -Wall -o mylib.o mylib.s mylib.s: Assembler messages: mylib.s:5: Error: unrecognized opcode `stub_start "myLib",0x40090000,0x00010005' mylib.s&...
by KickinAezz
Mon Mar 10, 2008 4:50 am
Forum: PSP Development
Topic: Trying to use Message Dialogs
Replies: 7
Views: 2620

Edit: Not possible w/ current CFW's but <= 3.1. Side note: Lets stop the PRX madness. Now, shall we? Uhm.... the sample DOES work on 3.71 - for me at least... Just add BUILD_PRX=1 and EXTRA_TARGETS=EBOOT.PBP to Makefile. I know it works... I posted it back when FW 3.10OE's where we had a problem wi...
by KickinAezz
Fri Mar 07, 2008 7:21 am
Forum: PSP Development
Topic: No more public HTTP access to SVN?
Replies: 3
Views: 2096

No more public HTTP access to SVN?

It been since a few weeks.

It says:
Forbidden

You don't have permission to access / on this server.
by KickinAezz
Mon Mar 03, 2008 12:38 am
Forum: PSP Development
Topic: Win32 native Toolchain for PSPSDK
Replies: 261
Views: 136366

Looks like I misread your post; thought your cygwin cant find executables due to change in env variables after installing this sdk.
by KickinAezz
Sun Mar 02, 2008 11:32 am
Forum: PSP Development
Topic: Pommel, Tachyon, Baryon
Replies: 21
Views: 9847

Prx Documentation Project.
by KickinAezz
Sun Mar 02, 2008 6:02 am
Forum: PSP Development
Topic: Load Iso's/Cso's
Replies: 24
Views: 12077

lol, I'm calm :) I am just tring to load an iso with my app, it runs umd's perfectly and homebrew too, but not isos :( I get this error: 8002014E about linking libraries, I think this functions do not need previous linked libraries and the error does not mean "library is not linked". it m...
by KickinAezz
Sun Mar 02, 2008 5:58 am
Forum: PSP Development
Topic: Win32 native Toolchain for PSPSDK
Replies: 261
Views: 136366

i was really interested with your devkit, so i installed it to test it : it really messes up with the cygwin pspsdk i have. Not only that, when i try to build, it cannot find psp-gcc . If i run "cmd" and "echo %PATH%", i can find "d:\cygwin\usr\local\pspdev\bin" (cygwi...
by KickinAezz
Sun Feb 24, 2008 2:45 pm
Forum: PSP Development
Topic: Is there any PSP emulator running on PC?
Replies: 6
Views: 3486

wow wow wow and wow, your work ROCKS !!!! , i would donate if had money :) My primary intrest would be using it to debug homebrew applications running under custom FW's on a slim, am i going to get any joy looking at the code to try and make it jump those hurdles? Wow. I didnt know this existed too...
by KickinAezz
Thu Feb 21, 2008 5:45 am
Forum: PSP Development
Topic: Win32 native Toolchain for PSPSDK
Replies: 261
Views: 136366

Maybe, you and Oopo can collaborate and make this even better :) -- Is there anyway to use these commands in Makefile? The $PSPDIR variables donot work. I created a env variable called PSPDIR. install: $(TARGET_LIB) @echo "Installing libz into $(PSPDIR)" @mkdir -p $(PSPDIR)/include $(PSPDI...
by KickinAezz
Tue Feb 19, 2008 7:25 am
Forum: PSP Development
Topic: How to change IrDA speed?
Replies: 18
Views: 6579

Great Homebrew, but this guy disappeared... I tried to contact him via email few times but no responce.

Is anyone else familiar with IrDA obex, who can take over this project?


PS: It's open Source
by KickinAezz
Mon Feb 18, 2008 12:39 pm
Forum: PSP Development
Topic: Libertas/WLAN hacking as done in DA's MacSpoofer
Replies: 66
Views: 39568

Hopefully we have a Sony Customer Survey and may be they'll listen to us :)

I dont see them being so dedicated to consumers either.
by KickinAezz
Mon Feb 18, 2008 8:27 am
Forum: PSP Development
Topic: Libertas/WLAN hacking as done in DA's MacSpoofer
Replies: 66
Views: 39568

[4m psp max 255 chars]
CrazyC,
You mentioned that some AVC has to be investigated. Please look into it.

Is it theoretically possible for us to uncap 54g based on the present findings? Does FAT psps hardware support it?
by KickinAezz
Sun Feb 17, 2008 11:27 pm
Forum: PSP Development
Topic: Libertas/WLAN hacking as done in DA's MacSpoofer
Replies: 66
Views: 39568

Steps: 1) With WLAN off, I do %prepinit which does: pokew 0x88196474 0x46c06841 pokew 0x8818df48 0x46c046c0 Change these to pokew 0x8819B1B0+0x89C4 0x46c06841 pokew 0x8819B1B0+0x498 0x46c046c0 I hoped that the kernel would load the same with all versions of 1.5 compatibility mode, but i guess not. ...
by KickinAezz
Sun Feb 17, 2008 9:47 am
Forum: PSP Development
Topic: Libertas/WLAN hacking as done in DA's MacSpoofer
Replies: 66
Views: 39568

Any ideas? Do modinfo @sceWlan_Driver in psplink and post what it prints. UID&#58; 0x029B5539 Attr&#58; 1006 - Name&#58; sceWlan_Driver Entry&#58; 0x881875C8 - GP&#58; 0x881B9CE0 - TextAddr&#58; 0x88187500 TextSize&#58; 0x00013C9C - DataSize&#58; 0x00016B40 BssSize&a...
by KickinAezz
Fri Feb 15, 2008 7:43 am
Forum: PSP Development
Topic: Libertas/WLAN hacking as done in DA's MacSpoofer
Replies: 66
Views: 39568

Missed this. The instructions assumed that the bigbuf variable would be in the same place when anyone else complied it. That isn't true of course. Do psp-objdump -t wlan_test |grep bigbuf to the unstripped binary to get the savemem address. Still no Success. Steps: 1) With WLAN off, I do %prepinit ...
by KickinAezz
Thu Feb 14, 2008 6:37 am
Forum: PSP Development
Topic: Libertas/WLAN hacking as done in DA's MacSpoofer
Replies: 66
Views: 39568

crazyc, Could you post the makefile? I tried 2 ways to run it. 1: as a prx. I get a blank 32k. 2: As a pbp. What I get is NOT even close to your's and I donot see any Copyright line. I highly hope to have a chance to look at my own psp's wlan rom. EDIT: I do it from CFW 3.90 under 1.50 kernel, coul...
by KickinAezz
Sun Feb 10, 2008 6:58 am
Forum: PSP Development
Topic: Libertas/WLAN hacking as done in DA's MacSpoofer
Replies: 66
Views: 39568

crazyc, Could you post the makefile? I tried 2 ways to run it. 1: as a prx. I get a blank 32k. 2: As a pbp. What I get is NOT even close to your's and I donot see any Copyright line. I highly hope to have a chance to look at my own psp's wlan rom. EDIT: I do it from CFW 3.90 under 1.50 kernel, could...
by KickinAezz
Sun Feb 10, 2008 5:34 am
Forum: PSP Development
Topic: Locating Sysconf
Replies: 30
Views: 8546

moonlight wrote:If you are in a kernel mode prx, you cannot hook a user function like that, not without endind with a crash.
:confused: I had no problems doing so in the past.
by KickinAezz
Sun Feb 10, 2008 4:37 am
Forum: PSP Development
Topic: Libertas/WLAN hacking as done in DA's MacSpoofer
Replies: 66
Views: 39568

THERE IS NO COPYRIGHT LINE in the module, Can I post the binary here? Huh? What about "Copyright (c) 1996-2001 Express Logic Inc. * ThreadX THUMB/ARM9 Version G4.0.4.0 *". It's not a Marvell copyright but nonetheless... Prxtool disassembly Output prxtool is only for psp prx's. Not only is...
by KickinAezz
Sun Feb 10, 2008 3:41 am
Forum: PSP Development
Topic: del
Replies: 0
Views: 802

del

Nvm
by KickinAezz
Sun Feb 10, 2008 1:18 am
Forum: PSP Development
Topic: Libertas/WLAN hacking as done in DA's MacSpoofer
Replies: 66
Views: 39568

The builtin rom seems to be a Plain module? No NVRAM vars or anything.

Any people could probably do/find something incredible out of this:
Prxtool disassembly Output

THERE IS NO COPYRIGHT LINE in the module, Can I post the binary here?
by KickinAezz
Sun Feb 03, 2008 10:06 am
Forum: PSP Development
Topic: Libertas/WLAN hacking as done in DA's MacSpoofer
Replies: 66
Views: 39568

Will try ASAP.
by KickinAezz
Sat Feb 02, 2008 8:04 am
Forum: PSP Development
Topic: Libertas/WLAN hacking as done in DA's MacSpoofer
Replies: 66
Views: 39568

I am willing to. You misunderstand, I know it works. I just want to know if anyone else is working on reverse engineering the wlan interface and chip wants to dump the builtin ROM. I will try checking the dump myself. Could you post those details? I think PSP is hacked sufficiently enough. Only thi...
by KickinAezz
Fri Feb 01, 2008 5:50 am
Forum: PSP Development
Topic: Libertas/WLAN hacking as done in DA's MacSpoofer
Replies: 66
Views: 39568

crazyc wrote:Like the 88w8388 described at OLPC, the 88w8381 in the fat psp has a built in ROM mapped at 0xfff00000, but it's only 32KB rather then 128KB. If anyone is interested in dumping it, I can post the details.
I am willing to.

What is 88w388 and OLPC?
by KickinAezz
Thu Jan 31, 2008 8:21 am
Forum: PSP Development
Topic: dosbox, now with 100% less drama
Replies: 484
Views: 566965

OSK please? :(
by KickinAezz
Wed Jan 30, 2008 7:34 am
Forum: PSP Development
Topic: Difference between pspimport.s & pspstub.s?
Replies: 1
Views: 1091

Difference between pspimport.s & pspstub.s?

I tried using search but no relevant results came up.

Both are used for imports.

Is one newer than other?

What's the difference between the two?
by KickinAezz
Sun Jan 27, 2008 5:46 am
Forum: PSP Development
Topic: Libertas/WLAN hacking as done in DA's MacSpoofer
Replies: 66
Views: 39568

Any progress updates on 54g/ Magpie Voyager hacks?
**Eyes wide open w/excitement**
by KickinAezz
Sun Jan 27, 2008 4:29 am
Forum: PSP Development
Topic: ME library - a new project for a more elaborate ME library
Replies: 48
Views: 14595

I know what is ME.
What is SC?
by KickinAezz
Sat Jan 26, 2008 3:00 am
Forum: PSP Development
Topic: 3.71 syscalls ?
Replies: 44
Views: 20655

Oh well, I may resolve it in a future version, i forgot that one. Anwyays, those functions are also in user mode version of audio, and 3.80 M33 supports user functions in kernel mode, so you could use them and no need to have the new nids. Ah thanks. I noticed that(user import access in kernel modu...
by KickinAezz
Sat Jan 26, 2008 1:12 am
Forum: PSP Development
Topic: 3.71 syscalls ?
Replies: 44
Views: 20655

I am looking for these ones but none of these seem to work for 3.80 M33 [which ofcourse has a NID resolver] EDIT: 3.80M33 Doesn't resolve for sceAudio_driver. I am looking 3.80 versions of these: for 3.71 ? "sceAudio_driver",0xE4A9D621,sceAudioChReserve "sceAudio_driver",0xC20312...