forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Function list + python tool + c tool

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
bigslam



Joined: 05 May 2006
Posts: 4

PostPosted: Sat May 06, 2006 3:29 am    Post subject: Function list + python tool + c tool Reply with quote

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
View user's profile Send private message
groepaz



Joined: 01 Sep 2005
Posts: 305

PostPosted: Sat May 06, 2006 3:33 am    Post subject: Reply with quote

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?
_________________
http://www.hitmen-console.org
http://hitmen.c02.at/files/yapspd/
Back to top
View user's profile Send private message Visit poster's website
dot_blank



Joined: 28 Sep 2005
Posts: 498
Location: Brasil

PostPosted: Sat May 06, 2006 5:49 am    Post subject: Reply with quote

those should be revisited
havent seen those anywhere
they just might be false positives
_________________
10011011 00101010 11010111 10001001 10111010
Back to top
View user's profile Send private message
moonlight



Joined: 26 Oct 2005
Posts: 567

PostPosted: Sat May 06, 2006 5:50 am    Post subject: Reply with quote

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

Anyways, the atapi module is interesting... :)
Back to top
View user's profile Send private message
Rusty



Joined: 06 May 2006
Posts: 1

PostPosted: Sat May 06, 2006 6:24 am    Post subject: Reply with quote

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
View user's profile Send private message
bigslam



Joined: 05 May 2006
Posts: 4

PostPosted: Sat May 06, 2006 8:19 am    Post subject: Reply with quote

You guys can check to see if it works

http://pspdev.ofcode.com/api2.0/index.php?type=3&id=858&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
Back to top
View user's profile Send private message
moonlight



Joined: 26 Oct 2005
Posts: 567

PostPosted: Sun May 07, 2006 1:38 am    Post subject: Re: Function list + python tool Reply with quote

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
View user's profile Send private message
bigslam



Joined: 05 May 2006
Posts: 4

PostPosted: Sun May 07, 2006 1:51 am    Post subject: Re: Function list + python tool Reply with quote

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
View user's profile Send private message
moonlight



Joined: 26 Oct 2005
Posts: 567

PostPosted: Sun May 07, 2006 2:12 am    Post subject: Re: Function list + python tool Reply with quote

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
View user's profile Send private message
groepaz



Joined: 01 Sep 2005
Posts: 305

PostPosted: Sun May 07, 2006 2:22 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
moonlight



Joined: 26 Oct 2005
Posts: 567

PostPosted: Sun May 07, 2006 2:34 am    Post subject: Reply with quote

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
View user's profile Send private message
zshadow



Joined: 26 Dec 2005
Posts: 42

PostPosted: Sun May 07, 2006 8:08 am    Post subject: Reply with quote

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
View user's profile Send private message
bigslam



Joined: 05 May 2006
Posts: 4

PostPosted: Mon May 08, 2006 3:50 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group