Questions tagged [api]

Application Programming Interface defines an interface that controls the interactions between a module and its users.

43 questions
5
votes
1 answer

Finding how IMDB creates its image codes

When you look at any IMDB image page, the movie poster image has a url of this form: http://ia.media-imdb.com/images/M/MV5BMTIxOTY1NjUyN15BMl5BanBnXkFtZTcwMjMxMDk1MQ@@._V1_SX214_AL_.jpg or more…
Alex Beals
  • 219
  • 1
  • 2
  • 5
1
vote
0 answers

Understanding the leap of logic in "Secrets of Reverse Engineering"

In Chapter 5 of the book "Secrets of Reverse Engineering" (by Eldad Eilam), the author goes about reversing an undocumented "table" API functions in the NTDLL library. The logic behind his reasoning in one particular function bothers me. Here is the…
nanoman
  • 111
  • 1