Class to collect all the DLL dependencies of a Windows application and copy them to the application directory. The process is as follows: 1. Collect initial binaries (exe, dll, pyd) from the application directory. 2. For each binary, get direct dependencies using dumpbin. 3. Rec
source not stored for this graph (policy: none)