The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: ragdog on October 05, 2008, 02:19:15 PM

Title: Ollydbg pdk
Post by: ragdog on October 05, 2008, 02:19:15 PM
Hi

I write a plugin for ollydbg and need help with this

Findname and Insertname api from olly

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


What for adress need this api?

Parameters:
Searches for name with given address and type.
addr - name address;

Can any help with this?