First entry in module

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

Moderators: cheriff, TyRaNiD

Post Reply
johnmph
Posts: 119
Joined: Sat Jul 23, 2005 11:48 pm

First entry in module

Post by johnmph »

Hello, i have seen that the first library in lib table of a module (SceModule->ent_top) has a null pointer name and his entrytable pointer (SceLibraryEntryTable->entrytable) points to two NID followed by two address (address of NID functions).

Which are these two NID ?

Thanks
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

johnmph
Posts: 119
Joined: Sat Jul 23, 2005 11:48 pm

Post by johnmph »

ah ok, these are module_start and module_info functions.

Thanks.
Post Reply