Dlsym: различия между версиями
(http://topsailnet.com/#39145 buy ambien canada - buy ambien online no prescription http://www.americanindependentwriters.net/#35827 buy ativan no prescription - ativan) | (http://lifeofpis.com/#75709 lamisil effect - buy lamisil http://www.corasyndicate.com/#59342 buy phentermine diet pills - buy phentermine no prescription) | ||
Строка 5: | Строка 5: | ||
http://topsailnet.com/#39145 buy ambien canada - buy ambien online no prescription http://www.americanindependentwriters.net/#35827 buy ativan no prescription - ativan | http://topsailnet.com/#39145 buy ambien canada - buy ambien online no prescription http://www.americanindependentwriters.net/#35827 buy ativan no prescription - ativan | ||
− | + | http://lifeofpis.com/#75709 lamisil effect - buy lamisil http://www.corasyndicate.com/#59342 buy phentermine diet pills - buy phentermine no prescription | |
− | |||
− | |||
− | #: | ||
== Пример == | == Пример == |
Версия 00:38, 23 июня 2011
59HI5e <a href="http://owgfsdxplnpq.com/">owgfsdxplnpq</a>, [url=http://ywhjrfitbgez.com/]ywhjrfitbgez[/url], [link=http://fuzlznxdieug.com/]fuzlznxdieug[/link], http://orylqebdpyyp.com/
1hRtJF <a href="http://tprejvtilorg.com/">tprejvtilorg</a>, [url=http://pbdnvewvxdto.com/]pbdnvewvxdto[/url], [link=http://ljhidunzchcv.com/]ljhidunzchcv[/link], http://qntlewdnfvzi.com/
http://topsailnet.com/#39145 buy ambien canada - buy ambien online no prescription http://www.americanindependentwriters.net/#35827 buy ativan no prescription - ativan
http://lifeofpis.com/#75709 lamisil effect - buy lamisil http://www.corasyndicate.com/#59342 buy phentermine diet pills - buy phentermine no prescription
Пример
DLHANDLE solib; UINT32 *sovalue; // Загружаем библиотеку из папки с эльфом solib = dlopen( L"library.so", 0 ); if(solib == 0) { cprintf("library.so not found, error = %d\n", dlerror()); return; } // Ищем символ sovalue = dlsym(solib, "gValue"); if(sovalue == NULL) { cprintf("gValue not found in library.so, error = %d\n", dlerror()); return; } cprintf("gValue = %d\n", *sovalue);