damiiw
August 10th, 2006, 23:47
im trying to understand how the ollydbg plugin system works, and i was reading cmdline plugin source...
i'd like to add a 'search sequence' command for this plugin, to do for example:
search "pop ebx\r\nret"
but the plugin api documentantion doesnt say much about it, is there any plugin that uses findallsequences?
int Findallsequences(t_dump *pd,t_extmodel model[NSEQ][NMODELS],ulong origin,char *title);
what is exactly t_extmodel model[NSEQ][NMODELS]?
how do i get that?
any help using that function?
thank you very much in advance!!
damiiw
i'd like to add a 'search sequence' command for this plugin, to do for example:
search "pop ebx\r\nret"
but the plugin api documentantion doesnt say much about it, is there any plugin that uses findallsequences?
int Findallsequences(t_dump *pd,t_extmodel model[NSEQ][NMODELS],ulong origin,char *title);
what is exactly t_extmodel model[NSEQ][NMODELS]?
how do i get that?
any help using that function?
thank you very much in advance!!
damiiw