sceUmd_6AF9B50A

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Heimdall
Posts: 245
Joined: Thu Nov 10, 2005 1:29 am
Location: Netherlands
Contact:

sceUmd_6AF9B50A

Post by Heimdall »

I've been researching a bit the SHA1 algorithm and give it a try on the sdk asm files using some dictionary and permutations of the dictionary and although I only managed to match hash values for already known values I also found this one:

C:/msys/home/me/pspsdk/src/umd/sceUmd.S:63
: sceUmd_6AF9B50A
-- 0x6AF9B50A: sceUmdCancelWaitDriveStat

I don't know if this will tell anyone something about the function but anyway here it is.
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

Um, the UMD is stuffed and we got sick of waiting for it to initialise?
If not actually, then potentially.
SilverSpring
Posts: 110
Joined: Tue Feb 27, 2007 9:43 pm
Contact:

Post by SilverSpring »

That function name was already found, its in the user stub, but not renamed in the kernel one:

http://psp.jim.sh/svn/filedetails.php?r ... eUmdUser.S
Post Reply