Function list + python tool + c tool

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

Moderators: cheriff, TyRaNiD

Post Reply
bigslam
Posts: 4
Joined: Fri May 05, 2006 7:41 am

Function list + python tool + c tool

Post by bigslam »

I have not checked these fuctions
sceAta_driver
0xc7b02795 = sceAtaDeviceyPortOi
0x298ddc3d = sceAtaAhbInit
0xf6ac2e5d = sceAtaAhbTerm
0x76c0923d = sceAtaCallfCmdO
0x638eea14 = sceAtaAccessGetSelectDCall
Heres a python tool for searching for functions python sha1
Last edited by bigslam on Mon May 08, 2006 3:54 am, edited 8 times in total.
User avatar
groepaz
Posts: 305
Joined: Thu Sep 01, 2005 7:44 am
Contact:

Post by groepaz »

eh, those look all like false posives to me.... did you check the actual functions and see if the names fit to what the function actually does?
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

those should be revisited
havent seen those anywhere
they just might be false positives
10011011 00101010 11010111 10001001 10111010
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Post by moonlight »

Mmm, probably groepaz is right... some of those names are too rare.

Anyways, the atapi module is interesting... :)
Rusty
Posts: 1
Joined: Sat May 06, 2006 6:17 am

Post by Rusty »

Ahb appears to be related to ata, google ata ahb and you will find a lot. Also the fact that there is an init and term makes it more likely.
bigslam
Posts: 4
Joined: Fri May 05, 2006 7:41 am

Post by bigslam »

You guys can check to see if it works

http://pspdev.ofcode.com/api2.0/index.p ... &module=71
7a0e484c = sceMesgLedClearRegStatusFlag

and some more

http://pspdev.ofcode.com/api2.0/index.php?type=2&id=10
af5960f3 = sceCtrlIDSpeedClearD
af5960f3 = sceCtrlAccessGameSharingzGamer

--
2995d020 = sceUtilityAccessdqSZ
ed0fad38 = sceUtilityBackDrivesNetSSLMe
88bc7406 = sceUtilityDbSharingDUsbSync
88bc7406 = sceUtilityDbIsPacketInfoupdate
88bc7406 = sceUtilityDbIsPacketInfoupdate
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Re: Function list + python tool

Post by moonlight »

bigslam wrote:I have not checked these fuctions
sceAta_driver
0xc7b02795 = sceAtaDeviceyPortOi
0x298ddc3d = sceAtaAhbInit
0xf6ac2e5d = sceAtaAhbTerm
0x76c0923d = sceAtaCallfCmdO
0x638eea14 = sceAtaAccessGetSelectDCall
Heres a python tool for searching for functions python sha1
A question... How much time did the script take on your machine?

I'm running the script right now with some modifications for other module, and, well, i would like to know if it will take 1 hour or 1 week :)
bigslam
Posts: 4
Joined: Fri May 05, 2006 7:41 am

Re: Function list + python tool

Post by bigslam »

moonlight wrote:
bigslam wrote:I have not checked these fuctions
sceAta_driver
0xc7b02795 = sceAtaDeviceyPortOi
0x298ddc3d = sceAtaAhbInit
0xf6ac2e5d = sceAtaAhbTerm
0x76c0923d = sceAtaCallfCmdO
0x638eea14 = sceAtaAccessGetSelectDCall
Heres a python tool for searching for functions python sha1
A question... How much time did the script take on your machine?

I'm running the script right now with some modifications for other module, and, well, i would like to know if it will take 1 hour or 1 week :)
The script took me about 10 mins to a half hour to find the results u see right there. I'm on CPU: AMD Athlon 64 X2 Dual Core 3800+, 2.00 GHz, 512KB Memory: Used: 621/1536MB
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Re: Function list + python tool

Post by moonlight »

bigslam wrote:
moonlight wrote:
bigslam wrote:I have not checked these fuctions
sceAta_driver
0xc7b02795 = sceAtaDeviceyPortOi
0x298ddc3d = sceAtaAhbInit
0xf6ac2e5d = sceAtaAhbTerm
0x76c0923d = sceAtaCallfCmdO
0x638eea14 = sceAtaAccessGetSelectDCall
Heres a python tool for searching for functions python sha1
A question... How much time did the script take on your machine?

I'm running the script right now with some modifications for other module, and, well, i would like to know if it will take 1 hour or 1 week :)
The script took me about 10 mins to a half hour to find the results u see right there. I'm on CPU: AMD Athlon 64 X2 Dual Core 3800+, 2.00 GHz, 512KB Memory: Used: 621/1536MB
One nid of sceUtility that you don't posted, i don't know if it's real anyways.

943cba46 = sceUtilityfResetWW
User avatar
groepaz
Posts: 305
Joined: Thu Sep 01, 2005 7:44 am
Contact:

Post by groepaz »

i really really REALLY suggest anyone going NID hunting to actually verify his results before posting. i ran my tools myself, and i got a LOT of false positives, and even a LOT look "likely". (i could probably post a few hundreds that look like they could be real, but they are not).
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Post by moonlight »

groepaz wrote:i really really REALLY suggest anyone going NID hunting to actually verify his results before posting. i ran my tools myself, and i got a LOT of false positives, and even a LOT look "likely". (i could probably post a few hundreds that look like they could be real, but they are not).
That's what i'll do when i run the script for the loadexec module, since i don't know anything about sceUtility ;)
zshadow
Posts: 42
Joined: Mon Dec 26, 2005 5:36 am

Post by zshadow »

I ran it for a few hours..

received quite a few false positives, but heres one that may be real (someone feel free to test) -

1579a159 = sceUtilityLoadNetModule
bigslam
Posts: 4
Joined: Fri May 05, 2006 7:41 am

Post by bigslam »

Here is a c++ ver of the psp nid finder this is not a finish ver and you cant not input your own hashes. You will be able soon though. www.crypticnetwork.org/psp/pspcrack_opt.exe

Oh on another note when it searchs the hashes it will spit them out like

Okay, we've found that sceAtaSelectHUMDRandom hashes to: b6 60 24 32
Okay, we've found that sceAtaSemaphoreCmdMeNetconf hashes to: 83 20 c4 6f

The hash needs to be revsered. This will be fixed soon. it goes over 5 times so it will be like Done1,Done2, upto 5
Post Reply