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

I need help to see if I can exploit this game?

Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
Post Reply
joshbarnettlloyd
Posts: 86
Joined: Sun Mar 17, 2013 5:06 am

I need help to see if I can exploit this game?

Post by joshbarnettlloyd » Thu Jul 03, 2014 7:17 pm

Hi everyone,
I'm trying to look for exploits and found another potential game that could be exploited. I have done all the technical parts I can do that I know I'm doing right for sure. I have the disasm and found the memory address in ram and the location in the save file too. Here are the images for them. I have complete control over registers $a1, $a3, $t0, $s1, $s3.
If you look at the crash image you will see that sparta string is line 2df in the middle of the line in the hex editor and that athens is line 2bc at the beginning of the line.Thanks for any help. I don't want to be one of those people who complains that they don't have an exploit and that someone should give them one. I'll do my own work if i can.

Here's the crash:
[spoiler]Image[/spoiler]

Here's the disasm:
[spoiler]Image[/spoiler]

here's the memory in ram for the string sparta:
[spoiler]Image[/spoiler]

Here's the memory in ram for athens:
[spoiler]Image[/spoiler]

here's a link to the images to download if needed too. Sorry about link issue.:
https://www.dropbox.com/sh/p6pibduzg3fj ... 5YaQ7a-RRa
Advertising
Last edited by qwikrazor87 on Fri Jul 04, 2014 1:21 am, edited 4 times in total.
Reason: Fixed image links.

User avatar
qwikrazor87
Guru
Posts: 2868
Joined: Sat Apr 21, 2012 1:23 pm
Location: The North Pole

Re: I need help to see if I can exploit this game?

Post by qwikrazor87 » Thu Jul 03, 2014 8:35 pm

None of your image links are working.
Advertising
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

joshbarnettlloyd
Posts: 86
Joined: Sun Mar 17, 2013 5:06 am

Re: I need help to see if I can exploit this game?

Post by joshbarnettlloyd » Fri Jul 04, 2014 2:01 am

Do I just take the address fou d for Sparta and Athens and plug it in the save where it is influencing registers?

User avatar
qwikrazor87
Guru
Posts: 2868
Joined: Sat Apr 21, 2012 1:23 pm
Location: The North Pole

Re: I need help to see if I can exploit this game?

Post by qwikrazor87 » Fri Jul 04, 2014 2:05 am

There's nothing interesting with this crash, something better could be ahead of it though.
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

joshbarnettlloyd
Posts: 86
Joined: Sun Mar 17, 2013 5:06 am

Re: I need help to see if I can exploit this game?

Post by joshbarnettlloyd » Fri Jul 04, 2014 2:13 am

Why not I have control over registers a1 a3 s1 s3 and t0 there just changed in save satay already to Sparta and Athens so if I changed save file those registers would be 61

User avatar
qwikrazor87
Guru
Posts: 2868
Joined: Sat Apr 21, 2012 1:23 pm
Location: The North Pole

Re: I need help to see if I can exploit this game?

Post by qwikrazor87 » Fri Jul 04, 2014 3:01 am

That's why I said you might have a better crash later, there's nothing interesting with this particular crash.

Code: Select all

int somefunction()
{
    u8 *control = (u8 *)yourcontrol;

    if (control[88] == 0)
        return 0;
    else
        return ret; //ret in this case == $v0
}
in this case you can control returning $v0 or 0, nothing too interesting, something might happen down the road.
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

joshbarnettlloyd
Posts: 86
Joined: Sun Mar 17, 2013 5:06 am

Re: I need help to see if I can exploit this game?

Post by joshbarnettlloyd » Fri Jul 04, 2014 3:05 am

Ok what would be my next step I get the code you wrote and understand that so would I put in address like before and see what happens?

User avatar
Darton Staker
Posts: 102
Joined: Mon Oct 08, 2012 8:14 pm
Contact:

Re: I need help to see if I can exploit this game?

Post by Darton Staker » Wed Jul 09, 2014 10:57 am

If I was able to find a sw based crash (store word) but I don't have this game available on any PSN stores, so even if the exploit was viable then it wouldn't be possible to make use of this exploit? And another thing, I also recall some years ago when I had monster hunter in its prime as the PSP scene was flaming with potential I came along cw cheats and was able to modify the game save data, and using that I was able to generate multiple crashes on the game, due to editing the games inventory and other things, i had frequent backups of the normal one just in case. But I lost these due to a hard drive crash a year or two years ago.
Slave to Money and then you Die.

User avatar
Kankertje
Moderator
Posts: 830
Joined: Mon Apr 23, 2012 12:22 pm
Contact:

Re: I need help to see if I can exploit this game?

Post by Kankertje » Wed Jul 09, 2014 11:13 am

Darton Staker wrote:If I was able to find a sw based crash (store word) but I don't have this game available on any PSN stores, so even if the exploit was viable then it wouldn't be possible to make use of this exploit? And another thing, I also recall some years ago when I had monster hunter in its prime as the PSP scene was flaming with potential I came along cw cheats and was able to modify the game save data, and using that I was able to generate multiple crashes on the game, due to editing the games inventory and other things, i had frequent backups of the normal one just in case. But I lost these due to a hard drive crash a year or two years ago.
Next time don't waste time with games like that

Most of MH games were exploited in the past

Post Reply

Return to “Programming and Security”