Rambles of Ev
  • Home
  • About
  • Search

debugging

A collection of 2 posts
debugging

How to List Shared Library Dependencies Used by an Application

Every how and then you need to find out what libraries a certain application is using. Log in to your shell prompt and  type eg : > ldd `which nano` You should see a result like: > ldd -v `which nano` linux-gate.so.1 => (0xb7f58000) libncursesw.so.5 => /lib/
16 May 2012 1 min read
debugging

Windows Memory Dump

Useful link on how to analyse a windows BSOD memory dump. Link [http://support.microsoft.com/kb/315263/en-us]
01 Nov 2007
Page 1 of 1
Rambles of Ev © 2026
Powered by Ghost