top of page
Meeting Between Colleagues

FAQ

Can I use Dependency Detector in my product?

You can integrate Dependency Detector in your product once purchased.

​

Why should I use Dependency Detector

Dependency Detector is a very simple to use tool which scans recursively for all given exe files dependencies.
It can detect both: .Net and native Apps.
It can be used as a stand alone tool, for scanning dependencies, finding missing Dlls, or it can be integrated to your product that depends on this kind of information.

How can I integrate Dependency Detector in my product (Native)

You can add DependencyDetectorNative.dll to your project.

You can use the exported function:

int ScanNativeDlls(int argc, char** argv)

​

argv -> a list of executables (fill path)

argc -> list size

  • Facebook
  • Twitter
  • LinkedIn

©2021 by Dependency Detector.

bottom of page