Skip to content

veevelder/lsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Tool to find static dependencies in an executable.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%