News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Ollydbg pdk

Started by ragdog, October 05, 2008, 02:19:15 PM

Previous topic - Next topic

ragdog

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?