copydeps icon indicating copy to clipboard operation
copydeps copied to clipboard

Find and copy all the .so / .dll files required by an executable

Results 5 copydeps issues
Sort by recently updated
recently updated
newest added

Currently, the tool uses hard-coded paths when trying to resolve the dependencies. It would be better to consult `/etc/ld.so.conf` (and `/etc/ld.so.conf.d/*`) to learn what paths are actually used by the...

Linux
ELF

Hello, I just built my first Rust tool that uses opencv. I'd like to distribute it to some friends but don't want them to get through the hassle of getting...

Windows
PE

Yes, the title is the same as https://github.com/suve/copydeps/issues/11, but there the reply was "The simple truth is I've written this to be a Linux tool and never gave running under...

Linux
PE

How difficult do you think it would be to modify this to recursively search folders including executable directly and not only get dependencies for exe but dlls that are in...

The program could produce coloured output when stdout/stderr are attached to the terminal (by using terminal escape codes). Should this be implemented, a `--colour` option could also be added to...