Findname

OllyDbg Plugin API

Findname

Searches for name with given address and type. Returns length of the name or 0 if name is absent. As a side effect, sets global arguments for Findnextname.

int Findname(ulong addr,int type,char *name);

Parameters:

addr - name address;

type - name type (NM_xxx for predefined types);

name - pointer to buffer of length at least TEXTLEN characters or NULL. If name is found, function copies it to this buffer.

Se also: Findnextname, Decodename, Findlabel, Findlabelbyname, Findimportbyname