Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-objects

Is there something like .dll or .so, but cross-platform?

c++ dll shared-objects

Loading .so Files From Memory [duplicate]

c linux shared-objects

How to represent shared objects in UML?

Portable shared objects?

Using a shared library in another shared library

Segmentation fault when importing a C++ shared object in Python

python c++ shared-objects

GCC linking to a shared object's linker name

gcc linker ld shared-objects

Program can't load after setting the setuid bit on

How to run c program with .so file

Comparing generated executables for equivilance

How can you determine what Perl module is causing "undefined symbol: Perl_Tstack_sp_ptr?"

perl shared-objects

Good programming style when handling multiple objects

shared object can't find symbols in main binary, C++

c++ dlopen shared-objects

Shared Variable Among Ruby Processes

ruby process shared-objects

How does linker know which symbols should be resolved at runtime?

Is there a way to read the contents of .so file without loading it?

Cannot open shared object file

Linux equivalent of DllMain