| View previous topic :: View next topic |
| Author |
Message |
bigslam
Joined: 05 May 2006 Posts: 4
|
Posted: Sat May 06, 2006 3:29 am Post subject: Function list + python tool + c tool |
|
|
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 |
|
| Back to top |
|
 |
groepaz

Joined: 01 Sep 2005 Posts: 305
|
|
| Back to top |
|
 |
dot_blank

Joined: 28 Sep 2005 Posts: 498 Location: Brasil
|
Posted: Sat May 06, 2006 5:49 am Post subject: |
|
|
those should be revisited
havent seen those anywhere
they just might be false positives _________________ 10011011 00101010 11010111 10001001 10111010 |
|
| Back to top |
|
 |
moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Sat May 06, 2006 5:50 am Post subject: |
|
|
Mmm, probably groepaz is right... some of those names are too rare.
Anyways, the atapi module is interesting... :) |
|
| Back to top |
|
 |
Rusty
Joined: 06 May 2006 Posts: 1
|
Posted: Sat May 06, 2006 6:24 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
bigslam
Joined: 05 May 2006 Posts: 4
|
|
| Back to top |
|
 |
moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Sun May 07, 2006 1:38 am Post subject: Re: Function list + python tool |
|
|
| 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 :) |
|
| Back to top |
|
 |
bigslam
Joined: 05 May 2006 Posts: 4
|
Posted: Sun May 07, 2006 1:51 am Post subject: Re: Function list + python tool |
|
|
| 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 |
|
| Back to top |
|
 |
moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Sun May 07, 2006 2:12 am Post subject: Re: Function list + python tool |
|
|
| 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 |
|
| Back to top |
|
 |
groepaz

Joined: 01 Sep 2005 Posts: 305
|
Posted: Sun May 07, 2006 2:22 am Post subject: |
|
|
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). _________________ http://www.hitmen-console.org
http://hitmen.c02.at/files/yapspd/ |
|
| Back to top |
|
 |
moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Sun May 07, 2006 2:34 am Post subject: |
|
|
| 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 ;) |
|
| Back to top |
|
 |
zshadow
Joined: 26 Dec 2005 Posts: 42
|
Posted: Sun May 07, 2006 8:08 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
bigslam
Joined: 05 May 2006 Posts: 4
|
Posted: Mon May 08, 2006 3:50 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
|