Psp Usermode Tutorial
Re: Psp Usermode Tutorial
It doesn't work with psp go.Help.
Advertising
- Xian Nox
- Retired Mod
- Posts: 2749
- Joined: Fri Nov 05, 2010 5:27 pm
- Location: Over the hills and far away
Re: Psp Usermode Tutorial
No one can help you unless you provide some proper information.Vagosdj wrote:It doesn't work with psp go.Help.
Advertising
Re: Psp Usermode Tutorial
Sgdeemer doesn't work for my psp go.It freeze and shutdown.It's cfw is 6.60 pro c2.
Re: Psp Usermode Tutorial
That happens because the makefile expects a TAB there, not spaces, so select the spaces right before the line and replace them with a tab, do it for each line that throws the exceptionaltairnexus wrote:When i try do this:Jackson Zee wrote:I found some error with the makefile for the "Green Screen Flasher",
at line 9:
Code: Select all
rm -rf *~ *.o *.elf *.bin main.s *.bin hxFix with :Code: Select all
PSPSDK=$(shell psp-config --pspsdk-path) PSPDEV=$(shell psp-config --pspdev-path) INCLUDE=$(PSPSDK)/include all: main clean: rm -rf *~ *.o *.elf *.bin main.s *.bin hx CC = psp-gcc CFLAGS := -D PSP -I $(INCLUDE) -W -Wall -O2 -G0 -fno-pic -mno-abicalls -w -fomit-frame-pointer ASM = psp-as main.o: main.c $(CC) $(CFLAGS) -S main.c -o main.s $(ASM) main.s -o main.o main: main.o linker.x $(PSPDEV)/bin/psp-ld -T linker.x -L$(PSPSDK)/lib main.o -o main.elf $(PSPDEV)/bin/psp-strip -s main.elf $(PSPDEV)/bin/psp-objcopy -O binary main.elf h.binCode: Select all
PSPSDK=$(shell psp-config --pspsdk-path) PSPDEV=$(shell psp-config --pspdev-path) INCLUDE=$(PSPSDK)/include all: main clean: rm -rf *~ *.o *.elf *.bin main.s *.bin CC = psp-gcc CFLAGS := -D PSP -I $(INCLUDE) -W -Wall -O2 -G0 -fno-pic -mno-abicalls -w -fomit-frame-pointer ASM = psp-as sdk.o: sdk.S $(ASM) sdk.S -o sdk.o main.o: main.c $(CC) $(CFLAGS) -S main.c -o main.s $(ASM) main.s -o main.o main: main.o sdk.o linker.x $(PSPDEV)/bin/psp-ld -T linker.x -L$(PSPSDK)/lib main.o sdk.o -o main.elf $(PSPDEV)/bin/psp-strip -s main.elf $(PSPDEV)/bin/psp-objcopy -O binary main.elf h.bin
how I can fix it?
"If the truth is a cruel mistress, then a lie must be a nice girl"
-
liquidmagic
- Posts: 1
- Joined: Tue Sep 24, 2013 6:26 pm
Re: Psp Usermode Tutorial
did i ever tell you i love you guys XDD
Re: Psp Usermode Tutorial
how can i hex edit an iso so that it loads the opcode i want for an address
for example if an instruction was beq,what do i need to do to make it load bne instead without the need of a cheat device?
for example if an instruction was beq,what do i need to do to make it load bne instead without the need of a cheat device?
PSV1001 2.61 FieldRunners
PSP1001 6.60 Pro-C
PSP 3001 6.20 Pro-C2
PSP1001 6.60 Pro-C
PSP 3001 6.20 Pro-C2
- qwikrazor87
- Guru
- Posts: 2868
- Joined: Sat Apr 21, 2012 1:23 pm
- Location: The North Pole
Re: Psp Usermode Tutorial
Extract EBOOT.BIN from disc0:/PSP_GAME/SYSDIR/.grief3r wrote:how can i hex edit an iso so that it loads the opcode i want for an address
for example if an instruction was beq,what do i need to do to make it load bne instead without the need of a cheat device?
Decrypt EBOOT.BIN, look for the instruction that you want to modify, modify it and save the file. Use UMDGen to replace EBOOT.BIN with your modified one and save as an ISO.
PSP 2001 - TA-085 - 6.61 PRO-C2
PS Vita 3G - PCH-1101 - 3.65 HENkaku Ensō
Maxwest Nitro 4 phone - Android 5.1
Laptop - Toshiba Satellite L305D-S5974 - Ubuntu 16.04 LTS
PS Vita 3G - PCH-1101 - 3.65 HENkaku Ensō
Maxwest Nitro 4 phone - Android 5.1
Laptop - Toshiba Satellite L305D-S5974 - Ubuntu 16.04 LTS
Re: Psp Usermode Tutorial
i got one game to crash without the name method, i also used a cheat device to get it to crash but how do i find $ra when i decrypt the save?
PSV1001 2.61 FieldRunners
PSP1001 6.60 Pro-C
PSP 3001 6.20 Pro-C2
PSP1001 6.60 Pro-C
PSP 3001 6.20 Pro-C2
Re: Psp Usermode Tutorial
Post exception from psplink, then we'll see if its exploitablegrief3r wrote:i got one game to crash without the name method, i also used a cheat device to get it to crash but how do i find $ra when i decrypt the save?
Re: Psp Usermode Tutorial
i'd have to fix my psp before i do that lol, it's just one cable that needs replacement
don't know why it crashed on vita but on psp emu it doesn't
don't know why it crashed on vita but on psp emu it doesn't
PSV1001 2.61 FieldRunners
PSP1001 6.60 Pro-C
PSP 3001 6.20 Pro-C2
PSP1001 6.60 Pro-C
PSP 3001 6.20 Pro-C2



