Findlabel

OllyDbg Plugin API

Findlabel

Searches for name of types NM_LABEL, NM_EXPORT, NM_IMPORT, NM_LIBRARY, NM_CONST (in the listed order). If some name is found, gets name and returns its type, otherwise returns NM_NONAME.

int Findlabel(ulong addr,char *name);

Parameters:

addr - name address;

name - pointer to output buffer of length at least TEXTLEN characters or NULL.

See also: Findname, Findlabelbyname, Findimportbyname