Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate a case with missing dependencies #8

Open
cgfandia opened this issue Aug 23, 2023 · 3 comments
Open

Evaluate a case with missing dependencies #8

cgfandia opened this issue Aug 23, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@cgfandia
Copy link
Owner

          yeah, i figured it out, i just wanted to be sure in case there was an unexpected error(:

last thing and i hope i won't annoy you anymore ahah

i gave in input an .exe which i knew could not find a specific .dll:

this is the .dll that the app does not find: MSVRC120.dll

image

but when i run windep.exe, i get the following result:

image

this is the only one that results "unresolved: true"
why are there 2 different results?
Also, why does not me show the full path where .dll is expected?

Originally posted by @G0ne in #7 (comment)

@cgfandia cgfandia added the bug Something isn't working label Aug 23, 2023
@cgfandia cgfandia self-assigned this Aug 23, 2023
@G0ne
Copy link

G0ne commented Aug 29, 2023

while using windep, i noticed that there is a mismatch between the results using process monitor for the same .exe

windep: 15 missing .dlls
process monitor: 30+ missing .dlls

i think that windep returns the end result: if the .dll is missing after the whole search order of the OS, rather than for each search itself

@G0ne
Copy link

G0ne commented Sep 22, 2023

hello! do you have any news?

@cgfandia
Copy link
Owner Author

cgfandia commented Sep 22, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants