sm_addressToName
  

This function converts a dword representing an address to a readable string

functiondefinition:
BOOL sym_addressToName (DWORD address, char *name, int maxnamesize);

Returns TRUE if the address was converted to a textual representation.
The output will be stored in "name"
maxnamesize defines the maximum length the string may be.