https://github.com/bebo/dllcheck
An executable to check if a dll is in used
https://github.com/bebo/dllcheck
Last synced: 11 days ago
JSON representation
An executable to check if a dll is in used
- Host: GitHub
- URL: https://github.com/bebo/dllcheck
- Owner: bebo
- License: mit
- Created: 2017-10-06T01:04:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T21:59:12.000Z (about 6 years ago)
- Last Synced: 2025-02-16T18:39:46.037Z (3 months ago)
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## dllcheck
An executable that allows you to check if an dll is in used.We're using this in our InnoSetup to ensure that uninstallation process goes smoothly.
```
dllcheck.exe
```### License
The source code provided by Pigs in Flight Inc. is licensed under the MIT license.Different parts of the project are under different licenses depending on their respective origin.
For the full text of the licenses see: LICENSE.txt