Shared Libraries in Linux
For the last few weeks I was busy programming my DNSNINJA [1] tool. During my tests I came accross an issue related with shared libraries under Linux. Therefore, I’ve decided to investigate a little bit further on this issue. A good read on the concepts behind shared libraries can be found unter [2], a page…