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.
sceUmd_6AF9B50A
-
- Posts: 110
- Joined: Tue Feb 27, 2007 9:43 pm
- Contact:
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
http://psp.jim.sh/svn/filedetails.php?r ... eUmdUser.S