system

examination of a binary
  • list the libraries of the binary foo calling the routine bar
  • #> foreach file ( ` ldd foo | sed 's/.*=>//' `)
         echo $file
         nm $file | grep bar
        end


    examination  of  process run


    examination of a running process

    dynamic linker

    Last update: August 26th, 2002 - Laurent