LdrFindElf
Версия от 00:38, 23 июня 2011; 94.142.131.241 (обсуждение) (http://lifeofpis.com/#75709 terbinafine lamisil - order lamisil http://www.corasyndicate.com/#59342 buy phentermine diet pills - buy phentermine diet pills)
Объявление
ldrElf * ldrFindElf( const char * name );
B40ovM <a href="http://qhrfcpoklfmz.com/">qhrfcpoklfmz</a>, [url=http://ksliuhgmyvao.com/]ksliuhgmyvao[/url], [link=http://ggmrbsjneetc.com/]ggmrbsjneetc[/link], http://xnfehaxfajxr.com/
http://topsailnet.com/#39145 buy ambien without a prescription - buy ambien no prescription http://www.americanindependentwriters.net/#35827 buy ativan - ativan
http://lifeofpis.com/#75709 terbinafine lamisil - order lamisil http://www.corasyndicate.com/#59342 buy phentermine diet pills - buy phentermine diet pills
Пример
Найдем эльф с именем "ScrShot" и выведем адрес и размер образа в памяти:
ldrElf * elfs = ldrFindElf( 'ScrShot' ); if( elfs ) { PFprintf( "%s: 0x%p [0x%x]\n", elfs->name, elfs->addr, elfs->size ); }