Resolving Symbols

Symbol resolution is the process of associating function names with corresponding memory addresses, without which we cannot make the necessary API calls.

Last updated