What is API hash?

API hashing is simply an arbitrary (that we can make up on our own) function / algorithm, that calculates a hash value for a given text string . In our case, we defined the hashing algorithm to work like this: 1. Take the function name to be hashed (i.e CreateThread ) 2.

Read more