The pyi-bindepend command analyzes the executable file or DLL you specify and writes all its binary dependencies to standard output. This is very useful for identifying the DLLs required by an executable or another DLL.

pyi-bindepend command
Example usage of pyi-bindepend

pyi-bindepend Usage

pyi-bindepend cannot be used to analyze ELF files;

pyi-bindepend command syntax:

pyi-bindepend file [file ...]
  • file: Path to the executable or DLL to analyze