Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 682 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 682 Bytes

List Static Dependencies

About

A tool that tries to emulate List Dynamic Dependencies or ldd but for statically linked binaries.

Setup Instructions

  1. Run the dblsd script first with a name to give to the database to build a database of static libraries on the system.
  2. dblsd [FILE NAME]
  3. Once the database is constructed the main lsd script is used, given a file to check a specified binary against a database.
  4. lsd [FILE NAME] [DATABASE]

lsd reports back which matches were hash matches, if it is not a hash match it does a basic measure to see how alike they are (differences in the bytes).