How are undocumented functions discovered?
- by Paska
Hi all,
I've always wondered how do you find undocumented / private API ?
Example the Apple undocumented / private API, Play Station, Windows Phone 7, Win32 Kernel, Windows API, hidden callback, etc...
What tools do hackers use to find out about private and undocumented functions?
Where can I read about peoples' experiences delving into private APIs and reverse engineering techniques which reveal the secrets which are normally explained in API documentation?
thanks,
A