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?