Study on Protection Method for Dynamic Shared Library

徐艳湘,黄皓,胡勇强
DOI: https://doi.org/10.3969/j.issn.1000-3428.2010.04.042
2010-01-01
Abstract:Dynamic link mechanism for shared libraries brings some advantages,such as physical memory saving,facilitating the upgrade of libraries,etc. But it also leads to new security risks. Aiming at this problem,this paper studies the dynamic link mechanism in an attempt to bring up a run-time monitoring and protection method for dynamic shared libraries,which give each shared library file a digital signature and verify it in runtime,and monitor every library function call. Experimental results show that the method is effective for defending several common attacks to shared libraries.
What problem does this paper attempt to address?