Week 14 Day 2 - UNIX Utilities
Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=PJV9ntJ2unA
Today we finished our discussion of CALL, talking about how you can examine an executable to see what sort of dependencies on dynamic libraries it has with ldd, to examine the segments of a program with readelf and file, to strip the symbol table with strip, and so forth. Binutils is the package that works with a lot of that stuff.
Other Videos By Bill Kerney
Tags:
csci 45
binutils
ldd
CALL