Findsorteddata

OllyDbg Plugin API

Findsorteddata

Searches for element containing specified address in sorted data. Returns pointer to found item on success and NULL on error or when there is no such item. Returned pointer is valid till the next operation that adds or removes data. Do not change address or size of element, this may lead to severe data integrity problems.

void *Findsorteddata(t_sorted *sd,ulong addr);

Parameters:

sd - pointer to initialized descriptor of sorted data;

addr - address in the address space of specified sorted data.

See also: Findsorteddatarange, Findsorteddataindex, Getsortedbyselection